New module 'mkostemp'.
[gnulib.git] / ChangeLog
1 2009-08-23  Bruno Haible  <bruno@clisp.org>
2
3         New module 'mkostemp'.
4         Based on Ulrich Drepper's 2007-08-10 change in glibc.
5         * lib/stdlib.in.h (mksotemp): New declaration.
6         * lib/mkostemp.c: New file, from glibc with modifications.
7         * lib/tempname.h (GT_FILE): Remove outdated comment.
8         (gen_tempname): Add flags argument.
9         * lib/tempname.c (__GT_BIGFILE): Remove macro.
10         (__GT_FILE): Map to 1.
11         (small_open, large_open): Remove macros.
12         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
13         * lib/mkstemp.c (mkstemp): Update.
14         * lib/mkdtemp.c (mkdtemp): Likewise.
15         * m4/mkostemp.m4: New file.
16         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
17         HAVE_MKOSTEMP.
18         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
19         HAVE_MKOSTEMP.
20         * modules/mkostemp: New file, based on modules/mkstemp.
21         * doc/glibc-functions/mkostemp.texi: Mention the new module.
22         * NEWS: Mention the change.
23
24 2009-08-23  Bruno Haible  <bruno@clisp.org>
25
26         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
27         Reported by Eric Blake.
28
29 2009-08-23  Bruno Haible  <bruno@clisp.org>
30
31         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
32         Reported by Eric Blake.
33
34 2009-08-23  Bruno Haible  <bruno@clisp.org>
35
36         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
37         * modules/pipe2 (Depends-on): Likewise.
38
39 2009-08-23  Eric Blake  <ebb9@byu.net>
40
41         fcntl-h: add O_TTY_INIT support
42         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
43         * tests/test-fcntl-h.c (o): Test it.
44         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
45
46         fcntl-h: rename from fcntl, in preparation for fcntl(2)
47         * modules/fcntl: Move <fcntl.h> header replacement...
48         * modules/fcntl-h: ...to new name, so as not to collide with
49         like-named function.
50         * tests/test-fcntl.c: Rename...
51         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
52         * modules/fcntl-tests: Rename...
53         * modules/fcntl-h-tests: ...to this.  Update test file name.
54         * modules/chdir-long (Depends-on): Update clients.
55         * modules/chdir-safer (Depends-on): Likewise.
56         * modules/fcntl-safer (Depends-on): Likewise.
57         * modules/fts (Depends-on): Likewise.
58         * modules/mkancesdirs (Depends-on): Likewise.
59         * modules/mkdir-p (Depends-on): Likewise.
60         * modules/open (Depends-on): Likewise.
61         * modules/savewd (Depends-on): Likewise.
62         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
63         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
64
65 2009-08-22  Bruno Haible  <bruno@clisp.org>
66
67         * modules/binary-io (License): Relicense under LGPL.
68         * modules/pipe2 (License): Likewise.
69
70 2009-08-22  Bruno Haible  <bruno@clisp.org>
71
72         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
73         return value.
74         * lib/pipe-filter-gi.c (filter_init): Likewise.
75         Reported by Eric Blake.
76
77 2009-08-22  Bruno Haible  <bruno@clisp.org>
78
79         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
80         * modules/pipe (Depends-on): Add pipe2.
81
82 2009-08-22  Bruno Haible  <bruno@clisp.org>
83
84         Tests for module 'pipe2'.
85         * modules/pipe2-tests: New file.
86         * tests/test-pipe2.c: New file.
87
88         New module 'pipe2'.
89         * lib/unistd.in.h (pipe2): New declaration.
90         * lib/pipe2.c: New file.
91         * m4/pipe2.m4: New file.
92         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
93         HAVE_PIPE2.
94         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
95         * modules/pipe2: New file.
96         * doc/glibc-functions/pipe2.texi: Mention the new module.
97
98 2009-08-22  Bruno Haible  <bruno@clisp.org>
99
100         Reference some new glibc functions.
101         * doc/glibc-functions/accept4.texi: New file.
102         * doc/glibc-functions/dup3.texi: New file.
103         * doc/glibc-functions/mkostemp.texi: New file.
104         * doc/glibc-functions/pipe2.texi: New file.
105         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
106         (Glibc sys/socket.h): Refer to accept4.
107         (Glibc unistd.h): Refer to dup3, pipe2.
108         Reported by Eric Blake.
109
110 2009-08-22  Jim Meyering  <meyering@redhat.com>
111             Bruno Haible  <bruno@clisp.org>
112
113         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
114         This makes it so packages using automake-1.11's silent-rules option
115         can print e.g., a single "GEN    configmake.h" line, rather than
116         the 30+ statements that perform the job.  If you want to see the
117         actual commands, you can still run "make V=1".
118         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
119         so that make output is abbreviated when those variables are defined
120         appropriately.
121         * modules/argz: Likewise.
122         * modules/arpa_inet: Likewise.
123         * modules/byteswap: Likewise.
124         * modules/configmake: Likewise.
125         * modules/dirent: Likewise.
126         * modules/errno: Likewise.
127         * modules/fcntl: Likewise.
128         * modules/float: Likewise.
129         * modules/fnmatch: Likewise.
130         * modules/getopt-posix: Likewise.
131         * modules/glob: Likewise.
132         * modules/iconv_open: Likewise.
133         * modules/inttypes: Likewise.
134         * modules/localcharset: Likewise.
135         * modules/locale: Likewise.
136         * modules/math: Likewise.
137         * modules/netdb: Likewise.
138         * modules/netinet_in: Likewise.
139         * modules/poll: Likewise.
140         * modules/posix_spawnp-tests: Likewise.
141         * modules/sched: Likewise.
142         * modules/search: Likewise.
143         * modules/selinux-h: Likewise.
144         * modules/signal: Likewise.
145         * modules/spawn: Likewise.
146         * modules/stdarg: Likewise.
147         * modules/stdbool: Likewise.
148         * modules/stddef: Likewise.
149         * modules/stdint: Likewise.
150         * modules/stdio: Likewise.
151         * modules/stdlib: Likewise.
152         * modules/string: Likewise.
153         * modules/strings: Likewise.
154         * modules/sys_file: Likewise.
155         * modules/sys_ioctl: Likewise.
156         * modules/sys_select: Likewise.
157         * modules/sys_socket: Likewise.
158         * modules/sys_stat: Likewise.
159         * modules/sys_time: Likewise.
160         * modules/sys_times: Likewise.
161         * modules/sys_utsname: Likewise.
162         * modules/sys_wait: Likewise.
163         * modules/sysexits: Likewise.
164         * modules/time: Likewise.
165         * modules/unistd: Likewise.
166         * modules/wchar: Likewise.
167         * modules/wctype: Likewise.
168
169 2009-08-22  Jim Meyering  <meyering@redhat.com>
170
171         announce-gen: detect write failure
172         * build-aux/announce-gen: Add Coda at end.
173         Remove equivalent-but-more-verbose block at top.
174
175 2009-08-19  Akim Demaille  <demaille@gostai.com>
176
177         bootstrap: --help to stdout.
178         * bootstrap (usage): Don't send --help to stderr.
179         Use a here doc instead of a long string.
180
181 2009-08-21  Eric Blake  <ebb9@byu.net>
182
183         test-popen-safer: split from test-popen
184         * tests/test-popen.c (main): Move...
185         * tests/test-popen.h: ...into new file.
186         * tests/test-popen-safer2.c: New file.
187         * modules/popen-tests (Files): Add test-popen.h.
188         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
189         Suggested by Bruno Haible.
190
191         test-fcntl-safer: split from test-open
192         * tests/test-open.c (main): Move...
193         * tests/test-open.h: ...into new file.
194         * tests/test-fcntl-safer.c: New file.
195         * modules/open-tests (Files): Add test-open.h.
196         * modules/fcntl-safer-tests: New file.
197         Suggested by Bruno Haible.
198
199         test-fopen-safer: split from test-fopen
200         * tests/test-fopen.c (main): Move...
201         * tests/test-fopen.h: ...into new file.
202         * tests/test-fopen-safer.c: New file.
203         * modules/fopen-tests (Files): Add test-fopen.h.
204         * modules/fopen-safer-tests: New file.
205         Suggested by Bruno Haible.
206
207 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
208
209         popen-safer: test O_CLOEXEC at run-time.
210         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
211
212 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
213
214         fcntl: move more flags to the header
215         * lib/cloexec.c: Do not define FD_CLOEXEC here.
216         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
217         * lib/fcntl.in.h: Do both things here.
218
219 2009-08-21  Jim Meyering  <meyering@redhat.com>
220
221         consistently remove $@-t before redirecting to it
222         * modules/argz: Remove $@-t and $@ before redirecting to the former.
223         * modules/alloca-opt: Likewise.
224         * modules/byteswap: Likewise.
225         * modules/fnmatch: Likewise.
226         * modules/getopt-posix: Likewise.
227         * modules/glob: Likewise.
228         * modules/poll: Likewise.
229         * modules/posix_spawnp-tests: Likewise.
230         * modules/sys_socket: Likewise.
231         * modules/sysexits: Likewise.
232
233 2009-08-21  Eric Blake  <ebb9@byu.net>
234
235         popen: simplify access to original popen
236         * lib/popen.c (rpl_popen): No need to worry about popen being a
237         macro.
238         Reported by Bruno Haible.
239
240 2009-08-20  Eric Blake  <ebb9@byu.net>
241
242         build: avoid some compiler warnings
243         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
244         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
245         type.
246         (new_exclude_segment, excluded_file_pattern_p)
247         (excluded_file_name_p): Reduce scope.
248         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
249         old-style declaration.
250
251 2009-08-20  Simon Josefsson  <simon@josefsson.org>
252
253         * tests/test-exclude1.sh: Handle Windows EOL.
254         * tests/test-exclude2.sh: Likewise.
255         * tests/test-exclude3.sh: Likewise.
256         * tests/test-exclude4.sh: Likewise.
257         * tests/test-exclude5.sh: Likewise.
258         * tests/test-exclude6.sh: Likewise.
259         * tests/test-exclude7.sh: Likewise.
260
261 2009-08-19  Akim Demaille  <demaille@gostai.com>
262
263         bootstrap: find sha1sum when named gsha1sum.
264         * bootstrap (find_tool): New.
265         ($SHA1SUM): New.
266         Use it.
267
268 2009-08-20  Jim Meyering  <meyering@redhat.com>
269
270         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
271         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
272         expression that converts "." in a file name to "\." in the resulting
273         regexp.  Start with a dummy statement, so that prior shell variable
274         definitions are expanded portably.  Reported by Simon Josefsson.
275
276 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
277
278         Fix polling for writeability of a screen buffer.
279         * lib/poll.c: Distinguish input and screen buffers for the
280         Win32 implementation.
281         * lib/select.c: Likewise.
282
283 2009-08-19  Eric Blake  <ebb9@byu.net>
284
285         popen-safer: prevent popen from clobbering std descriptors
286         * modules/popen-safer: New file.
287         * lib/popen-safer.c: Likewise.
288         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
289         * lib/stdio--.h (popen): Provide override.
290         * lib/stdio-safer.h (popen_safer): Provide declaration.
291         * tests/test-popen.c (includes): Partially test this.
292         * modules/popen-safer-tests: New file, for more tests.
293         * tests/test-popen-safer.c: Likewise.
294         * MODULES.html.sh (file stream based Input/Output): Mention it.
295
296         tests: test some of the *-safer modules
297         * modules/fopen-safer (Depends-on): Add fopen.
298         * modules/fcntl-safer (Depends-on): Add fcntl.
299         * modules/stdlib-safer (Depends-on): Add stdlib.
300         (configure.ac): Set indicator.
301         * modules/unistd-safer (configure.ac): Likewise.
302         * modules/tmpfile-safer (configure.ac): Likewise.
303         (Depends-on): Add tmpfile.
304         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
305         active.
306         * tests/test-fopen.c (includes): Test safer versions when they are
307         in use.
308         * tests/test-open.c (includes): Likewise.
309
310         popen: fix cygwin 1.5 bug when stdin closed
311         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
312         * modules/popen: New file.
313         * modules/popen-tests: Likewise.
314         * tests/test-popen.c: Likewise.
315         * m4/popen.m4: Likewise.
316         * lib/popen.c: Likewise.
317         * lib/stdio.in.h (popen): New declaration.
318         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
319         * modules/stdio (Makefile.am): Likewise.
320         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
321
322 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
323
324         maint.mk: give full control over update-copyright exclusions
325         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
326         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
327         (update-copyright): Don't force inclusion of top-level
328         ChangeLog.  Don't force exclusion of all COPYING files, but make
329         them the default exclusion instead.
330
331 2009-08-16  Bruno Haible  <bruno@clisp.org>
332
333         Fix test failures on Solaris 10.
334         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
335         tests when Solaris iconv() is used.
336         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
337         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
338         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
339         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
340         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
341
342 2009-08-16  Bruno Haible  <bruno@clisp.org>
343
344         Fix test failures on Solaris 10.
345         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
346         'tr' program and pass it as first argument.
347         * tests/test-pipe-filter-gi1.sh: Likewise.
348         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
349         program as first argument.
350         * tests/test-pipe-filter-gi1.c (main): Likewise.
351
352 2009-08-16  Eric Blake  <ebb9@byu.net>
353
354         fpurge: fix previous commits
355         * modules/fpurge (Makefile.am): Make replacement conditional,
356         partially reverting 2007-04-29 change; missed in previous
357         attempt.
358         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
359         is missing.
360
361 2009-08-16  Bruno Haible  <bruno@clisp.org>
362
363         Clarify fpurge's effect on the file position.
364         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
365         * tests/test-fpurge.c (main): Make a second pass for checking the file
366         position.
367
368 2009-08-16  Bruno Haible  <bruno@clisp.org>
369
370         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
371         declaration of fpurge is missing.
372         * tests/test-fpurge.c (main): Check that the file has not more contents
373         than expected. Close the file before removing it.
374
375 2009-08-15  Eric Blake  <ebb9@byu.net>
376
377         fpurge: don't wrap working cygwin implementation
378         * lib/fpurge.c (fpurge): Fix comment typo.
379         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
380         1.7 to avoid replacement.
381         * tests/test-fpurge.c (main): Enhance test.
382
383 2009-08-15  Eric Blake  <ebb9@byu.net>
384         and Jim Meyering  <meyering@redhat.com>
385
386         test-update-copyright: skip if perl is insufficient
387         * tests/test-update-copyright.sh: Failure to run maintainer tool
388         should not cause testsuite failure on cygwin 1.5.
389
390 2009-08-14  Eric Blake  <ebb9@byu.net>
391
392         doc: mention more functions added in cygwin 1.7.0
393         * doc/posix-headers/limits.texi (limits.h): Update for recent
394         cygwin additions.
395         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
396         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
397         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
398         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
399         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
400
401 2009-08-14  Eric Blake  <ebb9@byu.net>
402
403         maint.mk: simplify update-copyright rule
404         * top/maint.mk (update-copyright-local): Delete, and document how
405         to do it in cfg.mk instead.
406         (update-copyright-exclude-regexp): Delete, and document how to do
407         it in .x-update-copyright instead.
408         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
409         exclude ChangeLog.
410
411 2009-08-14  Bruno Haible  <bruno@clisp.org>
412
413         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
414
415 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
416
417         maint.mk: support update-copyright-env
418         * top/maint.mk (update-copyright-env): Define place-holder.
419         (update-copyright): Expand $(update-copyright-env) before
420         invoking update-copyright.
421
422 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
423
424         update-copyright: implement forced reformatting
425         * build-aux/update-copyright: Implement and document
426         UPDATE_COPYRIGHT_FORCE.
427         * tests/test-update-copyright.sh: Test it.
428
429 2009-08-14  Eric Blake  <ebb9@byu.net>
430         and Bruno Haible  <bruno@clisp.org>
431
432         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
433         * tests/test-locale.c: Revert previous patch related to NULL.
434         * tests/test-stdio.c: Likewise.
435         * tests/test-stdlib.c: Likewise.
436         * tests/test-string.c: Likewise.
437         * tests/test-unistd.c: Likewise.
438         * modules/time-tests (Depends-on): Add verify.
439         * modules/wchar-tests (Depends-on): Likewise.
440         * tests/test-time.c: Test for NULL compliance.
441         * tests/test-wchar.c: Likewise.
442         * modules/locale (Depends-on): Add stddef.
443         * modules/stdio (Depends-on): Likewise.
444         * modules/stdlib (Depends-on): Likewise.
445         * modules/string (Depends-on): Likewise.
446         * modules/time (Depends-on): Likewise.
447         * modules/unistd (Depends-on): Likewise.
448         * modules/wchar (Depends-on): Likewise.
449         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
450         * lib/stdlib.in.h (includes): Likewise.
451         * lib/string.in.h (includes): Likewise.
452         * lib/time.in.h (includes): Likewise.
453         * lib/unistd.in.h (includes): Likewise.
454         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
455         replaced.
456         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
457         * m4/stddef_h.m4: New file.
458         * modules/stddef: Likewise.
459         * lib/stddef.in.h: Likewise.
460         * modules/stddef-tests: Likewise.
461         * tests/test-stddef.c: Likewise.
462         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
463         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
464         * doc/posix-headers/locale.texi (locale.h): Likewise.
465         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
466         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
467         * doc/posix-headers/string.texi (string.h): Likewise.
468         * doc/posix-headers/time.texi (time.h): Likewise.
469         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
470         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
471
472 2009-08-14  Eric Blake  <ebb9@byu.net>
473
474         doc: improve git diff of texinfo files
475         * .gitattributes: Add rule for *.texi files, with hint on how to
476         use it.
477         Copied from m4, and based on a report by Bruno Haible.
478
479 2009-08-14  Bruno Haible  <bruno@clisp.org>
480
481         Disable multithread support by default on Cygwin 1.5.x for real.
482         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
483
484 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
485
486         update-copyright: much ado about intervals
487         * build-aux/update-copyright: Implement and document
488         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
489         of copyright year intervals.
490         Also, document UPDATE_COPYRIGHT_YEAR.
491         * tests/test-update-copyright.sh: Test it.
492
493         update-copyright: convert 2-digit to 4-digit years
494         * build-aux/update-copyright: Implement and document.
495         * tests/test-update-copyright.sh: Update.
496
497 2009-08-14  Jim Meyering  <meyering@redhat.com>
498
499         test-exclude: avoid coreutils "make check" failure
500         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
501         just as in test-argmatch.c.
502
503 2009-08-13  Eric Blake  <ebb9@byu.net>
504
505         test-dup2: fix bad assumption
506         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
507         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
508
509         test-version-etc: fix CRLF portability issue
510         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
511         recognize \r.
512         * tests/test-argp-version-etc-1.sh: Likewise.
513
514         getopt: update client modules
515         * modules/argp (Depends-on): Use getopt-gnu.
516         * modules/git-merge-changelog (Depends-on): Likewise.
517         * modules/long-options (Depends-on): Likewise.
518         * modules/xstrtol (Depends-on): Likewise.
519
520 2009-08-13  Simon Josefsson  <simon@josefsson.org>
521
522         * tests/test-version-etc.sh: Don't fail on different
523         project/version.  Don't fail on CRLF differences.  Rewrite to use
524         multiple -e instead of multiple sed forks, suggested by Eric Blake
525         <ebb9@byu.net>.
526         * tests/test-argp-version-etc-1.sh: Likewise.
527
528 2009-08-13  Simon Josefsson  <simon@josefsson.org>
529
530         * tests/test-version-etc.sh: Don't fail on different
531         project/version.
532
533 2009-08-12  Bruno Haible  <bruno@clisp.org>
534
535         Tests for modules 'getopt-posix', 'getopt-gnu'.
536         * modules/getopt-posix-tests: New file.
537         * tests/test-getopt.c: New file.
538         * tests/test-getopt.h: New file.
539         * tests/test-getopt_long.h: New file.
540
541         New modules 'getopt-posix', 'getopt-gnu'.
542         * modules/getopt-gnu: New file, renamed from modules/getopt.
543         * modules/getopt-posix: New file.
544         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
545         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
546         (gl_GETOPT): Remove macro.
547         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
548         Disable the test against BSD systems that declare optreset. Test
549         against mingw bug. Test against lack of support of optional arguments
550         on many platforms.
551         * doc/glibc-headers/getopt.texi: Update module name and list of
552         relevant platforms.
553         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
554         'getopt-gnu' and more portability problems.
555         * NEWS: Mention the changes.
556
557 2009-08-12  Bruno Haible  <bruno@clisp.org>
558
559         Ensure that optarg etc. get declared by <unistd.h>.
560         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
561         AC_USE_SYSTEM_EXTENSIONS.
562         * modules/getopt (Depends-on): Add 'extensions'.
563
564 2009-08-12  Bruno Haible  <bruno@clisp.org>
565
566         Avoid test link errors.
567         * modules/pipe-filter-ii-tests (Makefile.am): Define
568         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
569         * modules/pipe-filter-gi-tests (Makefile.am): Define
570         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
571         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
572
573 2009-08-12  Bruno Haible  <bruno@clisp.org>
574
575         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
576         gl_GETOPT_SUBSTITUTE before.
577         (gl_GETOPT): Use it.
578         * m4/argp.m4 (gl_ARGP): Update.
579         Reported by Sergey Poznyakoff.
580
581         * m4/getopt.m4: Reorder macros.
582         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
583         (gl_GETOPT_SUBSTITUTE): Remove macro.
584
585 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
586
587         Minor improvement in gitlog-to-changelog
588
589         * build-aux/gitlog-to-changelog: New option `--format' makes
590         output format string configurable.
591
592 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
593
594         Optimize exclude: use hash tables for non-wildcard patterns.
595
596         * lib/exclude.c: Include hash.h and mbuiter.h
597         (struct exclude_pattern, exclude_segment): New data types.
598         (struct exclude): Rewrite.
599         (fnmatch_pattern_has_wildcards): New function.
600         (new_exclude_segment, free_exclude_segment): New functions.
601         (excluded_file_pattern_p, excluded_file_name_p): New functions.
602         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
603         * lib/exclude.h (is_fnmatch_pattern): New prototype.
604         * modules/exclude: Depend on hash and mbuiter.
605
606         * modules/exclude-tests: New file.
607         * tests/test-exclude.c: New file.
608         * tests/test-exclude1.sh: New file.
609         * tests/test-exclude2.sh: New file.
610         * tests/test-exclude3.sh: New file.
611         * tests/test-exclude4.sh: New file.
612         * tests/test-exclude5.sh: New file.
613         * tests/test-exclude6.sh: New file.
614         * tests/test-exclude7.sh: New file.
615
616 2009-08-12  Bruno Haible  <bruno@clisp.org>
617
618         Ensure that getopt() gets declared by <unistd.h>.
619         * lib/unistd.in.h: Conditionally include getopt.h.
620         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
621         Set GNULIB_UNISTD_H_GETOPT.
622         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
623         GNULIB_UNISTD_H_GETOPT.
624         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
625
626 2009-08-12  Bruno Haible  <bruno@clisp.org>
627
628         Clarify logic.
629         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
630         gl_replace_getopt instead of GETOPT_H.
631
632 2009-08-12  Bruno Haible  <bruno@clisp.org>
633
634         * m4/getopt.m4: Add comments.
635
636 2009-08-12  Bruno Haible  <bruno@clisp.org>
637
638         Disable multithread support by default on Cygwin 1.5.x.
639         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
640         set gl_use_threads=no if not specified otherwise.
641
642 2009-08-11  Bruno Haible  <bruno@clisp.org>
643
644         Avoid compilation error on NetBSD 5.0.
645         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
646         * tests/test-stdio.c: Likewise.
647         * tests/test-stdlib.c: Likewise.
648         * tests/test-string.c: Likewise.
649         * tests/test-unistd.c: Likewise.
650         Reported by Greg Troxel <gdt@ir.bbn.com>
651         at <https://savannah.gnu.org/support/?106973>.
652
653 2009-08-11  Bruno Haible  <bruno@clisp.org>
654
655         * modules/dup2-tests (Depends-on): Remove close.
656
657         Undo 2009-07-19 commit.
658         * modules/acl-tests (Depends-on): Remove close.
659         * modules/binary-io-tests (Depends-on): Likewise.
660         * modules/closein-tests (Depends-on): Likewise.
661         * modules/flock-tests (Depends-on): Likewise.
662         * modules/fsync-tests (Depends-on): Likewise.
663         * modules/lseek-tests (Depends-on): Likewise.
664         * modules/pipe-tests (Depends-on): Likewise.
665         * modules/posix_spawn-tests (Depends-on): Likewise.
666         * modules/posix_spawnp-tests (Depends-on): Likewise.
667         * modules/stat-time-tests (Depends-on): Likewise.
668         * modules/yesno-tests (Depends-on): Likewise.
669
670 2009-08-10  Bruno Haible  <bruno@clisp.org>
671
672         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
673
674 2009-08-10  Bruno Haible  <bruno@clisp.org>
675
676         Fix a gcc warning.
677         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
678
679 2009-08-10  Bruno Haible  <bruno@clisp.org>
680
681         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
682         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
683         not only the first time.
684         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
685         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
686         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
687         is 1, not only the the first time.
688
689 2009-08-10  Bruno Haible  <bruno@clisp.org>
690
691         Make it possible to use module 'gethostname' without module 'close'.
692         * lib/unistd.in.h (close): Evoke a link error only if
693         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
694         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
695         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
696         * modules/unistd (Makefile.am): Substitute
697         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
698         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
699         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
700         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
701         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
702         * modules/sys_ioctl (Makefile.am): Substitute
703         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
704         * modules/socket (configure.ac): On native Windows, set
705         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
706         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
707         Reported by Sam Steingold <sds@gnu.org>.
708
709 2009-08-10  Bruno Haible  <bruno@clisp.org>
710
711         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
712         * modules/ioctl (configure.ac): Likewise.
713
714 2009-08-10  Bruno Haible  <bruno@clisp.org>
715
716         Avoid collision between gnulib wrapper and libintl wrapper.
717         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
718         already defined in intl/printf.c.
719         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
720         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
721
722 2009-08-09  Bruno Haible  <bruno@clisp.org>
723
724         Make <sys/select.h> really self-contained, also on Solaris 10.
725         * lib/sys_select.in.h: Include <string.h>.
726         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
727         Solaris 10 problem.
728         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
729         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
730         Reported by Jim Meyering.
731
732 2009-08-09  Bruno Haible  <bruno@clisp.org>
733
734         Avoid warnings from 'aclocal' that are due to a use of macro name
735         AM_XGETTEXT_OPTION that is not defined in automake.
736         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
737         automake.
738         * modules/error (configure.ac): Likewise.
739         * modules/propername (configure.ac): Likewise.
740         * modules/vasprintf (configure.ac): Likewise.
741         * modules/verror (configure.ac): Likewise.
742         * modules/xprintf (configure.ac): Likewise.
743         * modules/xvasprintf (configure.ac): Likewise.
744
745 2009-08-08  Bruno Haible  <bruno@clisp.org>
746
747         Avoid compilation error in C++ mode.
748         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
749         Reported by Sam Steingold <sds@gnu.org>.
750
751 2009-08-08  Bruno Haible  <bruno@clisp.org>
752
753         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
754         for the various Unix platforms.
755         * doc/posix-headers/limits.texi: Update platforms list regarding
756         HOST_NAME_MAX.
757         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
758
759 2009-08-07  Jim Meyering  <meyering@redhat.com>
760
761         selinux-at: fix typo in a comment
762         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
763         Spotted by Paolo Bonzini.
764
765         selinux-at: remove redundant m4 code, add documentation
766         * modules/selinux-at (configure.ac): Remove redundant code.
767         LIB_SELINUX is already set via the dependent module, selinux-h.
768         (Include): Add quotes around selinux-at.h.
769         * lib/selinux-at.h: Add documentation.
770         Reported by Bruno Haible in
771         http://marc.info/?l=gnulib-bug&m=124958988300749
772
773 2009-08-07  Bruno Haible  <bruno@clisp.org>
774
775         Avoid link error on MacOS X 10.3 and 10.4.
776         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
777         on non-ELF systems.
778         * lib/argp-pv.c (argp_program_version): Likewise.
779         Reported by Simon Josefsson.
780
781 2009-08-07  Simon Josefsson  <simon@josefsson.org>
782
783         * tests/test-version-etc.sh: Use $EXEEXT.
784
785 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
786
787         update-copyright: update documentation to point to maint.mk
788         * build-aux/update-copyright: Here.
789
790 2009-08-06  Jim Meyering  <meyering@redhat.com>
791
792         maint.mk: support update-copyright-local
793         * top/maint.mk (update-copyright-local): Define place-holder.
794         (update-copyright): Depend on $(update-copyright-local).
795
796 2009-08-06  Jim Meyering  <meyering@redhat.com>
797
798         selinux-at: new module
799         Initially written for coreutils, this module will soon be
800         used by findutils, too.
801         * MODULES.html.sh [Misc]: Add selinux-at.
802         * lib/selinux-at.h: New file, from coreutils.
803         * lib/selinux-at.c: Likewise.
804         * modules/selinux-at: Likewise.
805         (License): Change from LGPL to GPL, since it depends
806         on the GPL'd openat module.
807
808         doc: update README
809         * README: Remove references to cogito.
810         Remove cvs-repo-updating instructions from 2007.
811         Don't imply that CVS is better if you have limited disk space.
812
813 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
814
815         update-copyright: support C-style comments
816         * build-aux/update-copyright: Implement and document.
817         * tests/test-update-copyright.sh: Test.
818
819 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
820
821         update-copyright: support omitted "(C)"
822         * build-aux/update-copyright: Implement and document.  Also,
823         allow variable whitespace before "(C)".
824         * tests/test-update-copyright.sh: Test.
825
826 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
827
828         update-copyright: don't trip on non-FSF copyright statements
829         * build-aux/update-copyright: Fix so that the first correctly
830         formatted FSF copyright statement is recognized no matter what
831         appears before it.  Update documentation.
832         * tests/test-update-copyright.sh: Test that.
833
834 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
835
836         update-copyright: clean up code a little
837         * build-aux/update-copyright: Append "_re" to the name of any
838         variable holding a regular expression.
839         Replace "old" and "new" with "stmt" in variable names.
840         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
841         handled correctly.
842         Format code more consistently.
843
844 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
845
846         update-copyright-tests: improve portability
847         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
848         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
849
850 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
851
852         update-copyright: support @copyright{} and &copy;
853         * build-aux/update-copyright: Implement and document.
854         * tests/test-update-copyright.sh: Test.
855
856 2009-08-04  Jim Meyering  <meyering@redhat.com>
857
858         update-copyright-tests: correctly test EOL=\r\n handling
859         * tests/test-update-copyright.sh: Put \r at the end of some lines
860         for the dos-eol tests.  Based on a patch by Joel E. Denny.
861
862         maint.mk: make update-copyright exclusion list more configurable
863         * top/maint.mk (update-copyright): Default to excluding COPYING,
864         but allow an override, in case someone does want to update that file.
865
866         maint.mk: don't update copyright date in COPYING
867         * top/maint.mk (update-copyright): Exclude COPYING.
868
869         maint.mk: add a copyright-updating rule
870         * top/maint.mk (update-copyright): New rule.
871         Derived from coreutils/Makefile.am.
872
873         update-copyright: rename some variables
874         * build-aux/update-copyright: Rename a few variables for clarity.
875         Tweak syntax.  List Joel E. Denny as coauthor.
876
877 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
878
879         update-copyright: fix bug for 2-digit last year and add tests
880         * build-aux/update-copyright: Fix bug.
881         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
882         specified.
883         * modules/update-copyright-tests: New
884         * tests/test-update-copyright.sh: New.
885
886 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
887
888         update-copyright: handle leading tabs in line prefix
889         * build-aux/update-copyright: Count leading tabs as 8 spaces
890         when computing margin.  This helps with the formatting of
891         ChangeLogs, for example.
892         Fix documentation a little.
893
894 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
895
896         update-copyright: support EOL=\r\n
897         * build-aux/update-copyright: Implement that.
898
899 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
900
901         update-copyright: automatically format copyright statements
902         * build-aux/update-copyright: Implement that.
903         Also, be a little more predictable and safer by always failing
904         when the full copyright format is not perfectly recognized as an
905         unbroken whole.  Discussed at
906         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
907         Rewrite documentation.
908
909 2009-08-03  Bruno Haible  <bruno@clisp.org>
910
911         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
912
913 2009-08-02  Bruno Haible  <bruno@clisp.org>
914
915         Tests for module 'uname'.
916         * modules/uname-tests: New file.
917         * tests/test-uname.c: New file.
918
919         New module 'uname'.
920         * lib/uname.c: New file.
921         * m4/uname.m4: New file.
922         * modules/uname: New file.
923         * doc/posix-functions/uname.texi: Mention the new module.
924
925 2009-08-02  Bruno Haible  <bruno@clisp.org>
926
927         Tests for module 'sys_utsname'.
928         * modules/sys_utsname-tests: New file.
929         * tests/test-sys_utsname.c: New file.
930
931         New module 'sys_utsname'.
932         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
933         * m4/sys_utsname_h.m4: New file.
934         * modules/sys_utsname: New file.
935         * doc/posix-headers/sys_utsname.texi: Mention the new module.
936
937 2009-08-02  Bruno Haible  <bruno@clisp.org>
938
939         Implicitly initialize the sockets library.
940         * lib/gethostname.c: Include sockets.h.
941         (rpl_gethostname): Invoke gl_sockets_startup.
942         * lib/socket.c: Include sockets.h.
943         (rpl_socket): Invoke gl_sockets_startup.
944         * modules/gethostname (Depends-on): Add sockets.
945         * modules/socket (Depends-on): Likewise.
946         * tests/test-poll.c: Don't include sockets.h.
947         (main): Don't invoke gl_sockets_startup.
948         * tests/test-select.c: Don't include sockets.h.
949         (main): Don't invoke gl_sockets_startup.
950
951 2009-08-02  Bruno Haible  <bruno@clisp.org>
952
953         Allow multiple calls to gl_sockets_startup.
954         * lib/sockets.c (initialized_sockets_version): New variable.
955         (gl_sockets_startup): Do nothing if already called for this or a higher
956         version.
957         (gl_sockets_cleanup): Reset initialized_sockets_version.
958
959 2009-08-03  Simon Josefsson  <simon@josefsson.org>
960
961         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
962         different project/version.
963
964 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
965             Bruno Haible  <bruno@clisp.org>
966
967         Tests for module 'pipe-filter-gi'.
968         * modules/pipe-filter-gi-tests: New file.
969         * tests/test-pipe-filter-gi1.sh: New file.
970         * tests/test-pipe-filter-gi1.c: New file.
971         * tests/test-pipe-filter-gi2.sh: New file.
972         * tests/test-pipe-filter-gi2-main.c: New file.
973         * tests/test-pipe-filter-gi2-child.c: New file.
974
975         New module 'pipe-filter-gi'.
976         * lib/pipe-filter-gi.c: New file.
977         * modules/pipe-filter-gi: New file.
978
979 2009-08-02  Bruno Haible  <bruno@clisp.org>
980             Paolo Bonzini  <bonzini@gnu.org>
981
982         Tests for module 'pipe-filter-ii'.
983         * modules/pipe-filter-ii-tests: New file.
984         * tests/test-pipe-filter-ii1.sh: New file.
985         * tests/test-pipe-filter-ii1.c: New file.
986         * tests/test-pipe-filter-ii2.sh: New file.
987         * tests/test-pipe-filter-ii2-main.c: New file.
988         * tests/test-pipe-filter-ii2-child.c: New file.
989
990         New module 'pipe-filter-ii'.
991         * lib/pipe-filter.h: New file.
992         * lib/pipe-filter-ii.c: New file.
993         * lib/pipe-filter-aux.h: New file.
994         * modules/pipe-filter-ii: New file.
995
996 2009-08-02  Simon Josefsson  <simon@josefsson.org>
997
998         * lib/gc-libgcrypt.c: Change copyright to FSF.
999         * lib/gc-gnulib.c: Likewise.
1000
1001 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
1002
1003         * lib/gethostname.c: Include limits.h.
1004
1005 2009-08-02  Simon Josefsson  <simon@josefsson.org>
1006             Bruno Haible  <bruno@clisp.org>
1007
1008         Ensure HOST_NAME_MAX as part of the gethostname module.
1009         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
1010         define also HOST_NAME_MAX.
1011         * tests/test-gethostname.c: Include <limits.h>.
1012         (main): Check also HOST_NAME_MAX.
1013         * doc/posix-headers/limits.texi: Document the mingw problem.
1014
1015 2009-08-02  Bruno Haible  <bruno@clisp.org>
1016
1017         * lib/gethostname.c (gethostname): Fix handling of large len argument.
1018         Add comments.
1019
1020 2009-03-31  Simon Josefsson  <simon@josefsson.org>
1021
1022         * lib/gethostname.c: Add Windows wrapper.
1023         * m4/gethostname.m4: Look for gethostname in -lws2_32.
1024         * modules/gethostname: Depend on sys_socket & errno, for also
1025         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
1026         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
1027
1028 2009-07-31  Jim Meyering  <meyering@redhat.com>
1029
1030         getloadavg: fix symbol name in comment
1031         * lib/getloadavg.c: Correct a typo I introduced when adding
1032         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
1033         Matt Kraai spotted the problem.
1034
1035 2009-07-29  Matt Kraai  <mkraai@beckman.com>
1036
1037         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
1038         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
1039         code also if ! defined N_NAME_POINTER.
1040         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
1041         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
1042         but the n_name member is a 12-byte array.
1043
1044 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
1045
1046         update-copyright: generalize comment handling
1047         * build-aux/update-copyright: Handle copyright statements
1048         within more comment styles.
1049         Document usage.
1050         Report any file with an external copyright holder or parse failure.
1051
1052 2009-07-29  Jim Meyering  <meyering@redhat.com>
1053
1054         mktime: correct setting of REPLACE_MKTIME
1055         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
1056
1057         update-copyright: new module
1058         * modules/update-copyright: New file.
1059         * build-aux/update-copyright: New file.
1060         * MODULES.html.sh (maint+release support): Add update-copyright.
1061
1062 2009-07-27  Bruno Haible  <bruno@clisp.org>
1063
1064         Fix compilation error when <ctime> is used and mktime is replaced.
1065         * lib/time.in.h (mktime): New declaration.
1066         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
1067         REPLACE_MKTIME instead of defining mktime in config.h.
1068         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
1069         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
1070         Reported by Ross McFarland <rwmcfa1@neces.com>.
1071
1072 2009-07-27  Bruno Haible  <bruno@clisp.org>
1073
1074         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
1075         Reported by Matt Kraai <mkraai@beckman.com>.
1076
1077 2009-07-25  Jim Meyering  <meyering@redhat.com>
1078
1079         maint.mk: avoid warnings about missing files
1080         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
1081         diagnostic when .prev-version does not exist.
1082         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
1083         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
1084         nonexistent cfg.mk.
1085         Suggestions from Simon Josefsson.
1086
1087 2009-07-25  Bruno Haible  <bruno@clisp.org>
1088
1089         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
1090         defined as macros. Needed on QNX 6.4.1.
1091         Reported by Matt Kraai <mkraai@beckman.com>.
1092
1093 2009-07-23  Jim Meyering  <meyering@redhat.com>
1094
1095         maint.mk: invoke "make dist" with a working value of XZ_OPT
1096         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
1097
1098 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
1099
1100         Make fseeko.c compile on QNX.
1101         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
1102
1103 2009-07-22  Peter Simons  <simons@cryp.to>
1104
1105         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
1106         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
1107         * lib/md4.h: Likewise.
1108         * lib/md5.h: Likewise.
1109         * lib/sha1.h: Likewise.
1110         * lib/sha256.h: Likewise.
1111         * lib/sha512.h: Likewise.
1112
1113         tests-sha1: don't assign literal string to 'char *' variable
1114         * tests/test-sha1.c (main): Declare locals with "const" to match
1115         attributes of the right hand side.
1116
1117 2009-07-21  Eric Blake  <ebb9@byu.net>
1118
1119         dup2: fix more mingw problems
1120         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
1121         fd to itself.
1122         * doc/posix-functions/dup2.texi (dup2): Document the bug.
1123         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
1124         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
1125         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
1126         care of mingw bugs.
1127
1128 2009-07-21  Jim Meyering  <meyering@redhat.com>
1129
1130         vc-list-files: avoid failure when /bin/sh is dash
1131         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
1132         On some Debian based systems, /bin/sh is a symlink to dash, and running
1133         this command would omit the "/" following each 'tests' prefix:
1134           dash -x build-aux/vc-list-files -C . tests
1135         That is because bash and dash work differently:
1136           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
1137           bash ok
1138           dash odd
1139
1140 2009-07-21  Eric Blake  <ebb9@byu.net>
1141
1142         dup2-tests: test previous patch
1143         * modules/dup2-tests: New file.
1144         * tests/test-dup2.c: Likewise.
1145         * tests/test-open.c (main): Avoid unspecified behavior.
1146         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
1147         test.
1148
1149         dup2: work around mingw and cygwin 1.5 bug
1150         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
1151         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1152         * modules/unistd (Makefile.am): Substitute it.
1153         * lib/unistd.in.h (dup2): Declare the replacement.
1154         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
1155         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
1156         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
1157         * modules/execute (Depends-on): Add dup2.
1158         * modules/fseterr (Depends-on): Likewise.
1159         * modules/pipe (Depends-on): Likewise.
1160         * modules/posix_spawn-internal (Depends-on): Likewise.
1161
1162 2009-07-21  Bruno Haible  <bruno@clisp.org>
1163
1164         * modules/.gitattributes: New file.
1165
1166 2009-07-20  Bruno Haible  <bruno@clisp.org>
1167
1168         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
1169         (main): Use it.
1170
1171 2009-07-20  Eric Blake  <ebb9@byu.net>
1172
1173         test-pipe: make a bit more robust.
1174         * tests/test-pipe.c (myerr): Allow error messages regardless of
1175         what we do to stderr.
1176         (test_pipe): Rearrange to avoid deadlock.
1177         (child_main): Try a larger read, to ensure we avoided deadlock.
1178         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
1179         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
1180         if misused.
1181
1182 2009-07-19  Jim Meyering  <meyering@redhat.com>
1183
1184         fts: avoid false-positive cycle-detection
1185         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
1186         for each new command line argument.
1187
1188 2009-07-19  Bruno Haible  <bruno@clisp.org>
1189
1190         Fix build error on mingw with the modules sys_select and unistd.
1191         * modules/acl-tests (Depends-on): Add close.
1192         * modules/binary-io-tests (Depends-on): Likewise.
1193         * modules/closein-tests (Depends-on): Likewise.
1194         * modules/flock-tests (Depends-on): Likewise.
1195         * modules/fsync-tests (Depends-on): Likewise.
1196         * modules/lseek-tests (Depends-on): Likewise.
1197         * modules/pipe-tests (Depends-on): Likewise.
1198         * modules/posix_spawn-tests (Depends-on): Likewise.
1199         * modules/posix_spawnp-tests (Depends-on): Likewise.
1200         * modules/stat-time-tests (Depends-on): Likewise.
1201         * modules/yesno-tests (Depends-on): Likewise.
1202
1203 2009-07-19  Bruno Haible  <bruno@clisp.org>
1204
1205         Unify conditionals.
1206         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
1207         macros, not at the compiler macros.
1208         * lib/pipe.c: Likewise.
1209         * lib/execute.c: Likewise.
1210         * lib/spawni.c: Likewise.
1211
1212 2009-07-19  Bruno Haible  <bruno@clisp.org>
1213
1214         Fix handling of closed stdin/stdout/stderr on mingw.
1215         * lib/w32spawn.h: Include unistd.h.
1216         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
1217         file descriptor with O_NOINHERIT flag.
1218         (fd_safer_noinherit): New function, based on fd-safer.c.
1219         (dup_safer_noinherit): New function, based on dup-safer.c.
1220         (undup_safer_noinherit): New function.
1221         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
1222         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
1223         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
1224         instead of fd_safer.
1225         * tests/test-pipe.c: Include <windows.h>.
1226         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
1227
1228         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
1229         from main.
1230         (test_pipe): Pass an extra argument for disambiguation.
1231         (main): Invoke parent_main or child_main.
1232
1233         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
1234         consistently.
1235
1236 2009-07-18  Eric Blake  <ebb9@byu.net>
1237
1238         test-pipe: fix mingw build
1239         * tests/test-pipe.c (main): Avoid fcntl on mingw.
1240
1241 2009-07-18  Bruno Haible  <bruno@clisp.org>
1242
1243         * modules/pipe-tests (Makefile.am): Fix typo.
1244
1245 2009-07-18  Eric Blake  <ebb9@byu.net>
1246
1247         error: fix mingw build
1248         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
1249         Reported by Bruno Haible.
1250
1251         error: avoid undefined use of stdout
1252         * lib/error.c (error, error_at_line): Check that fd 1 is open
1253         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
1254         is handling faults and the close_stdout module wants to report the
1255         detection of closed stdout as an error.
1256
1257 2009-07-17  Eric Blake  <ebb9@byu.net>
1258
1259         pipe: be robust in face of closed fds
1260         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
1261         should cause child to misbehave.
1262         * modules/pipe-tests: New module.
1263         * tests/test-pipe.c: New file.
1264         * tests/test-pipe.sh: New file.
1265         Reported by Akim Demaille.
1266
1267 2009-07-14  Bruno Haible  <bruno@clisp.org>
1268
1269         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
1270         Reported by anonymous kc.
1271
1272 2009-07-07  Jim Meyering  <meyering@redhat.com>
1273
1274         maint.mk: don't look for translatable strings in *.m4 or *.mk
1275         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
1276         when searching for translatable strings.
1277
1278 2009-07-05  Jim Meyering  <meyering@redhat.com>
1279
1280         remove superfluous parentheses in STREQ definition
1281         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
1282         * lib/getugroups.c (STREQ): Likewise.
1283         * lib/fnmatch.c (STREQ): Likewise.
1284         Spotted by Bruno Haible.
1285
1286 2009-07-04  Jim Meyering  <meyering@redhat.com>
1287
1288         argv-iter: new module
1289         * MODULES.html.sh: Add argv-iter.
1290         * lib/argv-iter.c, lib/argv-iter.h: New files.
1291         * modules/argv-iter: New file.
1292         * modules/argv-iter-tests: New file.
1293         * tests/test-argv-iter.c: Test it.
1294
1295 2009-07-04  Bruno Haible  <bruno@clisp.org>
1296
1297         Fix assertion.
1298         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
1299         contains more exact copies of a given entry than file2, leave the extra
1300         copies unpaired rather than aborting.
1301         Reported by Eric Blake.
1302
1303 2009-07-02  Bruno Haible  <bruno@clisp.org>
1304
1305         Speedup git-merge-changelog for git cherry-pick.
1306         * lib/git-merge-changelog.c (struct entries_mapping): New type.
1307         (entries_mapping_get): New function, extracted from compute_mapping.
1308         (entries_mapping_reverse_get): New function.
1309         (compute_mapping): Add a 'full' argument. Return the result in a
1310         'struct entries_mapping'.
1311         (main): Update. Access the mappings through entries_mapping_get.
1312         Reported by Eric Blake.
1313
1314 2009-07-02  Bruno Haible  <bruno@clisp.org>
1315
1316         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
1317         best_i.
1318
1319 2009-07-02  Bruno Haible  <bruno@clisp.org>
1320
1321         Speed up approximate search for matching ChangeLog entries.
1322         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
1323         argument. Call fstrcmp_bounded instead of fstrcmp.
1324         (compute_mapping, try_split_merged_entry, main): Update callers.
1325
1326 2009-07-02  Bruno Haible  <bruno@clisp.org>
1327
1328         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
1329
1330 2009-06-30  Bruno Haible  <bruno@clisp.org>
1331
1332         Reduce the number of uc_is_cased calls.
1333         * lib/unicase.h (casing_suffix_context_t): Add
1334         'first_char_except_ignorable' field.
1335         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
1336         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
1337         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
1338         Update initializer.
1339         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
1340         case-ignorable characters.
1341         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
1342         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
1343         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
1344         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
1345         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
1346
1347 2009-06-30  Bruno Haible  <bruno@clisp.org>
1348
1349         Tests for module 'unicase/ignorable'.
1350         * modules/unicase/ignorable-tests: New file.
1351         * tests/unicase/test-ignorable.c: New file, generated by
1352         gen-uni-tables.
1353
1354         Tests for module 'unicase/cased'.
1355         * modules/unicase/cased-tests: New file.
1356         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
1357         * tests/unicase/test-predicate-part1.h: New file, derived from
1358         tests/unictype/test-predicate-part1.h.
1359         * tests/unicase/test-predicate-part2.h: New file, same as
1360         tests/unictype/test-predicate-part2.h.
1361
1362         Fix evaluation of "Before C" condition of FINAL_SIGMA.
1363         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
1364         (output_casing_properties): New function.
1365         (main): Call it.
1366         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
1367         * lib/unicase/cased.c: Include unictype/bitmap.h.
1368         (uc_is_cased): Define through a bitmap lookup.
1369         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
1370         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
1371         (uc_is_case_ignorable): Define through a bitmap lookup.
1372         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
1373         lib/unictype/bitmap.h.
1374         (Depends-on): Add inline. Clean up.
1375         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
1376         lib/unictype/bitmap.h.
1377         (Depends-on): Add inline. Clean up.
1378         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
1379         recognition.
1380         * tests/unicase/test-u16-tolower.c (main): Likewise.
1381         * tests/unicase/test-u32-tolower.c (main): Likewise.
1382
1383 2009-06-30  Bruno Haible  <bruno@clisp.org>
1384
1385         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
1386         * lib/unicase/u16-casemap.c: Likewise.
1387         * lib/unicase/u32-casemap.c: Likewise.
1388
1389 2009-06-29  Bruno Haible  <bruno@clisp.org>
1390
1391         Define u32_casefold as a wrapper around u32_ct_casefold.
1392         * lib/unicase/u32-casefold.c: Update.
1393         * modules/unicase/u32-casefold (Depends-on): Add
1394         unicase/u32-ct-casefold, unicase/empty-prefix-context,
1395         unicase/empty-suffix-context. Clean up.
1396
1397         Define u16_casefold as a wrapper around u16_ct_casefold.
1398         * lib/unicase/u16-casefold.c: Update.
1399         * modules/unicase/u16-casefold (Depends-on): Add
1400         unicase/u16-ct-casefold, unicase/empty-prefix-context,
1401         unicase/empty-suffix-context. Clean up.
1402
1403         Define u8_casefold as a wrapper around u8_ct_casefold.
1404         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
1405         * lib/unicase/u8-casefold.c: Update.
1406         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
1407         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1408
1409         Define u32_totitle as a wrapper around u32_ct_totitle.
1410         * lib/unicase/u32-totitle.c: Update.
1411         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
1412         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1413
1414         Define u16_totitle as a wrapper around u16_ct_totitle.
1415         * lib/unicase/u16-totitle.c: Update.
1416         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
1417         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1418
1419         Define u8_totitle as a wrapper around u8_ct_totitle.
1420         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
1421         functions.
1422         (FUNC): Delegate to U_CT_TOTITLE.
1423         * lib/unicase/u8-totitle.c: Update.
1424         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
1425         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1426
1427         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
1428         invocation.
1429         * modules/unicase/u32-tolower (Depends-on): Add
1430         unicase/empty-prefix-context, unicase/empty-suffix-context.
1431
1432         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
1433         invocation.
1434         * modules/unicase/u16-tolower (Depends-on): Add
1435         unicase/empty-prefix-context, unicase/empty-suffix-context.
1436
1437         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
1438         * modules/unicase/u8-tolower (Depends-on): Add
1439         unicase/empty-prefix-context, unicase/empty-suffix-context.
1440
1441         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
1442         invocation.
1443         * modules/unicase/u32-toupper (Depends-on): Add
1444         unicase/empty-prefix-context, unicase/empty-suffix-context.
1445
1446         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
1447         invocation.
1448         * modules/unicase/u16-toupper (Depends-on): Add
1449         unicase/empty-prefix-context, unicase/empty-suffix-context.
1450
1451         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
1452         * modules/unicase/u8-toupper (Depends-on): Add
1453         unicase/empty-prefix-context, unicase/empty-suffix-context.
1454
1455         New module 'unicase/u32-ct-casefold'.
1456         * lib/unicase/u32-ct-casefold.c: New file.
1457         * modules/unicase/u32-ct-casefold: New file.
1458
1459         New module 'unicase/u16-ct-casefold'.
1460         * lib/unicase/u16-ct-casefold.c: New file.
1461         * modules/unicase/u16-ct-casefold: New file.
1462
1463         New module 'unicase/u8-ct-casefold'.
1464         * lib/unicase/u8-ct-casefold.c: New file.
1465         * lib/unicase/u-ct-casefold.h: New file, derived from
1466         lib/unicase/u-casefold.h.
1467         * modules/unicase/u8-ct-casefold: New file.
1468
1469         New module 'unicase/u32-ct-totitle'.
1470         * lib/unicase/u32-ct-totitle.c: New file.
1471         * modules/unicase/u32-ct-totitle: New file.
1472
1473         New module 'unicase/u16-ct-totitle'.
1474         * lib/unicase/u16-ct-totitle.c: New file.
1475         * modules/unicase/u16-ct-totitle: New file.
1476
1477         New module 'unicase/u8-ct-totitle'.
1478         * lib/unicase/u8-ct-totitle.c: New file.
1479         * lib/unicase/u-ct-totitle.h: New file, derived from
1480         lib/unicase/u-totitle.h.
1481         * modules/unicase/u8-ct-totitle: New file.
1482
1483         New module 'unicase/u32-ct-tolower'.
1484         * lib/unicase/u32-ct-tolower.c: New file.
1485         * modules/unicase/u32-ct-tolower: New file.
1486
1487         New module 'unicase/u16-ct-tolower'.
1488         * lib/unicase/u16-ct-tolower.c: New file.
1489         * modules/unicase/u16-ct-tolower: New file.
1490
1491         New module 'unicase/u8-ct-tolower'.
1492         * lib/unicase/u8-ct-tolower.c: New file.
1493         * modules/unicase/u8-ct-tolower: New file.
1494
1495         New module 'unicase/u32-ct-toupper'.
1496         * lib/unicase/u32-ct-toupper.c: New file.
1497         * modules/unicase/u32-ct-toupper: New file.
1498
1499         New module 'unicase/u16-ct-toupper'.
1500         * lib/unicase/u16-ct-toupper.c: New file.
1501         * modules/unicase/u16-ct-toupper: New file.
1502
1503         New module 'unicase/u8-ct-toupper'.
1504         * lib/unicase/u8-ct-toupper.c: New file.
1505         * modules/unicase/u8-ct-toupper: New file.
1506
1507         Add context arguments to u*_casemap functions.
1508         * lib/unicase/unicasemap.h: Include unicase.h.
1509         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
1510         suffix_context arguments.
1511         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
1512         functions.
1513         (FUNC): Add prefix_context and suffix_context arguments. Use
1514         uc_is_cased and uc_is_case_ignorable.
1515         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
1516         * lib/unicase/u16-casemap.c: Likewise.
1517         * lib/unicase/u32-casemap.c: Likewise.
1518         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
1519         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
1520         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
1521         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
1522         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
1523         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
1524
1525         New module 'unicase/u32-suffix-context'.
1526         * lib/unicase/u32-suffix-context.c: New file.
1527         * modules/unicase/u32-suffix-context: New file.
1528
1529         New module 'unicase/u16-suffix-context'.
1530         * lib/unicase/u16-suffix-context.c: New file.
1531         * modules/unicase/u16-suffix-context: New file.
1532
1533         New module 'unicase/u8-suffix-context'.
1534         * lib/unicase/u8-suffix-context.c: New file.
1535         * lib/unicase/u-suffix-context.h: New file.
1536         * modules/unicase/u8-suffix-context: New file.
1537
1538         New module 'unicase/empty-suffix-context'.
1539         * lib/unicase/empty-suffix-context.c: New file.
1540         * modules/unicase/empty-suffix-context: New file.
1541
1542         New module 'unicase/u32-prefix-context'.
1543         * lib/unicase/u32-prefix-context.c: New file.
1544         * modules/unicase/u32-prefix-context: New file.
1545
1546         New module 'unicase/u16-prefix-context'.
1547         * lib/unicase/u16-prefix-context.c: New file.
1548         * modules/unicase/u16-prefix-context: New file.
1549
1550         New module 'unicase/u8-prefix-context'.
1551         * lib/unicase/u8-prefix-context.c: New file.
1552         * lib/unicase/u-prefix-context.h: New file.
1553         * lib/unicase/context.h: New file.
1554         * modules/unicase/u8-prefix-context: New file.
1555
1556         New module 'unicase/empty-prefix-context'.
1557         * lib/unicase/empty-prefix-context.c: New file.
1558         * modules/unicase/empty-prefix-context: New file.
1559
1560         New module 'unicase/ignorable'.
1561         * lib/unicase/ignorable.c: New file.
1562         * modules/unicase/ignorable: New file.
1563
1564         New module 'unicase/cased'.
1565         * lib/unicase/caseprop.h: New file.
1566         * lib/unicase/cased.c: New file.
1567         * modules/unicase/cased: New file.
1568
1569         New functions for case mapping of substrings.
1570         * lib/unicase.h (casing_prefix_context_t): New type.
1571         (unicase_empty_prefix_context): New variable.
1572         (u8_casing_prefix_context, u16_casing_prefix_context,
1573         u32_casing_prefix_context, u8_casing_prefixes_context,
1574         u16_casing_prefixes_context, u32_casing_prefixes_context): New
1575         declarations.
1576         (casing_suffix_context_t): New type.
1577         (unicase_empty_suffix_context): New variable.
1578         (u8_casing_suffix_context, u16_casing_suffix_context,
1579         u32_casing_suffix_context, u8_casing_suffixes_context,
1580         u16_casing_suffixes_context, u32_casing_suffixes_context,
1581         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
1582         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
1583         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
1584         declarations.
1585
1586 2009-06-28  Jim Meyering  <meyering@redhat.com>
1587
1588         boostrap: indent only with spaces
1589         * build-aux/bootstrap: Indent only with spaces, never TABs.
1590
1591         bootstrap: split long lines
1592         * build-aux/bootstrap: Keep line length < 80.
1593
1594         bootstrap: sync from coreutils
1595         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
1596         just as autoreconf does.  Verify a list of prerequisite
1597         package-name,version-number pairs if defined in bootstrap.conf.
1598         Refer to README-prereq, if prerequisites are not satisfied.
1599
1600 2009-06-27  Eric Blake  <ebb9@byu.net>
1601
1602         tests: add test for bogus NULL definition
1603         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
1604         * tests/test-stdlib.c: Likewise.
1605         * tests/test-string.c: Likewise.
1606         * tests/test-locale.c: Likewise.
1607         * tests/test-unistd.c: Likewise.
1608         * modules/stdio-tests (Depends-on): Add verify.
1609         * modules/stdlib-tests (Depends-on): Likewise.
1610         * modules/string-tests (Depends-on): Likewise.
1611         * modules/locale-tests (Depends-on): Likewise.
1612         * modules/unistd-tests (Depends-on): Likewise.
1613
1614 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
1615
1616         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
1617         self-explaining comment.
1618         * m4/selinux-selinux-h: Update serial.
1619         (gl_LIBSELINUX): New macro, adding a warning for missing development
1620         packages to code extracted from...
1621         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
1622         Add warning for missing development packages here, too.
1623
1624 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
1625
1626         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
1627
1628 2009-06-25  Eric Blake  <ebb9@byu.net>
1629
1630         version-etc: fix regression
1631         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
1632         gcc.
1633         (version_etc): Use it, to catch bugs with trailing NULL.
1634         * lib/version-etc.c (version_etc_arn): Delete unused argument.
1635         (version_etc_va): Fix logic bug.
1636         * modules/version-etc-tests: Add test.
1637         * tests/test-version-etc.c: New file.
1638         * tests/test-version-etc.sh: Likewise.
1639
1640 2009-06-25  Sam Steingold  <sds@gnu.org>
1641
1642         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
1643         mbtowc declaration.
1644
1645 2009-06-25  Eric Blake  <ebb9@byu.net>
1646
1647         fpurge: migrate into <stdio.h>
1648         * lib/fpurge.h: Delete...
1649         * lib/stdio.in.h (fpurge): ...and declare here, instead.
1650         * lib/fpurge.c (fpurge): Change declaring header.
1651         * modules/fpurge (Files): Drop deleted file.
1652         (Depends-on): Add stdio.
1653         (configure.ac): Set witness.
1654         * modules/stdio (Makefile.am): Support fpurge macros.
1655         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1656         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
1657         * lib/fflush.c: Update client.
1658         * tests/test-fpurge.c: Likewise.
1659         * NEWS: Mention the change.
1660
1661 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
1662
1663        * lib/argp-version-etc.c (program_authors): Add const
1664        qualifier.
1665        * lib/version-etc.c: Fix typos in the comments.
1666        * modules/argp-version-etc: Depends on version-etc.
1667
1668 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
1669
1670         argp-version-etc: new module.
1671
1672         * lib/argp-version-etc.c: New file.
1673         * lib/argp-version-etc.h: New file.
1674         * modules/argp-version-etc: New file.
1675         * modules/argp-version-etc-tests: New file.
1676         * tests/test-argp-version-etc.c: New test.
1677         * tests/test-argp-version-etc-1.sh: New test.
1678
1679 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
1680
1681         Provide additional interfaces and documentation for version-etc
1682         module.
1683
1684         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
1685         interfaces.
1686         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
1687         prototypes.
1688
1689 2009-06-24  Bruno Haible  <bruno@clisp.org>
1690
1691         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
1692         HAVE_LIB${NAME} macro.
1693         Reported by Sam Steingold <sds@gnu.org>.
1694
1695 2009-06-23  Simon Josefsson  <simon@josefsson.org>
1696
1697         * modules/hash-tests (test_hash_LDADD): Link to libintl when
1698         needed.
1699
1700 2009-06-21  Bruno Haible  <bruno@clisp.org>
1701
1702         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
1703         work.
1704         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
1705         together with LIB${NAME}, LTLIB${NAME}.
1706         Reported by Sam Steingold <sds@gnu.org>.
1707
1708 2009-06-20  Jim Meyering  <meyering@redhat.com>
1709
1710         tests: make sc_require_test_exit_idiom more generic
1711         * top/maint.mk (Exit_witness_file): New overridable variable.
1712         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
1713         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
1714
1715 2009-06-19  Jim Meyering  <meyering@redhat.com>
1716
1717         hash: reverse order of src/dst parameters in an internal interface
1718         * lib/hash.c (transfer_entries): Reverse order of parameters to
1719         put DST before SRC.  Adjust callers.
1720
1721         tests: test-hash: avoid wholesale duplication
1722         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
1723         Instead, use a loop and add a single conditional.
1724
1725         tests: test-hash: allow seed selection via a command line argument
1726         * tests/test-hash.c (get_seed): New function.
1727         (main): Use it.
1728
1729 2009-06-19  Eric Blake  <ebb9@byu.net>
1730
1731         hash: avoid memory leak on allocation failure
1732         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
1733         failure.  Factor repeated algorithm...
1734         (transfer_entries): ...into new helper routine.
1735         (hash_delete): React to hash_rehash return value.
1736
1737         hash: reduce memory pressure in hash_rehash no-op case
1738         * lib/hash.c (next_prime): Avoid overflow.
1739         (hash_initialize): Factor bucket size computation...
1740         (compute_bucket_size): ...into new helper function.
1741         (hash_rehash): Use new function and open coding to reduce memory
1742         pressure, and avoid a memory leak in USE_OBSTACK code.
1743         Reported by Jim Meyering.
1744
1745 2009-06-18  Eric Blake  <ebb9@byu.net>
1746
1747         hash: make rotation more obvious
1748         * modules/hash (Depends-on): Add bitrotate and stdint.
1749         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
1750         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
1751         (SIZE_MAX): Rely on headers for definition.
1752         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
1753         (raw_hasher): Use rotr_sz.
1754         Suggested by Jim Meyering.
1755
1756         hash: fix memory leak in last patch
1757         * lib/hash.c (hash_rehash): Avoid memory leak.
1758
1759         hash: avoid no-op rehashing
1760         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
1761
1762         hash: provide default callback functions
1763         * lib/hash.c (raw_hasher, raw_comparator): New functions.
1764         (hash_initialize): Use them as defaults.
1765         * tests/test-hash.c (main): Test this.
1766
1767         hash: minor optimization
1768         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
1769         when possible.
1770         (hash_initialize): Document this promise.
1771         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
1772         * tests/test-hash.c (hash_compare_strings): Test this.
1773
1774 2009-06-18  Bruno Haible  <bruno@clisp.org>
1775
1776         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
1777         going to be replaced anyway.
1778
1779 2009-06-18  Bruno Haible  <bruno@clisp.org>
1780
1781         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
1782         in one place.
1783         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
1784         be replaced anyway.
1785
1786 2009-06-18  Eric Blake  <ebb9@byu.net>
1787
1788         hash: check for resize before insertion
1789         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
1790         threshold before insertion, so that a pathological hash_rehash
1791         that fills every bucket can still trigger another rehash.
1792
1793 2009-06-18  Jim Meyering  <meyering@redhat.com>
1794
1795         hash-tests: add a loop around the small tests
1796         * tests/test-hash.c (main): Repeat small tests with selected
1797         small initial table sizes.
1798
1799 2009-06-17  Eric Blake  <ebb9@byu.net>
1800
1801         hash: minor cleanups
1802         * lib/hash.h (hash_entry): Make opaque, by moving...
1803         * lib/hash.c (hash_entry): ...here.
1804         (hash_insert): Clarify restrictions on what can be inserted.
1805         (hash_get_next): Clarify when it is safe to remove an element
1806         during traversal.
1807         (check_tuning): Skip verification when tuning is known safe.
1808         (hash_initialize): Clarify restrictions on tuning.
1809
1810 2009-06-17  Jim Meyering  <jim@meyering.net>
1811         and Eric Blake  <ebb9@byu.net>
1812
1813         hash-tests: new module
1814         * modules/hash-tests: New file.
1815         * tests/test-hash.c: New file.
1816
1817 2009-06-17  Eric Blake  <ebb9@byu.net>
1818
1819         strstr-simple: document new module
1820         * MODULES.html.sh: Document new module.
1821
1822         strstr, strcasestr: replace on platforms with broken memchr
1823         * modules/strstr: Split into...
1824         * modules/strstr-simple: ...new module that does not care about
1825         performance, but does care about glibc bug.
1826         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
1827         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
1828         if platform memchr is broken, per Debian bug 521737.
1829         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
1830         memchr.
1831         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
1832         * doc/posix-functions/strstr.texi (strstr): Document the fix.
1833         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
1834         * modules/mountlist (Depends-on): Add strstr-simple.
1835         * modules/gen-uni-tables (Depends-on): Likewise.
1836         * modules/argz (Depends-on): Add strstr.
1837
1838 2009-06-17  Bruno Haible  <bruno@clisp.org>
1839
1840         * modules/posix_spawn-internal (Depends-on): Add errno.
1841
1842 2009-06-17  Bruno Haible  <bruno@clisp.org>
1843
1844         Define missing ESTALE on Interix 3.5.
1845         * lib/errno.in.h (ESTALE): Assign a value if missing.
1846         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
1847         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
1848         missing.
1849         * doc/posix-headers/errno.texi: Mention the Interix bug.
1850         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
1851
1852 2009-06-15  Eric Blake  <ebb9@byu.net>
1853
1854         memchr, memchr2: add valgrind exception
1855         * lib/memchr.valgrind: New file.
1856         * lib/memchr2.valgrind: New file.
1857         * modules/memchr (Files): Distribute valgrind file.
1858         * modules/memchr2 (Files): Likewise.
1859
1860         docs: memchr is no longer obsolete
1861         * MODULES.html.sh: Move memchr from obsolete to string.h section.
1862         * lib/string.in.h (memchr): Simplify logic.
1863
1864 2009-06-14  Jim Meyering  <meyering@redhat.com>
1865
1866         link-follow: fix the "checking..." message to not mention trailing slash
1867         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
1868         never considered trailing slashes.
1869
1870 2009-06-14  Bruno Haible  <bruno@clisp.org>
1871
1872         * m4/memchr.m4: Mention also the bug on IA-64.
1873         * doc/posix-functions/memchr.texi: Likewise.
1874
1875 2009-06-12  Eric Blake  <ebb9@byu.net>
1876
1877         memchr: detect broken x86_64 and alpha implementations
1878         * modules/memchr-tests (Depends-on): Move mmap detection...
1879         * modules/memchr (Depends-on): ...here.
1880         (configure.ac): Set indicator.
1881         * lib/string.in.h (memchr): Declare replacement.
1882         * modules/string (Makefile.am): Trigger replacement.
1883         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
1884         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
1885         bugs.
1886         * doc/posix-functions/memchr.texi (memchr): Document the bug.
1887         * modules/getpagesize (License): Relax license.
1888
1889 2009-06-11  Bruno Haible  <bruno@clisp.org>
1890
1891         * lib/idpriv.h: Add more references.
1892
1893 2009-06-08  Bruno Haible  <bruno@clisp.org>
1894
1895         Tests for module 'idpriv-droptemp'.
1896         * modules/idpriv-droptemp-tests: New file.
1897         * tests/test-idpriv-droptemp.sh: New file.
1898         * tests/test-idpriv-droptemp.su.sh: New file.
1899         * tests/test-idpriv-droptemp.c: New file.
1900
1901         New module 'idpriv-droptemp'.
1902         * lib/idpriv-droptemp.c: New file.
1903         * modules/idpriv-droptemp: New file.
1904
1905 2009-06-08  Bruno Haible  <bruno@clisp.org>
1906
1907         Tests for module 'idpriv-drop'.
1908         * modules/idpriv-drop-tests: New file.
1909         * tests/test-idpriv-drop.sh: New file.
1910         * tests/test-idpriv-drop.su.sh: New file.
1911         * tests/test-idpriv-drop.c: New file.
1912
1913         New module 'idpriv-drop'.
1914         * lib/idpriv.h: New file.
1915         * lib-idpriv-drop.c: New file.
1916         * m4/idpriv.m4: New file.
1917         * modules/idpriv-drop: New file.
1918
1919 2009-06-08  Bruno Haible  <bruno@clisp.org>
1920
1921         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
1922         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1923         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1924         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1925         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1926         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1927         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1928
1929 2009-06-08  Eric Blake  <ebb9@byu.net>
1930
1931         test-strstr: use memory fence, when possible
1932         * tests/test-strstr.c (main): Use memory fence, in order to be
1933         more likely to trigger Debian bug 521737.
1934         * modules/strstr-tests (Files): Pull in additional files.
1935
1936         memchr: no longer obsolete, for wider field testing
1937         * modules/memchr (Status, Notice): Delete, this module is no
1938         longer obsolete.
1939         * modules/vasnprintf (Depends-on): Add memchr.
1940
1941 2009-06-07  Jim Meyering  <meyering@redhat.com>
1942
1943         hash: declare some functions with the warn_unused_result attribute
1944         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
1945
1946 2009-06-07  Bruno Haible  <bruno@clisp.org>
1947
1948         * tests/test-alignof.c: Don't test int64_t if it does not exist.
1949         Reported by Eric Blake.
1950
1951 2009-06-06  Eric Blake  <ebb9@byu.net>
1952
1953         test-alignof: fix typo with long double
1954         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
1955         compiler error.
1956
1957 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
1958
1959         Escape non-texinfo { and }s.
1960         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
1961         markup error.
1962
1963 2009-06-04  Jim Meyering  <meyering@redhat.com>
1964
1965         gitlog-to-changelog: don't infloop on an empty commit log
1966         * build-aux/gitlog-to-changelog: Warn about an empty log message.
1967         Reported by Boris Petersen <transacid@centerim.org>.
1968
1969 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
1970
1971         version-etc: extend for packagers
1972         Add three new configure options, intended for packagers:
1973           --with-packager="packager name"
1974           --with-packager-version="packager-specific version"
1975           --with-packager-bug-reports="packager bug reporting"
1976         An example with coreutils:
1977           $ ./configure \
1978             --with-packager=Gentoo \
1979             --with-packager-bug-report=http://bugs.gentoo.org/ \
1980             --with-packager-version="patchset 1.6"
1981           $ ./src/ls --version | head -n3
1982           ls (GNU coreutils) 7.1-dirty
1983           Packaged by Gentoo (patchset 1.6)
1984           Copyright (C) 2009 Free Software Foundation, Inc.
1985         Note that the bug reporting info via --help doesn't show up because
1986         coreutils uses its own custom emit_bug_reporting_address() implementation
1987         in src/system.h.  If it didn't, it'd look like:
1988           $ ./src/ls --help | tail -n4
1989           Report bugs to <bug-coreutils@gnu.org>.
1990           Report Gentoo bugs to <http://bugs.gentoo.org/>.
1991           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
1992           General help using GNU software: <http://www.gnu.org/gethelp/>.
1993         * lib/version-etc.c: Print new information, if provided.
1994         * m4/version-etc.m4: New file.
1995         * modules/version-etc (Files): Add m4/version-etc.m4.
1996         (configure.ac): Add gl_VERSION_ETC.
1997
1998 2009-05-31  Bruno Haible  <bruno@clisp.org>
1999
2000         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
2001         and 'int64_t'.
2002         * modules/alignof-tests (Dependencies): Add stdint.
2003         Reported by Eric Blake.
2004
2005 2009-05-31  Bruno Haible  <bruno@clisp.org>
2006
2007         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
2008         restriction due to compiler bugs.
2009         Reported by Eric Blake.
2010
2011 2009-05-31  Simon Josefsson  <simon@josefsson.org>
2012             Bruno Haible  <bruno@clisp.org>
2013
2014         Fix test-alignof failure.
2015         * lib/alignof.h (alignof_slot): New macro.
2016         (alignof_type): New macro, with the same semantics as the previous
2017         'alignof'.
2018         (alignof): Alias to alignof_slot.
2019         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
2020         check that the results are usable as constant expressions.
2021
2022 2009-05-31  Bruno Haible  <bruno@clisp.org>
2023
2024         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
2025         * tests/test-memchr.c (main): Check that memchr does not read past the
2026         first occurrence of the byte.
2027         * tests/test-strstr.c (main): Update comment.
2028         Suggested by Eric Blake.
2029
2030 2009-05-30  Bruno Haible  <bruno@clisp.org>
2031
2032         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
2033         detail how to use dumpbin.
2034         Reported by David Byron <dbyron@dbyron.com>.
2035
2036 2009-06-02  Simon Josefsson  <simon@josefsson.org>
2037
2038         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
2039
2040 2009-06-02  Simon Josefsson  <simon@josefsson.org>
2041
2042         * m4/manywarnings.m4: Add GCC 4.4 warnings.
2043
2044 2009-05-28  Bruno Haible  <bruno@clisp.org>
2045
2046         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
2047         build-aux/ files.
2048
2049 2009-05-28  Simon Josefsson  <simon@josefsson.org>
2050
2051         * gnulib-tool (func_import): Transform license on build-aux/ files too.
2052
2053 2009-05-27  Simon Josefsson  <simon@josefsson.org>
2054
2055         * gnulib-tool (sed_transform_main_lib_file)
2056         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
2057         regexps.
2058
2059 2009-05-26  Simon Josefsson  <simon@josefsson.org>
2060
2061         * tests/test-strstr.c: Add another self-test.
2062         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
2063         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
2064
2065 2009-05-23  Bruno Haible  <bruno@clisp.org>
2066
2067         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
2068         change.
2069
2070 2009-05-21  Bruno Haible  <bruno@clisp.org>
2071
2072         Simplify use of mode_t varargs.
2073         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
2074         uses 'mode_t' or 'int'.
2075         * lib/openat.c (openat): Likewise.
2076         * lib/open-safer.c (open_safer): Likewise.
2077         * m4/mode_t.m4: New file.
2078         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
2079         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
2080         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
2081         * modules/open (Files): Add m4/mode_t.m4.
2082         * modules/openat (Files): Likewise.
2083         * modules/fcntl-safer (Files): Likewise.
2084         Suggested by Eric Blake.
2085
2086 2009-05-21  Pádraig Brady  <P@draigbrady.com>
2087
2088         * doc/glibc-functions/fallocate.texi: New file.
2089         * doc/gnulib.texi: Include it.
2090
2091 2009-05-21  Eric Blake  <ebb9@byu.net>
2092             Bruno Haible  <bruno@clisp.org>
2093
2094         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
2095         invocations.
2096         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2097
2098 2009-05-21  Eric Blake  <ebb9@byu.net>
2099             Bruno Haible  <bruno@clisp.org>
2100
2101         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
2102         include_next. Fix of 2008-11-20 commit.
2103         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
2104         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
2105         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
2106         NEXT_MATH_H.
2107         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
2108         instead of NEXT_MATH_H.
2109
2110 2009-05-21  Bruno Haible  <bruno@clisp.org>
2111
2112         Avoid redefinition warnings for SIZE_MAX.
2113         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
2114         Reported by Simon Josefsson.
2115
2116 2009-05-21  Bruno Haible  <bruno@clisp.org>
2117
2118         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
2119         AC_CACHE_VAL.
2120
2121 2009-05-20  Bruno Haible  <bruno@clisp.org>
2122
2123         Make zeroptr.h work on mingw.
2124         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
2125         mprotect.
2126         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
2127         * modules/memchr2-tests (configure.ac): Likewise.
2128         * modules/memcmp-tests (configure.ac): Likewise.
2129         * modules/memmem-tests (configure.ac): Likewise.
2130         * modules/memrchr-tests (configure.ac): Likewise.
2131         Reported by Simon Josefsson.
2132
2133 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2134
2135         * tests/test-glob.c: Include string.h for strcmp prototype.
2136
2137 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2138
2139         * modules/getdelim (Depends-on): Add explicit stdint, although it
2140         was implicitly already pulled in via realloc-posix.
2141         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
2142
2143 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2144
2145         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
2146         G. Christensen" <tgc@jupiterrise.com>.
2147         * m4/sys_socket_h.m4: Check for sa_family_t.
2148         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
2149         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
2150         * tests/test-sys_socket.c: Check that sa_family_t works.
2151
2152 2009-05-18  Eric Blake  <ebb9@byu.net>
2153
2154         maint.mk: allow gnulib_dir in VPATH build
2155         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
2156
2157 2009-05-15  Jim Meyering  <meyering@redhat.com>
2158
2159         maint.mk: Give gnulib_dir a default definition.
2160         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
2161         Thus, most packages no longer need to specify this variable in cfg.mk
2162
2163 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
2164
2165         rename.m4: fix typos that would make non-mingw cross-configure fail
2166         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
2167
2168 2009-05-13  Eric Blake  <ebb9@byu.net>
2169
2170         mmap-anon: avoid out-of-order autoconf expansion
2171         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
2172         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
2173         * modules/memchr-tests (Depends-on): Add extensions.
2174         * modules/memchr2-tests (Depends-on): Add extensions.
2175         * modules/memcmp-tests (Depends-on): Add extensions.
2176         * modules/memmem-tests (Depends-on): Add extensions.
2177         * modules/memrchr-tests (Depends-on): Add extensions.
2178
2179 2009-05-13  Bruno Haible  <bruno@clisp.org>
2180
2181         Make some tests ISO C 99 compliant.
2182         * tests/zerosize-ptr.h: New file.
2183         * tests/test-memchr.c: Include zerosize-ptr.h.
2184         (main): Use a zero-size object pointer instead of NULL.
2185         * tests/test-memchr2.c: Include zerosize-ptr.h.
2186         (main): Use a zero-size object pointer instead of NULL.
2187         * tests/test-memcmp.c: Include zerosize-ptr.h.
2188         (main): Use a zero-size object pointer instead of NULL.
2189         * tests/test-memmem.c: Include zerosize-ptr.h.
2190         (main): Use a zero-size object pointer instead of NULL.
2191         * tests/test-memrchr.c: Include zerosize-ptr.h.
2192         (main): Use a zero-size object pointer instead of NULL.
2193         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
2194         m4/mmap-anon.m4.
2195         (Depends-on): Add getpagesize.
2196         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2197         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
2198         m4/mmap-anon.m4.
2199         (Depends-on): Add getpagesize.
2200         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2201         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
2202         m4/mmap-anon.m4.
2203         (Depends-on): Add getpagesize.
2204         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2205         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
2206         m4/mmap-anon.m4.
2207         (Depends-on): Add getpagesize.
2208         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2209         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
2210         m4/mmap-anon.m4.
2211         (Depends-on): Add getpagesize.
2212         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2213
2214 2009-05-12  Bruno Haible  <bruno@clisp.org>
2215
2216         Tests for module 'alignof'.
2217         * modules/alignof-tests: New file.
2218         * tests/test-alignof.c: New file.
2219
2220 2009-05-12  Bruno Haible  <bruno@clisp.org>
2221
2222         Fix alignof macro.
2223         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
2224         vendor compilers that are always correct.
2225
2226 2009-05-12  Bruno Haible  <bruno@clisp.org>
2227
2228         Make the MAP_ANONYMOUS detection work on HP-UX 11.
2229         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
2230         not whether its fully works.
2231
2232 2009-05-12  Bruno Haible  <bruno@clisp.org>
2233
2234         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
2235
2236 2009-05-12  Jim Meyering  <meyering@redhat.com>
2237
2238         * top/maint.mk: Adjust backslash alignment.
2239
2240 2009-05-11  Simon Josefsson  <simon@josefsson.org>
2241
2242         * top/maint.mk: Make $(srcdir)/build-aux configurable.
2243
2244 2009-05-11  Eric Blake  <ebb9@byu.net>
2245
2246         argp: avoid undefined behavior
2247         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
2248         macros.
2249
2250 2009-05-08  Simon Josefsson  <simon@josefsson.org>
2251
2252         * tests/test-vc-list-files-git.sh: Do git config of user.email and
2253         user.name to prevent git commit from complaining.
2254
2255 2009-05-10  Bruno Haible  <bruno@clisp.org>
2256
2257         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
2258         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
2259         it rewrites every file name only once.
2260         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
2261
2262 2009-05-08  Bruno Haible  <bruno@clisp.org>
2263
2264         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
2265         instead of 'max'.
2266
2267 2009-05-08  Simon Josefsson  <simon@josefsson.org>
2268
2269         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
2270         sockaddr_storage test.
2271
2272 2009-05-07  Simon Josefsson  <simon@josefsson.org>
2273
2274         * modules/sys_socket (Makefile.am): Substitute
2275         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
2276         * m4/sys_socket_h.m4: Check for sockaddr_storage.
2277         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
2278         * tests/test-sys_socket.c: Check sockaddr_storage.
2279
2280 2009-05-08  Bruno Haible  <bruno@clisp.org>
2281
2282         New module 'alignof'.
2283         * lib/alignof.h: New file.
2284         * modules/alignof: New file.
2285
2286 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2287             Bruno Haible  <bruno@clisp.org>
2288
2289         Fix test-file-has-acl on FreeBSD.
2290         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
2291         mask is implicitly added.
2292         * tests/test-file-has-acl.c: Include <signal.h>.
2293         (main): Terminate the test after 5 seconds.
2294         * modules/acl-tests (configure.ac): Check for alarm function.
2295
2296 2009-05-04  Bruno Haible  <bruno@clisp.org>
2297
2298         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
2299         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
2300         * modules/errno (configure.ac): Drop AC_REQUIRE.
2301         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
2302         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
2303
2304 2009-05-04  Simon Josefsson  <simon@josefsson.org>
2305
2306         * modules/glob-tests: New module.
2307         * tests/test-glob.c: Add.
2308
2309 2009-05-04  Simon Josefsson  <simon@josefsson.org>
2310
2311         * modules/fnmatch-tests: New module.
2312         * tests/test-fnmatch.c: Add.
2313
2314 2009-05-04  Eric Blake  <ebb9@byu.net>
2315
2316         maint: make the new no-submodule-changes rule VPATH-safe
2317         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
2318
2319 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2320             Bruno Haible  <bruno@clisp.org>
2321
2322         acl: Fix infinite loop on FreeBSD.
2323         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
2324         of return value from acl_get_entry.
2325         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
2326         Likewise.
2327
2328 2009-05-03  Bruno Haible  <bruno@clisp.org>
2329
2330         * lib/acl-internal.h (acl_entries): Clarify return value.
2331         * lib/acl_entries.c (acl_entries): Likewise.
2332
2333 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2334
2335         Bug fix in acl module.
2336         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
2337
2338 2009-05-03  Bruno Haible  <bruno@clisp.org>
2339
2340         Create gperf-generated file in the source dir, not in the build dir.
2341         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
2342         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
2343         * modules/unicase/locale-language (unicase/locale-languages.h):
2344         Likewise.
2345         * modules/unicase/special-casing (unicase/special-casing-table.h):
2346         Likewise.
2347         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
2348         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
2349         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
2350         Reported by Ralf Wildenhues.
2351
2352 2009-05-03  Bruno Haible  <bruno@clisp.org>
2353
2354         * modules/fnmatch (Description, configure.ac): Taken from
2355         fnmatch-posix.
2356         * modules/fnmatch-posix: Turn into a symbolic reference to the
2357         'fnmatch' module, and deprecate.
2358         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
2359
2360 2009-05-03  Bruno Haible  <bruno@clisp.org>
2361
2362         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
2363         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
2364         Reported by Ralf Wildenhues.
2365
2366 2009-05-04  Simon Josefsson  <simon@josefsson.org>
2367
2368         * m4/fnmatch.m4: Fix fnmatch re-define.
2369
2370 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2371
2372         priv-set: new module and tests; adapt write-any-file
2373         * lib/priv-set.c: New file.
2374         * lib/priv-set.h: New file.
2375         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
2376         * lib/write-any-file.c: Simplify by using priv-set module.
2377         * m4/priv-set.m4: New file.
2378         * modules/priv-set: New file.
2379         * modules/unlinkdir: Add dependency on priv-set module.
2380         * modules/write-any-file: Likewise.
2381
2382         Tests for module 'priv-set'.
2383         * modules/priv-set-tests: New file.
2384         * tests/test-priv-set.c: New file.
2385
2386 2009-05-03  Jim Meyering  <meyering@redhat.com>
2387             Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
2390         use the converted UTF-8 variant of the name instead.
2391
2392 2009-05-03  Jim Meyering  <meyering@redhat.com>
2393
2394         tests: tighten some getdate tests
2395         * tests/test-getdate.c (main): Tighten tests: require equality,
2396         not just greater than.  Set TZ envvar to UTC0.
2397
2398 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
2399
2400         getdate: correctly interpret "next monday" when run on a Monday
2401         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
2402         that e.g., "next tues" (when run on a tuesday) results in a date
2403         that is one week in the future, and not today's date.
2404         I.e., add a week when the wday is the same as the current one.
2405         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
2406         and earlier by Martin Bernreuther and Jan Minář.
2407         * tests/test-getdate.c (main): Check that "next DAY" is always in
2408         the future and that "last DAY" is always in the past.
2409
2410 2009-05-02  Jim Meyering  <meyering@redhat.com>
2411
2412         build: ensure that a release build fails when a submodule is unclean
2413         * top/maint.mk (no-submodule-changes): New rule.
2414         (alpha beta major): Depend on it.
2415
2416 2009-05-02  Bruno Haible  <bruno@clisp.org>
2417
2418         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
2419         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
2420         shell variable gl_fnmatch_required to detect which variant is
2421         requested.
2422         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
2423         gl_FUNC_FNMATCH_POSIX.
2424         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
2425         exclude fnmatch-posix.
2426
2427 2009-05-02  Bruno Haible  <bruno@clisp.org>
2428
2429         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
2430         * modules/mbsrtowcs (License): Change to LGPLv2+.
2431         * modules/strnlen1 (License): Likewise.
2432         Reported by Simon Josefsson.
2433
2434 2009-05-02  Bruno Haible  <bruno@clisp.org>
2435
2436         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
2437         "cross".
2438         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
2439         gnulib-tool was called with option --source-base=lib.
2440
2441 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2442
2443         Use automake *-local hooks without commands, for extensibility.
2444         * modules/localcharset (Makefile.am): Rename install-exec-local
2445         rule to install-exec-localcharset, and make it a prerequisite of
2446         install-exec-local.  Likewise, rename the uninstall-local rule to
2447         uninstall-localcharset, and make it a prerequisite of the former.
2448
2449 2009-05-01  Bruno Haible  <bruno@clisp.org>
2450
2451         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
2452         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
2453         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
2454         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
2455         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
2456         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
2457         m4/locale-zh.m4, m4/codeset.m4.
2458
2459         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
2460         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
2461         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
2462         m4/locale-zh.m4.
2463
2464         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
2465         REPLACE_WCRTOMB if mbstate_t must be replaced.
2466         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
2467         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
2468
2469 2009-05-01  Bruno Haible  <bruno@clisp.org>
2470
2471         Avoid compiler warnings when redefining macros defined by <libintl.h>.
2472         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
2473         dngettext, dcngettext, textdomain, bindtextdomain,
2474         bind_textdomain_codeset): Undefine before redefining.
2475
2476 2009-04-30  Bruno Haible  <bruno@clisp.org>
2477
2478         Fix bug introduced on 2009-04-25.
2479         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
2480         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
2481         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
2482         is defined.
2483         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
2484         is defined.
2485         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
2486         is defined.
2487         Reported by Elbert_Pol <elbert.pol@gmail.com>.
2488
2489 2009-04-28  Bruno Haible  <bruno@clisp.org>
2490
2491         Comment tweaks.
2492         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
2493         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
2494         * lib/unicase.h (u*_casexfrm): Likewise.
2495         Reported by Paolo Bonzini.
2496
2497 2009-04-28  Bruno Haible  <bruno@clisp.org>
2498
2499         Fix a compilation error.
2500         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
2501         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
2502         Reported by Jim Meyering.
2503
2504 2009-04-27  Bruno Haible  <bruno@clisp.org>
2505
2506         New module 'libunistring'.
2507         * modules/libunistring: New file.
2508         * m4/libunistring.m4: New file.
2509         * MODULES.html.sh (Unicode string functions): Add it.
2510
2511 2009-04-27  Eric Blake  <ebb9@byu.net>
2512
2513         maint.mk: allow package-specific header to provide <config.h>
2514         * top/maint.mk (sc_require_config_h): New variable.
2515         (sc_require_config_h, sc_require_config_h_first): Use it.
2516
2517 2009-04-27  Simon Josefsson  <simon@josefsson.org>
2518
2519         * top/maint.mk (sc_avoid_if_before_free): Except
2520         useless-if-before-free script.
2521
2522 2009-04-27  Eric Blake  <ebb9@byu.net>
2523
2524         maintainer-makefile: depend on all required helper scripts
2525         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
2526         useless-if-before-free.
2527         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
2528         version, rather than assuming gnulib checkout is available.
2529         Reported by Simen Josefsson.
2530
2531 2009-04-26  Bruno Haible  <bruno@clisp.org>
2532
2533         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
2534         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
2535         "../" or "..".
2536
2537 2009-04-26  Bruno Haible  <bruno@clisp.org>
2538
2539         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
2540         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
2541         AC_LIB_HAVE_LINKFLAGS.
2542
2543 2009-04-26  Bruno Haible  <bruno@clisp.org>
2544
2545         Simplify calling convention of u*_conv_from_encoding.
2546         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
2547         u32_conv_from_encoding): Expect a resultbuf argument and return the
2548         result directly as a pointer.
2549         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
2550         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
2551         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
2552         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
2553         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
2554         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
2555         Update.
2556         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
2557         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
2558         * lib/vasnprintf.c (VASNPRINTF): Update.
2559         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
2560         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
2561         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
2562         * NEWS: Mention the change.
2563
2564 2009-04-26  Bruno Haible  <bruno@clisp.org>
2565
2566         Simplify calling convention of u*_conv_to_encoding.
2567         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2568         u32_conv_to_encoding): Expect a resultbuf argument and return the
2569         result directly as a pointer.
2570         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
2571         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
2572         freeing scaled_offsets if mem_iconveha failed.
2573         * lib/unicase/u-casexfrm.h (FUNC): Update.
2574         * lib/uninorm/u-normxfrm.h (FUNC): Update.
2575         * lib/vasnprintf.c (VASNPRINTF): Update.
2576         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
2577         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
2578         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
2579         * NEWS: Mention the change.
2580
2581 2009-04-26  Bruno Haible  <bruno@clisp.org>
2582
2583         Avoid test failures on AIX and OSF/1.
2584         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
2585         malloc(0).
2586         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
2587         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
2588         Likewise.
2589         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
2590         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
2591         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
2592         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
2593         * doc/posix-functions/malloc.texi: Document the portability problem
2594         related to malloc(0).
2595
2596 2009-04-26  Bruno Haible  <bruno@clisp.org>
2597
2598         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
2599         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
2600         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
2601
2602 2009-04-25  Bruno Haible  <bruno@clisp.org>
2603
2604         Avoid link error when creating a namespace clean library.
2605         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
2606         as macro with arguments if already defined as an alias.
2607         * lib/signbitf.c (gl_signbitf): Don't undefine.
2608         * lib/signbitd.c (gl_signbitd): Don't undefine.
2609         * lib/signbitl.c (gl_signbitl): Don't undefine.
2610
2611 2009-04-25  Jim Meyering  <meyering@redhat.com>
2612
2613         vc-list-files: fix another quoting bug
2614         * build-aux/vc-list-files: Avoid sed backslash expansion
2615         of pathological directory names.
2616
2617 2009-04-25  Eric Blake  <ebb9@byu.net>
2618
2619         vc-list-files: fix shell quoting error
2620         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
2621         timestamp.
2622
2623 2009-04-25  Jim Meyering  <meyering@redhat.com>
2624
2625         vc-list-files: restore lost functionality with subdir argument
2626         * build-aux/vc-list-files: When given a non-"." sub-directory
2627         argument, substitute the $dir/ prefix back onto each resulting name.
2628         Otherwise, coreutils' root_tests check would fail.
2629
2630 2009-04-24  Eric Blake  <ebb9@byu.net>
2631
2632         vc-list-files: ignore git symlinks
2633         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
2634         than ls-files, to ignore git symlinks.
2635
2636         maint.mk: import improvements from m4
2637         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
2638         (move_if_change): Delete unused macro.
2639         (news-date-check, vc-diff-check): Support VPATH builds.
2640         (announcement): Likewise.  Split --bootstrap-tools list...
2641         (boostrap-tools): ...into separate list, which can be overridden
2642         in cfg.mk.
2643         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
2644         requiring dependency on useless-if-before-free module.
2645         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
2646         Support VPATH builds.
2647
2648 2009-04-24  Jim Meyering  <meyering@redhat.com>
2649
2650         maint.mk: remove coreutils-specific rules and variables
2651         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
2652         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
2653         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
2654
2655         maint.mk: remove obsolete rule
2656         * top/maint.mk (rel-check): Remove rule.
2657         (WGET, WGETFLAGS): Remove now-unused variables.
2658
2659 2009-04-24  Simon Josefsson  <simon@josefsson.org>
2660
2661         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
2662         consistency.
2663
2664         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
2665         '$(PATH_SEPARATOR)' instead of ':'.
2666
2667 2009-04-24  Simon Josefsson  <simon@josefsson.org>
2668
2669         * lib/getopt1.c (main): Use 'const' for static array.
2670
2671 2009-04-24  Simon Josefsson  <simon@josefsson.org>
2672
2673         * top/maint.mk: Sync with coreutils.
2674         * NEWS: Explain incompatibilities.
2675
2676 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2677             Bruno Haible  <bruno@clisp.org>
2678
2679         Fix cross-compilation results.
2680         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
2681         statement, as third argument of AC_TRY_RUN.
2682         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
2683         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
2684         Likewise.
2685         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
2686         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
2687         Likewise.
2688         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
2689         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
2690         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
2691
2692 2009-04-20  Bruno Haible  <bruno@clisp.org>
2693
2694         Avoid test failure on mingw.
2695         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
2696
2697 2009-04-20  Bruno Haible  <bruno@clisp.org>
2698
2699         Avoid compilation error on mingw.
2700         * modules/localename-tests (Depends-on): Add locale.
2701
2702 2009-04-19  Bruno Haible  <bruno@clisp.org>
2703
2704         Support for building a shared library on Windows platforms.
2705         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
2706         (main): Test the presence of UNINORM_NFC here.
2707         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
2708         (main): Test the presence of UNINORM_NFD here.
2709         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
2710         (main): Test the presence of UNINORM_NFKC here.
2711         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
2712         (main): Test the presence of UNINORM_NFKD here.
2713
2714 2009-04-19  Bruno Haible  <bruno@clisp.org>
2715
2716         Avoid a compiler warning.
2717         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
2718         Change type of variable 'sequence'.
2719
2720 2009-04-19  Bruno Haible  <bruno@clisp.org>
2721
2722         * modules/configmake (Makefile.am): When the contents of configmake.h
2723         does not change, arrange to preserve its modification time.
2724
2725 2009-04-17  Simon Josefsson  <simon@josefsson.org>
2726
2727         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
2728         gettext domain.
2729
2730 2009-04-16  Jim Meyering  <meyering@redhat.com>
2731
2732         useless-if-before-free: improve conversion code
2733         * build-aux/useless-if-before-free: Adjust code-in-comment to match
2734         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
2735
2736 2009-04-14  Bruno Haible  <bruno@clisp.org>
2737
2738         * modules/fcntl (Depends-on): Add extensions.
2739         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
2740
2741 2009-04-12  Ben Pfaff  <blp@gnu.org>
2742
2743         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
2744         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
2745
2746 2009-03-20  Ben Pfaff  <blp@gnu.org>
2747
2748         Make rename replace existing destinations on Windows.
2749         * m4/rename.m4: Add test for Mingw.
2750         * lib/rename.c: Add rename replacement that uses MoveFileEx with
2751         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
2752         * doc/posix-functions/rename.texi: Document.
2753
2754 2009-04-10  Bruno Haible  <bruno@clisp.org>
2755
2756         New include file "iconveh.h".
2757         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
2758         * lib/striconveh.h: Include it.
2759         (enum iconv_ilseq_handler): Remove definition.
2760         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
2761         striconveh.h.
2762         * lib/striconveha.c: Include striconveh.h.
2763         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
2764         * modules/striconveh (Files): Add lib/iconveh.h.
2765         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
2766         lib/striconveh.h.
2767
2768 2009-04-10  Bruno Haible  <bruno@clisp.org>
2769
2770         * lib/uniconv.h: Update comment.
2771
2772 2009-04-10  Bruno Haible  <bruno@clisp.org>
2773
2774         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
2775         always.
2776         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
2777         * lib/unistr/u16-mbtouc-aux.c: Likewise.
2778         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
2779         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
2780         "unistring-notinline.h", so that the function gets defined always.
2781         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
2782         * lib/unistr/u8-uctomb.c: Likewise.
2783         * lib/unistr/u16-mbtouc.c: Likewise.
2784         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
2785         * lib/unistr/u16-uctomb.c: Likewise.
2786         * lib/unistr/u32-mbtouc.c: Likewise.
2787         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
2788         * lib/unistr/u32-uctomb.c: Likewise.
2789
2790 2009-04-10  Bruno Haible  <bruno@clisp.org>
2791
2792         Mark 'utime' obsolete.
2793         * modules/utime (Status, Notice): New sections.
2794         Suggested by Jim Meyering.
2795
2796         Fix cross-compile guess for utime test.
2797         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
2798         autoconf.
2799         * doc/posix-functions/utime.texi: Give more precisions.
2800         Reported by Jan <ipif@ymail.com>.
2801
2802 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
2803
2804         filevercmp: correct today's change
2805         * lib/filevercmp.c: Also handle coreutils' test inputs.
2806         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
2807
2808         Fix regression in 'filevercmp' module. Thanks Sven Joachim
2809         for reporting it.
2810         * lib/filevercmp.c: Special handle for "", "." and "..".
2811         * tests/test-filevercmp.c: Enlarge the set suite.
2812
2813 2009-04-07  Jim Meyering  <meyering@redhat.com>
2814
2815         useless-if-before-free: show how to remove braced useless free, too
2816         * build-aux/useless-if-before-free: still only in a comment, though.
2817
2818 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
2819
2820         maint.mk: import changes to syntax-check macros from coreutils
2821         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
2822         Use them in the relevant macros.
2823
2824 2009-04-06  Bruno Haible  <bruno@clisp.org>
2825
2826         Fix unportable use of bit-fields.
2827         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
2828         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
2829         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
2830
2831 2009-04-06  Bruno Haible  <bruno@clisp.org>
2832
2833         Avoid test failures on AIX and OSF/1.
2834         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
2835         that malloc(0) = NULL.
2836         * tests/unicase/test-u8-tolower.c (check): Likewise.
2837         * tests/unicase/test-u8-totitle.c (check): Likewise.
2838         * tests/unicase/test-u8-toupper.c (check): Likewise.
2839         * tests/unicase/test-u16-casefold.c (check): Likewise.
2840         * tests/unicase/test-u16-tolower.c (check): Likewise.
2841         * tests/unicase/test-u16-totitle.c (check): Likewise.
2842         * tests/unicase/test-u16-toupper.c (check): Likewise.
2843         * tests/unicase/test-u32-casefold.c (check): Likewise.
2844         * tests/unicase/test-u32-tolower.c (check): Likewise.
2845         * tests/unicase/test-u32-totitle.c (check): Likewise.
2846         * tests/unicase/test-u32-toupper.c (check): Likewise.
2847         * tests/uninorm/test-u8-nfc.c (check): Likewise.
2848         * tests/uninorm/test-u8-nfd.c (check): Likewise.
2849         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
2850         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
2851         * tests/uninorm/test-u16-nfc.c (check): Likewise.
2852         * tests/uninorm/test-u16-nfd.c (check): Likewise.
2853         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
2854         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
2855         * tests/uninorm/test-u32-nfc.c (check): Likewise.
2856         * tests/uninorm/test-u32-nfd.c (check): Likewise.
2857         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
2858         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
2859
2860 2009-04-05  Bruno Haible  <bruno@clisp.org>
2861
2862         Work around an autoconf limitation.
2863         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
2864         comment line if it would be longer than 3 KB.
2865
2866 2009-04-05  Bruno Haible  <bruno@clisp.org>
2867
2868         Avoid test failure with libiconv-1.13.
2869         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
2870         of the expected test results.
2871
2872 2009-04-05  Bruno Haible  <bruno@clisp.org>
2873
2874         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
2875         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
2876         that it should be installed.
2877
2878 2009-04-05  Bruno Haible  <bruno@clisp.org>
2879
2880         * gnulib-tool: New option --copy-file.
2881         (func_usage): Document it.
2882         (func_dest_tmpfilename): Moved out of func_import.
2883         (func_add_file, func_update_file): New functions, extracted from
2884         func_import.
2885         (func_import): Update.
2886
2887 2009-04-05  Karl Berry  <karl@gnu.org>
2888
2889         * README: prominently mention gnulib-tool.
2890         Rearrange sections so getting the code is near the top.
2891
2892 2009-04-05  Bruno Haible  <bruno@clisp.org>
2893
2894         * lib/unicase.h: Mention u*_cmp2.
2895         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
2896         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
2897         * lib/unicase/ulc-casecmp.c: Likewise.
2898         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
2899         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
2900         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
2901         unistr/u8-cmp.
2902         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
2903         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
2904         unistr/u16-cmp.
2905         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
2906         unistr/u32-cmp.
2907
2908         * lib/uninorm.h: Mention u*_cmp2.
2909         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
2910         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
2911         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
2912         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
2913         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
2914         unistr/u8-cmp.
2915         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
2916         unistr/u16-cmp.
2917         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
2918         unistr/u32-cmp.
2919
2920         New module 'unistr/u32-cmp2'.
2921         * lib/unistr/u32-cmp2.c: New file.
2922         * modules/unistr/u32-cmp2: New file.
2923
2924         New module 'unistr/u16-cmp2'.
2925         * lib/unistr/u16-cmp2.c: New file.
2926         * modules/unistr/u16-cmp2: New file.
2927
2928         New module 'unistr/u8-cmp2'.
2929         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
2930         * lib/unistr/u8-cmp2.c: New file.
2931         * lib/unistr/u-cmp2.h: New file.
2932         * modules/unistr/u8-cmp2: New file.
2933
2934 2009-04-05  Bruno Haible  <bruno@clisp.org>
2935
2936         * lib/unictype.h (uc_property_is_valid): New macro.
2937         * tests/unictype/test-pr_byname.c (main): Use it.
2938
2939         * lib/unistr.h: Doc fixes.
2940         * lib/uniconv.h: Doc fixes.
2941         * lib/unictype.h: Doc fixes.
2942
2943 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
2944
2945         Port coreutils 7.2 to Solaris 8.
2946
2947         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
2948         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
2949         for Solaris 8.  This is a bit of a hack, as it means it's the
2950         caller's responsibility to add -lnsl if needed, but most likely it
2951         won't be needed since only getaddrinfo uses this and getaddrinfo
2952         isn't needed on Solaris 8.
2953
2954         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
2955         problem to Solaris 8 encountered with coreutils 7.2, which
2956         resulted in a message "fnmatch.c:292: warning: passing argument 4
2957         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
2958         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
2959
2960 2009-04-03  Simon Josefsson  <simon@josefsson.org>
2961
2962         * m4/ld-version-script.m4: Add FIXME comment.
2963
2964 2009-04-02  Simon Josefsson  <simon@josefsson.org>
2965
2966         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
2967         SOVERSION variable.
2968
2969 2009-04-02  Bruno Haible  <bruno@clisp.org>
2970
2971         * Makefile (info, html, dvi, pdf): Combine the rules.
2972         Suggested by Jim Meyering.
2973
2974 2009-04-01  Bruno Haible  <bruno@clisp.org>
2975
2976         * Makefile (info, html, dvi, pdf): New targets.
2977         Reported by Reuben Thomas <rrt@sc3d.org>.
2978
2979 2009-04-01  Bruno Haible  <bruno@clisp.org>
2980
2981         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
2982         can be put into PATH.
2983         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
2984
2985 2009-04-01  Bruno Haible  <bruno@clisp.org>
2986
2987         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
2988
2989 2009-04-01  Bruno Haible  <bruno@clisp.org>
2990
2991         Rename module 'visibility'.
2992         * modules/lib-symbol-visibility: Renamed from modules/visibility.
2993         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
2994         * doc/gnulib.texi: Update.
2995         * MODULES.html.sh (Misc): Update.
2996         * NEWS: Mention the change.
2997
2998 2009-04-01  Simon Josefsson  <simon@josefsson.org>
2999
3000         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
3001         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
3002         Eric Blake <ebb9@byu.net> for review.
3003         * MODULES.html.sh: Add lib-msvc-compat.
3004         * doc/gnulib.texi: Link to new section.
3005         * m4/ld-output-def.m4: New file.
3006         * doc/ld-output-def.texi: New file.
3007
3008 2009-04-01  Simon Josefsson  <simon@josefsson.org>
3009
3010         Rename ld-version-script to lib-symbol-versions.  Suggested by
3011         Bruno Haible <bruno@clisp.org>.
3012         * modules/ld-version-script: Renamed to lib-symbol-versions.
3013         * doc/ld-version-script.texi: Fix module name.
3014         * MODULES.html.sh: Add lib-symbol-versions.
3015
3016 2009-03-31  Simon Josefsson  <simon@josefsson.org>
3017
3018         * modules/u64-tests: New file.
3019         * tests/test-u64.c: New file.
3020
3021 2009-03-04  Simon Josefsson  <simon@josefsson.org>
3022
3023         * MODULES.html.sh: Mention u64.
3024         * modules/u64: New module.
3025         * modules/crypto/sha512: Depend on u64 module instead of providing
3026         u64.h.
3027
3028 2009-03-27  Eric Blake  <ebb9@byu.net>
3029
3030         test-strerror: make debugging EAI_SYSTEM easier
3031         * modules/getaddrinfo-tests (Depends-on): Add strerror.
3032         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
3033         failure was EAI_SYSTEM.
3034
3035 2009-03-25  Bruno Haible  <bruno@clisp.org>
3036
3037         Fix a problem with --enable-relocatable on Solaris 7.
3038         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
3039         since 2008-02-24.
3040
3041 2009-03-25  Eric Blake  <ebb9@byu.net>
3042
3043         test-sockets: avoid gcc warning
3044         * tests/test-sockets.c (main): Silence compiler warning.
3045
3046 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
3047
3048         New modules nproc, pthread, contributed by Glen Lenker.
3049
3050         * MODULES.html.sh: Add pthread, nproc.
3051         * lib/nproc.c: New file.
3052         * lib/nproc.h: New file.
3053         * lib/pthread.in.h: New file.
3054         * m4/pthread.m4: New file.
3055         * modules/nproc: New file.
3056         * modules/pthread: New file.
3057
3058 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3059
3060         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
3061         New variable.
3062
3063 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
3064
3065         filevercmp: handle simple~ and numbered.~3~ backup suffixes
3066         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
3067         * tests/test-filevercmp.c: Add tests for backup suffixes.
3068
3069 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3070
3071         * modules/stdlib (Depends-on): Add stdint, needed when defining
3072         struct random_data on, for example, HP-UX 10.20.  Reported by
3073         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3074
3075 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3076
3077         * lib/readline.c (readline): Call fflush on stdout after printing
3078         prompt.
3079
3080 2009-03-20  Bruno Haible  <bruno@clisp.org>
3081
3082         Remove dependency from 'close' module to -lws2_32 on native Windows.
3083         * lib/close-hook.h: New file.
3084         * lib/close-hook.c: New file.
3085         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
3086         w32sock.h.
3087         (_gl_close_fd_maybe_socket): Remove function.
3088         (rpl_close): Invoke execute_all_close_hooks instead of
3089         _gl_close_fd_maybe_socket.
3090         * lib/sockets.c: Include close-hook.h, w32sock.h.
3091         (close_fd_maybe_socket): New function, essentially from lib/close.c.
3092         (close_sockets_hook): New variable.
3093         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
3094         (gl_sockets_cleanup): Unregister it.
3095         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
3096         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
3097         * modules/close-hook: New file.
3098         * modules/close (Files): Remove lib/w32sock.h.
3099         (Depends-on): Add close-hook.
3100         (Link): Remove section.
3101         * modules/sockets (Files): Add lib/w32sock.h.
3102         (Depends-on): Add close-hook.
3103         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
3104         invocation.
3105         * NEWS: Mention that LIB_CLOSE is gone.
3106
3107 2009-03-23  Eric Blake  <ebb9@byu.net>
3108
3109         signal-tests: test previous patch
3110         * tests/test-signal.c: New file.
3111         * modules/signal-tests: Likewise.
3112
3113         signal.h: always support 'volatile sig_atomic_t'
3114         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
3115         (gl_SIGNAL_H_DEFAULTS): Add a default.
3116         * modules/signal (Makefile.am): Substitute if needed.
3117         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
3118         users can blindly add volatile.
3119         * doc/posix-headers/signal.texi (signal.h): Document it.
3120         Reported by Matthew Woehlke.
3121
3122 2009-03-23  Jim Meyering  <meyering@redhat.com>
3123
3124         pathmax: PATH_MAX: use pathconf only when available
3125         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
3126         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
3127         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
3128         This avoids a link failure in a PSP cross-compilation environment
3129         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
3130
3131         * lib/vasnprintf.c (divide): Fix typo in comment.
3132
3133 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3134
3135         * gnulib-tool (func_filter_filelist): Fix comment.
3136
3137 2009-03-20  Bruno Haible  <bruno@clisp.org>
3138
3139         Make sockets.h self-contained.
3140         * lib/sockets.c: Include sockets.h first.
3141         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
3142
3143 2009-03-19  Eric Blake  <ebb9@byu.net>
3144
3145         doc: mention more functions added in cygwin 1.7.0
3146         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
3147         addition.
3148         * doc/posix-functions/log2f.texi: Likewise.
3149
3150 2009-03-19  Jim Meyering  <meyering@redhat.com>
3151
3152         fsusage: avoid syntax error due to statement-before-declaration
3153         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
3154         after all declarations.  Reported by Matthew Woehlke in
3155         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
3156
3157 2009-03-18  Eric Blake  <ebb9@byu.net>
3158
3159         build-aux/compile: sync from automake
3160         * build-aux/compile: New file, from automake.
3161         * config/srclist.txt: Mention build-aux/compile.
3162
3163 2009-03-17  Bruno Haible  <bruno@clisp.org>
3164
3165         * lib/git-merge-changelog.c: Fix typo in comment.
3166         Reported by Reuben Thomas <rrt@sc3d.org>.
3167
3168 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
3169
3170         * m4/regex.m4: update and improve help for
3171         --without-included-regex.
3172
3173 2009-03-17  Simon Josefsson  <simon@josefsson.org>
3174
3175         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
3176         failure on missing include files.
3177
3178 2009-03-17  Eric Blake  <ebb9@byu.net>
3179
3180         doc: mention more functions added in cygwin 1.7.0
3181         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
3182         addition.
3183         * doc/posix-functions/fwscanf.texi: Likewise.
3184         * doc/posix-functions/swprintf.texi: Likewise.
3185         * doc/posix-functions/swscanf.texi: Likewise.
3186         * doc/posix-functions/vfwprintf.texi: Likewise.
3187         * doc/posix-functions/vfwscanf.texi: Likewise.
3188         * doc/posix-functions/vswprintf.texi: Likewise.
3189         * doc/posix-functions/vswscanf.texi: Likewise.
3190         * doc/posix-functions/vwprintf.texi: Likewise.
3191         * doc/posix-functions/vwscanf.texi: Likewise.
3192         * doc/posix-functions/wcscasecmp.texi: Likewise.
3193         * doc/posix-functions/wcsdup.texi: Likewise.
3194         * doc/posix-functions/wcsftime.texi: Likewise.
3195         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3196         * doc/posix-functions/wprintf.texi: Likewise.
3197         * doc/posix-functions/wscanf.texi: Likewise.
3198         * doc/glibc-functions/gethostbyname2.texi: Likewise.
3199
3200 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3201
3202         maint.mk: really add $(AM_MAKEFLAGS)
3203         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
3204         was inadvertently omitted in the last commit.
3205         Spotted by Bruno Haible.
3206
3207         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
3208         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
3209         $(AM_MAKEFLAGS)' rather than plain `make'.
3210
3211         gnulib-tool: execute $MAKE not make
3212         * gnulib-tool: Default $MAKE to 'make'.
3213         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
3214         than make.  Initialize $MAKE in the do-autobuild script.
3215
3216         gnulib-tool: use $MAKE not make in generated files
3217         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
3218         make, in generated files.  Initialize $MAKE in the do-autobuild
3219         script.
3220
3221         * top/GNUmakefile (_have-git-version-gen): Fix typo.
3222
3223         GNUmakefile: disable parallelism only for multiple, recursive targets
3224         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
3225         additions in the Makefile.
3226         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
3227         by Automake.
3228         (.NOTPARALLEL): Only disable parallel builds if multiple targets
3229         are listed on the command line and at least one of them is
3230         listed in $(ALL_RECURSIVE_TARGETS).
3231
3232 2009-03-14  Bruno Haible  <bruno@clisp.org>
3233
3234         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
3235         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
3236         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
3237         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
3238         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
3239         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
3240         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
3241         unistr/u8-uctomb.
3242         * modules/unistr/u8-strchr (Depends-on): Likewise.
3243         * modules/unistr/u8-strrchr (Depends-on): Likewise.
3244         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
3245         unistr/u16-uctomb.
3246         * modules/unistr/u16-strchr (Depends-on): Likewise.
3247         * modules/unistr/u16-strrchr (Depends-on): Likewise.
3248
3249 2009-03-12  Bruno Haible  <bruno@clisp.org>
3250
3251         Work around select() bug on Interix 3.5.
3252         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
3253         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
3254         * m4/select.m4: New file.
3255         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
3256         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
3257         * modules/select (Files): Add m4/select.m4.
3258         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
3259         * modules/nanosleep (Depends-on): Add select.
3260         * modules/poll (Depends-on): Likewise.
3261         * doc/posix-functions/select.texi: Mention the Interix bug.
3262         Reported by Markus Duft <mduft@gentoo.org>.
3263
3264         * lib/select.c: Renamed from lib/winsock-select.c.
3265         * modules/select (Files): Add lib/select.c, remove
3266         lib/winsock-select.c.
3267         (configure.ac): Update.
3268
3269 2009-03-12  Jim Meyering  <meyering@redhat.com>
3270
3271         avoid gcc warnings about unused macro definitions
3272         * lib/readtokens.c (STREQ): Remove unused definition.
3273         * lib/xmalloc.c (SIZE_MAX): Likewise.
3274         * lib/openat-die.c (N_): Likewise.
3275         * lib/mountlist.c (SIZE_MAX): Remove definition.
3276         Instead, include <stdint.h>.
3277         * lib/readutmp.c: Likewise.
3278         * modules/readutmp (Depends-on): Add stdint.
3279         * modules/mountlist (Depends-on): Add stdint.
3280         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
3281
3282 2009-03-10  Bruno Haible  <bruno@clisp.org>
3283
3284         Tests for module 'mbmemcasecoll'.
3285         * modules/mbmemcasecoll-tests: New file.
3286         * tests/test-mbmemcasecoll1.sh: New file.
3287         * tests/test-mbmemcasecoll2.sh: New file.
3288         * tests/test-mbmemcasecoll3.sh: New file.
3289         * tests/test-mbmemcasecoll.c: New file.
3290
3291         New module 'mbmemcasecoll'.
3292         * lib/mbmemcasecoll.h: New file.
3293         * lib/mbmemcasecoll.c: New file.
3294         * modules/mbmemcasecoll: New file.
3295
3296         * tests/test-mbmemcasecmp.h: New file, extracted from
3297         tests/test-mbmemcasecmp.c.
3298         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
3299         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
3300         (main): Update.
3301         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
3302
3303 2009-03-09  Bruno Haible  <bruno@clisp.org>
3304
3305         Tests for module 'mbmemcasecmp'.
3306         * modules/mbmemcasecmp-tests: New file.
3307         * tests/test-mbmemcasecmp1.sh: New file.
3308         * tests/test-mbmemcasecmp2.sh: New file.
3309         * tests/test-mbmemcasecmp3.sh: New file.
3310         * tests/test-mbmemcasecmp.c: New file.
3311
3312         New module 'mbmemcasecmp'.
3313         * lib/mbmemcasecmp.h: New file.
3314         * lib/mbmemcasecmp.c: New file.
3315         * modules/mbmemcasecmp: New file.
3316
3317 2009-03-09  Bruno Haible  <bruno@clisp.org>
3318
3319         Tests for module 'unicase/ulc-casecoll'.
3320         * modules/unicase/ulc-casecoll-tests: New file.
3321         * tests/unicase/test-ulc-casecoll1.sh: New file.
3322         * tests/unicase/test-ulc-casecoll2.sh: New file.
3323         * tests/unicase/test-ulc-casecoll.c: New file.
3324
3325         New module 'unicase/ulc-casecoll'.
3326         * lib/unicase.h (ulc_casecoll): New declaration.
3327         * lib/unicase/ulc-casecoll.c: New file.
3328         * modules/unicase/ulc-casecoll: New file.
3329
3330         New module 'unicase/ulc-casexfrm'.
3331         * lib/unicase.h (ulc_casexfrm): New declaration.
3332         * lib/unicase/ulc-casexfrm.c: New file.
3333         * modules/unicase/ulc-casexfrm: New file.
3334
3335 2009-03-09  Bruno Haible  <bruno@clisp.org>
3336
3337         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
3338         invocations.
3339
3340         * m4/mbscasecmp.m4: Remove file.
3341         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
3342         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
3343
3344         * m4/mbscasestr.m4: Remove file.
3345         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
3346         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
3347
3348         * m4/mbschr.m4: Remove file.
3349         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
3350         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
3351
3352         * m4/mbscspn.m4: Remove file.
3353         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
3354         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
3355
3356         * m4/mbslen.m4: Remove file.
3357         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
3358         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
3359
3360         * m4/mbsncasecmp.m4: Remove file.
3361         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
3362         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
3363
3364         * m4/mbsnlen.m4: Remove file.
3365         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
3366         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
3367
3368         * m4/mbspbrk.m4: Remove file.
3369         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
3370         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
3371
3372         * m4/mbspcasecmp.m4: Remove file.
3373         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
3374         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
3375
3376         * m4/mbsrchr.m4: Remove file.
3377         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
3378         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
3379
3380         * m4/mbssep.m4: Remove file.
3381         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
3382         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
3383
3384         * m4/mbsspn.m4: Remove file.
3385         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
3386         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
3387
3388         * m4/mbsstr.m4: Remove file.
3389         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
3390         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
3391
3392         * m4/mbstok_r.m4: Remove file.
3393         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
3394         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
3395
3396         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
3397
3398         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
3399         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
3400
3401         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
3402
3403 2009-03-08  Bruno Haible  <bruno@clisp.org>
3404
3405         Tests for module 'unicase/ulc-casecmp'.
3406         * modules/unicase/ulc-casecmp-tests: New file.
3407         * tests/unicase/test-ulc-casecmp1.sh: New file.
3408         * tests/unicase/test-ulc-casecmp2.sh: New file.
3409         * tests/unicase/test-ulc-casecmp.c: New file.
3410
3411         New module 'unicase/ulc-casecmp'.
3412         * lib/unicase.h (ulc_casecmp): New declaration.
3413         * lib/unicase/ulc-casecmp.c: New file.
3414         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
3415         'const SRC_UNIT *'.
3416         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
3417         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
3418         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
3419         * modules/unicase/ulc-casecmp: New file.
3420
3421         Tests for module 'unicase/u32-is-cased'.
3422         * modules/unicase/u32-is-cased-tests: New file.
3423         * tests/unicase/test-u32-is-cased.c: New file.
3424
3425         Tests for module 'unicase/u16-is-cased'.
3426         * modules/unicase/u16-is-cased-tests: New file.
3427         * tests/unicase/test-u16-is-cased.c: New file.
3428
3429         Tests for module 'unicase/u8-is-cased'.
3430         * modules/unicase/u8-is-cased-tests: New file.
3431         * tests/unicase/test-u8-is-cased.c: New file.
3432         * tests/unicase/test-is-cased.h: New file.
3433
3434         New module 'unicase/u32-is-cased'.
3435         * lib/unicase/u32-is-cased.c: New file.
3436         * modules/unicase/u32-is-cased: New file.
3437
3438         New module 'unicase/u16-is-cased'.
3439         * lib/unicase/u16-is-cased.c: New file.
3440         * modules/unicase/u16-is-cased: New file.
3441
3442         New module 'unicase/u8-is-cased'.
3443         * lib/unicase/u8-is-cased.c: New file.
3444         * lib/unicase/u-is-cased.h: New file.
3445         * modules/unicase/u8-is-cased: New file.
3446
3447         Tests for module 'unicase/u32-is-casefolded'.
3448         * modules/unicase/u32-is-casefolded-tests: New file.
3449         * tests/unicase/test-u32-is-casefolded.c: New file.
3450
3451         Tests for module 'unicase/u16-is-casefolded'.
3452         * modules/unicase/u16-is-casefolded-tests: New file.
3453         * tests/unicase/test-u16-is-casefolded.c: New file.
3454
3455         Tests for module 'unicase/u8-is-casefolded'.
3456         * modules/unicase/u8-is-casefolded-tests: New file.
3457         * tests/unicase/test-u8-is-casefolded.c: New file.
3458         * tests/unicase/test-is-casefolded.h: New file.
3459
3460         New module 'unicase/u32-is-casefolded'.
3461         * lib/unicase/u32-is-casefolded.c: New file.
3462         * modules/unicase/u32-is-casefolded: New file.
3463
3464         New module 'unicase/u16-is-casefolded'.
3465         * lib/unicase/u16-is-casefolded.c: New file.
3466         * modules/unicase/u16-is-casefolded: New file.
3467
3468         New module 'unicase/u8-is-casefolded'.
3469         * lib/unicase/u8-is-casefolded.c: New file.
3470         * modules/unicase/u8-is-casefolded: New file.
3471
3472         Tests for module 'unicase/u32-is-titlecase'.
3473         * modules/unicase/u32-is-titlecase-tests: New file.
3474         * tests/unicase/test-u32-is-titlecase.c: New file.
3475
3476         Tests for module 'unicase/u16-is-titlecase'.
3477         * modules/unicase/u16-is-titlecase-tests: New file.
3478         * tests/unicase/test-u16-is-titlecase.c: New file.
3479
3480         Tests for module 'unicase/u8-is-titlecase'.
3481         * modules/unicase/u8-is-titlecase-tests: New file.
3482         * tests/unicase/test-u8-is-titlecase.c: New file.
3483         * tests/unicase/test-is-titlecase.h: New file.
3484
3485         New module 'unicase/u32-is-titlecase'.
3486         * lib/unicase/u32-is-titlecase.c: New file.
3487         * modules/unicase/u32-is-titlecase: New file.
3488
3489         New module 'unicase/u16-is-titlecase'.
3490         * lib/unicase/u16-is-titlecase.c: New file.
3491         * modules/unicase/u16-is-titlecase: New file.
3492
3493         New module 'unicase/u8-is-titlecase'.
3494         * lib/unicase/u8-is-titlecase.c: New file.
3495         * modules/unicase/u8-is-titlecase: New file.
3496
3497         Tests for module 'unicase/u32-is-lowercase'.
3498         * modules/unicase/u32-is-lowercase-tests: New file.
3499         * tests/unicase/test-u32-is-lowercase.c: New file.
3500
3501         Tests for module 'unicase/u16-is-lowercase'.
3502         * modules/unicase/u16-is-lowercase-tests: New file.
3503         * tests/unicase/test-u16-is-lowercase.c: New file.
3504
3505         Tests for module 'unicase/u8-is-lowercase'.
3506         * modules/unicase/u8-is-lowercase-tests: New file.
3507         * tests/unicase/test-u8-is-lowercase.c: New file.
3508         * tests/unicase/test-is-lowercase.h: New file.
3509
3510         New module 'unicase/u32-is-lowercase'.
3511         * lib/unicase/u32-is-lowercase.c: New file.
3512         * modules/unicase/u32-is-lowercase: New file.
3513
3514         New module 'unicase/u16-is-lowercase'.
3515         * lib/unicase/u16-is-lowercase.c: New file.
3516         * modules/unicase/u16-is-lowercase: New file.
3517
3518         New module 'unicase/u8-is-lowercase'.
3519         * lib/unicase/u8-is-lowercase.c: New file.
3520         * modules/unicase/u8-is-lowercase: New file.
3521
3522         Tests for module 'unicase/u32-is-uppercase'.
3523         * modules/unicase/u32-is-uppercase-tests: New file.
3524         * tests/unicase/test-u32-is-uppercase.c: New file.
3525
3526         Tests for module 'unicase/u16-is-uppercase'.
3527         * modules/unicase/u16-is-uppercase-tests: New file.
3528         * tests/unicase/test-u16-is-uppercase.c: New file.
3529
3530         Tests for module 'unicase/u8-is-uppercase'.
3531         * modules/unicase/u8-is-uppercase-tests: New file.
3532         * tests/unicase/test-u8-is-uppercase.c: New file.
3533         * tests/unicase/test-is-uppercase.h: New file.
3534
3535         New module 'unicase/u32-is-uppercase'.
3536         * lib/unicase/u32-is-uppercase.c: New file.
3537         * modules/unicase/u32-is-uppercase: New file.
3538
3539         New module 'unicase/u16-is-uppercase'.
3540         * lib/unicase/u16-is-uppercase.c: New file.
3541         * modules/unicase/u16-is-uppercase: New file.
3542
3543         New module 'unicase/u8-is-uppercase'.
3544         * lib/unicase/u8-is-uppercase.c: New file.
3545         * modules/unicase/u8-is-uppercase: New file.
3546
3547         New module 'unicase/u32-is-invariant'.
3548         * lib/unicase/u32-is-invariant.c: New file.
3549         * modules/unicase/u32-is-invariant: New file.
3550
3551         New module 'unicase/u16-is-invariant'.
3552         * lib/unicase/u16-is-invariant.c: New file.
3553         * modules/unicase/u16-is-invariant: New file.
3554
3555         New module 'unicase/u8-is-invariant'.
3556         * lib/unicase/u8-is-invariant.c: New file.
3557         * lib/unicase/invariant.h: New file.
3558         * lib/unicase/u-is-invariant.h: New file.
3559         * modules/unicase/u8-is-invariant: New file.
3560
3561         Tests for module 'unicase/u32-casecoll'.
3562         * modules/unicase/u32-casecoll-tests: New file.
3563         * tests/unicase/test-u32-casecoll.c: New file.
3564
3565         Tests for module 'unicase/u16-casecoll'.
3566         * modules/unicase/u16-casecoll-tests: New file.
3567         * tests/unicase/test-u16-casecoll.c: New file.
3568
3569         Tests for module 'unicase/u8-casecoll'.
3570         * modules/unicase/u8-casecoll-tests: New file.
3571         * tests/unicase/test-u8-casecoll.c: New file.
3572
3573         New module 'unicase/u32-casecoll'.
3574         * lib/unicase/u32-casecoll.c: New file.
3575         * modules/unicase/u32-casecoll: New file.
3576
3577         New module 'unicase/u16-casecoll'.
3578         * lib/unicase/u16-casecoll.c: New file.
3579         * modules/unicase/u16-casecoll: New file.
3580
3581         New module 'unicase/u8-casecoll'.
3582         * lib/unicase/u8-casecoll.c: New file.
3583         * lib/unicase/u-casecoll.h: New file.
3584         * modules/unicase/u8-casecoll: New file.
3585
3586         New module 'unicase/u32-casexfrm'.
3587         * lib/unicase/u32-casexfrm.c: New file.
3588         * modules/unicase/u32-casexfrm: New file.
3589
3590         New module 'unicase/u16-casexfrm'.
3591         * lib/unicase/u16-casexfrm.c: New file.
3592         * modules/unicase/u16-casexfrm: New file.
3593
3594         New module 'unicase/u8-casexfrm'.
3595         * lib/unicase/u8-casexfrm.c: New file.
3596         * lib/unicase/u-casexfrm.h: New file.
3597         * modules/unicase/u8-casexfrm: New file.
3598
3599         Tests for module 'unicase/u32-casecmp'.
3600         * modules/unicase/u32-casecmp-tests: New file.
3601         * tests/unicase/test-u32-casecmp.c: New file.
3602
3603         Tests for module 'unicase/u16-casecmp'.
3604         * modules/unicase/u16-casecmp-tests: New file.
3605         * tests/unicase/test-u16-casecmp.c: New file.
3606
3607         Tests for module 'unicase/u8-casecmp'.
3608         * modules/unicase/u8-casecmp-tests: New file.
3609         * tests/unicase/test-u8-casecmp.c: New file.
3610         * tests/unicase/test-casecmp.h: New file.
3611
3612         New module 'unicase/u32-casecmp'.
3613         * lib/unicase/u32-casecmp.c: New file.
3614         * modules/unicase/u32-casecmp: New file.
3615
3616         New module 'unicase/u16-casecmp'.
3617         * lib/unicase/u16-casecmp.c: New file.
3618         * modules/unicase/u16-casecmp: New file.
3619
3620         New module 'unicase/u8-casecmp'.
3621         * lib/unicase/u8-casecmp.c: New file.
3622         * lib/unicase/u-casecmp.h: New file.
3623         * modules/unicase/u8-casecmp: New file.
3624
3625         Tests for module 'unicase/u32-casefold'.
3626         * modules/unicase/u32-casefold-tests: New file.
3627         * tests/unicase/test-u32-casefold.c: New file.
3628
3629         Tests for module 'unicase/u16-casefold'.
3630         * modules/unicase/u16-casefold-tests: New file.
3631         * tests/unicase/test-u16-casefold.c: New file.
3632
3633         Tests for module 'unicase/u8-casefold'.
3634         * modules/unicase/u8-casefold-tests: New file.
3635         * tests/unicase/test-u8-casefold.c: New file.
3636
3637         New module 'unicase/u32-casefold'.
3638         * lib/unicase/u32-casefold.c: New file.
3639         * modules/unicase/u32-casefold: New file.
3640
3641         New module 'unicase/u16-casefold'.
3642         * lib/unicase/u16-casefold.c: New file.
3643         * modules/unicase/u16-casefold: New file.
3644
3645         New module 'unicase/u8-casefold'.
3646         * lib/unicase/u8-casefold.c: New file.
3647         * lib/unicase/u-casefold.h: New file.
3648         * modules/unicase/u8-casefold: New file.
3649
3650         New module 'unicase/tocasefold'.
3651         * lib/unicase/casefold.h: New file.
3652         * lib/unicase/tocasefold.c: New file.
3653         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
3654         * modules/unicase/tocasefold: New file.
3655
3656         Tests for module 'unicase/u32-totitle'.
3657         * modules/unicase/u32-totitle-tests: New file.
3658         * tests/unicase/test-u32-totitle.c: New file.
3659
3660         Tests for module 'unicase/u16-totitle'.
3661         * modules/unicase/u16-totitle-tests: New file.
3662         * tests/unicase/test-u16-totitle.c: New file.
3663
3664         Tests for module 'unicase/u8-totitle'.
3665         * modules/unicase/u8-totitle-tests: New file.
3666         * tests/unicase/test-u8-totitle.c: New file.
3667
3668         New module 'unicase/u32-totitle'.
3669         * lib/unicase/u32-totitle.c: New file.
3670         * modules/unicase/u32-totitle: New file.
3671
3672         New module 'unicase/u16-totitle'.
3673         * lib/unicase/u16-totitle.c: New file.
3674         * modules/unicase/u16-totitle: New file.
3675
3676         New module 'unicase/u8-totitle'.
3677         * lib/unicase/u8-totitle.c: New file.
3678         * lib/unicase/u-totitle.h: New file.
3679         * modules/unicase/u8-totitle: New file.
3680
3681         Tests for module 'unicase/u32-tolower'.
3682         * modules/unicase/u32-tolower-tests: New file.
3683         * tests/unicase/test-u32-tolower.c: New file.
3684
3685         Tests for module 'unicase/u16-tolower'.
3686         * modules/unicase/u16-tolower-tests: New file.
3687         * tests/unicase/test-u16-tolower.c: New file.
3688
3689         Tests for module 'unicase/u8-tolower'.
3690         * modules/unicase/u8-tolower-tests: New file.
3691         * tests/unicase/test-u8-tolower.c: New file.
3692
3693         New module 'unicase/u32-tolower'.
3694         * lib/unicase/u32-tolower.c: New file.
3695         * modules/unicase/u32-tolower: New file.
3696
3697         New module 'unicase/u16-tolower'.
3698         * lib/unicase/u16-tolower.c: New file.
3699         * modules/unicase/u16-tolower: New file.
3700
3701         New module 'unicase/u8-tolower'.
3702         * lib/unicase/u8-tolower.c: New file.
3703         * modules/unicase/u8-tolower: New file.
3704
3705         Tests for module 'unicase/u32-toupper'.
3706         * modules/unicase/u32-toupper-tests: New file.
3707         * tests/unicase/test-u32-toupper.c: New file.
3708
3709         Tests for module 'unicase/u16-toupper'.
3710         * modules/unicase/u16-toupper-tests: New file.
3711         * tests/unicase/test-u16-toupper.c: New file.
3712
3713         Tests for module 'unicase/u8-toupper'.
3714         * modules/unicase/u8-toupper-tests: New file.
3715         * tests/unicase/test-u8-toupper.c: New file.
3716
3717         New module 'unicase/u32-toupper'.
3718         * lib/unicase/u32-toupper.c: New file.
3719         * modules/unicase/u32-toupper: New file.
3720
3721         New module 'unicase/u16-toupper'.
3722         * lib/unicase/u16-toupper.c: New file.
3723         * modules/unicase/u16-toupper: New file.
3724
3725         New module 'unicase/u8-toupper'.
3726         * lib/unicase/u8-toupper.c: New file.
3727         * modules/unicase/u8-toupper: New file.
3728
3729         New module 'unicase/u32-casemap'.
3730         * lib/unicase/u32-casemap.c: New file.
3731         * modules/unicase/u32-casemap: New file.
3732
3733         New module 'unicase/u16-casemap'.
3734         * lib/unicase/u16-casemap.c: New file.
3735         * modules/unicase/u16-casemap: New file.
3736
3737         New module 'unicase/u8-casemap'.
3738         * lib/unicase/unicasemap.h: New file.
3739         * lib/unicase/u8-casemap.c: New file.
3740         * lib/unicase/u-casemap.h: New file.
3741         * modules/unicase/u8-casemap: New file.
3742
3743         New module 'unicase/special-casing'.
3744         * lib/unicase/special-casing.h: New file.
3745         * lib/unicase/special-casing.c: New file.
3746         * lib/unicase/special-casing-table.gperf: New file, generated by
3747         gen-uni-tables.c.
3748         * modules/unicase/special-casing: New file.
3749
3750         Tests for module 'unicase/locale-language'.
3751         * modules/unicase/locale-language-tests: New file.
3752         * tests/unicase/test-locale-language.sh: New file.
3753         * tests/unicase/test-locale-language.c: New file.
3754
3755         New module 'unicase/locale-language'.
3756         * lib/unicase/locale-language.c: New file.
3757         * lib/unicase/locale-languages.gperf: New file.
3758         * modules/unicase/locale-language: New file.
3759
3760         Generate more tables for case conversion and case folding.
3761         * lib/gen-uni-tables.c (SCC_*): New enum items.
3762         (struct special_casing_rule): New type.
3763         (casing_rules, num_casing_rules, allocated_casing_rules): New
3764         variables.
3765         (add_casing_rule, fill_casing_rules): New functions.
3766         (struct casefold_rule): New type.
3767         (casefolding_rules, num_casefolding_rules,
3768         allocated_casefolding_rules): New variables.
3769         (fill_casefolding_rules): New function.
3770         (unicode_casefold): New variable.
3771         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
3772         sort_casing_rules, output_casing_rules): New functions.
3773         (main): Accept to more arguments: SpecialCasing.txt and
3774         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
3775         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
3776         Output mapping for casefolding.
3777
3778         * lib/unicase.h: Include stdbool.h, uninorm.h.
3779         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
3780         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
3781         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
3782         arguments.
3783         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
3784         resultp arguments.
3785         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
3786         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
3787         resultp arguments.
3788         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
3789         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
3790         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
3791         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
3792         declarations.
3793         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
3794
3795 2009-03-08  Bruno Haible  <bruno@clisp.org>
3796
3797         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
3798         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
3799         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
3800         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
3801
3802 2009-03-07  Bruno Haible  <bruno@clisp.org>
3803
3804         Adjust u*_normcmp, u*_normcoll API.
3805         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
3806         u16_normcoll, u32_normcoll): Change failure conventions.
3807         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
3808         errno and return -1.
3809         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
3810
3811 2009-03-07  Bruno Haible  <bruno@clisp.org>
3812
3813         Tests for module 'uninorm/u32-normcoll'.
3814         * modules/uninorm/u32-normcoll-tests: New file.
3815         * tests/uninorm/test-u32-normcoll.c: New file.
3816
3817         Tests for module 'uninorm/u16-normcoll'.
3818         * modules/uninorm/u16-normcoll-tests: New file.
3819         * tests/uninorm/test-u16-normcoll.c: New file.
3820
3821         Tests for module 'uninorm/u8-normcoll'.
3822         * modules/uninorm/u8-normcoll-tests: New file.
3823         * tests/uninorm/test-u8-normcoll.c: New file.
3824
3825 2009-03-07  Bruno Haible  <bruno@clisp.org>
3826
3827         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
3828         tests/uninorm/test-u32-normcmp.c.
3829         * tests/uninorm/test-u32-normcmp.c: Include it.
3830         (test_nonascii): New function, extracted from main. Add some more
3831         tests.
3832         (main): Invoke test_ascii and test_nonascii.
3833         * modules/uninorm/u32-normcmp-tests (Files): Add
3834         tests/uninorm/test-u32-normcmp.h.
3835         (Depends-on): Remove uninorm/u32-normcmp.
3836
3837         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
3838         tests/uninorm/test-u16-normcmp.c.
3839         * tests/uninorm/test-u16-normcmp.c: Include it.
3840         (test_nonascii): New function, extracted from main. Add some more
3841         tests.
3842         (main): Invoke test_ascii and test_nonascii.
3843         * modules/uninorm/u16-normcmp-tests (Files): Add
3844         tests/uninorm/test-u16-normcmp.h.
3845         (Depends-on): Remove uninorm/u16-normcmp.
3846
3847         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
3848         tests/uninorm/test-u8-normcmp.c.
3849         * tests/uninorm/test-u8-normcmp.c: Include it.
3850         (test_nonascii): New function, extracted from main. Add some more
3851         tests.
3852         (main): Invoke test_ascii and test_nonascii.
3853         * modules/uninorm/u8-normcmp-tests (Files): Add
3854         tests/uninorm/test-u8-normcmp.h.
3855         (Depends-on): Remove uninorm/u8-normcmp.
3856
3857 2009-03-07  Bruno Haible  <bruno@clisp.org>
3858
3859         New module 'uninorm/u32-normcoll'.
3860         * lib/uninorm/u32-normcoll.c: New file.
3861         * modules/uninorm/u32-normcoll: New file.
3862
3863         New module 'uninorm/u16-normcoll'.
3864         * lib/uninorm/u16-normcoll.c: New file.
3865         * modules/uninorm/u16-normcoll: New file.
3866
3867         New module 'uninorm/u8-normcoll'.
3868         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
3869         declarations.
3870         * lib/uninorm/u8-normcoll.c: New file.
3871         * lib/uninorm/u-normcoll.h: New file.
3872         * modules/uninorm/u8-normcoll: New file.
3873
3874         New module 'uninorm/u32-normxfrm'.
3875         * lib/uninorm/u32-normxfrm.c: New file.
3876         * modules/uninorm/u32-normxfrm: New file.
3877
3878         New module 'uninorm/u16-normxfrm'.
3879         * lib/uninorm/u16-normxfrm.c: New file.
3880         * modules/uninorm/u16-normxfrm: New file.
3881
3882         New module 'uninorm/u8-normxfrm'.
3883         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
3884         declarations.
3885         * lib/uninorm/u8-normxfrm.c: New file.
3886         * lib/uninorm/u-normxfrm.h: New file.
3887         * modules/uninorm/u8-normxfrm: New file.
3888
3889 2009-03-07  Bruno Haible  <bruno@clisp.org>
3890
3891         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
3892         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
3893         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
3894
3895 2009-03-07  Bruno Haible  <bruno@clisp.org>
3896
3897         New module 'memxfrm'.
3898         * lib/memxfrm.h: New file.
3899         * lib/memxfrm.c: New file.
3900         * modules/memxfrm: New file.
3901
3902 2009-03-07  Bruno Haible  <bruno@clisp.org>
3903
3904         New module 'memcmp2'.
3905         * lib/memcmp2.h: New file.
3906         * lib/memcmp2.c: New file.
3907         * modules/memcmp2: New file.
3908
3909 2009-03-07  Bruno Haible  <bruno@clisp.org>
3910
3911         Tests for module 'uninorm/decomposing-form'.
3912         * modules/uninorm/decomposing-form-tests: New file.
3913         * tests/uninorm/test-decomposing-form.c: New file.
3914
3915         New module 'uninorm/decomposing-form'.
3916         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
3917         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
3918         Add 'decomposing_variant' field.
3919         * lib/uninorm/decomposing-form.c: New file.
3920         * lib/uninorm/nfc.c (uninorm_nfc): Update.
3921         * lib/uninorm/nfd.c (uninorm_nfd): Update.
3922         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
3923         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
3924         * modules/uninorm/decomposing-form: New file.
3925         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
3926         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
3927
3928 2009-03-07  Bruno Haible  <bruno@clisp.org>
3929
3930         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
3931         strings.
3932
3933 2009-03-06  Bruno Haible  <bruno@clisp.org>
3934
3935         Tests for module 'uninorm/u32-normcmp'.
3936         * tests/uninorm/test-u32-normcmp.c: New file.
3937         * modules/uninorm/u32-normcmp-tests: New file.
3938
3939         Tests for module 'uninorm/u16-normcmp'.
3940         * tests/uninorm/test-u16-normcmp.c: New file.
3941         * modules/uninorm/u16-normcmp-tests: New file.
3942
3943         Tests for module 'uninorm/u8-normcmp'.
3944         * tests/uninorm/test-u8-normcmp.c: New file.
3945         * modules/uninorm/u8-normcmp-tests: New file.
3946
3947         New module 'uninorm/u32-normcmp'.
3948         * lib/uninorm/u32-normcmp.c: New file.
3949         * modules/uninorm/u32-normcmp: New file.
3950
3951         New module 'uninorm/u16-normcmp'.
3952         * lib/uninorm/u16-normcmp.c: New file.
3953         * modules/uninorm/u16-normcmp: New file.
3954
3955         New module 'uninorm/u8-normcmp'.
3956         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
3957         declarations.
3958         * lib/uninorm/u8-normcmp.c: New file.
3959         * lib/uninorm/u-normcmp.h: New file.
3960         * modules/uninorm/u8-normcmp: New file.
3961
3962 2009-03-06  Bruno Haible  <bruno@clisp.org>
3963
3964         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
3965         Reported by Eric Blake.
3966
3967 2009-03-06  Eric Blake  <ebb9@byu.net>
3968             Bruno Haible  <bruno@clisp.org>
3969
3970         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
3971         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
3972         condition.
3973         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
3974         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
3975         condition.
3976         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
3977
3978 2009-03-06  Eric Blake  <ebb9@byu.net>
3979
3980         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
3981         to avoid compiler warnings.
3982         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
3983
3984 2009-03-05  Bruno Haible  <bruno@clisp.org>
3985
3986         * tests/test-ftell.c (main): Disable test beyond end of file on
3987         FreeMiNT.
3988         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
3989
3990 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
3991
3992         * lib/filevercmp.c: Move hidden files up in ordering.
3993         * tests/test-filevercmp.c: Add tests for hidden files.
3994
3995 2009-03-04  Bruno Haible  <bruno@clisp.org>
3996
3997         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
3998         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
3999         AM_CFLAGS.
4000         Reported by Simon Josefsson.
4001
4002 2009-03-03  Bruno Haible  <bruno@clisp.org>
4003
4004         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
4005         Reported by Simon Josefsson.
4006
4007         * doc/ld-version-script.texi: Update node reference.
4008
4009 2009-03-03  Bruno Haible  <bruno@clisp.org>
4010
4011         * modules/visibility (License): Change to 'unlimited'.
4012         Suggested by Simon Josefsson.
4013
4014 2009-03-03  Jim Meyering  <meyering@redhat.com>
4015
4016         unlinkdir: cannot_unlink_dir may modify process state
4017         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
4018         it's neither thread-safe nor appropriate for use in a library.
4019
4020 2009-03-03  Eric Blake  <ebb9@byu.net>
4021
4022         test-closein: silence test under Darwin
4023         * tests/test-closein.sh: Ignore stderr from cat, since we don't
4024         care if it dies from EPIPE or EBADF.
4025
4026 2009-03-03  Bruno Haible  <bruno@clisp.org>
4027
4028         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
4029         earlier.
4030         * doc/visibility.texi: Fix @node and @section.
4031
4032 2009-03-03  Simon Josefsson  <simon@josefsson.org>
4033
4034         * doc/gnulib.texi: Link to sections for ld version script and
4035         visibility.
4036         * doc/visibility.texi: Add @node and @section.
4037         * modules/ld-version-script: New module.
4038         * m4/ld-version-script.m4: New file.
4039         * doc/ld-version-script.texi: New file.
4040
4041 2009-03-02  David Lutterkort  <lutter@redhat.com>
4042
4043         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
4044         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4045
4046 2009-03-02  Bruno Haible  <bruno@clisp.org>
4047
4048         * doc/visibility.texi: Mention libtool's -export-symbols option.
4049
4050 2009-03-02  Jim Meyering  <meyering@redhat.com>
4051
4052         announce-gen: new option: --no-print-checksums
4053         * build-aux/announce-gen (usage): Describe it.
4054         (print_checksums): Print a newline here, not in the [*] footnote.
4055         (main): Honor it.
4056
4057 2009-03-01  Bruno Haible  <bruno@clisp.org>
4058
4059         Use socklen_t in the native Windows replacements prototypes.
4060         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
4061         instead of 'int'.
4062         * lib/getsockopt.c (rpl_getsockopt): Likewise.
4063         * lib/setsockopt.c (rpl_setsockopt): Likewise.
4064         * modules/getsockopt (Depends-on): Add socklen.
4065         * modules/setsockopt (Depends-on): Add socklen.
4066
4067 2009-03-01  Bruno Haible  <bruno@clisp.org>
4068
4069         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
4070         least 4.2.
4071
4072 2009-03-01  Eric Blake  <ebb9@byu.net>
4073             Bruno Haible  <bruno@clisp.org>
4074
4075         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
4076         error messages.
4077         * lib/wait-process.c (wait_subprocess): Omit error message about
4078         deadly signal sent to the child of termsigp != NULL.
4079
4080 2009-03-01  Eric Blake  <ebb9@byu.net>
4081
4082         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
4083
4084 2009-03-01  Bruno Haible  <bruno@clisp.org>
4085
4086         Avoid a gcc warning.
4087         * tests/test-sched.c (b): Make global.
4088         Reported by Eric Blake.
4089
4090 2009-01-19  Martin Lambers  <marlam@marlam.de>
4091
4092         Provide POSIX semantics for socket timeout options on W32.
4093         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
4094         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
4095         * modules/setsockopt: Depend on sys_time module for struct timeval.
4096         * modules/getsockopt: Depend on sys_time module for struct timeval.
4097
4098 2009-03-01  Simon Josefsson  <simon@josefsson.org>
4099
4100         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
4101         __USE_GNU, for consistency with netdb.in.h.
4102         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4103
4104 2009-03-01  Bruno Haible  <bruno@clisp.org>
4105
4106         More support for FreeMiNT.
4107         * lib/fseeko.c (rpl_fseeko): Complete last commit.
4108         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4109
4110 2009-03-01  Bruno Haible  <bruno@clisp.org>
4111
4112         More support for FreeMiNT.
4113         * lib/fpurge.c (fpurge): Correct last commit.
4114         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4115
4116 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4117
4118         Fix unportable awk script in vc-list-files.
4119         * build-aux/vc-list-files: In the replacement awk script, use
4120         substr with a second argument of 1, not zero.
4121         Report by Simon Josefsson.
4122
4123 2009-02-28  Bruno Haible  <bruno@clisp.org>
4124
4125         More support for FreeMiNT.
4126         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
4127         to FreeMiNT today.
4128         * lib/fwriting.c (fwriting): Likewise.
4129         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
4130
4131 2009-02-28  Bruno Haible  <bruno@clisp.org>
4132
4133         * tests/test-freadseek.c (main): Disable test beyond end of file on
4134         FreeMiNT.
4135         * tests/test-ftello.c (main): Likewise.
4136         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
4137
4138 2009-02-28  Bruno Haible  <bruno@clisp.org>
4139
4140         Add tentative support for FreeMiNT.
4141         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
4142         * lib/fpurge.c (fpurge): Likewise.
4143         * lib/freadable.c (freadable): Likewise.
4144         * lib/freading.c (freading): Likewise.
4145         * lib/freadptr.c (freadptr): Likewise.
4146         * lib/freadseek.c (freadptrinc): Likewise.
4147         * lib/fseeko.c (rpl_fseeko): Likewise.
4148         * lib/fseterr.c (fseterr): Likewise.
4149         * lib/fwritable.c (fwritable): Likewise.
4150         * lib/fwriting.c (fwriting): Likewise.
4151         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
4152         Hourihane.
4153         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4154
4155 2009-02-28  Bruno Haible  <bruno@clisp.org>
4156
4157         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
4158         SIGCHLD.
4159         Reported by Jim Meyering.
4160
4161 2009-02-28  Bruno Haible  <bruno@clisp.org>
4162
4163         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
4164         Mention the results of these tests on various platforms.
4165         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
4166         order.
4167         * doc/posix-functions/printf.texi: Likewise.
4168         * doc/posix-functions/snprintf.texi: Likewise.
4169         * doc/posix-functions/sprintf.texi: Likewise.
4170         * doc/posix-functions/vfprintf.texi: Likewise.
4171         * doc/posix-functions/vprintf.texi: Likewise.
4172         * doc/posix-functions/vsnprintf.texi: Likewise.
4173         * doc/posix-functions/vsprintf.texi: Likewise.
4174         * doc/glibc-functions/obstack_printf.texi: Likewise.
4175         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
4176
4177 2009-02-28  Bruno Haible  <bruno@clisp.org>
4178
4179         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
4180         Reported by Loïc Minier <lool@dooz.org>.
4181
4182 2009-02-27  Bruno Haible  <bruno@clisp.org>
4183
4184         * gnulib-tool (func_import): Make the sed expression used to create the
4185         sed script for updating the .gitignore file POSIX compliant.
4186         Reported by Eric Blake.
4187
4188 2009-02-27  Bruno Haible  <bruno@clisp.org>
4189
4190         * gnulib-tool (sed): Don't alias as "sed --posix".
4191         Reported by Eric Blake.
4192
4193 2009-02-27  Bruno Haible  <bruno@clisp.org>
4194
4195         Avoid test link errors.
4196         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
4197         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
4198         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
4199         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
4200         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4201
4202 2009-02-27  Bruno Haible  <bruno@clisp.org>
4203
4204         Avoid spurious "(cached)" in configure output.
4205         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
4206         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
4207         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4208         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4209         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4210         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
4211         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4212         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
4213         Reported by Eric Blake.
4214
4215 2009-02-27  Eric Blake  <ebb9@byu.net>
4216
4217         printf: fix regression in previous patch
4218         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
4219
4220 2009-02-27  Bruno Haible  <bruno@clisp.org>
4221
4222         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
4223         value.
4224         * lib/stdint.in.h: Likewise.
4225         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
4226
4227 2009-02-27  Eric Blake  <ebb9@byu.net>
4228
4229         doc: mention more functions added in cygwin 1.7.0
4230         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
4231         addition.
4232         * doc/posix-functions/open_wmemstream.texi: Likewise.
4233         * doc/posix-functions/wcsnlen.texi: Likewise.
4234         * doc/posix-functions/wcsnrtombs.texi: Likewise.
4235         * doc/posix-functions/wcstod.texi: Likewise.
4236         * doc/posix-functions/wcstof.texi: Likewise.
4237         * doc/posix-functions/wcstoimax.texi: Likewise.
4238         * doc/posix-functions/wcstok.texi: Likewise.
4239         * doc/posix-functions/wcstoumax.texi: Likewise.
4240
4241         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
4242         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
4243         * doc/posix-functions/fprintf.texi: Update.
4244         * doc/posix-functions/printf.texi: Update.
4245         * doc/posix-functions/snprintf.texi: Update.
4246         * doc/posix-functions/sprintf.texi: Update.
4247         * doc/posix-functions/vfprintf.texi: Update.
4248         * doc/posix-functions/vprintf.texi: Update.
4249         * doc/posix-functions/vsnprintf.texi: Update.
4250         * doc/posix-functions/vsprintf.texi: Update.
4251         * doc/glibc-functions/obstack_printf.texi: Update.
4252         * doc/glibc-functions/obstack_vprintf.texi: Update.
4253
4254 2009-02-26  Eric Blake  <ebb9@byu.net>
4255
4256         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
4257         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
4258         compilation bug by using runtime conversion.
4259         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
4260         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
4261         * modules/ceill-tests (Files): Use nan.h.
4262         * modules/floorl-tests (Files): Likewise.
4263         * modules/frexpl-tests (Files): Likewise.
4264         * modules/isnanl-tests (Files): Likewise.
4265         * modules/ldexpl-tests (Files): Likewise.
4266         * modules/roundl-tests (Files): Likewise.
4267         * modules/truncl-tests (Files): Likewise.
4268         * tests/test-ceill.c (main): Use a working NaN.
4269         * tests/test-floorl.c (main): Likewise.
4270         * tests/test-frexpl.c (main): Likewise.
4271         * tests/test-isnan.c (test_long_double): Likewise.
4272         * tests/test-isnanl.h (main): Likewise.
4273         * tests/test-ldexpl.h (main): Likewise.
4274         * tests/test-roundl.h (main): Likewise.
4275         * tests/test-truncl.h (main): Likewise.
4276         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
4277
4278 2009-02-26  Eric Blake  <ebb9@byu.net>
4279             Bruno Haible  <bruno@clisp.org>
4280
4281         Work around a *printf bug with %ls on Solaris.
4282         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
4283         precision is specified, sprintf stops converting the wide string
4284         argument when the number of bytes that have been produced by this
4285         conversion equals or exceeds the precision.
4286         * doc/posix-functions/fprintf.texi: Update.
4287         * doc/posix-functions/printf.texi: Update.
4288         * doc/posix-functions/snprintf.texi: Update.
4289         * doc/posix-functions/sprintf.texi: Update.
4290         * doc/posix-functions/vfprintf.texi: Update.
4291         * doc/posix-functions/vprintf.texi: Update.
4292         * doc/posix-functions/vsnprintf.texi: Update.
4293         * doc/posix-functions/vsprintf.texi: Update.
4294         * doc/glibc-functions/obstack_printf.texi: Update.
4295         * doc/glibc-functions/obstack_vprintf.texi: Update.
4296
4297 2009-02-26  Eric Blake  <ebb9@byu.net>
4298
4299         stdlib: favor compiler check of random.h
4300         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
4301         to avoid an ObjC random.h installed by Swarm.
4302
4303 2009-02-26  Bruno Haible  <bruno@clisp.org>
4304
4305         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
4306         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
4307         Reported by Gary V. Vaughan <gary@gnu.org>.
4308
4309 2009-02-26  Bruno Haible  <bruno@clisp.org>
4310
4311         Fix *printf behaviour regarding the %ls directive.
4312         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
4313         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
4314         NEED_PRINTF_DIRECTIVE_LS.
4315         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
4316         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4317         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4318         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
4319         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
4320         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
4321         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4322         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4323         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4324         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4325         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4326         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
4327         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4328         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4329         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4330         * doc/posix-functions/fprintf.texi: Update.
4331         * doc/posix-functions/printf.texi: Update.
4332         * doc/posix-functions/snprintf.texi: Update.
4333         * doc/posix-functions/sprintf.texi: Update.
4334         * doc/posix-functions/vfprintf.texi: Update.
4335         * doc/posix-functions/vprintf.texi: Update.
4336         * doc/posix-functions/vsnprintf.texi: Update.
4337         * doc/posix-functions/vsprintf.texi: Update.
4338         * doc/glibc-functions/obstack_printf.texi: Update.
4339         * doc/glibc-functions/obstack_vprintf.texi: Update.
4340         Reported by Eric Blake.
4341
4342 2009-02-25  Bruno Haible  <bruno@clisp.org>
4343
4344         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
4345         with known value.
4346         Reported by Gary V. Vaughan <gary@gnu.org>.
4347
4348 2009-02-25  Bruno Haible  <bruno@clisp.org>
4349
4350         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
4351         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
4352         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
4353         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
4354         Reported by Gary V. Vaughan <gary@gnu.org>.
4355
4356 2009-02-25  Bruno Haible  <bruno@clisp.org>
4357
4358         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
4359         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
4360         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
4361         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
4362         Reported by Gary V. Vaughan <gary@gnu.org>.
4363
4364 2009-02-25  Eric Blake  <ebb9@byu.net>
4365
4366         tests: skip fseek/ftell tests if ungetc is broken
4367         * m4/ungetc.m4: New file.
4368         * modules/fseek-tests: Split test, so ungetc dependency is
4369         separate from rest of test.
4370         * modules/fseeko-tests: Likewise.
4371         * modules/ftell-tests: Likewise.
4372         * modules/ftello-tests: Likewise.
4373         * tests/test-fseek.c (main): Isolate ungetc dependency.
4374         * tests/test-fseeko.c (main): Likewise.
4375         * tests/test-ftell.c (main): Likewise.
4376         * tests/test-ftello.c (main): Likewise.
4377         * tests/test-fseek2.sh: New file.
4378         * tests/test-fseeko2.sh: Likewise.
4379         * tests/test-ftell2.sh: Likewise.
4380         * tests/test-ftello2.sh: Likewise.
4381
4382 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
4383
4384         test-getaddrinfo: fix usage of skip return code 77
4385         * tests/test-gettaddrinfo.c: Return skip code 77 only
4386         for first occurance of skip (4x77 is not 77)
4387
4388 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
4389
4390         strtod: avoid C99 decl-after-statement
4391         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
4392
4393 2009-02-24  Eric Blake  <ebb9@byu.net>
4394
4395         strtod: detect HP-UX 11.31 bug
4396         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
4397         Reported by Gary V. Vaughan.
4398
4399 2009-02-23  Bruno Haible  <bruno@clisp.org>
4400
4401         Fix invalid read past end of memory block.
4402         * lib/vasnprintf.c (DCHAR_SET): Define.
4403         (local_wcslen): Define only when needed.
4404         (local_strnlen, local_wcsnlen): New functions.
4405         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
4406         directives that involve a conversion ourselves.
4407         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
4408         wcsnlen, mbrtowc, wcrtomb.
4409         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
4410         * tests/test-vasprintf-posix.c (test_function): Likewise.
4411         * tests/test-snprintf-posix.h (test_function): Likewise.
4412         * tests/test-sprintf-posix.h (test_function): Likewise.
4413         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4414
4415 2009-02-22  Bruno Haible  <bruno@clisp.org>
4416
4417         Implement new clarified decomposition of Hangul syllables.
4418         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
4419         of type LTV, return only a pairwise decomposition.
4420         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
4421         Likewise.
4422         * tests/uninorm/test-decomposition.c (main): Updated expected result.
4423         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
4424         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
4425
4426 2009-02-22  Bruno Haible  <bruno@clisp.org>
4427
4428         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
4429         zero-length results and shrink excess allocated memory.
4430         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
4431         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
4432         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
4433         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
4434         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
4435         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
4436         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
4437         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
4438         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
4439         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
4440         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
4441         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
4442
4443 2009-02-21  Bruno Haible  <bruno@clisp.org>
4444
4445         * doc/gnulib.texi: Include safe-alloc.texi earlier.
4446         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
4447         spaces after a period. Put a space between a macro name and its
4448         argument list. Trivial rewordings.
4449         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
4450         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
4451         (main): Return 0 explicitly.
4452
4453 2009-02-21  Bruno Haible  <bruno@clisp.org>
4454
4455         Tests for module 'uninorm/filter'.
4456         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
4457         * modules/uninorm/filter-tests: New file.
4458
4459         New module 'uninorm/filter'.
4460         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
4461         uninorm_filter_flush, uninorm_filter_free): New declarations.
4462         * lib/uninorm/uninorm-filter.c: New file.
4463         * modules/uninorm/filter: New file.
4464
4465 2009-02-21  Bruno Haible  <bruno@clisp.org>
4466
4467         Tests for module 'uninorm/nfkc'.
4468         * tests/uninorm/test-nfkc.c: New file.
4469         * tests/uninorm/test-u8-nfkc.c: New file.
4470         * tests/uninorm/test-u16-nfkc.c: New file.
4471         * tests/uninorm/test-u32-nfkc.c: New file.
4472         * tests/uninorm/test-u32-nfkc-big.sh: New file.
4473         * tests/uninorm/test-u32-nfkc-big.c: New file.
4474         * modules/uninorm/nfkc-tests: New file.
4475
4476         New module 'uninorm/nfkc'.
4477         * lib/uninorm/nfkc.c: New file.
4478         * modules/uninorm/nfkc: New file.
4479
4480         Tests for module 'uninorm/nfkd'.
4481         * tests/uninorm/test-nfkd.c: New file.
4482         * tests/uninorm/test-u8-nfkd.c: New file.
4483         * tests/uninorm/test-u16-nfkd.c: New file.
4484         * tests/uninorm/test-u32-nfkd.c: New file.
4485         * tests/uninorm/test-u32-nfkd-big.sh: New file.
4486         * tests/uninorm/test-u32-nfkd-big.c: New file.
4487         * modules/uninorm/nfkd-tests: New file.
4488
4489         New module 'uninorm/nfkd'.
4490         * lib/uninorm/nfkd.c: New file.
4491         * modules/uninorm/nfkd: New file.
4492
4493         Tests for module 'uninorm/nfc'.
4494         * tests/uninorm/test-nfc.c: New file.
4495         * tests/uninorm/test-u8-nfc.c: New file.
4496         * tests/uninorm/test-u16-nfc.c: New file.
4497         * tests/uninorm/test-u32-nfc.c: New file.
4498         * tests/uninorm/test-u32-nfc-big.sh: New file.
4499         * tests/uninorm/test-u32-nfc-big.c: New file.
4500         * modules/uninorm/nfc-tests: New file.
4501
4502         New module 'uninorm/nfc'.
4503         * lib/uninorm/nfc.c: New file.
4504         * modules/uninorm/nfc: New file.
4505
4506         Tests for module 'uninorm/nfd'.
4507         * tests/uninorm/test-nfd.c: New file.
4508         * tests/uninorm/test-u8-nfd.c: New file.
4509         * tests/uninorm/test-u16-nfd.c: New file.
4510         * tests/uninorm/test-u32-nfd.c: New file.
4511         * tests/uninorm/test-u32-nfd-big.sh: New file.
4512         * tests/uninorm/test-u32-nfd-big.c: New file.
4513         * tests/uninorm/test-u32-normalize-big.h: New file.
4514         * tests/uninorm/test-u32-normalize-big.c: New file.
4515         * tests/uninorm/NormalizationTest.txt: New file, created from
4516         Unicode 5.1.0 NormalizationTest.txt.
4517         * modules/uninorm/nfd-tests: New file.
4518
4519         New module 'uninorm/nfd'.
4520         * lib/uninorm/nfd.c: New file.
4521         * modules/uninorm/nfd: New file.
4522
4523         New module 'uninorm/u32-normalize'.
4524         * lib/uninorm/u32-normalize.c: New file.
4525         * modules/uninorm/u32-normalize: New file.
4526
4527         New module 'uninorm/u16-normalize'.
4528         * lib/uninorm/u16-normalize.c: New file.
4529         * modules/uninorm/u16-normalize: New file.
4530
4531         New module 'uninorm/u8-normalize'.
4532         * lib/uninorm/u8-normalize.c: New file.
4533         * lib/uninorm/normalize-internal.h: New file.
4534         * lib/uninorm/u-normalize-internal.h: New file.
4535         * modules/uninorm/u8-normalize: New file.
4536
4537         New module 'uninorm/decompose-internal'.
4538         * lib/uninorm/decompose-internal.c: New file.
4539         * modules/uninorm/decompose-internal: New file.
4540
4541         Tests for module 'uninorm/composition'.
4542         * tests/uninorm/test-composition.c: New file.
4543         * modules/uninorm/composition-tests: New file.
4544
4545         New module 'uninorm/composition'.
4546         * lib/uninorm/composition.c: New file.
4547         * lib/uninorm/composition-table.gperf: New file, generated by
4548         gen-uni-tables.
4549         * modules/uninorm/composition: New file.
4550
4551         Tests for module 'uninorm/compat-decomposition'.
4552         * tests/uninorm/test-compat-decomposition.c: New file.
4553         * modules/uninorm/compat-decomposition-tests: New file.
4554
4555         New module 'uninorm/compat-decomposition'.
4556         * lib/uninorm/decompose-internal.h: New file.
4557         * lib/uninorm/compat-decomposition.c: New file.
4558         * modules/uninorm/compat-decomposition: New file.
4559
4560         Tests for module 'uninorm/canonical-decomposition'.
4561         * tests/uninorm/test-canonical-decomposition.c: New file.
4562         * modules/uninorm/canonical-decomposition-tests: New file.
4563
4564         New module 'uninorm/canonical-decomposition'.
4565         * lib/uninorm/canonical-decomposition.c: New file.
4566         * modules/uninorm/canonical-decomposition: New file.
4567
4568         Tests for module 'uninorm/decomposition'.
4569         * tests/uninorm/test-decomposition.c: New file.
4570         * modules/uninorm/decomposition-tests: New file.
4571
4572         New module 'uninorm/decomposition'.
4573         * lib/uninorm/decomposition.c: New file.
4574         * modules/uninorm/decomposition: New file.
4575
4576         New module 'uninorm/decomposition-table'.
4577         * lib/uninorm/decomposition-table.h: New file.
4578         * lib/uninorm/decomposition-table.c: New file.
4579         * lib/uninorm/decomposition-table1.h: New file, generated by
4580         gen-uni-tables.
4581         * lib/uninorm/decomposition-table2.h: New file, generated by
4582         gen-uni-tables.
4583         * modules/uninorm/decomposition-table: New file.
4584
4585         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
4586         (UC_DECOMP_*): New enumeration items.
4587         (get_decomposition): New function.
4588         (struct decomp_table): New type.
4589         (output_decomposition, output_decomposition_tables): New functions.
4590         (unicode_composition_exclusions): New variable.
4591         (fill_composition_exclusions, debug_output_composition_tables): New
4592         functions.
4593         (main): Accept one more argument. Invoke fill_composition_exclusions.
4594         Output decomposition and composition tables.
4595
4596         New module 'uninorm/base'.
4597         * lib/uninorm.h: New file.
4598         * lib/unictype.h: Update comment.
4599         * modules/uninorm/base: New file.
4600
4601 2009-02-21  David Lutterkort  <lutter@redhat.com>
4602
4603         Tests for module 'safe-alloc'.
4604         * tests/test-safe-alloc.c: New file.
4605         * modules/safe-alloc-tests: New file.
4606
4607         New module 'safe-alloc'.
4608         * lib/safe-alloc.h: New file.
4609         * lib/safe-alloc.c: New file.
4610         * m4/safe-alloc.m4: New file.
4611         * modules/safe-alloc: New file.
4612         * doc/safe-alloc.texi: New file.
4613         * doc/gnulib.texi: Include it.
4614         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
4615         safe-alloc.
4616
4617 2009-02-18  Bruno Haible  <bruno@clisp.org>
4618
4619         Fix link error on non-glibc systems.
4620         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
4621         variable.
4622         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4623
4624 2009-02-18  Jim Meyering  <meyering@redhat.com>
4625
4626         fts: avoid used-uninitialized error due to recent change
4627         * lib/fts.c (fts_read): Guard uses of the new member,
4628         parent->fts_n_dirs_remaining, since it's not relevant for
4629         the parent of a directory specified on the command-line.
4630
4631 2009-02-17  James Youngman  <jay@gnu.org>
4632             Bruno Haible  <bruno@clisp.org>
4633
4634         * m4/include_next.m4: Reformulate comment.
4635
4636 2009-02-16  Jim Meyering  <meyering@redhat.com>
4637
4638         fts: add #if guards so that the fts_lgpl module still builds
4639         * lib/fts.c: Guard just-added hash-table-using parts with
4640         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
4641         Reported by Simon Josefsson.
4642
4643 2009-02-15  Bruno Haible  <bruno@clisp.org>
4644
4645         * modules/array-mergesort-tests: New file.
4646         * tests/test-array-mergesort.c: New file.
4647
4648         New module 'array-mergesort'.
4649         * modules/array-mergesort: New file.
4650         * lib/array-mergesort.h: New file.
4651
4652 2009-02-15  Bruno Haible  <bruno@clisp.org>
4653
4654         Fix 2009-02-07 commit.
4655         * lib/gen-uni-tables.c (output_predicate, output_category,
4656         output_combclass, output_bidi_category, output_decimal_digit,
4657         output_digit, output_numeric, output_mirror, output_scripts,
4658         output_ident_category, output_simple_mapping): Fix format directives.
4659         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
4660
4661 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
4662
4663         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
4664         fixes are available from IBM.
4665
4666 2009-02-13  Jim Meyering  <meyering@redhat.com>
4667
4668         fts: arrange not to stat non-directories in more cases
4669         This makes GNU find (when it doesn't need to stat each file)
4670         *much* more efficient at traversing reiserfs file systems.
4671         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
4672         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
4673         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
4674         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
4675         (leaf_optimization_applies): New function.
4676         (LCO_hash, LCO_compare): New helper functions.
4677         (link_count_optimize_ok): New function.
4678         (fts_stat): Initialize new member (if dir).
4679         (fts_read): Decrement parent's fts_n_dirs_remaining count if
4680         we've just stat'ed a directory.  Skip the stat call when possible.
4681         ---
4682         Note this AFS-related exchange:
4683         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
4684         and note find's pioctl call in find/fstype.c.
4685         But that is necessary only if you want to enable the
4686         optimization for AFS, and for now, I don't.
4687
4688         fts: move a function definition "up" (no semantic change)
4689         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
4690         "up" to precede upcoming use of a related function.
4691
4692 2009-02-11  Jim Meyering  <meyering@redhat.com>
4693
4694         fts: correct internal computation of nlinks (optimization-related)
4695         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
4696         whether the current entry is a directory, so don't test it.
4697
4698 2009-02-10  Bruno Haible  <bruno@clisp.org>
4699
4700         Tests for module 'uniwbrk/ulc-wordbreaks'.
4701         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
4702         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
4703         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
4704
4705         Tests for module 'uniwbrk/u32-wordbreaks'.
4706         * modules/uniwbrk/u32-wordbreaks-tests: New file.
4707         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
4708
4709         Tests for module 'uniwbrk/u16-wordbreaks'.
4710         * modules/uniwbrk/u16-wordbreaks-tests: New file.
4711         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
4712
4713         Tests for module 'uniwbrk/u8-wordbreaks'.
4714         * modules/uniwbrk/u8-wordbreaks-tests: New file.
4715         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
4716
4717 2009-02-10  Bruno Haible  <bruno@clisp.org>
4718
4719         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
4720         property.
4721         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
4722         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
4723         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
4724
4725 2009-02-10  Simon Josefsson  <simon@josefsson.org>
4726
4727         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
4728         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
4729
4730 2009-02-10  Bruno Haible  <bruno@clisp.org>
4731
4732         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
4733         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
4734         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
4735         * lib/unilbrk/u8-possible-linebreaks.c: Update.
4736         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
4737         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
4738
4739 2009-02-09  Simon Josefsson  <simon@josefsson.org>
4740
4741         * lib/sockets.h (gl_fd_to_handle): New function.
4742
4743         * tests/test-sockets.c: Call gl_fd_to_handle.
4744
4745 2009-02-09  Bruno Haible  <bruno@clisp.org>
4746
4747         * doc/havelib.texi: Document the conventions on bi-arch systems.
4748
4749 2009-02-08  Bruno Haible  <bruno@clisp.org>
4750
4751         Document the AC_LIB_LINKFLAGS macro.
4752         * doc/havelib.texi: New file, mostly written on 2005-05-24.
4753         * doc/gnulib.texi: Include it.
4754
4755 2009-02-08  Bruno Haible  <bruno@clisp.org>
4756
4757         Fix wrong order of sections, compared to TOC.
4758         * doc/gnulib.texi: Include relocatable-maint.texi after the
4759         "Regular expressions" node, not before.
4760
4761 2009-02-08  Bruno Haible  <bruno@clisp.org>
4762
4763         Tests for module 'unicase/totitle'.
4764         * modules/unicase/totitle-tests: New file.
4765
4766         Tests for module 'unicase/tolower'.
4767         * modules/unicase/tolower-tests: New file.
4768
4769         Tests for module 'unicase/toupper'.
4770         * modules/unicase/toupper-tests: New file.
4771         * tests/unicase/test-mapping-part1.h: New file.
4772         * tests/unicase/test-mapping-part2.h: New file.
4773
4774         New module 'unicase/totitle'.
4775         * modules/unicase/totitle: New file.
4776         * lib/unicase/totitle.c: New file.
4777
4778         New module 'unicase/tolower'.
4779         * modules/unicase/tolower: New file.
4780         * lib/unicase/tolower.c: New file.
4781
4782         New module 'unicase/toupper'.
4783         * modules/unicase/toupper: New file.
4784         * lib/unicase/toupper.c: New file.
4785         * lib/unicase/simple-mapping.h: New file.
4786
4787         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
4788         (mapping_table): New structure.
4789         (output_simple_mapping): New function.
4790         (main): Invoke output_simple_mapping_test and output_simple_mapping.
4791         * modules/gen-uni-tables (Description): Update.
4792         * lib/unicase/toupper.h: New file, automatically generated by
4793         gen-uni-tables.
4794         * lib/unicase/tolower.h: New file, automatically generated by
4795         gen-uni-tables.
4796         * lib/unicase/totitle.h: New file, automatically generated by
4797         gen-uni-tables.
4798         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
4799         gen-uni-tables.
4800         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
4801         gen-uni-tables.
4802         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
4803         gen-uni-tables.
4804
4805         New module 'unicase/base'.
4806         * modules/unicase/base: New file.
4807         * lib/unicase.h: New file.
4808
4809 2009-02-08  Bruno Haible  <bruno@clisp.org>
4810
4811         New module 'uniwbrk/ulc-wordbreaks'.
4812         * modules/uniwbrk/ulc-wordbreaks: New file.
4813         * lib/uniwbrk/ulc-wordbreaks.c: New file.
4814
4815         New module 'uniwbrk/u32-wordbreaks'.
4816         * modules/uniwbrk/u32-wordbreaks: New file.
4817         * lib/uniwbrk/u32-wordbreaks.c: New file.
4818
4819         New module 'uniwbrk/u16-wordbreaks'.
4820         * modules/uniwbrk/u16-wordbreaks: New file.
4821         * lib/uniwbrk/u16-wordbreaks.c: New file.
4822
4823         New module 'uniwbrk/u8-wordbreaks'.
4824         * modules/uniwbrk/u8-wordbreaks: New file.
4825         * lib/uniwbrk/u8-wordbreaks.c: New file.
4826         * lib/uniwbrk/u-wordbreaks.h: New file.
4827
4828         New module 'uniwbrk/table'.
4829         * modules/uniwbrk/table: New file.
4830         * lib/uniwbrk/wbrktable.h: New file.
4831         * lib/uniwbrk/wbrktable.c: New file.
4832
4833         New module 'uniwbrk/wordbreak-property'.
4834         * modules/uniwbrk/wordbreak-property: New file.
4835         * lib/uniwbrk/wordbreak-property.c: New file.
4836
4837         * lib/gen-uni-tables.c (WBP_*): New enum items.
4838         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
4839         (unicode_org_wbp): New variable.
4840         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
4841         New functions.
4842         (wbp_table): New structure.
4843         (output_wbp, output_wbrk_tables): New functions.
4844         (main): Accept additional argument. Invoke fill_org_wbp,
4845         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
4846         output_wbrk_tables.
4847         * modules/gen-uni-tables (Description): Update.
4848         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
4849         gen-uni-tables.
4850
4851         New module 'uniwbrk/base'.
4852         * modules/uniwbrk/base: New file.
4853         * lib/uniwbrk.h: New file.
4854
4855 2009-02-08  Bruno Haible  <bruno@clisp.org>
4856
4857         Update to Unicode 5.1.0.
4858         * lib/gen-uni-tables.c (is_property_alphabetic): Include
4859         U+2185..U+2188.
4860         (is_property_default_ignorable_code_point): Don't include characters
4861         of category Cc or Cs and not-a-characters.
4862         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
4863         U+0D79, U+109E, U+109F, U+A60C.
4864         * lib/unictype/bidi_of.h: Regenerated.
4865         * lib/unictype/blocks.h: Regenerated.
4866         * lib/unictype/categ_C.h: Regenerated.
4867         * lib/unictype/categ_Cf.h: Regenerated.
4868         * lib/unictype/categ_Cn.h: Regenerated.
4869         * lib/unictype/categ_L.h: Regenerated.
4870         * lib/unictype/categ_Ll.h: Regenerated.
4871         * lib/unictype/categ_Lm.h: Regenerated.
4872         * lib/unictype/categ_Lo.h: Regenerated.
4873         * lib/unictype/categ_Lu.h: Regenerated.
4874         * lib/unictype/categ_M.h: Regenerated.
4875         * lib/unictype/categ_Mc.h: Regenerated.
4876         * lib/unictype/categ_Me.h: Regenerated.
4877         * lib/unictype/categ_Mn.h: Regenerated.
4878         * lib/unictype/categ_N.h: Regenerated.
4879         * lib/unictype/categ_Nd.h: Regenerated.
4880         * lib/unictype/categ_Nl.h: Regenerated.
4881         * lib/unictype/categ_No.h: Regenerated.
4882         * lib/unictype/categ_P.h: Regenerated.
4883         * lib/unictype/categ_Pd.h: Regenerated.
4884         * lib/unictype/categ_Pe.h: Regenerated.
4885         * lib/unictype/categ_Pf.h: Regenerated.
4886         * lib/unictype/categ_Pi.h: Regenerated.
4887         * lib/unictype/categ_Po.h: Regenerated.
4888         * lib/unictype/categ_Ps.h: Regenerated.
4889         * lib/unictype/categ_S.h: Regenerated.
4890         * lib/unictype/categ_Sk.h: Regenerated.
4891         * lib/unictype/categ_Sm.h: Regenerated.
4892         * lib/unictype/categ_So.h: Regenerated.
4893         * lib/unictype/categ_of.h: Regenerated.
4894         * lib/unictype/combining.h: Regenerated.
4895         * lib/unictype/ctype_alnum.h: Regenerated.
4896         * lib/unictype/ctype_alpha.h: Regenerated.
4897         * lib/unictype/ctype_graph.h: Regenerated.
4898         * lib/unictype/ctype_lower.h: Regenerated.
4899         * lib/unictype/ctype_print.h: Regenerated.
4900         * lib/unictype/ctype_punct.h: Regenerated.
4901         * lib/unictype/ctype_upper.h: Regenerated.
4902         * lib/unictype/decdigit.h: Regenerated.
4903         * lib/unictype/digit.h: Regenerated.
4904         * lib/unictype/mirror.h: Regenerated.
4905         * lib/unictype/numeric.h: Regenerated.
4906         * lib/unictype/pr_alphabetic.h: Regenerated.
4907         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
4908         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
4909         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
4910         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
4911         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
4912         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
4913         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
4914         * lib/unictype/pr_combining.h: Regenerated.
4915         * lib/unictype/pr_dash.h: Regenerated.
4916         * lib/unictype/pr_decimal_digit.h: Regenerated.
4917         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
4918         * lib/unictype/pr_deprecated.h: Regenerated.
4919         * lib/unictype/pr_diacritic.h: Regenerated.
4920         * lib/unictype/pr_extender.h: Regenerated.
4921         * lib/unictype/pr_format_control.h: Regenerated.
4922         * lib/unictype/pr_grapheme_base.h: Regenerated.
4923         * lib/unictype/pr_grapheme_extend.h: Regenerated.
4924         * lib/unictype/pr_grapheme_link.h: Regenerated.
4925         * lib/unictype/pr_id_continue.h: Regenerated.
4926         * lib/unictype/pr_id_start.h: Regenerated.
4927         * lib/unictype/pr_ideographic.h: Regenerated.
4928         * lib/unictype/pr_ignorable_control.h: Regenerated.
4929         * lib/unictype/pr_lowercase.h: Regenerated.
4930         * lib/unictype/pr_math.h: Regenerated.
4931         * lib/unictype/pr_numeric.h: Regenerated.
4932         * lib/unictype/pr_other_alphabetic.h: Regenerated.
4933         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
4934         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
4935         * lib/unictype/pr_other_id_continue.h: Regenerated.
4936         * lib/unictype/pr_other_lowercase.h: Regenerated.
4937         * lib/unictype/pr_other_math.h: Regenerated.
4938         * lib/unictype/pr_punctuation.h: Regenerated.
4939         * lib/unictype/pr_sentence_terminal.h: Regenerated.
4940         * lib/unictype/pr_soft_dotted.h: Regenerated.
4941         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
4942         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
4943         * lib/unictype/pr_unified_ideograph.h: Regenerated.
4944         * lib/unictype/pr_uppercase.h: Regenerated.
4945         * lib/unictype/pr_xid_continue.h: Regenerated.
4946         * lib/unictype/pr_xid_start.h: Regenerated.
4947         * lib/unictype/pr_zero_width.h: Regenerated.
4948         * lib/unictype/scripts.h: Regenerated.
4949         * lib/unictype/scripts_byname.gperf: Regenerated.
4950         * lib/unictype/sy_java_ident.h: Regenerated.
4951         * lib/unilbrk/lbrkprop1.h: Regenerated.
4952         * lib/unilbrk/lbrkprop2.h: Regenerated.
4953         * tests/unictype/test-categ_C.c: Regenerated.
4954         * tests/unictype/test-categ_Cf.c: Regenerated.
4955         * tests/unictype/test-categ_Cn.c: Regenerated.
4956         * tests/unictype/test-categ_L.c: Regenerated.
4957         * tests/unictype/test-categ_Ll.c: Regenerated.
4958         * tests/unictype/test-categ_Lm.c: Regenerated.
4959         * tests/unictype/test-categ_Lo.c: Regenerated.
4960         * tests/unictype/test-categ_Lu.c: Regenerated.
4961         * tests/unictype/test-categ_M.c: Regenerated.
4962         * tests/unictype/test-categ_Mc.c: Regenerated.
4963         * tests/unictype/test-categ_Me.c: Regenerated.
4964         * tests/unictype/test-categ_Mn.c: Regenerated.
4965         * tests/unictype/test-categ_N.c: Regenerated.
4966         * tests/unictype/test-categ_Nd.c: Regenerated.
4967         * tests/unictype/test-categ_Nl.c: Regenerated.
4968         * tests/unictype/test-categ_No.c: Regenerated.
4969         * tests/unictype/test-categ_P.c: Regenerated.
4970         * tests/unictype/test-categ_Pd.c: Regenerated.
4971         * tests/unictype/test-categ_Pe.c: Regenerated.
4972         * tests/unictype/test-categ_Pf.c: Regenerated.
4973         * tests/unictype/test-categ_Pi.c: Regenerated.
4974         * tests/unictype/test-categ_Po.c: Regenerated.
4975         * tests/unictype/test-categ_Ps.c: Regenerated.
4976         * tests/unictype/test-categ_S.c: Regenerated.
4977         * tests/unictype/test-categ_Sk.c: Regenerated.
4978         * tests/unictype/test-categ_Sm.c: Regenerated.
4979         * tests/unictype/test-categ_So.c: Regenerated.
4980         * tests/unictype/test-ctype_alnum.c: Regenerated.
4981         * tests/unictype/test-ctype_alpha.c: Regenerated.
4982         * tests/unictype/test-ctype_graph.c: Regenerated.
4983         * tests/unictype/test-ctype_lower.c: Regenerated.
4984         * tests/unictype/test-ctype_print.c: Regenerated.
4985         * tests/unictype/test-ctype_punct.c: Regenerated.
4986         * tests/unictype/test-ctype_upper.c: Regenerated.
4987         * tests/unictype/test-decdigit.h: Regenerated.
4988         * tests/unictype/test-digit.h: Regenerated.
4989         * tests/unictype/test-numeric.h: Regenerated.
4990         * tests/unictype/test-pr_alphabetic.c: Regenerated.
4991         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
4992         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
4993         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
4994         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
4995         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
4996         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
4997         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
4998         * tests/unictype/test-pr_combining.c: Regenerated.
4999         * tests/unictype/test-pr_dash.c: Regenerated.
5000         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
5001         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
5002         * tests/unictype/test-pr_deprecated.c: Regenerated.
5003         * tests/unictype/test-pr_diacritic.c: Regenerated.
5004         * tests/unictype/test-pr_extender.c: Regenerated.
5005         * tests/unictype/test-pr_format_control.c: Regenerated.
5006         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
5007         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
5008         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
5009         * tests/unictype/test-pr_id_continue.c: Regenerated.
5010         * tests/unictype/test-pr_id_start.c: Regenerated.
5011         * tests/unictype/test-pr_ideographic.c: Regenerated.
5012         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
5013         * tests/unictype/test-pr_lowercase.c: Regenerated.
5014         * tests/unictype/test-pr_math.c: Regenerated.
5015         * tests/unictype/test-pr_numeric.c: Regenerated.
5016         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
5017         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
5018         Regenerated.
5019         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
5020         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
5021         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
5022         * tests/unictype/test-pr_other_math.c: Regenerated.
5023         * tests/unictype/test-pr_punctuation.c: Regenerated.
5024         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
5025         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
5026         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
5027         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
5028         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
5029         * tests/unictype/test-pr_uppercase.c: Regenerated.
5030         * tests/unictype/test-pr_xid_continue.c: Regenerated.
5031         * tests/unictype/test-pr_xid_start.c: Regenerated.
5032         * tests/unictype/test-pr_zero_width.c: Regenerated.
5033
5034         Update to Unicode 5.1.0.
5035         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
5036         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
5037         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
5038         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
5039         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
5040         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
5041         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
5042         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
5043         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
5044         (nonspacing_table_ind): Update.
5045         * tests/uniwidth/test-uc_width2.sh: Update expected result.
5046
5047         Update to Unicode 5.1.0.
5048         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
5049         code transform.
5050         * lib/uniname/uniname.c (unicode_character_name,
5051         unicode_name_character): Add the range 0x1Fxxx to the code transform.
5052         * lib/uniname/uninames.h: Regenerated.
5053         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
5054
5055 2009-02-07  Bruno Haible  <bruno@clisp.org>
5056
5057         Merge gen-ctype and gen-lbrk into a single program.
5058         * lib/gen-uni-tables.c: New file, incorporating
5059         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
5060         Add directory prefixes to the names of the generated files.
5061         * lib/unictype/gen-ctype.c: Remove file.
5062         * lib/unilbrk/gen-lbrk.c: Remove file.
5063         * modules/gen-uni-tables: New file.
5064         * modules/unictype/gen-ctype: Remove file.
5065         * modules/unilbrk/gen-lbrk: Remove file.
5066
5067 2009-02-07  Bruno Haible  <bruno@clisp.org>
5068
5069         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
5070
5071         New module 'unistr/u32-strcoll'.
5072         * modules/unistr/u32-strcoll: New file.
5073         * lib/unistr/u32-strcoll.c: New file.
5074
5075         New module 'unistr/u16-strcoll'.
5076         * modules/unistr/u16-strcoll: New file.
5077         * lib/unistr/u16-strcoll.c: New file.
5078
5079         New module 'unistr/u8-strcoll'.
5080         * modules/unistr/u8-strcoll: New file.
5081         * lib/unistr/u8-strcoll.c: New file.
5082         * lib/unistr/u-strcoll.h: New file.
5083
5084 2009-02-07  Bruno Haible  <bruno@clisp.org>
5085
5086         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
5087         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5088         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5089         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
5090         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
5091         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
5092
5093 2009-02-07  Bruno Haible  <bruno@clisp.org>
5094
5095         Make 64-bit clean.
5096         * lib/unictype/gen-ctype.c (output_predicate, output_category,
5097         output_combclass, output_bidi_category, output_decimal_digit,
5098         output_digit, output_numeric, output_mirror, output_scripts,
5099         output_ident_category): Use proper width specifier in format strings.
5100
5101 2009-02-07  Bruno Haible  <bruno@clisp.org>
5102
5103         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
5104         failure behaviour.
5105
5106 2009-02-07  Jim Meyering  <meyering@redhat.com>
5107
5108         regex: avoid compilation failure with upcoming gcc-4.4
5109         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
5110         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
5111         "... error: integer overflow in preprocessor expression".
5112
5113 2009-02-05  Ben Pfaff  <blp@gnu.org>
5114
5115         Fix link errors on Windows when close module is used.
5116         * modules/close: Add $(LIB_CLOSE) to Link section.
5117         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
5118         $(LIB_CLOSE) on Windows.
5119
5120 2009-02-05  Jim Meyering  <meyering@redhat.com>
5121
5122         still avoid unused-parameter warnings, but do it cleanly
5123         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
5124         (get_fs_usage): Cast to void instead.
5125         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
5126         (dev_from_mount_options, read_file_system_list): Cast to void.
5127         Prompted by Bruno Haible.
5128
5129 2009-02-04  Jim Meyering  <meyering@redhat.com>
5130
5131         fsusage.c: correct copyright year
5132         * lib/fsusage.c: Reflect year in which the change is pushed into
5133
5134         avoid misc. warnings
5135         * lib/fsusage.c (UNUSED_PARAM): Define.
5136         (get_fs_usage): Mark parameter "disk" as unused.
5137         * lib/getugroups.c (getgrent): Use "void" in prototype.
5138         * lib/mountlist.c: Mark unused parameters.
5139         (read_file_system_list): Declare a local with "const".
5140         * lib/nanosleep.c (getnow): Declare static.
5141         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
5142
5143         dirfd: set errno upon failure
5144         * lib/dirfd.c: Include <errno.h>.
5145         Set errno to ENOTSUP when returning -1.
5146         * modules/dirfd (Depends-on): Add errno.
5147         Suggested by John Kodis <kodis@comcast.net>.
5148
5149 2009-02-01  Bruno Haible  <bruno@clisp.org>
5150
5151         Don't assume sizeof (long) >= sizeof (void *).
5152         * lib/memcmp.c: Include stdint.h.
5153         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
5154         srcp2 to 'const byte *'.
5155         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
5156         types to uintptr_t.
5157         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
5158         * modules/memcmp (Depends-on): Add stdint.
5159         Reported by Ozkan Sezer <sezeroz@gmail.com>.
5160
5161 2009-01-30  Eric Blake  <ebb9@byu.net>
5162
5163         fix more require-before-expand issues
5164         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
5165         expand, AC_PROG_AWK.
5166         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
5167
5168 2009-01-28  Eric Blake  <ebb9@byu.net>
5169
5170         version-etc: use consistent URL formatting
5171         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
5172         Improve formatting.  Use fputs for string without %.
5173
5174 2009-01-28  Jim Meyering  <meyering@redhat.com>
5175
5176         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
5177         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
5178         "underquoted definition of NAME" from autoconf-2.59.
5179
5180 2009-01-28  Bruno Haible  <bruno@clisp.org>
5181
5182         * doc/gnulib.texi: Add "Obsolete modules" to index.
5183
5184 2009-01-28  Jim Meyering  <meyering@redhat.com>
5185
5186         useless-if-before-free: recognize more variants
5187         * build-aux/useless-if-before-free: Also recognize e.g.,
5188         if (NULL != p) free (p);
5189
5190 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
5191
5192         test-getaddrinfo: skip (don't fail) this test when there's no network
5193         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
5194         on the presumption that it means you lack network access.
5195
5196 2009-01-26  Jim Meyering  <meyering@redhat.com>
5197
5198         fflush: avoid warnings on modern systems
5199         * lib/fflush.c (rpl_fflush): Move declarations of locals,
5200         pos and result, into scopes where they're used.
5201
5202 2009-01-26  Eric Blake  <ebb9@byu.net>
5203
5204         Silence warning reintroduced by recent extensions patch.
5205         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
5206         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
5207         autoconf.
5208
5209         Backport improved autoconf semantics of AC_DEFUN_ONCE.
5210         * m4/00gnulib.m4: New file.
5211         * gnulib-tool (func_get_filelist): Always use it.
5212         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
5213         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
5214
5215 2009-01-25  Bruno Haible  <bruno@clisp.org>
5216
5217         Make test-quotearg work on MacOS X and AIX.
5218         * tests/test-quotearg.sh: New file.
5219         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
5220         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
5221         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
5222         include <libintl.h>.
5223         (fake_locale): Remove variable.
5224         (gettext, dgettext, dcgettext): Remove functions.
5225         (main): Instead of setting a fake locale, set a real locale. Call
5226         textdomain and bindtextdomain.
5227         * modules/quotearg-tests (Files): Add the new files.
5228         (Depends-on): Add gettext, setenv, unsetenv.
5229         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5230         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
5231         Augment TESTS_ENVIRONMENT.
5232
5233 2009-01-25  Bruno Haible  <bruno@clisp.org>
5234
5235         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
5236         fr_FR.ISO8859-1 locale on MacOS X.
5237         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
5238         ja_JP.eucJP locale on MacOS X.
5239         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
5240         zh_CN.GB18030 locale on MacOS X.
5241
5242 2009-01-25  Bruno Haible  <bruno@clisp.org>
5243
5244         Avoid link errors on MacOS X 10.3.
5245         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
5246         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
5247
5248 2009-01-25  Bruno Haible  <bruno@clisp.org>
5249
5250         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
5251         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
5252         * modules/pipe (Files): Remove m4/posix_spawn.m4.
5253         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
5254         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
5255         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
5256         posix_spawnattr_init, posix_spawnattr_setsigmask,
5257         posix_spawnattr_setflags, posix_spawnattr_destroy.
5258
5259         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
5260         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
5261         * modules/execute (Files): Remove m4/posix_spawn.m4.
5262         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
5263         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
5264         posix_spawnattr_init, posix_spawnattr_setsigmask,
5265         posix_spawnattr_setflags, posix_spawnattr_destroy.
5266
5267 2009-01-25  Bruno Haible  <bruno@clisp.org>
5268
5269         * lib/glthread/threadlib.c: Include <stdlib.h>.
5270
5271 2009-01-25  Bruno Haible  <bruno@clisp.org>
5272
5273         * lib/glthread/threadlib.c (dummy): New declaration.
5274
5275 2009-01-25  Bruno Haible  <bruno@clisp.org>
5276
5277         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
5278         multibyte characters also for the GB18030 encoding. Don't crash when
5279         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
5280
5281 2009-01-25  Bruno Haible  <bruno@clisp.org>
5282
5283         Avoid redefining 'struct random_data' on OSF/1 5.1.
5284         * lib/stdlib.in.h: Include <random.h> if it exists.
5285         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
5286         HAVE_RANDOM_H. Include <random.h> when testing whether
5287         'struct random_data' exists.
5288         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
5289
5290 2009-01-25  Bruno Haible  <bruno@clisp.org>
5291
5292         Don't install charset.alias on MacOS X >= 10.3.
5293         * lib/localcharset.c (DARWIN7): New macro.
5294         (get_charset_aliases): Hardcode the result for Darwin7.
5295         * modules/localcharset (install-exec-local): Don't install
5296         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
5297
5298 2009-01-25  Bruno Haible  <bruno@clisp.org>
5299
5300         Don't install charset.alias on mingw and Cygwin.
5301         * modules/localcharset (install-exec-local): Don't install
5302         charset.alias on mingw and Cygwin, if the file does not yet exist.
5303         The result for these platforms is hardcoded in localcharset.c.
5304
5305 2009-01-25  Bruno Haible  <bruno@clisp.org>
5306
5307         Make it possible again to use AC_GNU_SOURCE together with gnulib.
5308         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
5309         before requiring AC_USE_SYSTEM_EXTENSIONS.
5310
5311 2009-01-25  Jim Meyering  <meyering@redhat.com>
5312
5313         c-strtod: avoid warnings
5314         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
5315         "assignment discards qualifiers from pointer target type" warnings.
5316
5317 2009-01-24  Bruno Haible  <bruno@clisp.org>
5318
5319         Add support for non-UTF-8 locales on MacOS X.
5320         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
5321         canonical encodings. For Darwin 7 and newer, don't map traditional
5322         encodings to UTF-8.
5323         Reported by Vincent Lefevre <vincent@vinc17.org>
5324         at <http://savannah.gnu.org/bugs/?25235>.
5325
5326 2009-01-24  Bruno Haible  <bruno@clisp.org>
5327
5328         * doc/gnulib.texi (Obsolete modules): New section.
5329         Reported by Mike Frysinger <vapier@gentoo.org>.
5330
5331 2009-01-24  Bruno Haible  <bruno@clisp.org>
5332
5333         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
5334         (%.dvi): New rule.
5335
5336 2009-01-24  Bruno Haible  <bruno@clisp.org>
5337
5338         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
5339         Reported by Eric Blake.
5340
5341 2009-01-24  Bruno Haible  <bruno@clisp.org>
5342
5343         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
5344         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
5345         Reported by Gary V. Vaughan <gary@gnu.org>.
5346
5347 2009-01-24  Bruno Haible  <bruno@clisp.org>
5348
5349         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
5350
5351 2009-01-23  Bruno Haible  <bruno@clisp.org>
5352
5353         Make c-strtod, c-strtold usable in libraries.
5354         * lib/c-strtod.c: Include string.h instead of xalloc.h.
5355         (C_STRTOD): Call strdup instead of xstrdup.
5356         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
5357         * modules/c-strtold (Depends-on): Likewise.
5358         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
5359         * NEWS: Mention the change.
5360         Reported by Michael Gold <mgold@ncf.ca>.
5361
5362 2009-01-23  Jim Meyering  <meyering@redhat.com>
5363
5364         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
5365         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
5366         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
5367
5368 2009-01-23  Simon Josefsson  <simon@josefsson.org>
5369
5370         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
5371         GNU CoreUtils.
5372         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
5373         * modules/version-etc (Description): Update.
5374
5375 2009-01-22  Bruno Haible  <bruno@clisp.org>
5376
5377         Cache the C locale object.
5378         * lib/c-strtod.c (c_locale_cache): New variable.
5379         (c_locale): New function.
5380         (C_STRTOD): Use it, and don't call freelocale.
5381         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
5382         Suggested by Paolo Bonzini.
5383
5384 2009-01-21  Bruno Haible  <bruno@clisp.org>
5385
5386         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
5387         conditions other than overflow.
5388
5389 2009-01-21  Bruno Haible  <bruno@clisp.org>
5390
5391         * lib/c-strtod.c: Include errno.h.
5392         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
5393         value from STRTOD_L and STRTOD.
5394
5395 2009-01-21  Bruno Haible  <bruno@clisp.org>
5396         and Jim Meyering  <meyering@redhat.com>
5397
5398         nanosleep: skip configure test (fail it) for apple universal builds
5399         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
5400         universal builds, assume that nanosleep does not work.
5401         * modules/nanosleep (Depends-on): Add multiarch.
5402
5403         mktime: skip configure test (fail it) for apple universal builds
5404         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
5405         universal builds, assume that mktime does not work.
5406         * modules/mktime (Depends-on): Add multiarch.
5407
5408 2009-01-21  Eric Blake  <ebb9@byu.net>
5409
5410         multiarch: avoid expand-before-require warning
5411         * modules/multiarch (configure.ac): Require, rather than expand,
5412         gl_MULTIARCH.
5413         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
5414         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
5415         enforce that all clients require it.  Partial reversion of
5416         2008-12-29 patch.
5417
5418         error: avoid expand-before-require warning
5419         * modules/errno (configure.ac): Require, rather than expand,
5420         gl_HEADER_ERRNO_H.
5421         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
5422         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
5423         enforce that all clients require it.
5424
5425         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
5426         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
5427         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
5428         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
5429
5430 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
5431
5432         Revert:
5433         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
5434
5435         regex: do not depend on obsolete modules.
5436         * modules/regex: Remove memcmp and memmove.
5437
5438 2009-01-20  Bruno Haible  <bruno@clisp.org>
5439
5440         Make the 'link' module link on Windows NT 4.
5441         * lib/link.c (_WIN32_WINNT): Don't define.
5442         (CreateHardLinkFuncType): New type.
5443         (CreateHardLinkFunc, initialized): New variables.
5444         (initialize): New function.
5445         (link): Invoke CreateHardLink indirectly through the function pointer.
5446
5447 2009-01-20  Bruno Haible  <bruno@clisp.org>
5448
5449         Fix compilation failure on mingw.
5450         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
5451
5452 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
5453
5454         * doc/c-strtod.texi: Mention a couple of restrictions.
5455
5456 2009-01-20  Jim Meyering  <meyering@redhat.com>
5457
5458         gettimeofday: move more declarations out of functions
5459         * lib/gettimeofday.c: Move extern declarations of tzset and
5460         gmtime out of containing functions.  Prompted by Bruno Haible.
5461
5462 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
5463
5464         regex: do not depend on obsolete modules.
5465         * modules/regex: Remove memcmp and memmove.
5466
5467 2009-01-19  Bruno Haible  <bruno@clisp.org>
5468
5469         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
5470         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
5471         gl_BIGENDIAN, not AC_C_BIGENDIAN.
5472         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
5473         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
5474
5475 2009-01-19  Bruno Haible  <bruno@clisp.org>
5476
5477         * tests/test-link.c: Include <errno.h>.
5478         (main): Exit with code 77 when a hard link cannot be created due to
5479         the file system.
5480         * tests/test-link.sh: Skip test when a hard link cannot be created due
5481         to the file system.
5482         Suggested by Eric Blake.
5483
5484 2009-01-19  Martin Lambers  <marlam@marlam.de>
5485
5486         * modules/link-tests: New file.
5487         * tests/test-link.sh: New file.
5488         * tests/test-link.c: New file.
5489
5490 2009-01-19  Eric Blake  <ebb9@byu.net>
5491
5492         doc: mention another function added in cygwin 1.7.0
5493         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
5494         Another new function in cygwin 1.7.
5495
5496 2009-01-19  Bruno Haible  <bruno@clisp.org>
5497
5498         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
5499         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
5500         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
5501         gl_BIGENDIAN, not AC_C_BIGENDIAN.
5502         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
5503         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
5504         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
5505         * m4/md4.m4 (gl_MD4): Likewise.
5506         * m4/md5.m4 (gl_MD5): Likewise.
5507         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
5508         * m4/sha1.m4 (gl_SHA1): Likewise.
5509         * m4/sha256.m4 (gl_SHA256): Likewise.
5510         * m4/sha512.m4 (gl_SHA512): Likewise.
5511
5512 2009-01-19  Bruno Haible  <bruno@clisp.org>
5513
5514         * modules/uniname/uniname-tests (Depends-on): Add progname.
5515         * tests/uniname/test-uninames.c: Include progname.h.
5516         (main): Call set_program_name.
5517
5518         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
5519         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
5520         (main): Call set_program_name.
5521
5522         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
5523         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
5524         (main): Call set_program_name.
5525
5526         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
5527         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
5528         (main): Call set_program_name.
5529
5530         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
5531         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
5532         (main): Call set_program_name.
5533
5534         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
5535         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
5536         (main): Call set_program_name.
5537
5538         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
5539         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
5540         (main): Call set_program_name.
5541
5542         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
5543         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
5544         (main): Call set_program_name.
5545
5546         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
5547         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
5548         (main): Call set_program_name.
5549
5550 2009-01-19  Eric Blake  <ebb9@byu.net>
5551
5552         test-unistd: test previous patch
5553         * tests/test-unistd.c: Test *_FILENO macros.
5554
5555         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
5556         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5557         Guarantee a definition.
5558         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
5559         * modules/unistd-safer (Depends-on): Add dependency on unistd.
5560         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
5561         * lib/dup-safer.c (STDERR_FILENO): Likewise.
5562         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5563         Likewise.
5564         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
5565         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
5566         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5567         Likewise.
5568         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
5569         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
5570         (STDERR_FILENO): Likewise.
5571         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
5572         (STDERR_FILENO): Likewise.
5573         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
5574         (STDERR_FILENO): Likewise.
5575         Reported by Elbert Pol.
5576
5577 2009-01-19  Eric Blake  <ebb9@byu.net>
5578
5579         doc: mention more functions added in cygwin 1.7.0
5580         * doc/posix-functions/abort.texi (abort): Update wording related
5581         to cygwin.
5582         * doc/posix-functions/daylight.texi (daylight): Likewise.
5583         * doc/posix-functions/optarg.texi (optarg): Likewise.
5584         * doc/posix-functions/optarg.texi (opterr): Likewise.
5585         * doc/posix-functions/optarg.texi (optind): Likewise.
5586         * doc/posix-functions/optarg.texi (optopt): Likewise.
5587         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
5588         worked in 1.5.x, and was withdrawn in 1.7.
5589         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
5590         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
5591         cygwin versions.
5592         * doc/posix-functions/perror.texi (perror): Likewise.
5593         * doc/posix-functions/printf.texi (printf): Likewise.
5594         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
5595         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
5596         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
5597         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
5598         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
5599         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
5600         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5601         Likewise.
5602         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5603         Likewise.
5604         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
5605         this function.
5606         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
5607         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
5608         Likewise.
5609         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
5610         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
5611         * doc/posix-functions/confstr.texi (confstr): Likewise.
5612         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
5613         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
5614         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
5615         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
5616         * doc/posix-functions/fputws.texi (fputws): Likewise.
5617         * doc/posix-functions/fwide.texi (fwide): Likewise.
5618         * doc/posix-functions/getwc.texi (getwc): Likewise.
5619         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
5620         * doc/posix-functions/putwc.texi (putwc): Likewise.
5621         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
5622         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
5623         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
5624         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
5625         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
5626         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
5627         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
5628         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
5629         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
5630         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
5631         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
5632
5633 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
5634
5635         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
5636         * lib/ioctl.c: Include <sys/ioctl.h>.
5637
5638 2009-01-19  Simon Josefsson  <simon@josefsson.org>
5639
5640         * modules/getdate-tests (Depends-on): Add progname.
5641         * tests/test-getdate.c: Use progname module, to avoid link errors
5642         on non-glibc systems.
5643
5644 2009-01-18  Simon Josefsson  <simon@josefsson.org>
5645
5646         * modules/filenamecat-tests (Depends-on): Add progname.
5647         * modules/fstrcmp-tests (Depends-on): Likewise.
5648
5649         * tests/test-filenamecat.c: Use progname module, to avoid link
5650         errors on non-glibc systems.
5651         * tests/test-fstrcmp.c: Likewise.
5652
5653 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
5654
5655         gettimeofday: avoid warning: nested extern declaration of 'localtime'
5656         * lib/gettimeofday.c: Move extern declaration out of function.
5657
5658 2009-01-18  Bruno Haible  <bruno@clisp.org>
5659
5660         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
5661         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
5662         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
5663
5664 2009-01-18  Bruno Haible  <bruno@clisp.org>
5665
5666         * lib/strftime.c (MEMPCPY): Remove unused macro.
5667         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
5668
5669 2009-01-18  Martin Lambers  <marlam@marlam.de>
5670
5671         New module 'link'.
5672         * lib/unistd.in.h (link): New declaration.
5673         * lib/link.c: New file.
5674         * m4/link.m4: New file.
5675         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
5676         HAVE_LINK.
5677         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
5678         * modules/link: New file.
5679         * doc/posix-functions/link.texi: Mention the new module.
5680
5681 2009-01-18  Bruno Haible  <bruno@clisp.org>
5682
5683         * tests/test-avltree_list.c (main): Call set_program_name.
5684         * tests/test-avltree_oset.c (main): Likewise.
5685         * tests/test-obstack-printf.c: Include progname.h.
5686         (main): Call set_program_name.
5687         * tests/test-quotearg.c: Include progname.h.
5688         (main): Call set_program_name.
5689         * tests/test-xmemdup0.c: Include progname.h.
5690         (main): Call set_program_name.
5691
5692 2009-01-18  Bruno Haible  <bruno@clisp.org>
5693
5694         New module 'alphasort'.
5695         * lib/dirent.in.h (alphasort): New declaration.
5696         * lib/alphasort.c: New file, from glibc with modifications.
5697         * m4/alphasort.m4: New file.
5698         * modules/alphasort: New file.
5699         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
5700         HAVE_ALPHASORT.
5701         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
5702         HAVE_ALPHASORT.
5703         * doc/posix-functions/alphasort.texi: Mention the new module and the
5704         portability problems.
5705
5706 2009-01-18  Bruno Haible  <bruno@clisp.org>
5707
5708         New module 'scandir'.
5709         * lib/dirent.in.h (scandir): New declaration.
5710         * lib/scandir.c: New file, from glibc with modifications.
5711         * m4/scandir.m4: New file.
5712         * modules/scandir: New file.
5713         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
5714         HAVE_SCANDIR.
5715         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
5716         HAVE_SCANDIR.
5717         * doc/posix-functions/scandir.texi: Mention the new module and the
5718         portability problems.
5719
5720 2009-01-17  Bruno Haible  <bruno@clisp.org>
5721
5722         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
5723         Update documentation.
5724         (func_remove_suffix): Escape all dots in the suffix. Update
5725         documentation.
5726         (func_filter_filelist): Update documentation.
5727         Reported by Ralf Wildenhues.
5728
5729 2009-01-17  Bruno Haible  <bruno@clisp.org>
5730
5731         * modules/dprintf-posix-tests: New file.
5732         * tests/test-dprintf-posix.sh: New file.
5733         * tests/test-dprintf-posix.c: New file.
5734
5735         New modules 'dprintf', 'dprintf-posix'.
5736         * lib/stdio.in.h (dprintf): New declaration.
5737         * lib/dprintf.c: New file.
5738         * m4/dprintf.m4: New file.
5739         * m4/dprintf-posix.m4: New file.
5740         * modules/dprintf: New file.
5741         * modules/dprintf-posix: New file.
5742         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
5743         HAVE_DPRINTF, REPLACE_DPRINTF.
5744         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
5745         HAVE_DPRINTF, REPLACE_DPRINTF.
5746         * doc/posix-functions/dprintf.texi: Mention the new modules.
5747
5748 2009-01-17  Bruno Haible  <bruno@clisp.org>
5749
5750         * modules/vdprintf-posix-tests: New file.
5751         * tests/test-vdprintf-posix.sh: New file.
5752         * tests/test-vdprintf-posix.c: New file.
5753
5754         New modules 'vdprintf', 'vdprintf-posix'.
5755         * lib/stdio.in.h (vdprintf): New declaration.
5756         * lib/vdprintf.c: New file.
5757         * m4/vdprintf.m4: New file.
5758         * m4/vdprintf-posix.m4: New file.
5759         * modules/vdprintf: New file.
5760         * modules/vdprintf-posix: New file.
5761         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
5762         HAVE_VDPRINTF, REPLACE_VDPRINTF.
5763         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
5764         HAVE_VDPRINTF, REPLACE_VDPRINTF.
5765         * doc/posix-functions/vdprintf.texi: Mention the new modules.
5766
5767 2009-01-17  Bruno Haible  <bruno@clisp.org>
5768
5769         Fix replacement of fopen on mingw.
5770         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
5771         mingw.
5772
5773 2009-01-17  Bruno Haible  <bruno@clisp.org>
5774
5775         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
5776         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
5777
5778 2009-01-17  Bruno Haible  <bruno@clisp.org>
5779
5780         Avoid test-fflush2.sh failure on mingw.
5781         * tests/test-fflush2.c: Include binary-io.h.
5782         (main): Put standard input into binary mode.
5783         * modules/fflush-tests (Depends-on): Add binary-io.
5784
5785 2009-01-17  Bruno Haible  <bruno@clisp.org>
5786
5787         * lib/wchar.in.h: In another particular situation, include only the
5788         system's <wchar.h> file.
5789         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
5790         Reported by Albert Chin-A-Young <china@thewrittenword.com>
5791         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
5792
5793 2009-01-17  Bruno Haible  <bruno@clisp.org>
5794
5795         Support for stripping executables in --enable-relocatable.
5796         * build-aux/install-reloc: Expect one more argument, or an environment
5797         variable RELOC_STRIP_PROG. If set, strip the destination program and
5798         its wrapper.
5799         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
5800         RELOC_STRIP_PROG.
5801         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
5802         to set RELOCATABLE_STRIP.
5803         * NEWS: Mention the new Makefile requirement.
5804
5805 2009-01-17  Bruno Haible  <bruno@clisp.org>
5806
5807         * build-aux/install-reloc: Remove debugging information left over by
5808         C compiler on MacOS X.
5809
5810 2009-01-17  Bruno Haible  <bruno@clisp.org>
5811
5812         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
5813         * lib/progreloc.c (find_executable): Fix type of pointer passed to
5814         _NSGetExecutablePath.
5815
5816 2009-01-16  Jim Meyering  <meyering@redhat.com>
5817
5818         strerror: avoid warnings about discarding "const"
5819         * lib/strerror.c (rpl_strerror): Instead of returning a const
5820         string from each and every "case", use a variable, and add a single
5821         cast after the switch.
5822
5823 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
5824
5825         * lib/arpa_inet.in.h: Add extern "C" block for C++.
5826
5827 2009-01-16  Bruno Haible  <bruno@clisp.org>
5828
5829         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
5830         array initializer syntax that also works in C++ mode.
5831         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5832
5833 2009-01-16  Jim Meyering  <meyering@redhat.com>
5834
5835         poll: suppress a warning
5836         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
5837         to ignore "...unsigned expression < 0 is always false" warnings.
5838
5839 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
5840
5841         poll: remove declarations of unused variables
5842         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
5843         sockbuf and optlen.
5844
5845 2009-01-15  Bruno Haible  <bruno@clisp.org>
5846
5847         Make fflush-after-ungetc POSIX compliant on BSD systems.
5848         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
5849         (clear_ungetc_buffer): Implement also for other systems.
5850         (rpl_fflush): On glibc systems, invoke
5851         clear_ungetc_buffer_preserving_position. Otherwise, invoke
5852         clear_ungetc_buffer after fetching the stream's position, not before.
5853
5854 2009-01-15  Bruno Haible  <bruno@clisp.org>
5855
5856         Make fflush-after-ungetc POSIX compliant on glibc systems.
5857         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
5858         after ungetc.
5859         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
5860         (rpl_fflush): On glibc systems, simply call the system's fflush
5861         function after clearing the ungetc buffer.
5862         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
5863         Instead, lseek only to the end of file, then use the system's fseeko
5864         for the rest. On glibc systems, reset the EOF indicator bit.
5865
5866 2009-01-15  Jim Meyering  <meyering@redhat.com>
5867
5868         openmp.m4: revert quote-adding change, for portability to older autoconf
5869         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
5870         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
5871         Simon Josefsson noticed the problem when using autoconf-2.61.
5872
5873 2009-01-15  Bruno Haible  <bruno@clisp.org>
5874
5875         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
5876         * tests/test-fflush2.c (ASSERT): Always fail.
5877         (main): Add two tests for fflush() after ungetc(), taking into account
5878         the Austin Group's clarification.
5879         Suggested by Eric Blake.
5880
5881 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
5882
5883         mktime.m4: remove K&R-style function prototypes
5884         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
5885         for the Sun C++ compiler.
5886
5887 2009-01-14  Bruno Haible  <bruno@clisp.org>
5888
5889         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
5890         while including <wchar.h>.
5891         * lib/wchar.in.h: In two particular situations on HP-UX, include only
5892         the system's <wchar.h> file.
5893         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5894
5895 2009-01-14  Bruno Haible  <bruno@clisp.org>
5896
5897         * m4/csharp.m4: Don't mention gettext on the serial number line.
5898         * m4/csharpexec.m4: Likewise.
5899         * m4/eaccess.m4: Likewise.
5900         * m4/javaexec.m4: Likewise.
5901         * m4/sig_atomic_t.m4: Likewise.
5902         * m4/tmpdir.m4: Likewise.
5903         * m4/intldir.m4: Bump gettext version.
5904         * m4/lib-ld.m4: Likewise.
5905
5906 2009-01-14  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/progname.c (set_program_name): Add more comments.
5909         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5910
5911 2009-01-14  Simon Josefsson  <simon@josefsson.org>
5912
5913         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
5914         were sys/stat.h does not define it.
5915
5916 2009-01-14  Jim Meyering  <meyering@redhat.com>
5917
5918         many *.m4 files: improve m4 quoting
5919         99% of this change was performed by running the following commands:
5920         git ls-files | grep '\.m4$' | xargs perl -pi \
5921           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
5922           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
5923           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
5924           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
5925         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
5926         The remainder were to add Copyright dates, increment serial numbers,
5927         undo some changes in comments, exclude m4/intl.m4, and add quotes
5928         around the "1" in ",1" where the unusual spacing prohibited the
5929         above regexps from doing the job.  For more details, see
5930         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
5931         * m4/acl.m4: Modified.
5932         * m4/afs.m4: Likewise.
5933         * m4/alloca.m4: Likewise.
5934         * m4/argp.m4: Likewise.
5935         * m4/argz.m4: Likewise.
5936         * m4/atexit.m4: Likewise.
5937         * m4/bison-i18n.m4: Likewise.
5938         * m4/bison.m4: Likewise.
5939         * m4/byteswap.m4: Likewise.
5940         * m4/c-stack.m4: Likewise.
5941         * m4/c-strtod.m4: Likewise.
5942         * m4/calloc.m4: Likewise.
5943         * m4/canonicalize-lgpl.m4: Likewise.
5944         * m4/chown.m4: Likewise.
5945         * m4/clock_time.m4: Likewise.
5946         * m4/codeset.m4: Likewise.
5947         * m4/copy-file.m4: Likewise.
5948         * m4/csharp.m4: Likewise.
5949         * m4/csharpcomp.m4: Likewise.
5950         * m4/csharpexec.m4: Likewise.
5951         * m4/d-ino.m4: Likewise.
5952         * m4/d-type.m4: Likewise.
5953         * m4/dirfd.m4: Likewise.
5954         * m4/double-slash-root.m4: Likewise.
5955         * m4/eaccess.m4: Likewise.
5956         * m4/eealloc.m4: Likewise.
5957         * m4/environ.m4: Likewise.
5958         * m4/errno_h.m4: Likewise.
5959         * m4/euidaccess.m4: Likewise.
5960         * m4/execute.m4: Likewise.
5961         * m4/fatal-signal.m4: Likewise.
5962         * m4/fchdir.m4: Likewise.
5963         * m4/fcntl_h.m4: Likewise.
5964         * m4/fileblocks.m4: Likewise.
5965         * m4/filenamecat.m4: Likewise.
5966         * m4/findprog.m4: Likewise.
5967         * m4/flexmember.m4: Likewise.
5968         * m4/fnmatch.m4: Likewise.
5969         * m4/fopen.m4: Likewise.
5970         * m4/fpending.m4: Likewise.
5971         * m4/fprintf-posix.m4: Likewise.
5972         * m4/free.m4: Likewise.
5973         * m4/frexp.m4: Likewise.
5974         * m4/frexpl.m4: Likewise.
5975         * m4/fsusage.m4: Likewise.
5976         * m4/ftruncate.m4: Likewise.
5977         * m4/gc-camellia.m4: Likewise.
5978         * m4/gc-random.m4: Likewise.
5979         * m4/gc.m4: Likewise.
5980         * m4/getaddrinfo.m4: Likewise.
5981         * m4/getcwd-abort-bug.m4: Likewise.
5982         * m4/getcwd-path-max.m4: Likewise.
5983         * m4/getdate.m4: Likewise.
5984         * m4/getdomainname.m4: Likewise.
5985         * m4/getgroups.m4: Likewise.
5986         * m4/gethostname.m4: Likewise.
5987         * m4/gethrxtime.m4: Likewise.
5988         * m4/getline.m4: Likewise.
5989         * m4/getloadavg.m4: Likewise.
5990         * m4/getndelim2.m4: Likewise.
5991         * m4/getpass.m4: Likewise.
5992         * m4/gettext.m4: Likewise.
5993         * m4/gettime.m4: Likewise.
5994         * m4/gettimeofday.m4: Likewise.
5995         * m4/gnulib-common.m4: Likewise.
5996         * m4/group-member.m4: Likewise.
5997         * m4/host-os.m4: Likewise.
5998         * m4/iconv.m4: Likewise.
5999         * m4/iconv_open.m4: Likewise.
6000         * m4/inet_ntop.m4: Likewise.
6001         * m4/inet_pton.m4: Likewise.
6002         * m4/inline.m4: Likewise.
6003         * m4/intldir.m4: Likewise.
6004         * m4/intlmacosx.m4: Likewise.
6005         * m4/intmax.m4: Likewise.
6006         * m4/intmax_t.m4: Likewise.
6007         * m4/inttypes.m4: Likewise.
6008         * m4/inttypes_h.m4: Likewise.
6009         * m4/inttypes-pri.m4: Likewise.
6010         * m4/isapipe.m4: Likewise.
6011         * m4/isnand.m4: Likewise.
6012         * m4/isnanf.m4: Likewise.
6013         * m4/isnanl.m4: Likewise.
6014         * m4/javacomp.m4: Likewise.
6015         * m4/javaexec.m4: Likewise.
6016         * m4/jm-winsz1.m4: Likewise.
6017         * m4/jm-winsz2.m4: Likewise.
6018         * m4/lchown.m4: Likewise.
6019         * m4/lcmessage.m4: Likewise.
6020         * m4/ldexpl.m4: Likewise.
6021         * m4/lib-ld.m4: Likewise.
6022         * m4/lib-link.m4: Likewise.
6023         * m4/libsigsegv.m4: Likewise.
6024         * m4/link-follow.m4: Likewise.
6025         * m4/localcharset.m4: Likewise.
6026         * m4/locale-fr.m4: Likewise.
6027         * m4/locale-ja.m4: Likewise.
6028         * m4/locale-tr.m4: Likewise.
6029         * m4/locale-zh.m4: Likewise.
6030         * m4/lock.m4: Likewise.
6031         * m4/longlong.m4: Likewise.
6032         * m4/ls-mntd-fs.m4: Likewise.
6033         * m4/lstat.m4: Likewise.
6034         * m4/malloc.m4: Likewise.
6035         * m4/mathl.m4: Likewise.
6036         * m4/mbrtowc.m4: Likewise.
6037         * m4/mbstate_t.m4: Likewise.
6038         * m4/mbswidth.m4: Likewise.
6039         * m4/memchr.m4: Likewise.
6040         * m4/memcmp.m4: Likewise.
6041         * m4/memcpy.m4: Likewise.
6042         * m4/memmem.m4: Likewise.
6043         * m4/memmove.m4: Likewise.
6044         * m4/mempcpy.m4: Likewise.
6045         * m4/memrchr.m4: Likewise.
6046         * m4/memset.m4: Likewise.
6047         * m4/minmax.m4: Likewise.
6048         * m4/mkdir-slash.m4: Likewise.
6049         * m4/mkdtemp.m4: Likewise.
6050         * m4/mktime.m4: Likewise.
6051         * m4/mmap-anon.m4: Likewise.
6052         * m4/mountlist.m4: Likewise.
6053         * m4/nanosleep.m4: Likewise.
6054         * m4/nls.m4: Likewise.
6055         * m4/nocrash.m4: Likewise.
6056         * m4/open.m4: Likewise.
6057         * m4/openat.m4: Likewise.
6058         * m4/openmp.m4: Likewise.
6059         * m4/pathmax.m4: Likewise.
6060         * m4/perl.m4: Likewise.
6061         * m4/physmem.m4: Likewise.
6062         * m4/pipe.m4: Likewise.
6063         * m4/po.m4: Likewise.
6064         * m4/poll.m4: Likewise.
6065         * m4/posixtm.m4: Likewise.
6066         * m4/posixver.m4: Likewise.
6067         * m4/printf-frexp.m4: Likewise.
6068         * m4/printf-frexpl.m4: Likewise.
6069         * m4/printf-posix.m4: Likewise.
6070         * m4/printf-posix-rpl.m4: Likewise.
6071         * m4/printf.m4: Likewise.
6072         * m4/progtest.m4: Likewise.
6073         * m4/putenv.m4: Likewise.
6074         * m4/readline.m4: Likewise.
6075         * m4/readlink.m4: Likewise.
6076         * m4/readutmp.m4: Likewise.
6077         * m4/realloc.m4: Likewise.
6078         * m4/regex.m4: Likewise.
6079         * m4/relocatable.m4: Likewise.
6080         * m4/relocatable-lib.m4: Likewise.
6081         * m4/rename-dest-slash.m4: Likewise.
6082         * m4/rename.m4: Likewise.
6083         * m4/rmdir-errno.m4: Likewise.
6084         * m4/rmdir.m4: Likewise.
6085         * m4/roundf.m4: Likewise.
6086         * m4/roundl.m4: Likewise.
6087         * m4/rpmatch.m4: Likewise.
6088         * m4/save-cwd.m4: Likewise.
6089         * m4/selinux-selinux-h.m4: Likewise.
6090         * m4/setenv.m4: Likewise.
6091         * m4/settime.m4: Likewise.
6092         * m4/sig2str.m4: Likewise.
6093         * m4/sig_atomic_t.m4: Likewise.
6094         * m4/signalblocking.m4: Likewise.
6095         * m4/signbit.m4: Likewise.
6096         * m4/sigpipe.m4: Likewise.
6097         * m4/sockets.m4: Likewise.
6098         * m4/sockpfaf.m4: Likewise.
6099         * m4/st_dm_mode.m4: Likewise.
6100         * m4/stat-time.m4: Likewise.
6101         * m4/stdbool.m4: Likewise.
6102         * m4/stdint.m4: Likewise.
6103         * m4/stdint_h.m4: Likewise.
6104         * m4/stpcpy.m4: Likewise.
6105         * m4/stpncpy.m4: Likewise.
6106         * m4/strcase.m4: Likewise.
6107         * m4/strchrnul.m4: Likewise.
6108         * m4/strcspn.m4: Likewise.
6109         * m4/strdup.m4: Likewise.
6110         * m4/strftime.m4: Likewise.
6111         * m4/strndup.m4: Likewise.
6112         * m4/strnlen.m4: Likewise.
6113         * m4/strpbrk.m4: Likewise.
6114         * m4/strptime.m4: Likewise.
6115         * m4/strsep.m4: Likewise.
6116         * m4/strtod.m4: Likewise.
6117         * m4/strtoimax.m4: Likewise.
6118         * m4/strtok_r.m4: Likewise.
6119         * m4/strtol.m4: Likewise.
6120         * m4/strtoll.m4: Likewise.
6121         * m4/strtoul.m4: Likewise.
6122         * m4/strtoull.m4: Likewise.
6123         * m4/strtoumax.m4: Likewise.
6124         * m4/strverscmp.m4: Likewise.
6125         * m4/threadlib.m4: Likewise.
6126         * m4/timegm.m4: Likewise.
6127         * m4/tm_gmtoff.m4: Likewise.
6128         * m4/tmpdir.m4: Likewise.
6129         * m4/tmpfile.m4: Likewise.
6130         * m4/tzset.m4: Likewise.
6131         * m4/uintmax_t.m4: Likewise.
6132         * m4/unlinkdir.m4: Likewise.
6133         * m4/unlocked-io.m4: Likewise.
6134         * m4/uptime.m4: Likewise.
6135         * m4/userspec.m4: Likewise.
6136         * m4/utimbuf.m4: Likewise.
6137         * m4/utime.m4: Likewise.
6138         * m4/utimes-null.m4: Likewise.
6139         * m4/utimes.m4: Likewise.
6140         * m4/vararrays.m4: Likewise.
6141         * m4/vasnprintf.m4: Likewise.
6142         * m4/vfprintf-posix.m4: Likewise.
6143         * m4/vprintf-posix.m4: Likewise.
6144         * m4/wait-process.m4: Likewise.
6145         * m4/wchar_t.m4: Likewise.
6146         * m4/wint_t.m4: Likewise.
6147         * m4/write-any-file.m4: Likewise.
6148         * m4/yield.m4: Likewise.
6149
6150 2009-01-13  Bruno Haible  <bruno@clisp.org>
6151
6152         Avoid test-copy-file.sh failures when ACL support insufficient.
6153         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
6154         TESTS_ENVIRONMENT.
6155         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
6156         Reported by Jim Meyering.
6157
6158 2009-01-13  Bruno Haible  <bruno@clisp.org>
6159
6160         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
6161         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
6162         * modules/unistdio/u8-printf-parse (Files): Likewise.
6163         * modules/unistdio/u32-printf-parse (Files): Likewise.
6164         * modules/unistdio/ulc-printf-parse (Files): Likewise.
6165
6166 2009-01-13  Simon Josefsson  <simon@josefsson.org>
6167
6168         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
6169         and m4/inttypes_h.m4 too.
6170
6171 2009-01-12  Eric Blake  <ebb9@byu.net>
6172
6173         tests: IRIX 6.2 cc can't compile -0.0 into .data
6174         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
6175         rather than at compile-time.
6176         * tests/test-floorl.c (minus_zero): Likewise.
6177         * tests/test-frexpl.c (minus_zero): Likewise.
6178         * tests/test-isnan.c (minus_zerol): Likewise.
6179         * tests/test-isnanl.h (minus_zero): Likewise.
6180         * tests/test-ldexpl.c (minus_zero): Likewise.
6181         * tests/test-roundl.c (minus_zero): Likewise.
6182         * tests/test-signbit.c (minus_zerol): Likewise.
6183         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
6184         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
6185         * tests/test-truncl.c (minus_zero): Likewise.
6186         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
6187         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
6188         Reported by Tom G. Christensen and Nelson H. F. Beebe.
6189
6190 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6191
6192         regex: fix glibc bug 9697
6193         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
6194         handling.
6195
6196 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6197
6198         regex: fix glibc bug 697
6199         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
6200         being NULL also if there are no backreferences.
6201
6202 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6203
6204         regex: merge glibc changes
6205         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
6206         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
6207         re_string_skip_chars, re_string_reconstruct): Likewise.
6208         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
6209
6210 2009-01-07  Jim Meyering  <meyering@redhat.com>
6211
6212         poll: filter through cppi
6213         * lib/poll.c: Indent cpp directives to reflect nesting.
6214
6215 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
6216
6217         poll: don't return uninitialized
6218         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
6219
6220 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
6221
6222         avoid compile failure on AIX 6.1
6223         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
6224         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
6225
6226 2009-01-04  Jim Meyering  <meyering@redhat.com>
6227
6228         remove duplicate inclusion of <stdio.h>
6229         * tests/test-fprintf-posix.c: Likewise.
6230         * tests/test-printf-posix.c: Likewise.
6231         * tests/test-snprintf-posix.c: Likewise.
6232         * tests/test-sprintf-posix.c: Likewise.
6233         * tests/test-vasprintf-posix.c: Likewise.
6234         * tests/test-vfprintf-posix.c: Likewise.
6235         * tests/test-vprintf-posix.c: Likewise.
6236         * tests/test-vsnprintf-posix.c: Likewise.
6237         * tests/test-vsprintf-posix.c: Likewise.
6238
6239 2009-01-03  Jim Meyering  <meyering@redhat.com>
6240
6241         gnulib-tool: fix sed-based filtering
6242         * gnulib-tool (func_filter_filelist): Remove extra backslash
6243         in sed_fff_filter definition.
6244
6245 2009-01-02  Jim Meyering  <meyering@redhat.com>
6246
6247         strftime: avoid compilation failure on Solaris 2.6
6248         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
6249         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
6250         Don't #define mbrlen or mbsinit, since now they're guaranteed to
6251         be available.  Reported by Tom G. Christensen.  Details in
6252         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
6253
6254 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6255             Bruno Haible  <bruno@clisp.org>
6256
6257         Speed up gnulib-tool by doing more string processing through shell
6258         built-ins.
6259         * gnulib-tool (fast_func_append): New variable.
6260         (func_remove_prefix, func_remove_suffix): New functions.
6261         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
6262         (func_filter_filelist): New function.
6263         (func_get_dependencies): Use func_remove_suffix instead of sed.
6264         (func_get_automake_snippet): Use func_filter_filelist instead of a
6265         subshell and sed invocation.
6266
6267 2009-01-01  Bruno Haible  <bruno@clisp.org>
6268
6269         Fix a security bug.
6270         * gnulib-tool (func_import, import, update): Don't allow the characters
6271         '"', '$', '`', '\' in macro arguments that become part of commands that
6272         are evaluated.
6273
6274 2009-01-01  Bruno Haible  <bruno@clisp.org>
6275
6276         * gnulib-tool (func_reset_sigpipe): Add more comments.
6277
6278 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6279
6280         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
6281         func_emit_tests_Makefile_am, func_import): Abort loops early if we
6282         already know the answer.
6283
6284 2009-01-01  Jim Meyering  <meyering@redhat.com>
6285
6286         * lib/version-etc.c (version_etc_va): Update copyright year.
6287
6288 2008-12-30  Bruno Haible  <bruno@clisp.org>
6289
6290         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
6291         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
6292         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
6293
6294 2008-12-29  Eric Blake  <ebb9@byu.net>
6295
6296         multiarch: avoid autoconf AC_REQUIRE bug
6297         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
6298         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
6299         2.63 and older.
6300         Reported by Bruno Haible, and analyzed in
6301         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
6302
6303 2008-12-29  Bruno Haible  <bruno@clisp.org>
6304
6305         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
6306         files in subdirectories correctly.
6307         Reported by Ralf Wildenhues.
6308
6309 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6310
6311         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
6312         rather than 'join FILE -', for Solaris join.
6313
6314 2008-12-29  Bruno Haible  <bruno@clisp.org>
6315
6316         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
6317         quoting.
6318         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
6319         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
6320         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
6321         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
6322         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
6323         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
6324         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
6325         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
6326         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6327         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
6328         * m4/nls.m4 (AM_NLS): Likewise.
6329         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
6330         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
6331         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
6332         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
6333         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
6334         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
6335         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
6336         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
6337         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
6338         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6339         * m4/xsize.m4 (gl_XSIZE): Likewise.
6340         Suggested by Jim Meyering.
6341
6342 2008-11-17  Bruce Korb  <bkorb@gnu.org>
6343
6344         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
6345         * lib/parse-duration.c: use a switch instead of cascading if's.
6346
6347 2008-12-29  Eric Blake  <ebb9@byu.net>
6348
6349         wchar.h: supply WEOF on Irix 5.3
6350         * lib/wchar.in.h (wint_t): Also supply WEOF.
6351         * lib/wctype.in.h (wint_t): Likewise.
6352         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
6353         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
6354         Reported by Tom G. Christensen.
6355
6356 2008-12-26  Bruno Haible  <bruno@clisp.org>
6357
6358         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
6359         i486, i586, i686.
6360
6361 2008-12-26  Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
6364
6365 2008-12-26  Bruno Haible  <bruno@clisp.org>
6366
6367         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
6368         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
6369         not __STDC_CONSTANT_MACROS.
6370         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
6371
6372 2008-12-25  Bruno Haible  <bruno@clisp.org>
6373
6374         Add support for universal builds to vasnprintf.
6375         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
6376         universal builds, guess no.
6377         * modules/vasnprintf-posix (Depends-on): Add multiarch.
6378         * modules/vasprintf-posix (Depends-on): Likewise.
6379         * modules/fprintf-posix (Depends-on): Likewise.
6380         * modules/vfprintf-posix (Depends-on): Likewise.
6381         * modules/snprintf-posix (Depends-on): Likewise.
6382         * modules/vsnprintf-posix (Depends-on): Likewise.
6383         * modules/sprintf-posix (Depends-on): Likewise.
6384         * modules/vsprintf-posix (Depends-on): Likewise.
6385         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6386         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6387         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6388         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6389         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6390         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6391         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6392
6393         Add support for universal builds to <inttypes.h>.
6394         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
6395         _SCNu64_PREFIX): In Apple
6396         universal builds, define directly, using _LP64.
6397         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
6398         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
6399         * modules/inttypes (Depends-on): Add multiarch.
6400         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
6401
6402         Add support for universal builds to <stdint.h>.
6403         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
6404         universal builds, define directly, using _LP64.
6405         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
6406         Apple universal builds, don't test for the size and suffix of ptrdiff_t
6407         and size_t.
6408         * modules/stdint (Depends-on): Add multiarch.
6409         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
6410
6411         New module 'multiarch'.
6412         * modules/multiarch: New file.
6413         * m4/multiarch.m4: New file.
6414
6415 2008-12-25  Bruno Haible  <bruno@clisp.org>
6416
6417         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
6418
6419 2008-12-25  Bruno Haible  <bruno@clisp.org>
6420
6421         * modules/btowc (License): Relicense under LGPLv2+.
6422         * modules/mbsinit (License): Likewise.
6423         * modules/mbrtowc (License): Likewise.
6424         * modules/wcrtomb (License): Likewise.
6425         * modules/streq (License): Likewise.
6426         Reported by David Lutterkort <lutter@redhat.com>.
6427
6428 2008-12-23  Bruno Haible  <bruno@clisp.org>
6429
6430         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
6431
6432 2008-12-23  Bruno Haible  <bruno@clisp.org>
6433
6434         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
6435         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
6436         GETADDRINFO_LIB, not in LIBS.
6437         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
6438         * modules/canon-host (Link): Likewise.
6439         * NEWS: Mention the change.
6440         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
6441         GETADDRINFO_LIB.
6442
6443 2008-12-22  Bruno Haible  <bruno@clisp.org>
6444
6445         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
6446         * doc/posix-functions/iswalpha_l.texi: Likewise.
6447         * doc/posix-functions/iswblank_l.texi: Likewise.
6448         * doc/posix-functions/iswcntrl_l.texi: Likewise.
6449         * doc/posix-functions/iswctype_l.texi: Likewise.
6450         * doc/posix-functions/iswdigit_l.texi: Likewise.
6451         * doc/posix-functions/iswgraph_l.texi: Likewise.
6452         * doc/posix-functions/iswlower_l.texi: Likewise.
6453         * doc/posix-functions/iswprint_l.texi: Likewise.
6454         * doc/posix-functions/iswpunct_l.texi: Likewise.
6455         * doc/posix-functions/iswspace_l.texi: Likewise.
6456         * doc/posix-functions/iswupper_l.texi: Likewise.
6457         * doc/posix-functions/iswxdigit_l.texi: Likewise.
6458         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
6459         * doc/posix-functions/open_wmemstream.texi: Likewise.
6460         * doc/posix-functions/swscanf.texi: Likewise.
6461         * doc/posix-functions/towctrans_l.texi: Likewise.
6462         * doc/posix-functions/towlower.texi: Likewise.
6463         * doc/posix-functions/towlower_l.texi: Likewise.
6464         * doc/posix-functions/towupper.texi: Likewise.
6465         * doc/posix-functions/towupper_l.texi: Likewise.
6466         * doc/posix-functions/vfwprintf.texi: Likewise.
6467         * doc/posix-functions/vfwscanf.texi: Likewise.
6468         * doc/posix-functions/vswscanf.texi: Likewise.
6469         * doc/posix-functions/vwprintf.texi: Likewise.
6470         * doc/posix-functions/vwscanf.texi: Likewise.
6471         * doc/posix-functions/wcpcpy.texi: Likewise.
6472         * doc/posix-functions/wcpncpy.texi: Likewise.
6473         * doc/posix-functions/wcscasecmp.texi: Likewise.
6474         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
6475         * doc/posix-functions/wcscoll_l.texi: Likewise.
6476         * doc/posix-functions/wcsdup.texi: Likewise.
6477         * doc/posix-functions/wcsncasecmp.texi: Likewise.
6478         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
6479         * doc/posix-functions/wcsnlen.texi: Likewise.
6480         * doc/posix-functions/wcsnrtombs.texi: Likewise.
6481         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
6482         * doc/posix-functions/wctrans_l.texi: Likewise.
6483         * doc/posix-functions/wctype_l.texi: Likewise.
6484         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
6485         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
6486         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
6487         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
6488         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
6489         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
6490         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
6491         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
6492         * doc/glibc-functions/wcschrnul.texi: Likewise.
6493         * doc/glibc-functions/wcsftime_l.texi: Likewise.
6494         * doc/glibc-functions/wcstod_l.texi: Likewise.
6495         * doc/glibc-functions/wcstof_l.texi: Likewise.
6496         * doc/glibc-functions/wcstol_l.texi: Likewise.
6497         * doc/glibc-functions/wcstold_l.texi: Likewise.
6498         * doc/glibc-functions/wcstoll_l.texi: Likewise.
6499         * doc/glibc-functions/wcstoq.texi: Likewise.
6500         * doc/glibc-functions/wcstoul_l.texi: Likewise.
6501         * doc/glibc-functions/wcstoull_l.texi: Likewise.
6502         * doc/glibc-functions/wcstouq.texi: Likewise.
6503         * doc/glibc-functions/wmempcpy.texi: Likewise.
6504
6505 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
6506             Eric Blake  <ebb9@byu.net>
6507             Paolo Bonzini  <bonzini@gnu.org>
6508             Bruno Haible  <bruno@clisp.org>
6509
6510         Make c-stack work on Haiku.
6511         * lib/c-stack.c (SA_ONSTACK): Define fallback.
6512         (c_stack_action): Use SA_ONSTACK flag.
6513
6514 2008-12-22  Bruno Haible  <bruno@clisp.org>
6515
6516         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
6517
6518 2008-12-22  Bruno Haible  <bruno@clisp.org>
6519
6520         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
6521         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
6522         being overridden.
6523         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
6524         New macros.
6525         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
6526         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
6527         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
6528         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
6529
6530 2008-12-22  Bruno Haible  <bruno@clisp.org>
6531
6532         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
6533         from test code.
6534
6535 2008-12-22  Eric Blake  <ebb9@byu.net>
6536
6537         Avoid gcc warnings on cygwin.
6538         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
6539         Avoid unused variable.
6540         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
6541         Likewise.
6542
6543 2008-12-22  Bruno Haible  <bruno@clisp.org>
6544
6545         Remove HAVE_MBRTOWC conditionals.
6546         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
6547         (mbscasecmp): Assume mbrtowc function.
6548         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
6549         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
6550         * lib/mbschr.c: Include mbuiter.h unconditionally.
6551         (mbschr): Assume mbrtowc function.
6552         * lib/mbscspn.c: Include mbuiter.h unconditionally.
6553         (mbscspn): Assume mbrtowc function.
6554         * lib/mbslen.c: Include mbuiter.h unconditionally.
6555         (mbslen): Assume mbrtowc function.
6556         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
6557         (mbsncasecmp): Assume mbrtowc function.
6558         * lib/mbsnlen.c: Include mbiter.h unconditionally.
6559         (mbsnlen): Assume mbrtowc function.
6560         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
6561         (mbspbrk): Assume mbrtowc function.
6562         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
6563         (mbspcasecmp): Assume mbrtowc function.
6564         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
6565         (mbsrchr): Assume mbrtowc function.
6566         * lib/mbssep.c: Include mbuiter.h unconditionally.
6567         (mbssep): Assume mbrtowc function.
6568         * lib/mbsspn.c: Include mbuiter.h unconditionally.
6569         (mbsspn): Assume mbrtowc function.
6570         * lib/mbsstr.c: Include mbuiter.h unconditionally.
6571         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
6572         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
6573         (mbstok_r): Assume mbrtowc function.
6574         * lib/propername.c: Include mbuiter.h unconditionally.
6575         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
6576         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
6577         (trim2): Assume mbrtowc function.
6578         * lib/mbswidth.c (mbsinit): Remove fallback definition.
6579         (mbsnwidth): Assume mbrtowc function.
6580         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
6581         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
6582         fallback definitions.
6583         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
6584
6585 2008-12-22  Bruno Haible  <bruno@clisp.org>
6586
6587         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
6588
6589 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
6590
6591         * modules/regex: Request emulations for the mb*/wc* functions we need.
6592         * m4/regex.m4: Don't look for those functions here.
6593         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
6594
6595 2008-12-22  Bruno Haible  <bruno@clisp.org>
6596
6597         * modules/fnmatch (Depends-on): Remove duplicated dependency.
6598
6599 2008-12-21  Bruno Haible  <bruno@clisp.org>
6600
6601         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
6602         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
6603         (Include): Remove conditionalization.
6604         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
6605         (Include): Remove conditionalization.
6606         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
6607         (Include): Remove conditionalization.
6608         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
6609         * m4/mbfile.m4 (gl_MBFILE): Likewise.
6610         * NEWS: Mention the change.
6611         Reported by Alan Hourihane <alanh@fairlite.co.uk>
6612         via Sergey Poznyakoff <gray@gnu.org.ua>.
6613
6614 2008-12-21  Bruno Haible  <bruno@clisp.org>
6615
6616         * MODULES.html.sh (Extended multibyte and wide character utilities
6617         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
6618         wcrtomb, wcsrtombs.
6619         (Support for systems lacking POSIX:2008): Add accept, bind, close,
6620         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
6621         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
6622         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
6623
6624 2008-12-21  Bruno Haible  <bruno@clisp.org>
6625
6626         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
6627
6628 2008-12-21  Bruno Haible  <bruno@clisp.org>
6629
6630         * modules/wcsnrtombs-tests: New file.
6631         * tests/test-wcsnrtombs1.sh: New file.
6632         * tests/test-wcsnrtombs2.sh: New file.
6633         * tests/test-wcsnrtombs3.sh: New file.
6634         * tests/test-wcsnrtombs4.sh: New file.
6635         * tests/test-wcsnrtombs.c: New file.
6636
6637         New module 'wcsnrtombs'.
6638         * lib/wchar.in.h (wcsnrtombs): New declaration.
6639         * lib/wcsnrtombs.c: New file.
6640         * lib/wcsrtombs-state.c: New file.
6641         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
6642         (internal_state): Remove variable.
6643         * m4/wcsnrtombs.m4: New file.
6644         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
6645         compilation units.
6646         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
6647         HAVE_WCSNRTOMBS.
6648         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
6649         HAVE_WCSNRTOMBS.
6650         * modules/wcsnrtombs: New file.
6651         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
6652         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
6653
6654 2008-12-21  Bruno Haible  <bruno@clisp.org>
6655
6656         * modules/wcsrtombs-tests: New file.
6657         * tests/test-wcsrtombs1.sh: New file.
6658         * tests/test-wcsrtombs2.sh: New file.
6659         * tests/test-wcsrtombs3.sh: New file.
6660         * tests/test-wcsrtombs4.sh: New file.
6661         * tests/test-wcsrtombs.c: New file.
6662
6663         New module 'wcsrtombs'.
6664         * lib/wchar.in.h (wcsrtombs): New declaration.
6665         * lib/wcsrtombs.c: New file.
6666         * m4/wcsrtombs.m4: New file.
6667         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
6668         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
6669         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
6670         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
6671         * modules/wcsrtombs: New file.
6672         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
6673         bugs.
6674
6675 2008-12-21  Bruno Haible  <bruno@clisp.org>
6676
6677         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
6678         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
6679         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
6680         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
6681         if not correct.
6682         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
6683         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
6684         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
6685         m4/locale-zh.m4, m4/codeset.m4.
6686         * doc/posix-functions/wcrtomb.texi: Document the bug.
6687
6688 2008-12-21  Bruno Haible  <bruno@clisp.org>
6689
6690         Work around a btowc() bug on IRIX 6.5.
6691         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
6692         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
6693         REPLACE_WTOBC if not.
6694         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
6695         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
6696         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
6697
6698 2008-12-21  Bruno Haible  <bruno@clisp.org>
6699
6700         * modules/wcrtomb-tests: New file.
6701         * tests/test-wcrtomb.sh: New file.
6702         * tests/test-wcrtomb.c: New file.
6703
6704         New module 'wcrtomb'.
6705         * lib/wchar.in.h (wcrtomb): New declaration.
6706         * lib/wcrtomb.c: New file.
6707         * m4/wcrtomb.m4: New file.
6708         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
6709         HAVE_WCRTOMB.
6710         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
6711         HAVE_WCRTOMB.
6712         * modules/wcrtomb: New file.
6713         * doc/posix-functions/wcrtomb.texi: Mention the new module.
6714
6715 2008-12-21  Bruno Haible  <bruno@clisp.org>
6716
6717         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
6718         * modules/mbsrtowcs (Files): Likewise.
6719         * modules/wctob (Files): Likewise.
6720         * modules/c-strcase-tests (Files): Likewise.
6721         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6722         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6723         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6724         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6725         * modules/vasnprintf-posix-tests (Files): Likewise.
6726
6727 2008-12-21  William Pursell  <bill.pursell@gmail.com>
6728
6729         gitlog-to-changelog: pass all command-line arguments to git-log
6730         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
6731         it is sometimes convenient to filter the commits in various ways.
6732         gitlog-to-changelog only allows --since to specify a start date,
6733         but git-log itself supports many other filtering mechanisms.
6734         At the moment, I want to filter by branch name.  Rather than
6735         adding a --branch option to gitlog-to-changelog, it seems more
6736         flexible to simply pass all options directly to git-log and let
6737         git do the work.  Notice that this effectively makes --since a
6738         redundant option for gitlog-to-changelog, but removing it would
6739         require current usage to change since calls would then require
6740         an additional '--'.
6741
6742 2008-12-21  Bruno Haible  <bruno@clisp.org>
6743
6744         * modules/mbsnrtowcs-tests: New file.
6745         * tests/test-mbsnrtowcs1.sh: New file.
6746         * tests/test-mbsnrtowcs2.sh: New file.
6747         * tests/test-mbsnrtowcs3.sh: New file.
6748         * tests/test-mbsnrtowcs4.sh: New file.
6749         * tests/test-mbsnrtowcs.c: New file.
6750
6751         New module 'mbsnrtowcs'.
6752         * lib/wchar.in.h (mbsnrtowcs): New declaration.
6753         * lib/mbsnrtowcs.c: New file.
6754         * lib/mbsrtowcs-state.c: New file.
6755         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
6756         (internal_state): Remove variable.
6757         * m4/mbsnrtowcs.m4: New file.
6758         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
6759         compilation units.
6760         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
6761         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
6762         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
6763         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
6764         * modules/mbsnrtowcs: New file.
6765         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
6766         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
6767         portability problem.
6768
6769 2008-12-21  Bruno Haible  <bruno@clisp.org>
6770
6771         Work around mbsrtowcs bug.
6772         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
6773         (gl_FUNC_MBSRTOWCS): Invoke it.
6774         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
6775         m4/locale-zh.m4.
6776         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
6777
6778 2008-12-21  Bruno Haible  <bruno@clisp.org>
6779
6780         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
6781
6782 2008-12-21  Bruno Haible  <bruno@clisp.org>
6783
6784         Update doc for AIX.
6785         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
6786         16-bit wchar_t type.
6787         * doc/posix-functions/btowc.texi: Likewise.
6788         * doc/posix-functions/fgetwc.texi: Likewise.
6789         * doc/posix-functions/fgetws.texi: Likewise.
6790         * doc/posix-functions/fputwc.texi: Likewise.
6791         * doc/posix-functions/fputws.texi: Likewise.
6792         * doc/posix-functions/fwide.texi: Likewise.
6793         * doc/posix-functions/fwprintf.texi: Likewise.
6794         * doc/posix-functions/fwscanf.texi: Likewise.
6795         * doc/posix-functions/getwchar.texi: Likewise.
6796         * doc/posix-functions/getwc.texi: Likewise.
6797         * doc/posix-functions/iswalnum.texi: Likewise.
6798         * doc/posix-functions/iswalpha.texi: Likewise.
6799         * doc/posix-functions/iswblank.texi: Likewise.
6800         * doc/posix-functions/iswcntrl.texi: Likewise.
6801         * doc/posix-functions/iswctype.texi: Likewise.
6802         * doc/posix-functions/iswdigit.texi: Likewise.
6803         * doc/posix-functions/iswgraph.texi: Likewise.
6804         * doc/posix-functions/iswlower.texi: Likewise.
6805         * doc/posix-functions/iswprint.texi: Likewise.
6806         * doc/posix-functions/iswpunct.texi: Likewise.
6807         * doc/posix-functions/iswspace.texi: Likewise.
6808         * doc/posix-functions/iswupper.texi: Likewise.
6809         * doc/posix-functions/iswxdigit.texi: Likewise.
6810         * doc/posix-functions/mbrtowc.texi: Likewise.
6811         * doc/posix-functions/mbsrtowcs.texi: Likewise.
6812         * doc/posix-functions/mbstowcs.texi: Likewise.
6813         * doc/posix-functions/mbtowc.texi: Likewise.
6814         * doc/posix-functions/putwchar.texi: Likewise.
6815         * doc/posix-functions/putwc.texi: Likewise.
6816         * doc/posix-functions/swprintf.texi: Likewise.
6817         * doc/posix-functions/tolower.texi: Likewise.
6818         * doc/posix-functions/toupper.texi: Likewise.
6819         * doc/posix-functions/towctrans.texi: Likewise.
6820         * doc/posix-functions/ungetwc.texi: Likewise.
6821         * doc/posix-functions/vswprintf.texi: Likewise.
6822         * doc/posix-functions/wcrtomb.texi: Likewise.
6823         * doc/posix-functions/wcscat.texi: Likewise.
6824         * doc/posix-functions/wcschr.texi: Likewise.
6825         * doc/posix-functions/wcscmp.texi: Likewise.
6826         * doc/posix-functions/wcscoll.texi: Likewise.
6827         * doc/posix-functions/wcscpy.texi: Likewise.
6828         * doc/posix-functions/wcscspn.texi: Likewise.
6829         * doc/posix-functions/wcsftime.texi: Likewise.
6830         * doc/posix-functions/wcslen.texi: Likewise.
6831         * doc/posix-functions/wcsncat.texi: Likewise.
6832         * doc/posix-functions/wcsncmp.texi: Likewise.
6833         * doc/posix-functions/wcsncpy.texi: Likewise.
6834         * doc/posix-functions/wcspbrk.texi: Likewise.
6835         * doc/posix-functions/wcsrchr.texi: Likewise.
6836         * doc/posix-functions/wcsrtombs.texi: Likewise.
6837         * doc/posix-functions/wcsspn.texi: Likewise.
6838         * doc/posix-functions/wcsstr.texi: Likewise.
6839         * doc/posix-functions/wcstod.texi: Likewise.
6840         * doc/posix-functions/wcstof.texi: Likewise.
6841         * doc/posix-functions/wcstoimax.texi: Likewise.
6842         * doc/posix-functions/wcstok.texi: Likewise.
6843         * doc/posix-functions/wcstold.texi: Likewise.
6844         * doc/posix-functions/wcstoll.texi: Likewise.
6845         * doc/posix-functions/wcstol.texi: Likewise.
6846         * doc/posix-functions/wcstombs.texi: Likewise.
6847         * doc/posix-functions/wcstoull.texi: Likewise.
6848         * doc/posix-functions/wcstoul.texi: Likewise.
6849         * doc/posix-functions/wcstoumax.texi: Likewise.
6850         * doc/posix-functions/wcswidth.texi: Likewise.
6851         * doc/posix-functions/wcsxfrm.texi: Likewise.
6852         * doc/posix-functions/wctob.texi: Likewise.
6853         * doc/posix-functions/wctomb.texi: Likewise.
6854         * doc/posix-functions/wctrans.texi: Likewise.
6855         * doc/posix-functions/wctype.texi: Likewise.
6856         * doc/posix-functions/wcwidth.texi: Likewise.
6857         * doc/posix-functions/wmemchr.texi: Likewise.
6858         * doc/posix-functions/wmemcmp.texi: Likewise.
6859         * doc/posix-functions/wmemcpy.texi: Likewise.
6860         * doc/posix-functions/wmemmove.texi: Likewise.
6861         * doc/posix-functions/wmemset.texi: Likewise.
6862         * doc/posix-functions/wprintf.texi: Likewise.
6863         * doc/posix-functions/wscanf.texi: Likewise.
6864
6865 2008-12-21  Bruno Haible  <bruno@clisp.org>
6866
6867         Update doc for HP-UX 11.11.
6868         * doc/posix-functions/btowc.texi: Clarify that the function is missing
6869         in HP-UX version 11.00, not in all versions of HP-UX 11.
6870         * doc/posix-functions/fwide.texi: Likewise.
6871         * doc/posix-functions/fwprintf.texi: Likewise.
6872         * doc/posix-functions/fwscanf.texi: Likewise.
6873         * doc/posix-functions/inet_ntop.texi: Likewise.
6874         * doc/posix-functions/inet_pton.texi: Likewise.
6875         * doc/posix-functions/mbrlen.texi: Likewise.
6876         * doc/posix-functions/mbrtowc.texi: Likewise.
6877         * doc/posix-functions/mbsinit.texi: Likewise.
6878         * doc/posix-functions/mbsrtowcs.texi: Likewise.
6879         * doc/posix-functions/swprintf.texi: Likewise.
6880         * doc/posix-functions/swscanf.texi: Likewise.
6881         * doc/posix-functions/towctrans.texi: Likewise.
6882         * doc/posix-functions/vfwprintf.texi: Likewise.
6883         * doc/posix-functions/vswprintf.texi: Likewise.
6884         * doc/posix-functions/vwprintf.texi: Likewise.
6885         * doc/posix-functions/wcrtomb.texi: Likewise.
6886         * doc/posix-functions/wcsrtombs.texi: Likewise.
6887         * doc/posix-functions/wcsstr.texi: Likewise.
6888         * doc/posix-functions/wctob.texi: Likewise.
6889         * doc/posix-functions/wctrans.texi: Likewise.
6890         * doc/posix-functions/wmemchr.texi: Likewise.
6891         * doc/posix-functions/wmemcmp.texi: Likewise.
6892         * doc/posix-functions/wmemcpy.texi: Likewise.
6893         * doc/posix-functions/wmemmove.texi: Likewise.
6894         * doc/posix-functions/wmemset.texi: Likewise.
6895         * doc/posix-functions/wprintf.texi: Likewise.
6896         * doc/posix-functions/wscanf.texi: Likewise.
6897
6898 2008-12-21  Bruno Haible  <bruno@clisp.org>
6899
6900         Work around a portability problem.
6901         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
6902         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
6903
6904 2008-12-20  Bruno Haible  <bruno@clisp.org>
6905
6906         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
6907         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
6908         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
6909         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
6910         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
6911
6912         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
6913         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
6914         set.
6915         (GNULIB_defined_mbstate_t): New macro.
6916         (mbsinit): Redefine if REPLACE_MBSINIT is set.
6917         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
6918         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
6919         reuses the system's mbrtowc function but works around the bugs.
6920         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
6921         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
6922         macros.
6923         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
6924         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
6925         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
6926         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
6927         REPLACE_MBSINIT if mbsinit needs to be overridden.
6928         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
6929         REPLACE_MBSINIT, REPLACE_MBRTOWC.
6930         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
6931         REPLACE_MBSINIT, REPLACE_MBRTOWC.
6932         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
6933         m4/locale-zh.m4.
6934         (Depends): Add mbsinit.
6935         * modules/mbsinit (Depends): Add mbrtowc.
6936         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
6937
6938 2008-12-20  Bruno Haible  <bruno@clisp.org>
6939
6940         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
6941         so that there are no conversion errors on AIX.
6942         * tests/test-mbsrtowcs.c (main): LIkewise.
6943
6944 2008-12-20  Bruno Haible  <bruno@clisp.org>
6945
6946         Work around wctob bug on Solaris <= 9.
6947         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
6948         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
6949         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
6950         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
6951         * modules/wctob (Files): Add m4/locale-fr.m4.
6952         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
6953
6954 2008-12-20  Bruno Haible  <bruno@clisp.org>
6955
6956         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
6957         /dev/null.
6958         * tests/test-select-in.sh: Likewise.
6959         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6960
6961 2008-12-20  Bruno Haible  <bruno@clisp.org>
6962
6963         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
6964         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
6965         Cygwin 1.5.x.
6966
6967 2008-12-20  Bruno Haible  <bruno@clisp.org>
6968
6969         Ensure mbstate_t is defined on HP-UX 11.11.
6970         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
6971         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
6972         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
6973         AC_USE_SYSTEM_EXTENSIONS.
6974         * modules/fnmatch (Depends-on): Add extensions.
6975         * modules/mbrlen (Depends-on): Likewise.
6976         * modules/mbrtowc (Depends-on): Likewise.
6977         * modules/mbsinit (Depends-on): Likewise.
6978         * modules/mbsrtowcs (Depends-on): Likewise.
6979         * modules/mbswidth (Depends-on): Likewise.
6980         * modules/quotearg (Depends-on): Likewise.
6981         * modules/strftime (Depends-on): Likewise.
6982
6983 2008-12-20  Bruno Haible  <bruno@clisp.org>
6984
6985         Ensure wctob is declared on IRIX 6.5.
6986         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
6987         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
6988         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
6989         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
6990         of HAVE_WCTOB.
6991         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
6992         HAVE_WCTOB.
6993         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
6994
6995 2008-12-19  Bruno Haible  <bruno@clisp.org>
6996
6997         * modules/mbsrtowcs-tests: New file.
6998         * tests/test-mbsrtowcs1.sh: New file.
6999         * tests/test-mbsrtowcs2.sh: New file.
7000         * tests/test-mbsrtowcs3.sh: New file.
7001         * tests/test-mbsrtowcs4.sh: New file.
7002         * tests/test-mbsrtowcs.c: New file.
7003
7004         New module 'mbsrtowcs'.
7005         * lib/wchar.in.h (mbsrtowcs): New declaration.
7006         * lib/mbsrtowcs.c: New file.
7007         * m4/mbsrtowcs.m4: New file.
7008         * modules/mbsrtowcs: New file.
7009         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
7010         HAVE_MBSRTOWCS.
7011         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
7012         HAVE_MBSRTOWCS.
7013         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
7014
7015 2008-12-19  Bruno Haible  <bruno@clisp.org>
7016
7017         New module 'mbrlen'.
7018         * lib/wchar.in.h (mbrlen): New declaration.
7019         * lib/mbrlen.c: New file.
7020         * m4/mbrlen.m4: New file.
7021         * modules/mbrlen: New file.
7022         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
7023         HAVE_MBRLEN.
7024         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
7025         HAVE_MBRLEN.
7026         * doc/posix-functions/mbrlen.texi: Document the new module.
7027
7028 2008-12-19  Bruno Haible  <bruno@clisp.org>
7029
7030         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
7031         * modules/mbrtowc (Depends-on): Add verify.
7032         Suggested by Paul Eggert.
7033
7034 2008-12-18  Bruno Haible  <bruno@clisp.org>
7035
7036         * modules/mbsinit-tests: New file.
7037         * tests/test-mbsinit.sh: New file.
7038         * tests/test-mbsinit.c: New file.
7039
7040 2008-12-18  Bruno Haible  <bruno@clisp.org>
7041
7042         * modules/mbrtowc-tests: New file.
7043         * tests/test-mbrtowc1.sh: New file.
7044         * tests/test-mbrtowc2.sh: New file.
7045         * tests/test-mbrtowc3.sh: New file.
7046         * tests/test-mbrtowc4.sh: New file.
7047         * tests/test-mbrtowc.c: New file.
7048
7049         New module 'mbrtowc'.
7050         * lib/wchar.in.h (mbstate_t): Override when the system does not have
7051         mbsinit and mbrtowc.
7052         (mbrtowc): New declaration.
7053         * lib/mbrtowc.c: New file.
7054         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
7055         * modules/mbrtowc: New file.
7056         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
7057         HAVE_MBRTOWC.
7058         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
7059         HAVE_MBRTOWC.
7060         * doc/posix-functions/mbrtowc.texi: Document the new module.
7061
7062 2008-12-18  Bruno Haible  <bruno@clisp.org>
7063
7064         New module 'wctob'.
7065         * lib/wchar.in.h (wctob): New declaration.
7066         * lib/wctob.c: New file.
7067         * m4/wctob.m4: New file.
7068         * modules/wctob: New file.
7069         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
7070         HAVE_WCTOB.
7071         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
7072         * doc/posix-functions/wctob.texi: Document the new module.
7073
7074 2008-12-18  Bruno Haible  <bruno@clisp.org>
7075
7076         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
7077         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
7078
7079 2008-12-18  Simon Josefsson  <simon@josefsson.org>
7080
7081         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
7082         G. Christensen" <tgc@jupiterrise.com>.
7083
7084         * lib/flock.c: Need to include errno.h.  Reported by "Tom
7085         G. Christensen" <tgc@jupiterrise.com>.
7086
7087         * lib/flock.c: Need to include string.h.  Reported by "Tom
7088         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
7089         <ebb9@byu.net>.
7090
7091 2008-12-18  Bruno Haible  <bruno@clisp.org>
7092
7093         * m4/locale-ja.m4: New file, from GNU gettext.
7094
7095 2008-12-17  Bruno Haible  <bruno@clisp.org>
7096
7097         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
7098         Suggested by Eric Blake.
7099
7100 2008-12-17  Bruno Haible  <bruno@clisp.org>
7101
7102         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
7103
7104 2008-12-17  Bruno Haible  <bruno@clisp.org>
7105
7106         * lib/mbsinit.c: Include verify.h. Verify an assumption.
7107         * modules/mbsinit (Depends-on): Add verify.
7108         Suggested by Paul Eggert.
7109
7110 2008-12-17  Bruno Haible  <bruno@clisp.org>
7111
7112         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
7113         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
7114         gl_FUNC_MBRTOWC.
7115         * m4/mbiter.m4 (gl_MBITER): LIkewise.
7116         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
7117         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
7118         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
7119         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
7120         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
7121         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
7122         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
7123         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
7124         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
7125         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
7126         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
7127         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
7128         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
7129         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
7130         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7131         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
7132         * modules/trim (configure.ac): Likewise.
7133
7134 2008-12-17  Bruno Haible  <bruno@clisp.org>
7135
7136         * modules/btowc-tests: New file.
7137         * tests/test-btowc1.sh: New file.
7138         * tests/test-btowc2.sh: New file.
7139         * tests/test-btowc.c: New file.
7140
7141         New module 'btowc'.
7142         * lib/wchar.in.h (btowc): New declaration.
7143         * lib/btowc.c: New file.
7144         * m4/btowc.m4: New file.
7145         * modules/btowc: New file.
7146         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
7147         HAVE_BTOWC.
7148         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
7149         * doc/posix-functions/btowc.texi: Document the new module.
7150
7151 2008-12-17  Bruno Haible  <bruno@clisp.org>
7152
7153         New module 'mbsinit'.
7154         * lib/wchar.in.h (mbsinit): New declaration.
7155         * lib/mbsinit.c: New file.
7156         * m4/mbsinit.m4: New file.
7157         * modules/mbsinit: New file.
7158         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
7159         HAVE_MBSINIT.
7160         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
7161         HAVE_MBSINIT.
7162         * doc/posix-functions/mbsinit.texi: Document the new module.
7163
7164 2008-12-16  Bruno Haible  <bruno@clisp.org>
7165
7166         * lib/unistd.in.h: Add comment.
7167         * tests/test-environ.c: Don't include <stdlib.h>.
7168
7169 2008-12-16  Bruno Haible  <bruno@clisp.org>
7170
7171         * lib/parse-duration.h (parse_duration): Document return value
7172         convention.
7173         * lib/parse-duration.c: Include specification header first. Add
7174         comments.
7175         (_): Remove macro.
7176         (parse_year_month_day, parse_hour_minute_second): Move side effects
7177         outside of strchr call.
7178         (parse_non_iso8601): Move side effects outside of isspace call.
7179         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
7180         call.
7181
7182 2008-12-16  Bruno Haible  <bruno@clisp.org>
7183
7184         * tests/test-parse-duration.sh: Produce no output when the test
7185         succeeds.
7186
7187 2008-12-16  Bruno Haible  <bruno@clisp.org>
7188
7189         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
7190         expressions.
7191
7192 2008-12-15  Bruno Haible  <bruno@clisp.org>
7193
7194         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
7195         * doc/glibc-functions/flistxattr.texi: Likewise.
7196         * doc/glibc-functions/fopencookie.texi: Likewise.
7197         * doc/glibc-functions/fremovexattr.texi: Likewise.
7198         * doc/glibc-functions/fsetxattr.texi: Likewise.
7199         * doc/glibc-functions/getxattr.texi: Likewise.
7200         * doc/glibc-functions/lgetxattr.texi: Likewise.
7201         * doc/glibc-functions/listxattr.texi: Likewise.
7202         * doc/glibc-functions/llistxattr.texi: Likewise.
7203         * doc/glibc-functions/lremovexattr.texi: Likewise.
7204         * doc/glibc-functions/lsetxattr.texi: Likewise.
7205         * doc/glibc-functions/removexattr.texi: Likewise.
7206         * doc/glibc-functions/setxattr.texi: Likewise.
7207         * doc/posix-functions/open_memstream.texi: Likewise.
7208
7209 2008-12-15  Eric Blake  <ebb9@byu.net>
7210
7211         Update doc for cygwin 1.7.
7212         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
7213         functions.
7214         * doc/posix-functions/fchmodat.texi: Likewise.
7215         * doc/posix-functions/fchownat.texi: Likewise.
7216         * doc/posix-functions/fdopendir.texi: Likewise.
7217         * doc/posix-functions/fmemopen.texi: Likewise.
7218         * doc/posix-functions/freeaddrinfo.texi: Likewise.
7219         * doc/posix-functions/fstatat.texi: Likewise.
7220         * doc/posix-functions/futimens.texi: Likewise.
7221         * doc/posix-functions/gai_strerror.texi: Likewise.
7222         * doc/posix-functions/getaddrinfo.texi: Likewise.
7223         * doc/posix-functions/getnameinfo.texi: Likewise.
7224         * doc/posix-functions/if_freenameindex.texi: Likewise.
7225         * doc/posix-functions/if_indextoname.texi: Likewise.
7226         * doc/posix-functions/if_nameindex.texi: Likewise.
7227         * doc/posix-functions/if_nametoindex.texi: Likewise.
7228         * doc/posix-functions/insque.texi: Likewise.
7229         * doc/posix-functions/linkat.texi: Likewise.
7230         * doc/posix-functions/llrint.texi: Likewise.
7231         * doc/posix-functions/llrintf.texi: Likewise.
7232         * doc/posix-functions/llrintl.texi: Likewise.
7233         * doc/posix-functions/lockf.texi: Likewise.
7234         * doc/posix-functions/lrintl.texi: Likewise.
7235         * doc/posix-functions/mkdirat.texi: Likewise.
7236         * doc/posix-functions/mkfifoat.texi: Likewise.
7237         * doc/posix-functions/mknodat.texi: Likewise.
7238         * doc/posix-functions/mq_close.texi: Likewise.
7239         * doc/posix-functions/mq_getattr.texi: Likewise.
7240         * doc/posix-functions/mq_notify.texi: Likewise.
7241         * doc/posix-functions/mq_open.texi: Likewise.
7242         * doc/posix-functions/mq_receive.texi: Likewise.
7243         * doc/posix-functions/mq_send.texi: Likewise.
7244         * doc/posix-functions/mq_setattr.texi: Likewise.
7245         * doc/posix-functions/mq_timedreceive.texi: Likewise.
7246         * doc/posix-functions/mq_timedsend.texi: Likewise.
7247         * doc/posix-functions/mq_unlink.texi: Likewise.
7248         * doc/posix-functions/open_memstream.texi: Likewise.
7249         * doc/posix-functions/openat.texi: Likewise.
7250         * doc/posix-functions/posix_fadvise.texi: Likewise.
7251         * doc/posix-functions/posix_fallocate.texi: Likewise.
7252         * doc/posix-functions/posix_madvise.texi: Likewise.
7253         * doc/posix-functions/posix_memalign.texi: Likewise.
7254         * doc/posix-functions/posix_openpt.texi: Likewise.
7255         * doc/posix-functions/readlinkat.texi: Likewise.
7256         * doc/posix-functions/remque.texi: Likewise.
7257         * doc/posix-functions/renameat.texi: Likewise.
7258         * doc/posix-functions/rintl.texi: Likewise.
7259         * doc/posix-functions/sem_unlink.texi: Likewise.
7260         * doc/posix-functions/shm_open.texi: Likewise.
7261         * doc/posix-functions/shm_unlink.texi: Likewise.
7262         * doc/posix-functions/signgam.texi: Likewise.
7263         * doc/posix-functions/sigset.texi: Likewise.
7264         * doc/posix-functions/stpcpy.texi: Likewise.
7265         * doc/posix-functions/stpncpy.texi: Likewise.
7266         * doc/posix-functions/strerror.texi: Likewise.
7267         * doc/posix-functions/strtod.texi: Likewise.
7268         * doc/posix-functions/symlinkat.texi: Likewise.
7269         * doc/posix-functions/unlinkat.texi: Likewise.
7270         * doc/posix-functions/utimensat.texi: Likewise.
7271         * doc/glibc-functions/bindresvport.texi: Likewise.
7272         * doc/glibc-functions/dn_expand.texi: Likewise.
7273         * doc/glibc-functions/exp10.texi: Likewise.
7274         * doc/glibc-functions/exp10f.texi: Likewise.
7275         * doc/glibc-functions/fgetxattr.texi: Likewise.
7276         * doc/glibc-functions/flistxattr.texi: Likewise.
7277         * doc/glibc-functions/fopencookie.texi: Likewise.
7278         * doc/glibc-functions/freeifaddrs.texi: Likewise.
7279         * doc/glibc-functions/fremovexattr.texi: Likewise.
7280         * doc/glibc-functions/fsetxattr.texi: Likewise.
7281         * doc/glibc-functions/getifaddrs.texi: Likewise.
7282         * doc/glibc-functions/getxattr.texi: Likewise.
7283         * doc/glibc-functions/lgetxattr.texi: Likewise.
7284         * doc/glibc-functions/listxattr.texi: Likewise.
7285         * doc/glibc-functions/llistxattr.texi: Likewise.
7286         * doc/glibc-functions/lremovexattr.texi: Likewise.
7287         * doc/glibc-functions/lsetxattr.texi: Likewise.
7288         * doc/glibc-functions/pow10.texi: Likewise.
7289         * doc/glibc-functions/pow10f.texi: Likewise.
7290         * doc/glibc-functions/rcmd_af.texi: Likewise.
7291         * doc/glibc-functions/removexattr.texi: Likewise.
7292         * doc/glibc-functions/res_init.texi: Likewise.
7293         * doc/glibc-functions/res_mkquery.texi: Likewise.
7294         * doc/glibc-functions/res_query.texi: Likewise.
7295         * doc/glibc-functions/res_querydomain.texi: Likewise.
7296         * doc/glibc-functions/res_send.texi: Likewise.
7297         * doc/glibc-functions/rresvport_af.texi: Likewise.
7298         * doc/glibc-functions/setxattr.texi: Likewise.
7299         * doc/glibc-functions/strcasestr.texi: Likewise.
7300
7301 2008-12-15  Bruno Haible  <bruno@clisp.org>
7302
7303         Fix compilation error on OSF/1 4.0.
7304         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
7305         <sys/time.h>, simply delegate to the system header.
7306         Reported by Daniel Richard G. <oss@teragram.com>.
7307
7308 2008-12-15  Bruno Haible  <bruno@clisp.org>
7309
7310         * doc/posix-functions/openat.texi: Mention the 'openat' module.
7311         * doc/posix-functions/fchmodat.texi: Likewise.
7312         * doc/posix-functions/fchownat.texi: Likewise.
7313         * doc/posix-functions/fdopendir.texi: Likewise.
7314         * doc/posix-functions/fstatat.texi: Likewise.
7315         * doc/posix-functions/mkdirat.texi: Likewise.
7316         * doc/posix-functions/unlinkat.texi: Likewise.
7317
7318 2008-12-14  Bruno Haible  <bruno@clisp.org>
7319
7320         Update doc for POSIX:2008.
7321         * doc/posix-functions/faccessat.texi: New file.
7322         * doc/posix-functions/fchmodat.texi: New file.
7323         * doc/posix-functions/fchownat.texi: New file.
7324         * doc/posix-functions/fdopendir.texi: New file.
7325         * doc/posix-functions/fstatat.texi: New file.
7326         * doc/posix-functions/futimens.texi: New file.
7327         * doc/posix-functions/linkat.texi: New file.
7328         * doc/posix-functions/mkdirat.texi: New file.
7329         * doc/posix-functions/mkfifoat.texi: New file.
7330         * doc/posix-functions/mknodat.texi: New file.
7331         * doc/posix-functions/open_wmemstream.texi: New file.
7332         * doc/posix-functions/openat.texi: New file.
7333         * doc/posix-functions/psiginfo.texi: New file.
7334         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
7335         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
7336         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
7337         * doc/posix-functions/readlinkat.texi: New file.
7338         * doc/posix-functions/renameat.texi: New file.
7339         * doc/posix-functions/strerror_l.texi: New file.
7340         * doc/posix-functions/symlinkat.texi: New file.
7341         * doc/posix-functions/unlinkat.texi: New file.
7342         * doc/posix-functions/utimensat.texi: New file.
7343         * doc/gnulib.texi (Function Substitutes): Add these subsections.
7344
7345 2008-12-14  Bruno Haible  <bruno@clisp.org>
7346
7347         Update doc for POSIX:2008.
7348         * doc/posix-functions/alphasort.texi: Renamed from
7349         doc/glibc-functions/alphasort.texi.
7350         * doc/posix-functions/dirfd.texi: Renamed from
7351         doc/glibc-functions/dirfd.texi.
7352         * doc/posix-functions/dprintf.texi: Renamed from
7353         doc/glibc-functions/dprintf.texi.
7354         * doc/posix-functions/duplocale.texi: Renamed from
7355         doc/glibc-functions/duplocale.texi.
7356         * doc/posix-functions/fexecve.texi: Renamed from
7357         doc/glibc-functions/fexecve.texi.
7358         * doc/posix-functions/fmemopen.texi: Renamed from
7359         doc/glibc-functions/fmemopen.texi.
7360         * doc/posix-functions/freelocale.texi: Renamed from
7361         doc/glibc-functions/freelocale.texi.
7362         * doc/posix-functions/getdate_err.texi: Renamed from
7363         doc/glibc-functions/getdate_err.texi.
7364         * doc/posix-functions/isalnum_l.texi: Renamed from
7365         doc/glibc-functions/isalnum_l.texi.
7366         * doc/posix-functions/isalpha_l.texi: Renamed from
7367         doc/glibc-functions/isalpha_l.texi.
7368         * doc/posix-functions/isblank_l.texi: Renamed from
7369         doc/glibc-functions/isblank_l.texi.
7370         * doc/posix-functions/iscntrl_l.texi: Renamed from
7371         doc/glibc-functions/iscntrl_l.texi.
7372         * doc/posix-functions/isdigit_l.texi: Renamed from
7373         doc/glibc-functions/isdigit_l.texi.
7374         * doc/posix-functions/isgraph_l.texi: Renamed from
7375         doc/glibc-functions/isgraph_l.texi.
7376         * doc/posix-functions/islower_l.texi: Renamed from
7377         doc/glibc-functions/islower_l.texi.
7378         * doc/posix-functions/isprint_l.texi: Renamed from
7379         doc/glibc-functions/isprint_l.texi.
7380         * doc/posix-functions/ispunct_l.texi: Renamed from
7381         doc/glibc-functions/ispunct_l.texi.
7382         * doc/posix-functions/isspace_l.texi: Renamed from
7383         doc/glibc-functions/isspace_l.texi.
7384         * doc/posix-functions/isupper_l.texi: Renamed from
7385         doc/glibc-functions/isupper_l.texi.
7386         * doc/posix-functions/iswalnum_l.texi: Renamed from
7387         doc/glibc-functions/iswalnum_l.texi.
7388         * doc/posix-functions/iswalpha_l.texi: Renamed from
7389         doc/glibc-functions/iswalpha_l.texi.
7390         * doc/posix-functions/iswblank_l.texi: Renamed from
7391         doc/glibc-functions/iswblank_l.texi.
7392         * doc/posix-functions/iswcntrl_l.texi: Renamed from
7393         doc/glibc-functions/iswcntrl_l.texi.
7394         * doc/posix-functions/iswctype_l.texi: Renamed from
7395         doc/glibc-functions/iswctype_l.texi.
7396         * doc/posix-functions/iswdigit_l.texi: Renamed from
7397         doc/glibc-functions/iswdigit_l.texi.
7398         * doc/posix-functions/iswgraph_l.texi: Renamed from
7399         doc/glibc-functions/iswgraph_l.texi.
7400         * doc/posix-functions/iswlower_l.texi: Renamed from
7401         doc/glibc-functions/iswlower_l.texi.
7402         * doc/posix-functions/iswprint_l.texi: Renamed from
7403         doc/glibc-functions/iswprint_l.texi.
7404         * doc/posix-functions/iswpunct_l.texi: Renamed from
7405         doc/glibc-functions/iswpunct_l.texi.
7406         * doc/posix-functions/iswspace_l.texi: Renamed from
7407         doc/glibc-functions/iswspace_l.texi.
7408         * doc/posix-functions/iswupper_l.texi: Renamed from
7409         doc/glibc-functions/iswupper_l.texi.
7410         * doc/posix-functions/iswxdigit_l.texi: Renamed from
7411         doc/glibc-functions/iswxdigit_l.texi.
7412         * doc/posix-functions/isxdigit_l.texi: Renamed from
7413         doc/glibc-functions/isxdigit_l.texi.
7414         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
7415         doc/glibc-functions/mbsnrtowcs.texi.
7416         * doc/posix-functions/mkdtemp.texi: Renamed from
7417         doc/glibc-functions/mkdtemp.texi.
7418         * doc/posix-functions/newlocale.texi: Renamed from
7419         doc/glibc-functions/newlocale.texi.
7420         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
7421         doc/glibc-functions/nl_langinfo_l.texi.
7422         * doc/posix-functions/open_memstream.texi: Renamed from
7423         doc/glibc-functions/open_memstream.texi.
7424         * doc/posix-functions/opterr.texi: Renamed from
7425         doc/glibc-functions/opterr.texi.
7426         * doc/posix-functions/optind.texi: Renamed from
7427         doc/glibc-functions/optind.texi.
7428         * doc/posix-functions/optopt.texi: Renamed from
7429         doc/glibc-functions/optopt.texi.
7430         * doc/posix-functions/psignal.texi: Renamed from
7431         doc/glibc-functions/psignal.texi.
7432         * doc/posix-functions/scandir.texi: Renamed from
7433         doc/glibc-functions/scandir.texi.
7434         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
7435         doc/glibc-functions/sched_get_priority_min.texi.
7436         * doc/posix-functions/signgam.texi: Renamed from
7437         doc/glibc-functions/signgam.texi.
7438         * doc/posix-functions/stpcpy.texi: Renamed from
7439         doc/glibc-functions/stpcpy.texi.
7440         * doc/posix-functions/stpncpy.texi: Renamed from
7441         doc/glibc-functions/stpncpy.texi.
7442         * doc/posix-functions/strcasecmp_l.texi: Renamed from
7443         doc/glibc-functions/strcasecmp_l.texi.
7444         * doc/posix-functions/strcoll_l.texi: Renamed from
7445         doc/glibc-functions/strcoll_l.texi.
7446         * doc/posix-functions/strfmon_l.texi: Renamed from
7447         doc/glibc-functions/strfmon_l.texi.
7448         * doc/posix-functions/strftime_l.texi: Renamed from
7449         doc/glibc-functions/strftime_l.texi.
7450         * doc/posix-functions/strncasecmp_l.texi: Renamed from
7451         doc/glibc-functions/strncasecmp_l.texi.
7452         * doc/posix-functions/strndup.texi: Renamed from
7453         doc/glibc-functions/strndup.texi.
7454         * doc/posix-functions/strnlen.texi: Renamed from
7455         doc/glibc-functions/strnlen.texi.
7456         * doc/posix-functions/strsignal.texi: Renamed from
7457         doc/glibc-functions/strsignal.texi.
7458         * doc/posix-functions/strxfrm_l.texi: Renamed from
7459         doc/glibc-functions/strxfrm_l.texi.
7460         * doc/posix-functions/timer_gettime.texi: Renamed from
7461         doc/glibc-functions/timer_gettime.texi.
7462         * doc/posix-functions/tolower_l.texi: Renamed from
7463         doc/glibc-functions/tolower_l.texi.
7464         * doc/posix-functions/toupper_l.texi: Renamed from
7465         doc/glibc-functions/toupper_l.texi.
7466         * doc/posix-functions/towctrans_l.texi: Renamed from
7467         doc/glibc-functions/towctrans_l.texi.
7468         * doc/posix-functions/towlower_l.texi: Renamed from
7469         doc/glibc-functions/towlower_l.texi.
7470         * doc/posix-functions/towupper_l.texi: Renamed from
7471         doc/glibc-functions/towupper_l.texi.
7472         * doc/posix-functions/uselocale.texi: Renamed from
7473         doc/glibc-functions/uselocale.texi.
7474         * doc/posix-functions/vdprintf.texi: Renamed from
7475         doc/glibc-functions/vdprintf.texi.
7476         * doc/posix-functions/wcpcpy.texi:
7477         Renamed from doc/glibc-functions/wcpcpy.texi.
7478         * doc/posix-functions/wcpncpy.texi: Renamed from
7479         doc/glibc-functions/wcpncpy.texi.
7480         * doc/posix-functions/wcscasecmp.texi: Renamed from
7481         doc/glibc-functions/wcscasecmp.texi.
7482         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
7483         doc/glibc-functions/wcscasecmp_l.texi.
7484         * doc/posix-functions/wcscoll_l.texi: Renamed from
7485         doc/glibc-functions/wcscoll_l.texi.
7486         * doc/posix-functions/wcsdup.texi: Renamed from
7487         doc/glibc-functions/wcsdup.texi.
7488         * doc/posix-functions/wcsncasecmp.texi: Renamed from
7489         doc/glibc-functions/wcsncasecmp.texi.
7490         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
7491         doc/glibc-functions/wcsncasecmp_l.texi.
7492         * doc/posix-functions/wcsnlen.texi: Renamed from
7493         doc/glibc-functions/wcsnlen.texi.
7494         * doc/posix-functions/wcsnrtombs.texi: Renamed from
7495         doc/glibc-functions/wcsnrtombs.texi.
7496         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
7497         doc/glibc-functions/wcsxfrm_l.texi.
7498         * doc/posix-functions/wctrans_l.texi: Renamed from
7499         doc/glibc-functions/wctrans_l.texi.
7500         * doc/posix-functions/wctype_l.texi: Renamed from
7501         doc/glibc-functions/wctype_l.texi.
7502         * doc/gnulib.texi (Function Substitutes): Add these subsections.
7503         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
7504         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
7505         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
7506         these subsections.
7507         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
7508         Remove sections.
7509
7510 2008-12-14  Bruno Haible  <bruno@clisp.org>
7511
7512         Update doc for POSIX:2008.
7513         * doc/posix-functions/*.texi: Update URL of POSIX specification.
7514
7515 2008-12-14  Bruno Haible  <bruno@clisp.org>
7516
7517         Update doc for POSIX:2008.
7518         * doc/pastposix-functions/bcmp.texi: Renamed from
7519         doc/posix-functions/bcmp.texi.
7520         * doc/pastposix-functions/bcopy.texi: Renamed from
7521         doc/posix-functions/bcopy.texi.
7522         * doc/pastposix-functions/bsd_signal.texi: Renamed from
7523         doc/posix-functions/bsd_signal.texi.
7524         * doc/pastposix-functions/bzero.texi: Renamed from
7525         doc/posix-functions/bzero.texi.
7526         * doc/pastposix-functions/ecvt.texi: Renamed from
7527         doc/posix-functions/ecvt.texi.
7528         * doc/pastposix-functions/fcvt.texi: Renamed from
7529         doc/posix-functions/fcvt.texi.
7530         * doc/pastposix-functions/ftime.texi: Renamed from
7531         doc/posix-functions/ftime.texi.
7532         * doc/pastposix-functions/gcvt.texi: Renamed from
7533         doc/posix-functions/gcvt.texi.
7534         * doc/pastposix-functions/getcontext.texi: Renamed from
7535         doc/posix-functions/getcontext.texi.
7536         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
7537         doc/posix-functions/gethostbyaddr.texi.
7538         * doc/pastposix-functions/gethostbyname.texi: Renamed from
7539         doc/posix-functions/gethostbyname.texi.
7540         * doc/pastposix-functions/getwd.texi: Renamed from
7541         doc/posix-functions/getwd.texi.
7542         * doc/pastposix-functions/h_errno.texi: Renamed from
7543         doc/posix-functions/h_errno.texi.
7544         * doc/pastposix-functions/index.texi: Renamed from
7545         doc/posix-functions/index.texi.
7546         * doc/pastposix-functions/makecontext.texi: Renamed from
7547         doc/posix-functions/makecontext.texi.
7548         * doc/pastposix-functions/mktemp.texi: Renamed from
7549         doc/posix-functions/mktemp.texi.
7550         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
7551         doc/posix-functions/pthread_attr_getstackaddr.texi.
7552         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
7553         doc/posix-functions/pthread_attr_setstackaddr.texi.
7554         * doc/pastposix-functions/rindex.texi: Renamed from
7555         doc/posix-functions/rindex.texi.
7556         * doc/pastposix-functions/scalb.texi: Renamed from
7557         doc/posix-functions/scalb.texi.
7558         * doc/pastposix-functions/setcontext.texi: Renamed from
7559         doc/posix-functions/setcontext.texi.
7560         * doc/pastposix-functions/swapcontext.texi: Renamed from
7561         doc/posix-functions/swapcontext.texi.
7562         * doc/pastposix-functions/ualarm.texi: Renamed from
7563         doc/posix-functions/ualarm.texi.
7564         * doc/pastposix-functions/usleep.texi: Renamed from
7565         doc/posix-functions/usleep.texi.
7566         * doc/pastposix-functions/vfork.texi: Renamed from
7567         doc/posix-functions/vfork.texi.
7568         * doc/pastposix-functions/wcswcs.texi: Renamed from
7569         doc/posix-functions/wcswcs.texi.
7570         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
7571         (Function Substitutes): Update.
7572
7573 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7574
7575         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
7576         m4/strerror.m4.
7577
7578 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7579             Bruno Haible  <bruno@clisp.org>
7580
7581         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
7582
7583 2008-12-13  Bruno Haible  <bruno@clisp.org>
7584
7585         * modules/strtoull (Depends-on): Remove unistd.
7586
7587 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7588
7589         * modules/strtoull (Depends-on): Add stdlib.
7590
7591 2008-12-11  Simon Josefsson  <simon@josefsson.org>
7592
7593         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
7594
7595 2008-12-10  Jim Meyering  <meyering@redhat.com>
7596
7597         gl_ASSERT: don't say assertions are disabled when they're not
7598         * m4/assert.m4 (gl_ASSERT): Do not make configure report
7599         "checking whether to enable assertions... no", when they are in
7600         fact enabled.  This is solely a bug in the output of configure.
7601         In spite of saying "no", NDEBUG was not defined in that case.
7602         Also, as noted by Eric Blake, leave assertions enabled upon
7603         --enable-assert=INVALID.
7604
7605 2008-12-10  Bruno Haible  <bruno@clisp.org>
7606
7607         Change MODULES.html to refer to POSIX:2008 where possible.
7608         * MODULES.html.sh (POSIX2008_URL): New variable.
7609         (posix_headers): Remove sys/timeb, ucontext.
7610         (posix2001_headers): New variable.
7611         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
7612         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
7613         index, makecontext, mktemp, pthread_attr_getstackaddr,
7614         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
7615         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
7616         (posix2001_functions): New variable.
7617         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
7618         otherwise.
7619
7620 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7621
7622         add missing include to parse-duration.c
7623         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
7624         * modules/parse-duration (Depends-on): Add xalloc.
7625
7626         fix sed script reading maint.mk
7627         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
7628         (syntax-check-rules): Use it.
7629
7630 2008-12-09  Bruno Haible  <bruno@clisp.org>
7631
7632         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
7633         MacOS X 10.4/PowerPC.
7634         Reported by Simon Josefsson.
7635
7636 2008-12-08  Jim Meyering  <meyering@redhat.com>
7637
7638         work around mingw's lack of some S_IF definitions
7639         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
7640         Reported by Simon Josefsson.
7641
7642 2008-12-08  Bruno Haible  <bruno@clisp.org>
7643
7644         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
7645         applied to variables. Needed on MacOS X 10.4/PowerPC.
7646         Reported by Simon Josefsson.
7647
7648 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
7649         and Eric Blake  <ebb9@byu.net>
7650
7651         assert: honor --enable-assert
7652         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
7653         order to honor --enable-assert, rather than treating it as a
7654         synonym for --disable-assert.
7655
7656 2008-12-08  Jim Meyering  <meyering@redhat.com>
7657
7658         * lib/posixtm.c: Remove now-useless declaration of mktime.
7659
7660         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
7661
7662 2008-12-07  Bruno Haible  <bruno@clisp.org>
7663
7664         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
7665         test_once): Mark functions as static.
7666         * tests/test-tls.c (test_tls): Likewise.
7667
7668 2008-12-07  Bruno Haible  <bruno@clisp.org>
7669
7670         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
7671         iconv_register_autodetect.
7672
7673 2008-12-07  Jim Meyering  <meyering@redhat.com>
7674
7675         posixtm.c: avoid a warning
7676         * lib/posixtm.c (posixtime): Don't initialize tm0.
7677         It's no longer needed to placate gcc4's -Wuninitialized,
7678         and the attempt to placate would elicit a new warning.
7679
7680         unicodeio.c: mark unused parameters
7681         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
7682         (fallback_failure_callback): Likewise.
7683
7684 2008-12-07  Bruno Haible  <bruno@clisp.org>
7685
7686         * gnulib-tool (func_create_testdir): When building the tests
7687         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
7688         Reported by Simon Josefsson.
7689
7690 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7691
7692         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
7693
7694 2008-12-06  Bruno Haible  <bruno@clisp.org>
7695
7696         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
7697         Suggested by Eric Blake.
7698
7699 2008-12-06  Bruno Haible  <bruno@clisp.org>
7700
7701         Fix a c-stack test failure on MacOS X.
7702         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
7703         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
7704         handler for SIGBUS as well.
7705         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
7706         install a signal handler for SIGBUS as well.
7707         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
7708
7709 2008-12-06  Bruno Haible  <bruno@clisp.org>
7710
7711         Advocacy documentation.
7712         * doc/gnulib-intro.texi (Benefits): New section.
7713         * doc/gnulib.texi: Update.
7714
7715 2008-12-06  Bruno Haible  <bruno@clisp.org>
7716
7717         Document the 'manywarnings' module.
7718         * doc/manywarnings.texi: New file.
7719         * doc/gnulib.texi: Include it.
7720
7721 2008-12-05  Eric Blake  <ebb9@byu.net>
7722
7723         tests: silence some gcc warnings
7724         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
7725         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
7726         type mismatches.
7727
7728 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7729             Bruno Haible  <bruno@clisp.org>
7730
7731         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
7732
7733 2008-11-29  Jim Meyering  <meyering@redhat.com>
7734
7735         unicodeio.c: mark unused parameters
7736         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
7737         (fallback_failure_callback): Likewise.
7738
7739         fts: fix a thinko
7740         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
7741         (set_stat_type): Return S_IF*-valued "type" directly.
7742         Prompted by James Youngman's spotting a related bug.
7743         Confirmed by further testing through find.
7744
7745         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
7746         * lib/fts.c (D_TYPE): Define.
7747         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
7748         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
7749         (s_ifmt_shift_bits): New function.
7750         (set_stat_type): New function.
7751         (fts_build): When not calling fts_stat, call set_stat_type
7752         to propagate dirent.d_type info to fts_read caller.
7753         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
7754         fts_statp->st_mode type information may be valid.
7755
7756 2008-11-28  Simon Josefsson  <simon@josefsson.org>
7757
7758         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
7759         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
7760         <sds@gnu.org>.
7761
7762 2008-11-20  Bruno Haible  <bruno@clisp.org>
7763
7764         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
7765         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
7766         INCLUDE_NEXT.
7767         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
7768         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
7769         * modules/math (Makefile.am): Substitute
7770         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
7771         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7772
7773 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
7774             Bruno Haible  <bruno@clisp.org>
7775
7776         * lib/stdint.in.h: Define all type macros so that their expansion is
7777         a single typedef'ed token. Fixes a compilation failure in Boost which
7778         does "using ::int8_t;".
7779
7780 2008-11-18  Simon Josefsson  <simon@josefsson.org>
7781
7782         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
7783         gl_MANYWARN_ALL_GCC.
7784         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
7785         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
7786         * modules/manywarnings: New file.
7787         * MODULES.html.sh: Mention manywarnings module.
7788
7789 2008-11-18  Bruno Haible  <bruno@clisp.org>
7790
7791         * doc/gnulib-tool.texi (Unit tests): New section.
7792
7793 2008-11-18  Simon Josefsson  <simon@josefsson.org>
7794
7795         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
7796         paths like 'lib/po/foo.po'.
7797
7798 2008-11-17  Simon Josefsson  <simon@josefsson.org>
7799
7800         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
7801         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
7802
7803 2008-11-17  Simon Josefsson  <simon@josefsson.org>
7804
7805         * m4/warnings.m4: Use CPPFLAGS to really check whether the
7806         parameter works.
7807
7808 2008-11-17  Simon Josefsson  <simon@josefsson.org>
7809
7810         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
7811
7812 2008-11-17  Bruce Korb  <bkorb@gnu.org>
7813
7814         * modules/parse-duration-tests: New file.
7815         * tests/test-parse-duration.sh: New file.
7816         * tests/test-parse-duration.c: New file.
7817
7818         New module 'parse-duration'.
7819         * lib/parse-duration.h: New file.
7820         * lib/parse-duration.c: New file.
7821         * modules/parse-duration: New file.
7822
7823 2008-11-17  Bruno Haible  <bruno@clisp.org>
7824
7825         * tests/test-select-out.sh: Comment out the first pipe test.
7826         Reported by Simon Josefsson.
7827
7828 2008-11-17  Bruno Haible  <bruno@clisp.org>
7829
7830         * modules/getaddrinfo (Depends-on): Add servent, hostent.
7831         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
7832         gl_HOSTENT.
7833
7834 2008-11-17  Bruno Haible  <bruno@clisp.org>
7835
7836         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
7837         -lnetwork and -lnet. Needed for Haiku and BeOS.
7838
7839 2008-11-16  Bruno Haible  <bruno@clisp.org>
7840
7841         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
7842
7843 2008-11-16  Bruno Haible  <bruno@clisp.org>
7844
7845         Avoid test failure on Haiku.
7846         * tests/test-fsync.c: Include <errno.h>.
7847         (main): Don't require that fsync (0) fails.
7848
7849 2008-11-15  Bruno Haible  <bruno@clisp.org>
7850
7851         New module 'hostent'.
7852         * modules/hostent: New file.
7853         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
7854
7855 2008-11-15  Bruno Haible  <bruno@clisp.org>
7856
7857         New module 'servent'.
7858         * modules/servent: New file.
7859         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
7860
7861 2008-11-15  Bruno Haible  <bruno@clisp.org>
7862
7863         Avoid generating same test program with two different rules.
7864         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
7865         test-frexp to test-frexp-nolibm.
7866         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
7867         test-frexpl to test-frexpl-nolibm.
7868
7869 2008-11-15  Bruno Haible  <bruno@clisp.org>
7870
7871         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
7872         $(FREXPL_LIBM).
7873
7874 2008-11-15  Bruno Haible  <bruno@clisp.org>
7875
7876         * lib/netdb.in.h: Activate the definitions also when the system's
7877         <netdb.h> has 'struct addrinfo'.
7878         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
7879         EAI_OVERFLOW or AI_NUMERICSERV.
7880         * doc/posix-headers/netdb.texi: Document the problem.
7881
7882 2008-11-15  Bruno Haible  <bruno@clisp.org>
7883
7884         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
7885
7886         Make the 'sched' module work on platforms where <sched.h> exists but
7887         is incomplete (such as Haiku).
7888         * lib/sched.in.h; Include the system's <sched.h> if it exists.
7889         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
7890         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
7891         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
7892         HAVE_STRUCT_SCHED_PARAM.
7893         * modules/sched (Depends-on): Add include_next.
7894         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
7895         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
7896         * doc/posix-headers/sched.texi: Document the issue.
7897
7898 2008-11-13  Jim Meyering  <meyering@redhat.com>
7899
7900         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
7901         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
7902         test would fail due to the difference in the Report bugs to ...
7903         line.  The expected address is empty, "<>", while the actual
7904         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
7905
7906 2008-11-12  Bruno Haible  <bruno@clisp.org>
7907
7908         lstat: don't compile lstat.c on systems lacking lstat
7909         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
7910         which don't have lstat; this is handled by lib/sys_stat.in.h already.
7911         Reported by Daniel P. Berrange via Jim Meyering.
7912
7913 2008-11-12  Jim Meyering  <meyering@redhat.com>
7914
7915         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
7916
7917 2008-11-12  Simon Josefsson  <simon@josefsson.org>
7918
7919         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
7920         instead.
7921
7922 2008-11-12  Bruno Haible  <bruno@clisp.org>
7923
7924         * lib/unicodeio.c: Include unistr.h.
7925         (utf8_wctomb): Remove function.
7926         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
7927
7928 2008-11-12  Simon Josefsson  <simon@josefsson.org>
7929
7930         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
7931         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
7932         <bruno@clisp.org>.
7933         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
7934
7935 2008-11-12  Simon Josefsson  <simon@josefsson.org>
7936
7937         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
7938         * doc/gnulib.texi: Add section for warnings.
7939
7940 2008-11-11  Bruno Haible  <bruno@clisp.org>
7941
7942         * lib/sockets.h: Add a comment.
7943
7944 2008-11-11  Karl Berry  <karl@gnu.org>
7945
7946         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
7947
7948 2008-11-11  Eric Blake  <ebb9@byu.net>
7949
7950         fdl.texi: avoid git symlinks
7951         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
7952
7953 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7954
7955         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
7956
7957 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7958
7959         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
7960         (gl_WARN_ADD): Substitute $2 if literal.
7961
7962 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7963
7964         * m4/warning.m4: Remove.
7965
7966 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
7967
7968         * m4/warnings.m4: Almost complete rewrite. :-)
7969
7970 2008-11-10  Simon Josefsson  <simon@josefsson.org>
7971
7972         * modules/warnings: New module.
7973         * m4/warnings.m4: New file.
7974         * MODULES.html.sh: Mention warnings module.
7975         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
7976         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7977
7978 2008-11-10  Eric Blake  <ebb9@byu.net>
7979
7980         fdl.texi: make a symlink to the latest version
7981         * doc/standards.texi: Revert today's earlier change.
7982         * doc/fdl-1.2.texi: Rename from old fdl.texi...
7983         * doc/fdl.texi: ...and replace this with a symlink to the newer
7984         fdl-1.3.texi.
7985
7986 2008-11-10  Bruno Haible  <bruno@clisp.org>
7987
7988         * tests/test-select-fd.c (main): Accept the result file name as fourth
7989         argument.
7990         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
7991         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
7992
7993 2008-11-10  Bruno Haible  <bruno@clisp.org>
7994
7995         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
7996         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
7997         as autoconf-substituted macros.
7998         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
7999         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
8000         gl_NETDB_H_DEFAULTS. Set these variables.
8001         * modules/netdb (Makefile.am): Substitute these variables.
8002
8003 2008-11-10  Eric Blake  <ebb9@byu.net>
8004
8005         standards.texi: include correct file for FDL 1.3
8006         * doc/standards.texi (GNU Free Documentation License): Change
8007         include file to pull in FDL 1.3, not 1.2.
8008
8009         fdl.texi: revert accidental change to license
8010         * doc/fdl.texi: This is FDL 1.2, not 1.3.
8011
8012 2008-11-10  Bruno Haible  <bruno@clisp.org>
8013
8014         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
8015         cross-compiling guesses also when the native compile gives no result.
8016
8017 2008-11-10  Bruno Haible  <bruno@clisp.org>
8018
8019         * lib/spawni.c (__spawni): Force variable into the stack.
8020
8021 2008-11-10  Bruno Haible  <bruno@clisp.org>
8022
8023         Add support for Haiku.
8024         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
8025         glibc and BeOS, but also on Haiku.
8026         * lib/fpurge.c (fpurge): Likewise.
8027         * lib/freadable.c (freadable): Likewise.
8028         * lib/freadahead.c (freadahead): Likewise.
8029         * lib/freading.c (freading): Likewise.
8030         * lib/freadptr.c (freadptr): Likewise.
8031         * lib/freadseek.c (freadptrinc): Likewise.
8032         * lib/fseeko.c (rpl_fseeko): Likewise.
8033         * lib/fseterr.c (fseterr): Likewise.
8034         * lib/fwritable.c (fwritable): Likewise.
8035         * lib/fwriting.c (fwriting): Likewise.
8036         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
8037
8038 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
8039
8040         * lib/config.charset: Treat Haiku like BeOS.
8041
8042 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
8043
8044         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
8045         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
8046
8047 2008-11-08  Bruno Haible  <bruno@clisp.org>
8048
8049         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
8050         AC_CACHE_CHECK.
8051
8052 2008-11-08  Bruno Haible  <bruno@clisp.org>
8053
8054         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
8055
8056 2008-11-08  Bruno Haible  <bruno@clisp.org>
8057
8058         * tests/test-select-fd.c: New file.
8059         * tests/test-select-in.sh: New file.
8060         * tests/test-select-out.sh: New file.
8061         * tests/test-select-stdin.c: New file.
8062         * modules/select-tests (Files): Add the new files.
8063         (Depends-on): Add gettimeofday.
8064         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
8065         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
8066         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
8067
8068 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
8069             Bruno Haible  <bruno@clisp.org>
8070
8071         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
8072
8073 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
8074
8075         * build-aux/pmccabe2html: Added support for C++ source files.
8076
8077 2008-11-05  Ben Pfaff  <blp@gnu.org>
8078
8079         Fix lib/close.c build on Windows.
8080         * modules/close (Files): Add lib/w32sock.h.
8081
8082 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
8083
8084         Accept Bison's NEWS format.
8085         * build-aux/announce-gen (print_news_deltas): Tweak
8086         $re_prefix.
8087
8088 2008-11-04  Bruno Haible  <bruno@clisp.org>
8089
8090         * modules/random_r (Maintainer): Add glibc.
8091
8092 2008-11-04  Simon Josefsson  <simon@josefsson.org>
8093
8094         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
8095         by karl@freefriends.org (Karl Berry).
8096         * doc/alloca.texi: Likewise.
8097         * doc/c-ctype.texi: Likewise.
8098         * doc/c-strcase.texi: Likewise.
8099         * doc/c-strcaseeq.texi: Likewise.
8100         * doc/c-strcasestr.texi: Likewise.
8101         * doc/c-strstr.texi: Likewise.
8102         * doc/c-strtod.texi: Likewise.
8103         * doc/c-strtold.texi: Likewise.
8104         * doc/ctime.texi: Likewise.
8105         * doc/error.texi: Likewise.
8106         * doc/fdl.texi: Likewise.
8107         * doc/gcd.texi: Likewise.
8108         * doc/getdate.texi: Likewise.
8109         * doc/gnulib-intro.texi: Likewise.
8110         * doc/gnulib-tool.texi: Likewise.
8111         * doc/gnulib.texi: Likewise.
8112         * doc/inet_ntoa.texi: Likewise.
8113         * doc/maintain.texi: Likewise.
8114         * doc/make-stds.texi: Likewise.
8115         * doc/quote.texi: Likewise.
8116         * doc/regexprops-generic.texi: Likewise.
8117         * doc/standards.texi: Likewise.
8118         * doc/verify.texi: Likewise.
8119         * doc/visibility.texi: Likewise.
8120         * doc/gnulib.texi (GNU Free Documentation License): Include
8121         fdl-1.3.texi instead of fdl.texi.
8122
8123 2008-11-04  Simon Josefsson  <simon@josefsson.org>
8124
8125         * doc/fdl-1.3.texi: New file, from
8126         <http://www.gnu.org/licenses/fdl-1.3.texi>.
8127         * modules/fdl-1.3: Add.
8128         * MODULES.html.sh: Add fdl-1.3.
8129
8130 2008-11-03  Bruno Haible  <bruno@clisp.org>
8131
8132         Make determination of absolute name of header file work with AIX xlc.
8133         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
8134         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
8135         preprocessing.
8136         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8137         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8138
8139 2008-11-03  Simon Josefsson  <simon@josefsson.org>
8140
8141         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
8142         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
8143         <ludo@gnu.org>.
8144
8145 2008-11-02  Bruno Haible  <bruno@clisp.org>
8146
8147         Mark 'strpbrk' obsolete.
8148         * modules/strpbrk (Status, Notice): New sections.
8149         * modules/strtok_r (Depends-on): Add strpbrk.
8150
8151 2008-11-02  Bruno Haible  <bruno@clisp.org>
8152
8153         Mark 'strdup' obsolete.
8154         * modules/strdup (Status, Notice): New sections.
8155         * modules/findprog (Depends-on): Add strdup.
8156         * modules/getaddrinfo (Depends-on): Likewise.
8157         * modules/localename (Depends-on): Likewise.
8158         * modules/relocatable-lib (Depends-on): Likewise.
8159         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
8160         * modules/relocatable-prog (Depends-on): Likewise.
8161         * modules/trim (Depends-on): Likewise.
8162         * modules/unictype/gen-ctype (Depends-on): Likewise.
8163         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
8164
8165 2008-11-02  Bruno Haible  <bruno@clisp.org>
8166
8167         Mark 'strcspn' obsolete.
8168         * modules/strcspn (Status, Notice): New sections.
8169
8170 2008-11-02  Bruno Haible  <bruno@clisp.org>
8171
8172         Mark 'rmdir' obsolete.
8173         * modules/rmdir (Status, Notice): New sections.
8174         * modules/clean-temp (Depends-on): Add rmdir.
8175         * modules/openat (Depends-on): Likewise.
8176
8177 2008-11-02  Bruno Haible  <bruno@clisp.org>
8178
8179         Mark 'raise' obsolete.
8180         * modules/raise (Status, Notice): New sections.
8181         (Include): Specify <signal.h>.
8182         * modules/stdio (Depends-on): Add raise.
8183         * modules/write (Depends-on): Likewise.
8184
8185 2008-11-02  Bruno Haible  <bruno@clisp.org>
8186
8187         Mark 'memset' obsolete.
8188         * modules/memset (Status, Notice): New sections.
8189
8190 2008-11-02  Bruno Haible  <bruno@clisp.org>
8191
8192         Mark 'memmove' obsolete.
8193         * modules/memmove (Status, Notice): New sections.
8194         * modules/argp (Depends-on): Add memmove.
8195         * modules/argz (Depends-on): Likewise.
8196         * modules/canonicalize (Depends-on): Likewise.
8197         * modules/canonicalize-lgpl (Depends-on): Likewise.
8198         * modules/fts (Depends-on): Likewise.
8199         * modules/getcwd (Depends-on): Likewise.
8200         * modules/human (Depends-on): Likewise.
8201         * modules/regex (Depends-on): Likewise.
8202         * modules/striconveh (Depends-on): Likewise.
8203         * modules/trim (Depends-on): Likewise.
8204         * modules/unistr/u8-move (Depends-on): Likewise.
8205         * modules/unistr/u16-move (Depends-on): Likewise.
8206         * modules/unistr/u32-move (Depends-on): Likewise.
8207
8208 2008-11-02  Bruno Haible  <bruno@clisp.org>
8209
8210         Mark 'memcpy' obsolete.
8211         * modules/memcpy (Status, Notice): New sections.
8212
8213 2008-11-02  Bruno Haible  <bruno@clisp.org>
8214
8215         Mark 'memcmp' obsolete.
8216         * modules/memcmp (Status, Notice): New sections.
8217         * modules/argmatch (Depends-on): Add memchr.
8218         * modules/backupfile (Depends-on): Likewise.
8219         * modules/c-strcasestr (Depends-on): Likewise.
8220         * modules/crypto/des (Depends-on): Likewise.
8221         * modules/csharpcomp (Depends-on): Likewise.
8222         * modules/fnmatch (Depends-on): Likewise.
8223         * modules/git-merge-changelog (Depends-on): Likewise.
8224         * modules/isnand (Depends-on): Likewise.
8225         * modules/isnand-nolibm (Depends-on): Likewise.
8226         * modules/isnanf (Depends-on): Likewise.
8227         * modules/isnanf-nolibm (Depends-on): Likewise.
8228         * modules/isnanl (Depends-on): Likewise.
8229         * modules/isnanl-nolibm (Depends-on): Likewise.
8230         * modules/mbchar (Depends-on): Likewise.
8231         * modules/memcoll (Depends-on): Likewise.
8232         * modules/quotearg (Depends-on): Likewise.
8233         * modules/regex (Depends-on): Likewise.
8234         * modules/relocatable-prog (Depends-on): Likewise.
8235         * modules/same (Depends-on): Likewise.
8236         * modules/signbit (Depends-on): Likewise.
8237         * modules/strcasestr-simple (Depends-on): Likewise.
8238         * modules/unictype/gen-ctype (Depends-on): Likewise.
8239         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
8240         * modules/uniname/uniname (Depends-on): Likewise.
8241         * modules/unistr/u8-cmp (Depends-on): Likewise.
8242
8243 2008-11-02  Bruno Haible  <bruno@clisp.org>
8244
8245         Mark 'memchr' obsolete.
8246         * modules/memchr (Status, Notice): New sections.
8247         * modules/argp (Depends-on): Add memchr.
8248         * modules/base64 (Depends-on): Likewise.
8249         * modules/c-strcasestr (Depends-on): Likewise.
8250         * modules/chdir-long (Depends-on): Likewise.
8251         * modules/fnmatch (Depends-on): Likewise.
8252         * modules/getsubopt (Depends-on): Likewise.
8253         * modules/git-merge-changelog (Depends-on): Likewise.
8254         * modules/glob (Depends-on): Likewise.
8255         * modules/strcasestr-simple (Depends-on): Likewise.
8256         * modules/strnlen (Depends-on): Likewise.
8257
8258 2008-11-02  Bruno Haible  <bruno@clisp.org>
8259
8260         Mark 'atexit' obsolete.
8261         * modules/atexit (Status, Notice): New sections.
8262         * modules/chdir-long (Depends-on): Add atexit.
8263         * modules/wait-process (Depends-on): Likewise.
8264
8265 2008-11-02  Bruno Haible  <bruno@clisp.org>
8266
8267         * gnulib-tool: New option --with-obsolete.
8268         (func_usage): Document it.
8269         (func_modules_transitive_closure): Drop obsolete dependencies if
8270         incobsolete is not true.
8271         (func_import): Read and save the incobsolete variable to the cache.
8272
8273 2008-11-02  Bruno Haible  <bruno@clisp.org>
8274
8275         * modules/TEMPLATE-EXTENDED: New field 'Status'.
8276         * gnulib-tool: New option --extract-status.
8277         (func_usage): Document it.
8278         (sed_extract_prog): Recognize it.
8279         (func_get_status): New function.
8280
8281 2008-10-30  Simon Josefsson  <simon@josefsson.org>
8282
8283         * modules/sockets (License): Change from LGPL to LGPLv2+.
8284
8285 2008-10-28  Simon Josefsson  <simon@josefsson.org>
8286
8287         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
8288
8289 2008-10-28  Simon Josefsson  <simon@josefsson.org>
8290
8291         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8292         Mention times and sys_times.
8293         * modules/sys_times, modules/sys_times-tests: New modules.
8294         * modules/times, modules/times-tests: Likewise
8295         * m4/sys_times_h.m4: New file.
8296         * lib/sys_times.in.h: Likewise
8297         * lib/times.c: Likewise.
8298         * tests/test-sys_times.c: Likewise.
8299         * tests/test-times.c: Likewise.
8300         * doc/posix-headers/sys_times.texi: Update.
8301         * doc/posix-functions/times.texi: Update.
8302
8303 2008-10-28  Jim Meyering  <meyering@redhat.com>
8304
8305         * modules/tempname (Depends-on): Add lstat.
8306
8307         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
8308
8309 2008-10-28  Simon Josefsson  <simon@josefsson.org>
8310
8311         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
8312         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
8313         using idiom used elsewhere in gnulib.
8314
8315 2008-10-27  Jim Meyering  <meyering@redhat.com>
8316
8317         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
8318
8319 2008-10-27  Simon Josefsson  <simon@josefsson.org>
8320
8321         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
8322         TESTS_ENVIRONMENT, for shell scripts that needs to call built
8323         programs.
8324         * tests/test-argp-2.sh: Use $EXEEXT when needed.
8325
8326 2008-10-27  Simon Josefsson  <simon@josefsson.org>
8327
8328         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
8329
8330 2008-10-27  Bruno Haible  <bruno@clisp.org>
8331
8332         * tests/test-lstat.c: Include <stdio.h>.
8333
8334 2008-10-27  Simon Josefsson  <simon@josefsson.org>
8335
8336         * modules/lstat-tests: New module.
8337         * tests/test-lstat.c: New file.
8338
8339 2008-10-26  Jim Meyering  <meyering@redhat.com>
8340
8341         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
8342
8343 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8344             Bruno Haible  <bruno@clisp.org>
8345
8346         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
8347         * modules/configmake (Include): Add a note that the include must come
8348         after all system headers.
8349         * lib/javaversion.c: Include configmake.h after all other includes.
8350
8351 2008-10-26  Bruno Haible  <bruno@clisp.org>
8352
8353         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
8354         HAVE_STRUCT_RANDOM_DATA to 1.
8355         (gl_STDLIB_H): Simplify.
8356
8357 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8358
8359         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
8360         substitute HAVE_STRUCT_RANDOM_DATA.
8361         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
8362         random_data.
8363         * modules/stdlib (Makefile.am): Substitute
8364         HAVE_STRUCT_RANDOM_DATA.
8365
8366 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8367
8368         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
8369         * doc/gnulib-intro.texi (Copyright): Likewise.
8370
8371 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8372
8373         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
8374         findings.
8375
8376 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
8377             Bruno Haible  <bruno@clisp.org>
8378
8379         * lib/unistd.in.h: Include <winsock2.h>.
8380         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
8381         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
8382         Provide dummy declarations.
8383         (gethostname): Override.
8384         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
8385         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
8386         gl_PREREQ_SYS_H_WINSOCK2.
8387         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
8388         * doc/posix-functions/gethostname.texi: More details.
8389
8390 2008-10-25  Bruno Haible  <bruno@clisp.org>
8391
8392         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
8393         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
8394         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
8395
8396         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
8397         here ...
8398         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
8399         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
8400         gl_UNISTD_H_DEFAULTS.
8401
8402 2008-10-25  Eric Blake  <ebb9@byu.net>
8403
8404         signbit: avoid spurious compiler failure
8405         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
8406         declarations inside function.
8407
8408 2008-10-24  Simon Josefsson  <simon@josefsson.org>
8409             Bruno Haible  <bruno@clisp.org>
8410
8411         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
8412         * modules/random_r (Depends-on): Add stdint.
8413
8414 2008-10-24  Bruno Haible  <bruno@clisp.org>
8415
8416         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
8417         Eggert.
8418         * modules/strerror (License): Likewise.
8419
8420 2008-10-24  Jim Meyering  <meyering@redhat.com>
8421
8422         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
8423         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
8424
8425 2008-10-24  Eric Blake  <ebb9@byu.net>
8426
8427         getgroups: fix compilation when getgroups is available
8428         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
8429         but with <config.h> override of getgroups disabled.
8430
8431 2008-10-24  Simon Josefsson  <simon@josefsson.org>
8432
8433         * doc/gnulib.texi (Header files): Add note about C++ problems.
8434         Explained by Bruno Haible <bruno@clisp.org>.
8435
8436 2008-10-23  Bruno Haible  <bruno@clisp.org>
8437
8438         Define a dummy SA_NODEFER macro on Interix.
8439         * lib/signal.in.h (SA_NODEFER): Define fallback.
8440         Reported by Aleksey Cheusov <cheusov@tut.by> via
8441         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
8442
8443 2008-10-23  Bruno Haible  <bruno@clisp.org>
8444
8445         * modules/freadahead (License): Change to LGPLv2+.
8446         Suggested by Simon Josefsson.
8447
8448 2008-10-23  Jim Meyering  <meyering@redhat.com>
8449
8450         random_r: new module
8451         * modules/random_r: New file.
8452         * m4/random_r.m4: New file.
8453         * lib/random_r.c: New file, from glibc.
8454         * modules/random_r-tests: New file.
8455         * tests/test-random_r.c: New file.
8456         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
8457          Declare.
8458         (RAND_MAX): Define.
8459         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
8460         * modules/stdlib: Substitute them, too.
8461         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
8462         * doc/glibc-functions/initstate_r.texi: Mention the new module.
8463         * doc/glibc-functions/random_r.texi: Likewise.
8464         * doc/glibc-functions/setstate_r.texi: Likewise.
8465         * doc/glibc-functions/srandom_r.texi: Likewise.
8466         * config/srclist.txt: Mention it.
8467
8468 2008-10-23  David Lutterkort  <lutter@redhat.com>
8469
8470         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
8471         link requirement
8472
8473 2008-10-23  Jim Meyering  <meyering@redhat.com>
8474
8475         selinux-h: mark parameters of stub functions as intentionally unused
8476         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
8477         * lib/se-context.in.h: Likewise.
8478
8479 2008-10-22  Simon Josefsson  <simon@josefsson.org>
8480
8481         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
8482
8483 2008-10-22  Simon Josefsson  <simon@josefsson.org>
8484
8485         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
8486
8487 2008-10-22  Eric Blake  <ebb9@byu.net>
8488
8489         glthread/thread: avoid compiler warning
8490         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
8491         Add unreachable abort to silence compiler.
8492
8493 2008-10-22  Eric Blake  <ebb9@byu.net>
8494
8495         netdb: also supply struct addrinfo for cygwin 1.5.x
8496         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
8497         older cygwin.
8498         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
8499         cygwin.
8500         * doc/posix-headers/netdb.texi (netdb.h): Document this.
8501
8502 2008-10-22  Bruno Haible  <bruno@clisp.org>
8503
8504         * users.txt: Update entry about pspp.
8505
8506 2008-10-21  Bruno Haible  <bruno@clisp.org>
8507
8508         Simplification.
8509         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
8510         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
8511
8512         Simplification.
8513         * lib/ioctl.c (ioctl): Don't undefine.
8514         * lib/socket.c (socket): Don't undefine.
8515
8516         Remove unused module indicator macros.
8517         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
8518         GNULIB_$1 as a C macro.
8519
8520         * doc/posix-functions/close.texi: Undo last change.
8521         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
8522         Windows platforms.
8523
8524 2008-10-21  Bruno Haible  <bruno@clisp.org>
8525
8526         Add gethostname() declaration to <unistd.h>.
8527         * lib/unistd.in.h (gethostname): New declaration.
8528         * lib/gethostname.c: Include <unistd.h>.
8529         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
8530         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
8531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
8532         and HAVE_GETHOSTNAME.
8533         * modules/gethostname (Depends-on): Add unistd.
8534         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8535         (Include): Specify <unistd.h>.
8536         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
8537         HAVE_GETHOSTNAME.
8538         * tests/test-gethostname.c: Include <unistd.h> first.
8539
8540 2008-10-21  Bruno Haible  <bruno@clisp.org>
8541
8542         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
8543         * modules/select-tests (Depends-on): Likewise.
8544         Reported by Simon Josefsson.
8545
8546 2008-10-21  Simon Josefsson  <simon@josefsson.org>
8547
8548         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
8549         * lib/accept.c: New file, based on winsock.c.
8550         * lib/bind.c: New file, based on winsock.c.
8551         * lib/connect.c: New file, based on winsock.c.
8552         * lib/getpeername.c: New file, based on winsock.c.
8553         * lib/getsockname.c: New file, based on winsock.c.
8554         * lib/getsockopt.c: New file, based on winsock.c.
8555         * lib/ioctl.c: New file, based on winsock.c.
8556         * lib/listen.c: New file, based on winsock.c.
8557         * lib/recv.c: New file, based on winsock.c.
8558         * lib/recvfrom.c: New file, based on winsock.c.
8559         * lib/send.c: New file, based on winsock.c.
8560         * lib/sendto.c: New file, based on winsock.c.
8561         * lib/setsockopt.c: New file, based on winsock.c.
8562         * lib/shutdown.c: New file, based on winsock.c.
8563         * lib/socket.c: New file, based on winsock.c.
8564         * lib/w32sock.h: New file, based on winsock.c.
8565         * lib/winsock.c: Remove file.
8566         * modules/accept: Likewise.
8567         * modules/bind: Likewise.
8568         * modules/connect: Likewise.
8569         * modules/getpeername: Likewise.
8570         * modules/getsockname: Likewise.
8571         * modules/getsockopt: Likewise.
8572         * modules/ioctl: Likewise.
8573         * modules/listen: Likewise.
8574         * modules/recv: Likewise.
8575         * modules/recvfrom: Likewise.
8576         * modules/send: Likewise.
8577         * modules/sendto: Likewise.
8578         * modules/setsockopt: Likewise.
8579         * modules/shutdown: Likewise.
8580         * modules/socket: Use socket.c instead of winsock.c.
8581         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
8582         * doc/posix-functions/accept.texi: Doc fix.
8583         * doc/posix-functions/bind.texi: Doc fix.
8584         * doc/posix-functions/close.texi: Doc fix.
8585         * doc/posix-functions/connect.texi: Doc fix.
8586         * doc/posix-functions/getpeername.texi: Doc fix.
8587         * doc/posix-functions/getsockname.texi: Doc fix.
8588         * doc/posix-functions/getsockopt.texi: Doc fix.
8589         * doc/posix-functions/ioctl.texi: Doc fix.
8590         * doc/posix-functions/listen.texi: Doc fix.
8591         * doc/posix-functions/recv.texi: Doc fix.
8592         * doc/posix-functions/recvfrom.texi: Doc fix.
8593         * doc/posix-functions/send.texi: Doc fix.
8594         * doc/posix-functions/sendto.texi: Doc fix.
8595         * doc/posix-functions/setsockopt.texi: Doc fix.
8596         * doc/posix-functions/shutdown.texi: Doc fix.
8597         * doc/posix-functions/socket.texi: Doc fix.
8598
8599 2008-10-20  Bruno Haible  <bruno@clisp.org>
8600
8601         Take into account the role of SIGABRT_COMPAT on Windows 2008.
8602         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
8603         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
8604         as an alias for SIGABRT.
8605         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
8606         (sigaction): Map it to SIGABRT.
8607         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
8608
8609 2008-10-20  Bruno Haible  <bruno@clisp.org>
8610
8611         * lib/fts.c: Don't include lstat.h.
8612         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
8613
8614         Move the lstat() declaration to <sys/stat.h>.
8615         * lib/lstat.h: Remove file.
8616         * lib/sys_stat.in.h: Add special invocation convention.
8617         (lstat): New declaration.
8618         * lib/lstat.c (orig_lstat): New function.
8619         (rpl_lstat): Use orig_lstat instead of lstat.
8620         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
8621         AC_C_INLINE. Set REPLACE_LSTAT.
8622         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
8623         and REPLACE_LSTAT.
8624         * modules/lstat (Files): Remove lib/lstat.h.
8625         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
8626         (Include): Specify <sys/stat.h> instead of lstat.h.
8627         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
8628         REPLACE_LSTAT.
8629         * NEWS: Mention the change.
8630
8631 2008-10-20  Bruno Haible  <bruno@clisp.org>
8632
8633         * modules/posix_spawn-tests: New file.
8634         * tests/test-posix_spawn3.c: New file.
8635
8636 2008-10-20  Bruno Haible  <bruno@clisp.org>
8637
8638         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
8639         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
8640         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
8641         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
8642         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
8643
8644 2008-10-20  Bruno Haible  <bruno@clisp.org>
8645
8646         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
8647         of posix_spawn on AIX 5.3.
8648
8649 2008-10-20  Bruno Haible  <bruno@clisp.org>
8650
8651         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
8652
8653 2008-10-20  Bruno Haible  <bruno@clisp.org>
8654
8655         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
8656         of AC_LANG_PROGRAM.
8657
8658 2008-10-20  Simon Josefsson  <simon@josefsson.org>
8659
8660         * lib/netdb.in.h: Don't define GNU specific constants until they
8661         are supported or needed.  Reported by Bruno Haible
8662         <bruno@clisp.org>.
8663
8664 2008-10-20  Simon Josefsson  <simon@josefsson.org>
8665
8666         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
8667
8668 2008-10-20  Simon Josefsson  <simon@josefsson.org>
8669
8670         * lib/getaddrinfo.h: Remove file.
8671         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
8672         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
8673         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
8674         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
8675         * modules/netdb: Substitute GNULIB_GETADDRINFO.
8676         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
8677         * tests/test-getaddrinfo.c: Likewise.
8678         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
8679         * NEWS: Mention change.
8680
8681 2008-10-19  Bruno Haible  <bruno@clisp.org>
8682
8683         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
8684
8685 2008-10-19  Bruno Haible  <bruno@clisp.org>
8686
8687         * lib/wait-process.c: Include simply <sys/wait.h>.
8688         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
8689         WIFSTOPPED): Remove fallback definitions.
8690         * modules/wait-process (Depends-on): Add sys_wait.
8691
8692         New module 'sys_wait'.
8693         * modules/sys_wait: New file.
8694         * lib/sys_wait.in.h: New file, partially copied from
8695         lib/wait-process.c.
8696         * m4/sys_wait_h.m4: New file.
8697         * doc/posix-headers/sys_wait.texi: Mention the new module.
8698
8699 2008-10-19  Bruno Haible  <bruno@clisp.org>
8700
8701         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
8702
8703 2008-10-19  Bruno Haible  <bruno@clisp.org>
8704
8705         Assume that waitpid() fills an 'int' status, not a 'union wait'.
8706         * lib/wait-process.c (WAIT_T): Remove type.
8707         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
8708         (wait_subprocess): Update.
8709
8710 2008-10-19  Bruno Haible  <bruno@clisp.org>
8711
8712         New module 'atoll'.
8713         * modules/atoll: New file.
8714         * lib/stdlib.in.h (atoll): New declaration.
8715         * lib/atoll.c: New file, from glibc with modifications.
8716         * m4/atoll.m4: New file.
8717         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
8718         HAVE_ATOLL.
8719         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
8720         * doc/posix-functions/atoll.texi: Mention the new module.
8721
8722 2008-10-19  Bruno Haible  <bruno@clisp.org>
8723
8724         Add strtoull() declaration to <stdlib.h>.
8725         * lib/stdlib.in.h (strtoull): New declaration.
8726         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
8727         Set HAVE_STRTOULL.
8728         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
8729         HAVE_STRTOULL.
8730         * modules/strtoull (Depends-on): Add stdlib.
8731         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8732         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
8733         HAVE_STRTOULL.
8734
8735 2008-10-19  Bruno Haible  <bruno@clisp.org>
8736
8737         Add strtoll() declaration to <stdlib.h>.
8738         * lib/stdlib.in.h (strtoll): New declaration.
8739         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
8740         Set HAVE_STRTOLL.
8741         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
8742         HAVE_STRTOLL.
8743         * modules/strtoll (Depends-on): Add stdlib.
8744         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8745         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
8746
8747 2008-10-19  Bruno Haible  <bruno@clisp.org>
8748
8749         * modules/bcopy (Depends-on): Add strings.
8750         (Include): Specify <strings.h>.
8751
8752 2008-10-19  Bruno Haible  <bruno@clisp.org>
8753
8754         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
8755
8756 2008-10-19  Bruno Haible  <bruno@clisp.org>
8757
8758         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
8759         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
8760         mingw.
8761
8762 2008-10-19  Bruno Haible  <bruno@clisp.org>
8763
8764         * lib/atanl.c: Don't include isnanl.h.
8765         * lib/cosl.c: Likewise.
8766         * lib/ldexpl.c: Likewise.
8767         * lib/logl.c: Likewise.
8768         * lib/sinl.c: Likewise.
8769         * lib/sqrtl.c: Likewise.
8770         * lib/tanl.c: Likewise.
8771
8772         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
8773         * lib/isnanf.h: Remove file.
8774         * lib/isnand.h: Remove file.
8775         * lib/isnanl.h: Remove file.
8776         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
8777         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
8778         macros.
8779         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
8780         HAVE_ISNANF, don't define it as a C macro.
8781         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
8782         HAVE_ISNAND, don't define it as a C macro.
8783         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
8784         HAVE_ISNANL, don't define it as a C macro.
8785         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
8786         HAVE_ISNAN[FDL].
8787         * modules/isnanf (Files): Remove lib/isnanf.h.
8788         (Depends-on): Add math.
8789         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
8790         (Include): Specify <math.h> instead of isnanf.h.
8791         * modules/isnand (Files): Remove lib/isnand.h.
8792         (Depends-on): Add math.
8793         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
8794         (Include): Specify <math.h> instead of isnand.h.
8795         * modules/isnanl (Files): Remove lib/isnanl.h.
8796         (Depends-on): Add math.
8797         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
8798         (Include): Specify <math.h> instead of isnanl.h.
8799         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
8800         HAVE_ISNAN[FDL].
8801         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
8802         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
8803         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
8804         * NEWS: Mention the change.
8805
8806 2008-10-18  Bruno Haible  <bruno@clisp.org>
8807
8808         Add getusershell(), setusershell(), endusershell() declarations to
8809         <unistd.h>.
8810         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
8811         declarations.
8812         * lib/getusershell.c: Include unistd.h.
8813         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
8814         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
8815         HAVE_GETUSERSHELL.
8816         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
8817         and HAVE_GETUSERSHELL.
8818         * modules/getusershell (Depends-on): Add unistd, extensions.
8819         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8820         (Include): Specify <unistd.h>.
8821         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
8822         HAVE_GETUSERSHELL.
8823
8824 2008-10-18  Bruno Haible  <bruno@clisp.org>
8825
8826         Add a getloadavg() declaration to <stdlib.h>.
8827         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
8828         getloadavg declaration.
8829         (getloadavg): New declaration.
8830         * lib/getloadavg.c: Include <stdlib.h> first.
8831         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
8832         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
8833         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
8834         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
8835         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
8836         * modules/getloadavg (Depends-on): Add stdlib, extensions.
8837         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8838         (Include): Specify <stdlib.h>.
8839         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
8840         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
8841
8842 2008-10-18  Bruno Haible  <bruno@clisp.org>
8843
8844         * lib/dirchownmod.c: Don't include lchmod.h.
8845
8846         Move the lchmod() declaration to <sys/stat.h>.
8847         * lib/lchmod.h: Remove file.
8848         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
8849         (lchmod): New declaration, moved here from lib/lchown.h.
8850         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
8851         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
8852         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
8853         and HAVE_LCHMOD.
8854         * modules/lchmod (Files): Remove lib/lchmod.h.
8855         (Depends-on): Add sys_stat, extensions.
8856         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
8857         (Include): Specify <sys/stat.h> instead of lchmod.h.
8858         * modules/sys_stat (Depends-on): Add link-warning.
8859         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
8860         definition of GL_LINK_WARNING.
8861         * NEWS: Mention the change.
8862
8863 2008-10-18  Bruno Haible  <bruno@clisp.org>
8864
8865         * lib/fchdir.c: Don't include dirfd.h.
8866         * lib/fts.c: Likewise.
8867         * lib/getcwd.c: Likewise.
8868         * lib/glob.c: Likewise.
8869
8870         Move the dirfd() declaration to <dirent.h>.
8871         * lib/dirfd.h: Remove file.
8872         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
8873         (dirfd): New declaration.
8874         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
8875         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
8876         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
8877         HAVE_DECL_DIRFD.
8878         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
8879         HAVE_DECL_DIRFD.
8880         * modules/dirfd (Files): Remove lib/dirfd.h.
8881         (Depends-on): Add dirent, extensions.
8882         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
8883         (Include): Specify <dirent.h> instead of dirfd.h.
8884         * modules/dirent (Depends-on): Add link-warning.
8885         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
8886         definition of GL_LINK_WARNING.
8887         * NEWS: Mention the change.
8888
8889 2008-10-18  Bruno Haible  <bruno@clisp.org>
8890
8891         Move the euidaccess() declaration to <unistd.h>.
8892         * lib/euidaccess.h: Remove file.
8893         * lib/unistd.in.h (euidaccess): New declaration.
8894         * lib/euidaccess.c: Don't include euidaccess.h.
8895         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
8896         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
8897         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
8898         and HAVE_EUIDACCESS.
8899         * modules/euidaccess (Files): Remove lib/euidaccess.h.
8900         (Depends-on): Add unistd.
8901         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8902         (Include): Specify <unistd.h> instead of euidaccess.h.
8903         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
8904         HAVE_EUIDACCESS.
8905         * NEWS: Mention the change.
8906
8907 2008-10-18  Bruno Haible  <bruno@clisp.org>
8908
8909         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
8910
8911         Move the getdomainname() declaration to <unistd.h>.
8912         * lib/getdomainname.h: Remove file.
8913         * lib/unistd.in.h (getdomainname): New declaration.
8914         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
8915         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
8916         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
8917         HAVE_GETDOMAINNAME.
8918         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8919         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
8920         * modules/getdomainname (Files): Remove lib/getdomainname.h.
8921         (Depends-on): Add unistd, extensions.
8922         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8923         (Includes): Specify <unistd.h> instead of getdomainname.h.
8924         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
8925         HAVE_GETDOMAINNAME.
8926         * NEWS: Mention the change.
8927
8928 2008-10-18  Bruno Haible  <bruno@clisp.org>
8929
8930         * modules/dirent: New file.
8931         * m4/dirent_h.m4: New file.
8932         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
8933         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
8934         * modules/fchdir (Files): Remove lib/dirent.in.h.
8935         (Depends-on): Add dirent.
8936         (Makefile.am): Move rules to modules/dirent.
8937         * doc/posix-headers/dirent.texi: Mention the new module.
8938
8939 2008-10-18  Bruno Haible  <bruno@clisp.org>
8940
8941         Avoid -Wunused-parameter warnings in public gnulib header files.
8942         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
8943         macro.
8944         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
8945
8946 2008-10-18  Bruno Haible  <bruno@clisp.org>
8947
8948         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
8949         * doc/glibc-functions/error.texi: Mention the module 'error'.
8950         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
8951         * doc/glibc-functions/getdomainname.texi: Mention the module
8952         'getdomainname'.
8953         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
8954         * doc/glibc-functions/getpagesize.texi: Mention the module
8955         'getpagesize'.
8956         * doc/glibc-functions/getusershell.texi: Mention the module
8957         'getusershell'.
8958         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
8959         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
8960         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
8961         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
8962         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
8963         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
8964         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
8965         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
8966         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
8967         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
8968         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
8969         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
8970         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
8971         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
8972
8973 2008-10-17  Bruno Haible  <bruno@clisp.org>
8974
8975         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
8976         HP-UX and IRIX, use -0.0L.
8977         * tests/test-ceill.c (minus_zero): Likewise.
8978         * tests/test-floorl.c (minus_zero): Likewise.
8979         * tests/test-frexpl.c (minus_zero): Likewise.
8980         * tests/test-isnan.c (minus_zerol): Likewise.
8981         * tests/test-isnanl.h (minus_zero): Likewise.
8982         * tests/test-ldexpl.c (minus_zero): Likewise.
8983         * tests/test-roundl.c (minus_zero): Likewise.
8984         * tests/test-signbit.c (minus_zerol): Likewise.
8985         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
8986         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
8987         * tests/test-truncl.c (minus_zero): Likewise.
8988         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
8989         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
8990         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
8991         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
8992
8993 2008-10-17  Bruno Haible  <bruno@clisp.org>
8994
8995         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
8996         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
8997         that it gets activated only for gcc >= 3.0.
8998         * lib/dirent.in.h: Likewise.
8999         * lib/errno.in.h: Likewise.
9000         * lib/fcntl.in.h: Likewise.
9001         * lib/float.in.h: Likewise.
9002         * lib/iconv.in.h: Likewise.
9003         * lib/inttypes.in.h: Likewise.
9004         * lib/locale.in.h: Likewise.
9005         * lib/math.in.h: Likewise.
9006         * lib/netdb.in.h: Likewise.
9007         * lib/netinet_in.in.h: Likewise.
9008         * lib/search.in.h: Likewise.
9009         * lib/signal.in.h: Likewise.
9010         * lib/spawn.in.h: Likewise.
9011         * lib/stdarg.in.h: Likewise.
9012         * lib/stdint.in.h: Likewise.
9013         * lib/stdio.in.h: Likewise.
9014         * lib/stdlib.in.h: Likewise.
9015         * lib/string.in.h: Likewise.
9016         * lib/strings.in.h: Likewise.
9017         * lib/sys_file.in.h: Likewise.
9018         * lib/sys_ioctl.in.h: Likewise.
9019         * lib/sys_select.in.h: Likewise.
9020         * lib/sys_socket.in.h: Likewise.
9021         * lib/sys_stat.in.h: Likewise.
9022         * lib/sys_time.in.h: Likewise.
9023         * lib/sysexits.in.h: Likewise.
9024         * lib/time.in.h: Likewise.
9025         * lib/unistd.in.h: Likewise.
9026         * lib/wchar.in.h: Likewise.
9027         * lib/wctype.in.h: Likewise.
9028         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9029
9030 2008-10-17  Jim Meyering  <meyering@redhat.com>
9031
9032         ignore-value: don't depend on inline module
9033         * modules/ignore-value (Depends-on): Remove 'inline'.
9034         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
9035         Suggestion from Bruno Haible.
9036
9037 2008-10-17  Bruno Haible  <bruno@clisp.org>
9038
9039         New implementation of condition variables for Win32.
9040         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
9041         (gl_linked_waitqueue_t): New type.
9042         (gl_cond_t): Use it.
9043         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
9044         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
9045         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
9046         (glthread_cond_init_func, glthread_cond_wait_func,
9047         glthread_cond_timedwait_func, glthread_cond_signal_func,
9048         glthread_cond_broadcast_func, glthread_cond_destroy_func):
9049         Reimplemented on the basis of gl_linked_waitqueue_t.
9050         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
9051         gl_waitqueue_t.
9052         (gl_rwlock_t): Update.
9053         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
9054
9055 2008-10-17  Simon Josefsson  <simon@josefsson.org>
9056
9057         * modules/recvfrom (Depends-on): Add dependency on getpeername.
9058         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9059
9060 2008-10-17  Jim Meyering  <meyering@redhat.com>
9061
9062         ignore-value: new module
9063         * modules/ignore-value: New file.
9064         * lib/ignore-value.h: New file.
9065         * MODULES.html.sh (Compiler warning management): New section,
9066         just for this module.  More to come.
9067
9068 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9069
9070         open-safer.c: avoid 'signed and unsigned in conditional...' warning
9071         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
9072         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
9073
9074 2008-10-16  Jim Meyering  <meyering@redhat.com>
9075
9076         openat-die.c: avoid 'no previous prototype' warning
9077         * lib/openat-die.c: Include "openat.h".
9078         Reported by Reuben Thomas <rrt@sc3d.org>.
9079
9080 2008-10-16  Simon Josefsson  <simon@josefsson.org>
9081
9082         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
9083         * lib/netdb.in.h: Fix typo.
9084         Reported by Bruno Haible  <bruno@clisp.org>
9085
9086         * lib/netdb.in.h: Include sys/socket.h for platforms without
9087         netdb.h, to get structures like hostent on MinGW.
9088         * modules/netdb (Depends-on): Add sys_socket.
9089
9090 2008-10-15  Simon Josefsson  <simon@josefsson.org>
9091
9092         * modules/netdb, modules/netdb-tests: New file.
9093         * m4/netdb_h.m4: New file.
9094         * lib/netdb.in.h: Add, currently just an empty file pending
9095         definitions.
9096         * tests/test-netdb.c: New file.
9097         * doc/posix-headers/netdb.texi: Mention that we replace it if
9098         needed.
9099         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9100         netdb.
9101
9102 2008-10-15  Simon Josefsson  <simon@josefsson.org>
9103
9104         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
9105         with code.
9106
9107 2008-10-13  Bruno Haible  <bruno@clisp.org>
9108
9109         * lib/glthread/cond.c (glthread_cond_wait_func,
9110         glthread_cond_timedwait_func): Add a comment.
9111
9112 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9113
9114         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
9115         * tests/test-select.c: Likewise,
9116
9117 2008-10-13  Bruno Haible  <bruno@clisp.org>
9118
9119         * lib/glthread/cond.c (glthread_cond_wait_func,
9120         glthread_cond_timedwait_func): Fix variable name.
9121         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9122
9123 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
9124
9125         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
9126         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
9127         struct sockaddr.sa_len.
9128         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
9129
9130 2008-10-13  Simon Josefsson  <simon@josefsson.org>
9131
9132         * build-aux/pmccabe2html: Add css and css_url parameters.
9133
9134 2008-10-12  Bruno Haible  <bruno@clisp.org>
9135
9136         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
9137         calling aclx_get.
9138         Reported by Rainer Tammer <tammer@tammer.net>.
9139
9140 2008-10-12  Bruno Haible  <bruno@clisp.org>
9141
9142         Use msvcrt aware primitives for creation/termination of Win32 threads.
9143         * lib/glthread/thread.c: Include <process.h>.
9144         (glthread_create_func): Use _beginthreadex instead of CreateThread.
9145         (wrapper_func): Update signature.
9146         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
9147
9148 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9149             Bruno Haible  <bruno@clisp.org>
9150
9151         Provide a Win32 implementation of the 'cond' module.
9152         * lib/glthread/cond.h [USE_WIN32]: New implementation.
9153         * lib/glthread/cond.c (glthread_cond_init_func,
9154         glthread_cond_wait_func, glthread_cond_timedwait_func,
9155         glthread_cond_signal_func, glthread_cond_broadcast_func,
9156         glthread_cond_destroy_func) [USE_WIN32]: New functions.
9157         * modules/cond (Dependencies): Add gettimeofday.
9158
9159 2008-10-11  Bruno Haible  <bruno@clisp.org>
9160
9161         Make sleep work on older versions of mingw.
9162         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
9163         only whether it exists.
9164         * doc/posix-functions/sleep.texi: Mention the problem with older
9165         versions of mingw.
9166
9167 2008-10-11  Bruno Haible  <bruno@clisp.org>
9168
9169         New module 'shutdown'.
9170         * modules/shutdown: New file.
9171         * lib/sys_socket.in.h (shutdown): New declaration.
9172         * lib/winsock.c (shutdown): New function.
9173         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9174         GNULIB_SHUTDOWN.
9175         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
9176         * doc/posix-functions/shutdown.texi: Document the new module.
9177
9178 2008-10-11  Jim Meyering  <meyering@redhat.com>
9179
9180         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
9181
9182 2008-10-11  Bruno Haible  <bruno@clisp.org>
9183
9184         New module 'fclose'.
9185         * modules/fclose: New file.
9186         * lib/stdio.in.h (fclose): New declaration.
9187         * lib/fclose.c: New file.
9188         * m4/fclose.m4: New file.
9189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
9190         REPLACE_FCLOSE.
9191         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
9192         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
9193         REPLACE_FCLOSE.
9194         * modules/close (Depends-on): fclose.
9195         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
9196
9197 2008-10-11  Bruno Haible  <bruno@clisp.org>
9198
9199         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
9200         set errno and don't call _close.
9201
9202 2008-10-10  Bruno Haible  <bruno@clisp.org>
9203
9204         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
9205         ACL, not afterwards. Fixes test failure on Cygwin.
9206
9207 2008-10-09  Ben Pfaff  <blp@gnu.org>
9208
9209         * build-aux/announce-gen: Fix gnulib version related part of usage
9210         message.  Die with a useful error message if no tarballs are
9211         found.
9212
9213 2008-10-10  Jim Meyering  <meyering@redhat.com>
9214
9215         bootstrap: use git's --depth=N option only if it's supported
9216         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
9217         recognize the --depth option.  Reported by Pádraig Brady.
9218
9219 2008-10-09  Bruno Haible  <bruno@clisp.org>
9220
9221         New module 'ioctl'.
9222         * modules/ioctl: New file.
9223         * lib/sys_socket.in.h (ioctl): Remove declaration.
9224         * lib/winsock.c: Include <sys/ioctl.h>.
9225         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
9226         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
9227         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
9228         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
9229         * doc/posix-functions/ioctl.texi: Mention the new module.
9230
9231 2008-10-09  Bruno Haible  <bruno@clisp.org>
9232
9233         New module 'sys_ioctl'.
9234         * lib/sys_ioctl.in.h: New file.
9235         * m4/sys_ioctl_h.m4: New file.
9236         * modules/sys_ioctl: New file.
9237         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
9238
9239 2008-10-09  Bruno Haible  <bruno@clisp.org>
9240
9241         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
9242         * lib/winsock.c: Include <stdarg.h>.
9243         (rpl_ioctl): Change to second argument 'int' and then varargs.
9244
9245 2008-10-09  Bruno Haible  <bruno@clisp.org>
9246
9247         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
9248         when the sys_socket module is present and the system has <winsock2.h>.
9249
9250 2008-10-09  Bruno Haible  <bruno@clisp.org>
9251
9252         * doc/posix-functions/close.texi: Mention module 'close' instead of
9253         module 'sys_socket'.
9254
9255 2008-10-09  Bruno Haible  <bruno@clisp.org>
9256
9257         * doc/glibc-headers/sys_ioctl.texi: New file.
9258         * doc/gnulib.texi: Include it.
9259
9260 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9261             Bruno Haible  <bruno@clisp.org>
9262
9263         Combine the two replacements of 'close'.
9264         * lib/sys_socket.in.h (close): Define to a reminder to include
9265         <unistd.h>.
9266         (_gl_close_fd_maybe_socket): New declaration.
9267         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
9268         * lib/winsock.c (close): Remove undefinition.
9269         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
9270         needed for the gnulib module 'close'.
9271         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
9272         define to an error symbol or to a warning, if suitable.
9273         * lib/close.c: Include <sys/socket.h>.
9274         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
9275         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
9276         UNISTD_H_HAVE_WINSOCK2_H.
9277         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
9278         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9279         UNISTD_H_HAVE_WINSOCK2_H.
9280         * modules/sys_socket (Files): Add m4/unistd_h.m4.
9281         (configure.ac): Set a module indicator.
9282         (Makefile.am): Substitute GNULIB_CLOSE.
9283         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
9284         * modules/poll-tests (Depends-on): Add close.
9285         * modules/select-tests (Depends-on): Likewise.
9286
9287 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9288             Bruno Haible  <bruno@clisp.org>
9289
9290         New module 'close'.
9291         * modules/close: New file.
9292         * lib/unistd.in.h (close): Move declaration out of the
9293         FCHDIR_REPLACEMENT scope.
9294         (_gl_unregister_fd): New declaration.
9295         * lib/close.c: New file.
9296         * lib/fchdir.c (rpl_close): Remove function.
9297         * m4/close.m4: New file.
9298         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
9299         close.
9300         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
9301         REPLACE_CLOSE.
9302         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
9303         REPLACE_CLOSE.
9304         * modules/fchdir (Depends-on): Add close.
9305
9306 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9307             Bruno Haible  <bruno@clisp.org>
9308
9309         * lib/fcntl.in.h (open): Simplify conditionals.
9310         (_gl_register_fd): New declaration.
9311         * lib/fchdir.c (rpl_open): Remove function.
9312         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
9313         also.
9314         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
9315         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
9316         open.
9317
9318 2008-10-09  Jim Meyering  <meyering@redhat.com>
9319
9320         GNUmakefile: use the more name-space-friendly "_version"
9321         * top/GNUmakefile (_dummy): Update.
9322         (_version): Rename from "version".
9323
9324 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9325             Bruno Haible  <bruno@clisp.org>
9326
9327         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
9328         rpl_close.
9329         (_gl_register_fd): New function, extracted from rpl_open.
9330         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
9331         (rpl_open, rpl_opendir): Use _gl_register_fd.
9332
9333 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9334
9335         Fix organization of 'open' replacement.
9336         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
9337         (gl_FUNC_OPEN): Use it.
9338         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
9339
9340 2008-10-08  Bruno Haible  <bruno@clisp.org>
9341
9342         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
9343
9344 2008-10-08  Simon Josefsson  <simon@josefsson.org>
9345
9346         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
9347         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
9348         listen).
9349
9350 2008-10-08  Eric Blake  <ebb9@byu.net>
9351
9352         GNUmakefile: add 'make version' target
9353         * top/GNUmakefile (_curr-ver): Split version update rules...
9354         (version): ...into a target.
9355
9356 2008-10-07  Bruno Haible  <bruno@clisp.org>
9357
9358         Use a more portable replacement expression for -0.0L.
9359         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
9360         instead of -0.0L. Fix m4 quotation.
9361
9362         * tests/test-signbit.c: Include <float.h>.
9363         (minus_zero): New variable.
9364         (test_signbitl): Use minus_zero instead of -zero.
9365         * modules/signbit-tests (Depends-on): Add float.
9366
9367         * tests/test-ceill.c: Include <float.h>.
9368         (zero): Remove variable.
9369         (minus_zero): New variable.
9370         (main): Use minus_zero instead of -zero.
9371         * modules/ceill-tests (Depends-on): Add float.
9372
9373         * tests/test-floorl.c: Include <float.h>.
9374         (zero): Remove variable.
9375         (minus_zero): New variable.
9376         (main): Use minus_zero instead of -zero.
9377         * modules/floorl-tests (Depends-on): Add float.
9378
9379         * tests/test-roundl.c: Include <float.h>.
9380         (zero): Remove variable.
9381         (minus_zero): New variable.
9382         (main): Use minus_zero instead of -zero.
9383         * modules/roundl-tests (Depends-on): Add float.
9384
9385         * tests/test-truncl.c: Include <float.h>.
9386         (zero): Remove variable.
9387         (minus_zero): New variable.
9388         (main): Use minus_zero instead of -zero.
9389         * modules/truncl-tests (Depends-on): Add float.
9390
9391         * tests/test-frexpl.c (zero): Remove variable.
9392         (minus_zero): New variable.
9393         (main): Use minus_zero instead of -zero.
9394         * modules/frexpl-tests (Depends-on): Add float.
9395
9396         * tests/test-isnan.c (zerol): Remove variable.
9397         (minus_zerol): New variable.
9398         (test_long_double): Use minus_zerol instead of -zerol.
9399         * modules/isnan-tests (Depends-on): Add float.
9400
9401         * tests/test-isnanl.h (zero): Remove variable.
9402         (minus_zero): New variable.
9403         (main): Use minus_zero instead of -zero.
9404         * modules/isnanl-nolibm-tests (Depends-on): Add float.
9405         * modules/isnanl-tests (Depends-on): Add float.
9406
9407         * tests/test-ldexpl.c (zero): Remove variable.
9408         (minus_zero): New variable.
9409         (main): Use minus_zero instead of -zero.
9410         * modules/ldexpl-tests (Depends-on): Add float.
9411
9412         * tests/test-snprintf-posix.h (zerol): Remove variable.
9413         (minus_zerol): New variable.
9414         (test_function): Use minus_zerol instead of -zerol.
9415         * modules/snprintf-posix-tests (Depends-on): Add float.
9416         * modules/vsnprintf-posix-tests (Depends-on): Add float.
9417
9418         * tests/test-sprintf-posix.h (zerol): Remove variable.
9419         (minus_zerol): New variable.
9420         (test_function): Use minus_zerol instead of -zerol.
9421         * modules/sprintf-posix-tests (Depends-on): Add float.
9422         * modules/vsprintf-posix-tests (Depends-on): Add float.
9423
9424         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
9425         (minus_zerol): New variable.
9426         (test_function): Use minus_zerol instead of -zerol.
9427         * modules/vasnprintf-posix-tests (Depends-on): Add float.
9428
9429         * tests/test-vasprintf-posix.c (zerol): Remove variable.
9430         (minus_zerol): New variable.
9431         (test_function): Use minus_zerol instead of -zerol.
9432         * modules/vasprintf-posix-tests (Depends-on): Add float.
9433
9434 2008-10-07  Simon Josefsson  <simon@josefsson.org>
9435
9436         * MODULES.html.sh (Support for building documentation): Mention
9437         pmccabe2html.  Sort entries.
9438
9439         Add pmccabe2html module, from gnupdf.
9440         * build-aux/pmccabe.css: New file.
9441         * build-aux/pmccabe2html: New file.
9442         * m4/pmccabe2html.m4: New file.
9443         * modules/pmccabe2html: New file.
9444
9445 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
9446
9447         flock: new module
9448         * MODULES.html.sh: Add to list of modules.
9449         * lib/flock.c: flock implementation for Windows and Unix systems
9450         which have fcntl.
9451         * doc/glibc-functions/flock.texi: Update documentation.
9452         * lib/sys_file.in.h: <sys/file.h> header file.
9453         * m4/flock.m4: M4 macros.
9454         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
9455         * modules/flock: flock module.
9456         * modules/flock-tests: flock tests module.
9457         * modules/sys_file: sys/file.h module.
9458         * tests/test-flock.c: test suite for flock.
9459
9460 2008-10-06  Jim Meyering  <meyering@redhat.com>
9461
9462         bootstrap: check for LT_INIT more portably still ;-)
9463         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
9464         Spotted by Bruno Haible.
9465
9466 2008-10-06  Eric Blake  <ebb9@byu.net>
9467
9468         test-signbit: avoid tripping Irix cc bug on -0.0L
9469         * tests/test-signbit.c (minus_zerol): Delete, and replace with
9470         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
9471         entire testsuite consistent and avoids an Irix 6.2 bug.
9472
9473 2008-10-05  Bruno Haible  <bruno@clisp.org>
9474             Jim Meyering  <jim@meyering.net>
9475
9476         Add an option for ignoring EPIPE during close_stdout.
9477         * lib/closeout.h: Include <stdbool.h>.
9478         (close_stdout_set_ignore_EPIPE): New declaration.
9479         * lib/closeout.c: Include <stdbool.h>.
9480         (ignore_EPIPE): New variable.
9481         (close_stdout_set_ignore_EPIPE): New function.
9482         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
9483         * lib/close-stream.c (close_stream): Mention the possible EPIPE
9484         failure.
9485         * modules/closeout (Depends-on): Add stdbool.
9486
9487 2008-10-05  Bruno Haible  <bruno@clisp.org>
9488
9489         * modules/accept: New file.
9490         * modules/bind: New file.
9491         * modules/connect: New file.
9492         * modules/getpeername: New file.
9493         * modules/getsockname: New file.
9494         * modules/getsockopt: New file.
9495         * modules/listen: New file.
9496         * modules/recv: New file.
9497         * modules/recvfrom: New file.
9498         * modules/send: New file.
9499         * modules/sendto: New file.
9500         * modules/setsockopt: New file.
9501         * modules/socket: New file.
9502         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
9503         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
9504         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
9505         the particular module is requested. Add a link warning when the
9506         particular module is not requested.
9507         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
9508         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
9509         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
9510         the particular module is requested.
9511         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
9512         gl_SYS_SOCKET_H_DEFAULTS): New macros.
9513         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
9514         * modules/sys_socket (Depends-on): Add link-warning.
9515         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
9516         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
9517         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
9518         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
9519         GL_LINK_WARNING.
9520         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
9521         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
9522         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
9523         * doc/posix-functions/getpeername.texi: Mention the new module
9524         'getpeername'.
9525         * doc/posix-functions/getsockname.texi: Mention the new module
9526         'getsockname'.
9527         * doc/posix-functions/getsockopt.texi: Mention the new module
9528         'getsockopt'.
9529         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
9530         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
9531         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
9532         * doc/posix-functions/send.texi: Mention the new module 'send'.
9533         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
9534         * doc/posix-functions/setsockopt.texi: Mention the new module
9535         'setsockopt'.
9536         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
9537         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
9538         listen, connect, accept.
9539         * modules/select-tests (Depends-on): Likewise.
9540
9541 2008-10-05  Bruno Haible  <bruno@clisp.org>
9542
9543         * lib/winsock.c (strerror): Remove unused #undef.
9544         (rpl_close): Remove unused local variable.
9545
9546         * modules/sys_socket (Depends-on); Add errno.
9547
9548 2008-10-05  Bruno Haible  <bruno@clisp.org>
9549
9550         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
9551         (select): Add a link warning when the 'select' module is not used.
9552         * modules/sys_select (Depends-on): Add link-warning.
9553         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
9554         Suggested by Paolo Bonzini.
9555
9556 2008-10-05  Jim Meyering  <meyering@redhat.com>
9557
9558         bootstrap: check for LT_INIT more portably
9559         * build-aux/bootstrap: Avoid using grep -E, since it's not
9560         portable enough.  Suggestion from Bruno Haible.
9561
9562 2008-10-05  Bruno Haible  <bruno@clisp.org>
9563
9564         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
9565         as being fixed by gnulib.
9566
9567 2008-10-05  Bruno Haible  <bruno@clisp.org>
9568
9569         * modules/select-tests: New file, mostly copied from
9570         modules/sys_select-tests.
9571         * tests/test-select.c: New file, mostly copied from
9572         tests/test-sys_select.c.
9573         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
9574         * modules/sys_select-tests (Depends-on): Remove all dependencies.
9575         (Makefile.am): Remove test_sys_select_LDADD.
9576
9577         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
9578         to an undefined symbol, for an error message.
9579         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
9580         (gl_SYS_SELECT_H_DEFAULTS): New macro.
9581         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
9582         winsock-select.c here.
9583         * modules/sys_select (Files): Remove lib/winsock-select.c.
9584         (Depends-on): Remove alloca.
9585         (Makefile.am): Substitute GNULIB_SELECT.
9586         * modules/select: New file.
9587         * doc/posix-functions/select.texi: Update.
9588
9589 2008-10-05  Bruno Haible  <bruno@clisp.org>
9590
9591         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
9592         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
9593         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
9594         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
9595         getdtablesize.
9596         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
9597         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
9598
9599 2008-10-05  Bruno Haible  <bruno@clisp.org>
9600
9601         * modules/getdtablesize-tests: New file.
9602         * tests/test-getdtablesize.c: New file.
9603
9604         New module 'getdtablesize'.
9605         * lib/unistd.in.h (getdtablesize): New declaration.
9606         * lib/getdtablesize.c: New file.
9607         * m4/getdtablesize.m4: New file.
9608         * modules/getdtablesize: New file.
9609         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9610         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
9611         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
9612         HAVE_GETDTABLESIZE.
9613         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
9614
9615 2008-10-05  Bruno Haible  <bruno@clisp.org>
9616
9617         * modules/sched (Makefile.am): Fix typo.
9618         Reported by Simon Josefsson.
9619
9620 2008-10-05  Jim Meyering  <meyering@redhat.com>
9621
9622         bootstrap: check for LT_INIT, too
9623         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
9624         are deprecated.  Suggestion from Ralf Wildenhues.
9625
9626 2008-10-05  Bruno Haible  <bruno@clisp.org>
9627
9628         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
9629         overriding them by ours.
9630         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
9631
9632 2008-10-05  Jim Meyering  <meyering@redhat.com>
9633
9634         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
9635         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
9636         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
9637
9638 2008-10-04  Bruno Haible  <bruno@clisp.org>
9639
9640         * modules/dup2 (License): Change to LGPLv2+.
9641         * modules/sleep (License): Likewise.
9642         * modules/perror (License): Likewise.
9643         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
9644         Blake.
9645         * modules/signal (License): Likewise.
9646         * modules/sigprocmask (License): Likewise.
9647         * modules/raise (License): Change to LGPLv2+, with approval by Jim
9648         Meyering.
9649
9650 2008-10-04  Bruno Haible  <bruno@clisp.org>
9651
9652         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
9653         Reported by Rainer Tammer <tammer@tammer.net>.
9654
9655 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
9656             Bruno Haible  <bruno@clisp.org>
9657
9658         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
9659         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
9660         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
9661
9662 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
9663
9664         filevercmp: new module
9665         * lib/filevercmp.h: New function filevercmp comparing version strings.
9666         * lib/filevercmp.c: Implementation of filevercmp function.
9667         * modules/filevercmp: Module metadata.
9668         * tests/test-filevercmp.c: Unit test for new module.
9669         * modules/filevercmp-tests: Unit test metadata.
9670         * MODULES.html.sh: Add filevercmp module.
9671
9672 2008-10-03  Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/c-ctype.h: Add comment.
9675         Reported by Jim Meyering.
9676
9677 2008-10-02  Bruno Haible  <bruno@clisp.org>
9678
9679         * modules/posix_spawn-internal (Depends-on): Add 'open'.
9680
9681 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
9682
9683         * build-aux/bootstrap: Allow renaming bootstrap, and change the
9684         name of bootstrap.conf accordingly.
9685
9686 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
9687
9688         * build-aux/bootstrap: Install git-merge-changelog configuration
9689         items into .gitconfig if needed.
9690
9691 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
9692
9693         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
9694         git repository, and initialize/update it accordingly.
9695
9696 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
9697
9698         * modules/fsync-tests: New file.
9699         * tests/test-fsync.c: New file.
9700
9701         New module 'fsync'.
9702         * lib/fsync.c: New file.
9703         * m4/fsync.m4: New file.
9704         * modules/fsync: New file.
9705         * lib/unistd.in.h (fsync): New declaration.
9706         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
9707         GNULIB_FSYNC and HAVE_FSYNC.
9708         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
9709         * MODULES.html.sh (posix_functions): Add fsync.
9710         * doc/posix-functions/fsync.texi: Mention the new module.
9711
9712 2008-10-02  Jim Meyering  <meyering@redhat.com>
9713
9714         fts.c: sync with similar code from coreutils' remove.c
9715         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
9716         Guard also with "#if defined __linux__", since for now at least,
9717         this code is Linux-kernel-specific.
9718
9719 2008-10-02  Jim Meyering  <meyering@redhat.com>
9720
9721         fts: bug fixes
9722         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
9723         Include <sys/vfs.h>, not <sys/statfs.h>.
9724
9725         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
9726         Include <sys/vfs.h>, not <sys/statfs.h>.
9727
9728 2008-10-01  Bruno Haible  <bruno@clisp.org>
9729
9730         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
9731         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
9732         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
9733         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
9734         * doc/posix-functions/posix_spawnp.texi: Likewise.
9735         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
9736         whether posix_spawn actually works.
9737         * m4/pipe.m4 (gl_PIPE): Likewise.
9738         * modules/execute (Files): Add m4/posix_spawn.m4.
9739         * modules/pipe (Files): Add m4/posix_spawn.m4.
9740         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
9741
9742 2008-10-01  Jim Meyering  <meyering@redhat.com>
9743
9744         remove trailing spaces
9745         * NEWS: Likewise.
9746         * lib/poll.c (poll): Likewise.
9747         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
9748         * lib/winsock.c (rpl_close): Likewise.
9749         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
9750         * modules/yield: Likewise.
9751         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
9752         * tests/test-sys_select.c (connect_to_socket): Likewise.
9753
9754         fts.c: adjust a new interface to be more generally useful
9755         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
9756         (fts_build): Adjust caller.
9757
9758 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9759
9760         * modules/cond-tests: New file.
9761         * tests/test-cond.c: New file.
9762
9763 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9764             Bruno Haible  <bruno@clisp.org>
9765
9766         * modules/cond (Dependencies): Add errno, time.
9767         * lib/glthread/cond.h: Include <time.h>.
9768         (gl_cond_define, gl_cond_define_initialized): Use the same definition
9769         across platforms.
9770
9771 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9772             Bruno Haible  <bruno@clisp.org>
9773
9774         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
9775
9776 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9777             Bruno Haible  <bruno@clisp.org>
9778
9779         * modules/tls-tests (Depends-on): Add thread, yield.
9780         (configure.ac): Remove all checks.
9781         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
9782         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
9783         gl_thread_self): Remove definitions. Include glthread/thread.h and
9784         glthread/yield.h instead.
9785         (test_tls): Pass an additional NULL argument to gl_thread_join.
9786
9787 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9788             Bruno Haible  <bruno@clisp.org>
9789
9790         * modules/lock-tests (Depends-on): Add thread, yield.
9791         (configure.ac): Remove all checks.
9792         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
9793         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
9794         gl_thread_self): Remove definitions. Include glthread/thread.h and
9795         glthread/yield.h instead.
9796         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
9797         additional NULL argument to gl_thread_join.
9798
9799 2008-09-30  Bruno Haible  <bruno@clisp.org>
9800
9801         Fix the Win32 implementation of the 'thread' module.
9802         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
9803         pointer type.
9804         (gl_thread_self): Invoke gl_thread_self_func.
9805         (gl_thread_self_func): New declaration.
9806         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
9807         (do_init_self_key, init_self_key): New functions.
9808         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
9809         Remove some fields.
9810         (running_threads, running_lock): Remove variables.
9811         (get_current_thread_handle): New function.
9812         (gl_thread_self_func, wrapper_func, glthread_create_func,
9813         glthread_join_func, gl_thread_exit_func): Largely rewritten and
9814         simplified.
9815
9816 2008-09-30  Bruno Haible  <bruno@clisp.org>
9817
9818         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
9819         files.
9820
9821 2008-09-30  Jim Meyering  <meyering@redhat.com>
9822
9823         fts.m4: correct the test for statfs.f_type
9824         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
9825         when checking for statfs.f_type.
9826
9827 2008-09-15  Simon Josefsson  <simon@josefsson.org>
9828
9829         tests: avoid some compiler warnings
9830         * tests/test-memchr.c (main): Pass NULL indirectly.
9831         * tests/test-getdate.c (main): Remove unused variable 'ret'.
9832
9833 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
9834
9835         getdate.y: disallow countable dayshifts like "4 yesterday ago"
9836         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
9837         exactly specified dayshifts.
9838         (dayshift): New rule.
9839         (rel): Add dayshift.
9840         (relative_time_table) [tomorrow, yesterday, today, now]:
9841         Use tDAY_SHIFT in place of tDAY_UNIT.
9842         * tests/test-getdate.c: Add tests for now-disallowed countable
9843         dayshifts, e.g., "4 yesterday ago".
9844
9845 2008-09-29  Bruno Haible  <bruno@clisp.org>
9846
9847         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
9848         * tests/test-posix_spawn1.in.sh: Renamed from
9849         tests/test-posix_spawn.in.sh.
9850         * tests/test-posix_spawn2.c: New file.
9851         * tests/test-posix_spawn2.in.sh: New file.
9852         * modules/posix_spawnp-tests (Files): Update.
9853         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
9854
9855 2008-09-29  Bruno Haible  <bruno@clisp.org>
9856
9857         Propagate effects of putenv/setenv/unsetenv to child processes.
9858         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
9859         * lib/pipe.c (create_pipe): Likewise.
9860
9861 2008-09-29  Bruno Haible  <bruno@clisp.org>
9862
9863         Enable use of shell scripts as executables in mingw.
9864         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
9865         run the program as a shell script.
9866         * lib/pipe.c (create_pipe): Likewise.
9867         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
9868         resulting array.
9869
9870 2008-09-29  Eric Blake  <ebb9@byu.net>
9871
9872         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
9873
9874 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
9875
9876         * doc/posix-functions/accept.texi: Update mingw problems.
9877         * doc/posix-functions/bind.texi: Update mingw problems.
9878         * doc/posix-functions/close.texi: Update mingw problems.
9879         * doc/posix-functions/connect.texi: Update mingw problems.
9880         * doc/posix-functions/getpeername.texi: Update mingw problems.
9881         * doc/posix-functions/getsockname.texi: Update mingw problems.
9882         * doc/posix-functions/getsockopt.texi: Update mingw problems.
9883         * doc/posix-functions/ioctl.texi: Update mingw problems.
9884         * doc/posix-functions/listen.texi: Update mingw problems.
9885         * doc/posix-functions/recv.texi: Update mingw problems.
9886         * doc/posix-functions/recvfrom.texi: Update mingw problems.
9887         * doc/posix-functions/select.texi: Update mingw problems.
9888         * doc/posix-functions/send.texi: Update mingw problems.
9889         * doc/posix-functions/sendto.texi: Update mingw problems.
9890         * doc/posix-functions/setsockopt.texi: Update mingw problems.
9891         * doc/posix-functions/socket.texi: Update mingw problems.
9892
9893 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
9894             Bruno Haible  <bruno@clisp.org>
9895
9896         * lib/sys_select.in.h: Include sys/time.h.
9897         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
9898         * modules/sys_select: Depend on sys_time.
9899         * tests/test-sys_select.c: Test that sys/select.h defines struct
9900         timeval fully.
9901
9902 2008-09-29  Bruno Haible  <bruno@clisp.org>
9903
9904         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
9905         * lib/sys_select.in.h: Likewise.
9906
9907 2008-09-29  Bruno Haible  <bruno@clisp.org>
9908
9909         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
9910
9911 2008-09-29  Bruno Haible  <bruno@clisp.org>
9912
9913         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
9914         Set LIBSOCKET instead of augmenting LIBS.
9915         * modules/sockets (Link): New section.
9916         * modules/sockets-tests (test_sockets_LDADD): New variable.
9917         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
9918         * modules/poll-tests (test_poll_LDADD): New variable.
9919         * NEWS: Document the change.
9920
9921 2008-09-29  Bruno Haible  <bruno@clisp.org>
9922
9923         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
9924         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
9925         ARPA_INET_H directly.
9926         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9927
9928 2008-09-28  Bruno Haible  <bruno@clisp.org>
9929
9930         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
9931         from gl_HEADER_SYS_SOCKET.
9932         (gl_HEADER_SYS_SOCKET): Invoke it.
9933         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9934
9935 2008-09-28  Bruno Haible  <bruno@clisp.org>
9936
9937         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
9938         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
9939         Needed on OSF/1 4.0.
9940
9941 2008-09-28  Bruno Haible  <bruno@clisp.org>
9942
9943         Override open more carefully.
9944         * lib/open.c (orig_open): New function.
9945         (rpl_open): Use orig_open instead of open.
9946         * lib/fcntl.in.h: Add special invocation convention.
9947         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
9948         (gl_FUNC_OPEN): Invoke it.
9949
9950         Override freopen more carefully.
9951         * lib/freopen.c (orig_freopen): New function.
9952         (rpl_freopen): Use orig_freopen instead of freopen.
9953         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
9954         (gl_FUNC_FREOPEN): Invoke it.
9955
9956         Override fopen more carefully.
9957         * lib/fopen.c (orig_fopen): New function.
9958         (rpl_fopen): Use orig_fopen instead of fopen.
9959         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
9960         (gl_FUNC_FOPEN): Invoke it.
9961         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
9962
9963 2008-09-28  Bruno Haible  <bruno@clisp.org>
9964
9965         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
9966         SIGPIPE.
9967
9968 2008-09-28  Bruno Haible  <bruno@clisp.org>
9969
9970         * tests/test-sigaction.c (handler, main): Disable the check whether
9971         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
9972         glibc systems with LinuxThreads.
9973
9974 2008-09-28  Bruno Haible  <bruno@clisp.org>
9975
9976         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
9977
9978         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
9979         with AIX xlc.
9980         * lib/fcntl.in.h (open): Likewise.
9981         Reported by Rainer Tammer <tammer@tammer.net>.
9982
9983 2008-09-28  Bruno Haible  <bruno@clisp.org>
9984
9985         * modules/posix_spawnp-tests: New file.
9986         * tests/test-posix_spawn.c: New file.
9987         * tests/test-posix_spawn.in.sh: New file.
9988
9989         New module 'posix_spawnp'.
9990         * modules/posix_spawnp: New file.
9991         * lib/spawnp.c: New file, from GNU libc with modifications.
9992         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
9993
9994         New module 'posix_spawn'.
9995         * modules/posix_spawn: New file.
9996         * lib/spawn.c: New file, from GNU libc with modifications.
9997         * doc/posix-functions/posix_spawn.texi: Mention the new module.
9998
9999         New module 'posix_spawnattr_destroy'.
10000         * modules/posix_spawnattr_destroy: New file.
10001         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
10002         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
10003         module.
10004
10005         New module 'posix_spawnattr_setsigmask'.
10006         * modules/posix_spawnattr_setsigmask: New file.
10007         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
10008         modifications.
10009         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
10010         new module.
10011
10012         New module 'posix_spawnattr_getsigmask'.
10013         * modules/posix_spawnattr_getsigmask: New file.
10014         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
10015         modifications.
10016         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
10017         new module.
10018
10019         New module 'posix_spawnattr_setsigdefault'.
10020         * modules/posix_spawnattr_setsigdefault: New file.
10021         * lib/spawnattr_setdefault.c: New file, from GNU libc with
10022         modifications.
10023         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
10024         new module.
10025
10026         New module 'posix_spawnattr_getsigdefault'.
10027         * modules/posix_spawnattr_getsigdefault: New file.
10028         * lib/spawnattr_getdefault.c: New file, from GNU libc with
10029         modifications.
10030         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
10031         new module.
10032
10033         New module 'posix_spawnattr_setschedpolicy'.
10034         * modules/posix_spawnattr_setschedpolicy: New file.
10035         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
10036         modifications.
10037         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
10038         new module.
10039
10040         New module 'posix_spawnattr_getschedpolicy'.
10041         * modules/posix_spawnattr_getschedpolicy: New file.
10042         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
10043         modifications.
10044         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
10045         new module.
10046
10047         New module 'posix_spawnattr_setschedparam'.
10048         * modules/posix_spawnattr_setschedparam: New file.
10049         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
10050         modifications.
10051         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
10052         new module.
10053
10054         New module 'posix_spawnattr_getschedparam'.
10055         * modules/posix_spawnattr_getschedparam: New file.
10056         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
10057         modifications.
10058         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
10059         new module.
10060
10061         New module 'posix_spawnattr_setpgroup'.
10062         * modules/posix_spawnattr_setpgroup: New file.
10063         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
10064         modifications.
10065         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
10066         module.
10067
10068         New module 'posix_spawnattr_getpgroup'.
10069         * modules/posix_spawnattr_getpgroup: New file.
10070         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
10071         modifications.
10072         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
10073         module.
10074
10075         New module 'posix_spawnattr_setflags'.
10076         * modules/posix_spawnattr_setflags: New file.
10077         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
10078         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
10079         module.
10080
10081         New module 'posix_spawnattr_getflags'.
10082         * modules/posix_spawnattr_getflags: New file.
10083         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
10084         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
10085         module.
10086
10087         New module 'posix_spawnattr_init'.
10088         * modules/posix_spawnattr_init: New file.
10089         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
10090         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
10091         module.
10092
10093         New module 'posix_spawn_file_actions_destroy'.
10094         * modules/posix_spawn_file_actions_destroy: New file.
10095         * lib/spawn_faction_destroy.c: New file, from GNU libc with
10096         modifications.
10097         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
10098         the new module.
10099
10100         New module 'posix_spawn_file_actions_addopen'.
10101         * modules/posix_spawn_file_actions_addopen: New file.
10102         * lib/spawn_faction_addopen.c: New file, from GNU libc with
10103         modifications.
10104         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
10105         the new module.
10106
10107         New module 'posix_spawn_file_actions_adddup2'.
10108         * modules/posix_spawn_file_actions_adddup2: New file.
10109         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
10110         modifications.
10111         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
10112         the new module.
10113
10114         New module 'posix_spawn_file_actions_addclose'.
10115         * modules/posix_spawn_file_actions_addclose: New file.
10116         * lib/spawn_faction_addclose.c: New file, from GNU libc with
10117         modifications.
10118         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
10119         the new module.
10120
10121         New module 'posix_spawn_file_actions_init'.
10122         * modules/posix_spawn_file_actions_init: New file.
10123         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
10124         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
10125         new module.
10126
10127         New module 'posix_spawn-internal'.
10128         * modules/posix_spawn-internal: New file.
10129         * lib/spawn_int.h: New file, from GNU libc with modifications.
10130         * lib/spawni.c: New file, from GNU libc with modifications.
10131         * m4/posix_spawn.m4: New file.
10132
10133         New module 'spawn'.
10134         * modules/spawn: New file.
10135         * lib/spawn.in.h: New file, from GNU libc with modifications.
10136         * m4/spawn_h.m4: New file.
10137         * doc/posix-headers/spawn.texi: Mention the new module.
10138
10139 2008-09-28  Bruno Haible  <bruno@clisp.org>
10140
10141         * modules/sched-tests: New file.
10142         * tests/test-sched.c: New file.
10143
10144         New module 'sched'.
10145         * modules/sched: New file.
10146         * lib/sched.in.h: New file.
10147         * m4/sched_h.m4: New file.
10148         * doc/posix-headers/sched.texi: Mention the new module.
10149
10150 2008-09-27  Eric Blake  <ebb9@byu.net>
10151
10152         Fix previous patch, and tweak references to $0.
10153         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
10154         (func_version, func_gnulib_dir): Don't call this program
10155         gnulib-tool.
10156         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
10157         with using $0 in function.
10158         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
10159         (func_fatal_error): Reuse the name the user invoked us with.
10160
10161 2008-09-27  Bruno Haible  <bruno@clisp.org>
10162
10163         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
10164         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
10165         (gl_ICONV_H): Not here.
10166         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
10167         instead of assigning ICONV_H directly.
10168
10169         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
10170         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
10171         WCHAR_H directly.
10172
10173 2008-09-27  Bruno Haible  <bruno@clisp.org>
10174
10175         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
10176         * modules/arpa_inet (Depends-on): Add link-warning.
10177         (Makefile.am): Insert the definition of GL_LINK-WARNING.
10178         * modules/unistd (Makefile.am): Likewise.
10179
10180 2008-09-26  Bruno Haible  <bruno@clisp.org>
10181
10182         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
10183         variables.
10184         (func_version): Essentially copied from gnulib-tool.
10185         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
10186         func_readlink): Copied from gnulib-tool.
10187
10188 2008-09-26  Bruno Haible  <bruno@clisp.org>
10189
10190         * gnulib-tool (func_version): Change directory to $gnulib_dir before
10191         invoking git-version-gen.
10192
10193 2008-09-26  Bruno Haible  <bruno@clisp.org>
10194
10195         * posix-modules: Update to directory names changed on 2008-01-19.
10196         Remove commas in output before splitting into words. No more need to
10197         avoid 'ftruncate' since 2007-02-19.
10198
10199 2008-09-26  Bruno Haible  <bruno@clisp.org>
10200
10201         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
10202
10203 2008-09-26  Bruno Haible  <bruno@clisp.org>
10204
10205         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
10206         * modules/fwriteerror (Depends-on): Add errno.
10207
10208 2008-09-26  Bruno Haible  <bruno@clisp.org>
10209
10210         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
10211         * tests/test-vc-list-files-cvs.sh: Likewise.
10212
10213 2008-09-26  Bruno Haible  <bruno@clisp.org>
10214
10215         * doc/posix-headers/sys_resource.texi: Reorder items.
10216
10217 2008-09-26  Jim Meyering  <meyering@redhat.com>
10218
10219         fts: tweak inode comparison function
10220         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
10221         inode numbers, as documented.
10222
10223         fts: sort dirent entries on inode number before traversing
10224         This avoids a quadratic, seek-related performance penalty when
10225         operating on a directory containing many entries (measurable at 10k;
10226         3.5 hours at 2 million entries with a cold cache) on certain types
10227         of file systems, including ext3 and ext4, but not tmpfs.
10228         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
10229         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
10230         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
10231         (fs_handles_readdir_ordered_dirents_efficiently): New function.
10232         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
10233         (fts_build): Set the stat.st_ino member from D_INO.
10234         If it is likely to be useful, sort dirent entries on inode number.
10235
10236         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
10237         and the struct statfs.f_type member.
10238         * modules/fts (Depends-on): Add d-ino.
10239
10240 2008-09-26  Bruno Haible  <bruno@clisp.org>
10241
10242         * modules/sigpipe-die (Depends-on): Add sigpipe.
10243
10244         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
10245         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
10246         and GNULIB_STDIO_H_SIGPIPE are set.
10247         * lib/stdio-write.c: New file.
10248         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
10249         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
10250         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
10251         REPLACE_STDIO_WRITE_FUNCS.
10252         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
10253         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
10254         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
10255         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
10256         * modules/stdio (Files): Add lib/stdio-write.c.
10257         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
10258         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
10259         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
10260         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
10261         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
10262         REPLACE_FPRINTF_POSIX.
10263         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
10264         REPLACE_PRINTF_POSIX.
10265         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
10266         REPLACE_VFPRINTF_POSIX.
10267         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
10268         REPLACE_VPRINTF_POSIX.
10269         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
10270         SIGPIPE issue.
10271         * doc/posix-functions/fputc.texi: Likewise.
10272         * doc/posix-functions/fputs.texi: Likewise.
10273         * doc/posix-functions/fwrite.texi: Likewise.
10274         * doc/posix-functions/printf.texi: Likewise.
10275         * doc/posix-functions/putc.texi: Likewise.
10276         * doc/posix-functions/putchar.texi: Likewise.
10277         * doc/posix-functions/puts.texi: Likewise.
10278         * doc/posix-functions/vfprintf.texi: Likewise.
10279         * doc/posix-functions/vprintf.texi: Likewise.
10280
10281         * modules/safe-write (Depends-on): Add write.
10282
10283         * modules/sigpipe-tests: New file.
10284         * tests/test-sigpipe.c: New file.
10285         * tests/test-sigpipe.sh: New file.
10286
10287         * modules/write: New file.
10288         * lib/unistd.in.h: Include <sys/types.h>.
10289         (write): New declaration.
10290         * lib/write.c: New file.
10291         * m4/write.m4: New file.
10292         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10293         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
10294         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
10295         GNULIB_WRITE, REPLACE_WRITE.
10296         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
10297         and the SIGPIPE issue.
10298
10299         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
10300         (raise): New declaration.
10301         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
10302         (ext_signal): New function.
10303         (rpl_raise): New function.
10304         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
10305         GNULIB_SIGNAL_H_SIGPIPE.
10306         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
10307         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
10308
10309         * modules/sigpipe: New file.
10310         * m4/sigpipe.m4: New file.
10311
10312 2008-09-25  Derek Price  <derek@ximbiot.com>
10313             Bruno Haible  <bruno@clisp.org>
10314
10315         * gnulib-tool (func_import): Report all license incompatibilities, not
10316         just the first one.
10317
10318 2008-09-25  Bruno Haible  <bruno@clisp.org>
10319
10320         * gnulib-tool (func_import): When computing the edits, consider not
10321         only the Makefile.ams that exist but also those that will be generated.
10322
10323 2008-09-25  Simon Josefsson  <simon@josefsson.org>
10324
10325         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
10326         fixes gnulib-tool --test warning about duplicate dependency.
10327
10328 2008-09-25  Bruno Haible  <bruno@clisp.org>
10329
10330         * gnulib-tool: Don't ask the user to perform edits in the generated
10331         Makefile.ams.
10332         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
10333         apply to the Makefile.am being generated.
10334         (func_emit_tests_Makefile_am): Execute edits that apply to the
10335         Makefile.am being generated.
10336         (func_import): Setup list of Makefile.am edits before emitting the
10337         Makefile.ams, not at the end.
10338         (func_create_testdir): Update.
10339         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10340
10341 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10342
10343         * gnulib-tool (func_import): Store the --tests-base option in the
10344         comment in gnulib-cache.m4.
10345
10346 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
10347
10348         * NEWS: Document increased portability that sys_select now provides.
10349
10350         * lib/sys_select.in.h: Install select wrapper.
10351         * lib/sys_socket.in.h: Use more descriptive name when there is no
10352         select wrapper.
10353         * lib/winsock-select.c: New.
10354         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
10355         Require gl_HEADER_SYS_SOCKET.
10356         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
10357         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
10358         * tests/test-sys_select.c: Add functional tests.
10359
10360 2008-09-24  Eric Blake  <ebb9@byu.net>
10361
10362         open, fopen: close fd leak in last patch
10363         * lib/open.c (rpl_open): Close fd before returning error.
10364         * lib/fopen.c (rpl_fopen): Close fd before returning error.
10365         * doc/posix-functions/open.texi (open): Document that Irix also
10366         has the bug.
10367         * doc/posix-functions/fopen.texi (fopen): Likewise.
10368         Reported by Paolo Bonzini.
10369
10370 2008-09-24  Bruno Haible  <bruno@clisp.org>
10371
10372         Ensure that a filename ending in a slash cannot be used to access a
10373         non-directory.
10374         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
10375         to check whether it's really a directory.
10376         * lib/fopen.c: Include fcntl.h, unistd.h.
10377         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
10378         and fdopen().
10379         * modules/fopen (Depends-on): Add unistd.
10380         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
10381         * tests/test-fopen.c (main): Likewise.
10382         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
10383         * doc/posix-functions/fopen.texi: Likewise.
10384         Reported by Eric Blake.
10385
10386 2008-09-23  Eric Blake  <ebb9@byu.net>
10387
10388         c-stack: avoid compiler optimizations when provoking overflow
10389         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
10390         recursion harder to optimize, to ensure a stack overflow occurs.
10391         * tests/test-c-stack.c (recurse): Likewise.
10392         Borrowed from libsigsegv.
10393
10394         c-stack: work around Irix sigaltstack bug
10395         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
10396         whether sigaltstack uses wrong end of stack_t (copied in part from
10397         libsigsegv).
10398         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
10399         Irix bug, without requiring an over-allocation.
10400         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
10401         bug.
10402
10403         fopen: document mingw bug on directories
10404         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
10405         not allowing a stream visiting a directory, even though reading
10406         from such a stream is not portable.
10407
10408 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
10409
10410         * lib/poll.c: Rewrite.
10411         * modules/poll: Depend on alloca.
10412
10413 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
10414
10415         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
10416         instead define prototypes for a full set of wrappers.  Ensure
10417         that Cygwin does not use the compatibility code, which is only
10418         for MinGW.
10419         * lib/winsock.c: New.
10420         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
10421         * modules/sys_socket: Add lib/winsock.c.
10422
10423         * modules/poll-tests: Add errno and perror.
10424         * tests/test-poll.c: Use ioctl, not ioctlsocket.
10425
10426 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
10427
10428         * tests/test-poll.c: Downgrade minimum needed Winsock version.
10429
10430 2008-09-23  Bruno Haible  <bruno@clisp.org>
10431
10432         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
10433         * doc/glibc-functions/*: Likewise.
10434
10435 2008-09-23  Simon Josefsson  <simon@josefsson.org>
10436
10437         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
10438         success.
10439
10440 2008-09-22  Eric Blake  <ebb9@byu.net>
10441             Bruno Haible  <bruno@clisp.org>
10442
10443         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
10444         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
10445         supply %A but mishandle pseudo-NaN.
10446         Reported by Simon Josefsson.
10447
10448 2008-09-21  Bruno Haible  <bruno@clisp.org>
10449
10450         * tests/test-lock.c (main): Tweak skip message.
10451         * tests/test-tls.c (main): Likewise.
10452
10453 2008-09-21  Bruno Haible  <bruno@clisp.org>
10454
10455         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
10456         whether 'struct sigaction' has sa_sigaction here...
10457         (gl_PREREQ_SIG_HANDLER_H): ... not here.
10458         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
10459
10460 2008-09-21  Bruno Haible  <bruno@clisp.org>
10461
10462         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
10463         section.
10464         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
10465         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
10466         the new section.
10467         (Support for obsolete systems lacking POSIX:2001): New section.
10468         (String handling <string.h>): Move strdup to the new section.
10469         Suggested by Simon Josefsson and Paolo Bonzini.
10470
10471 2008-09-21  Bruno Haible  <bruno@clisp.org>
10472
10473         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
10474         exponents in %e and %g results on 'long double'. Needed for mingw's
10475         improved *printf functions.
10476         * tests/test-vasprintf-posix.c (test_function): Likewise.
10477         * tests/test-snprintf-posix.h (test_function): Likewise.
10478         * tests/test-sprintf-posix.h (test_function): Likewise.
10479         Reported by Eric Blake.
10480
10481 2008-09-21  Bruno Haible  <bruno@clisp.org>
10482
10483         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
10484         * tests/test-sprintf-posix.h (test_function): Likewise.
10485
10486 2008-09-21  Bruno Haible  <bruno@clisp.org>
10487
10488         * modules/getpass (Depends-on): Add strdup-posix.
10489
10490         New module 'strdup-posix'.
10491         * modules/strdup-posix: New file.
10492         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
10493         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
10494         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10495         REPLACE_STRDUP.
10496         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
10497         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
10498         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10499         strdup-posix.
10500
10501         * modules/strdup (Depends-on): Remove malloc-posix.
10502
10503 2008-09-20  Bruno Haible  <bruno@clisp.org>
10504
10505         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
10506         Wildenhues.
10507
10508 2008-09-20  Bruno Haible  <bruno@clisp.org>
10509
10510         Ensure that wint_t gets defined on IRIX 5.3.
10511         * lib/wchar.in.h (wint_t): Define if not defined by the system.
10512         * lib/wctype.in.h (wint_t): Likewise.
10513         (__wctype_wint_t): Remove type.
10514         (isw*): Use wint_t instead of __wctype_wint_t.
10515         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
10516         * modules/wchar (Files): Add m4/wint_t.m4.
10517         (Makefile.am): Substitute HAVE_WINT_T.
10518         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
10519         * tests/test-wctype.c: Check that wint_t is defined.
10520         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
10521         * doc/posix-headers/wctype.texi: Likewise.
10522         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10523
10524 2008-09-18  Bruno Haible  <bruno@clisp.org>
10525
10526         * gnulib-tool (func_exit): Update comment.
10527
10528 2008-09-18  Simon Josefsson  <simon@josefsson.org>
10529
10530         * modules/getaddrinfo (Depends-on): Remove strdup, this module
10531         assumes strdup exists and does not depend on strdup to return
10532         ENOMEM on out of memory conditions.
10533
10534 2008-09-18  Bruno Haible  <bruno@clisp.org>
10535
10536         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
10537         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
10538         digits for the exponent.
10539
10540 2008-09-18  Jim Meyering  <meyering@redhat.com>
10541             Bruno Haible  <bruno@clisp.org>
10542
10543         * lib/vasnprintf.c (decimal_point_char): Define also if
10544         NEED_PRINTF_INFINITE_LONG_DOUBLE.
10545
10546 2008-09-16  Bruno Haible  <bruno@clisp.org>
10547         and Eric Blake  <ebb9@byu.net>
10548
10549         vasnprintf: support Irix 5.3
10550         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
10551         that mishandle long double infinity.
10552         Reported by Tom G. Christensen.
10553
10554 2008-09-16  Bruno Haible  <bruno@clisp.org>
10555
10556         * doc/glibc-functions/scandir.texi: Mention the function is missing on
10557         Solaris 9.
10558         * doc/glibc-functions/alphasort.texi: Likewise.
10559         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
10560
10561 2008-09-16  Jim Meyering  <meyering@redhat.com>
10562
10563         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
10564         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
10565         a umask modification leak out of a subshell.  Otherwise, the
10566         opensolaris /bin/sh would be accepted and thus cause unwarranted
10567         failures in the coreutils test suite.
10568
10569 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
10570
10571         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
10572         to succeed.
10573
10574 2008-09-16  Jim Meyering  <meyering@redhat.com>
10575
10576         avoid spurious test failure when library is built without ACL support
10577         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
10578         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
10579         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
10580         * tests/test-copy-acl.sh: Likewise.
10581
10582 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10583
10584         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
10585         based on character occurrence counts.
10586
10587 2008-09-15  Eric Blake  <ebb9@byu.net>
10588
10589         tests: avoid some compiler warnings
10590         * tests/test-memchr.c (main): Pass NULL indirectly.
10591         * tests/test-closein.c (main): Avoid unused variable.
10592
10593 2008-09-15  Bruno Haible  <bruno@clisp.org>
10594
10595         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
10596         are missing on OpenBSD 4.0 individually.
10597         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10598
10599 2008-09-15  Bruno Haible  <bruno@clisp.org>
10600
10601         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
10602         * doc/posix-functions/strerror.texi: Mention also Cygwin.
10603         * doc/posix-functions/perror.texi: Likewise.
10604         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
10605         is missing.
10606         Reported by Eric Blake.
10607
10608         * lib/errno.in.h: Use replacement values >= 2000.
10609         Reported by Eric Blake.
10610
10611 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10612
10613         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
10614         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
10615         limit.
10616         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
10617         compareseq was aborted.
10618
10619 2008-09-14  Bruno Haible  <bruno@clisp.org>
10620
10621         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
10622         yvec_edit_count.
10623         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
10624         (fstrcmp_bounded): Simplify result computation accordingly.
10625
10626 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10627
10628         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
10629         (fstrcmp): Define in terms of fstrcmp_bounded.
10630         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
10631         lower_bound argument.
10632         Return quickly if the result is certainly < lower_bound.
10633         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
10634
10635 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10636
10637         * lib/diffseq.h (EARLY_ABORT): New macro.
10638         (compareseq): Change return type to bool. Return true when EARLY_ABORT
10639         evaluates to true.
10640
10641 2008-09-14  Bruno Haible  <bruno@clisp.org>
10642
10643         * modules/perror-tests: New file.
10644         * tests/test-perror.sh: New file.
10645         * tests/test-perror.c: New file.
10646
10647         New module 'perror'.
10648         * lib/stdio.in.h (perror): New declaration.
10649         * lib/perror.c: New file.
10650         * m4/perror.m4: New file.
10651         * modules/perror: New file.
10652         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
10653         * doc/posix-functions/perror.texi: Mention the perror module.
10654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
10655         REPLACE_PERROR.
10656         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
10657         REPLACE_PERROR.
10658
10659 2008-09-14  Bruno Haible  <bruno@clisp.org>
10660
10661         * modules/stdio (Makefile.am): Reorder to match the order in
10662         lib/stdio.in.h.
10663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10664
10665 2008-09-13  Bruno Haible  <bruno@clisp.org>
10666
10667         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
10668
10669 2008-09-13  Bruno Haible  <bruno@clisp.org>
10670
10671         Extend strerror to cover the added errno values.
10672         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
10673         (rpl_strerror): Provide error messages for the added errno values and
10674         for the WSA* values.
10675         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
10676         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
10677         strerror.
10678         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
10679         * modules/strerror (Depends-on): Add errno.
10680         * doc/posix-functions/strerror.texi: Document the change.
10681         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
10682         and EOVERFLOW.
10683
10684 2008-09-13  Bruno Haible  <bruno@clisp.org>
10685
10686         * modules/EOVERFLOW: Remove file.
10687         * m4/eoverflow.m4: Remove file.
10688         * modules/EOVERFLOW-tests: Remove file.
10689         * tests/test-EOVERFLOW.c: Remove file.
10690         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
10691         * modules/ftell (Depends-on): Likewise.
10692         * modules/getdelim (Depends-on): Likewise.
10693         * modules/getugroups (Depends-on): Likewise.
10694         * modules/poll (Depends-on): Likewise.
10695         * modules/snprintf (Depends-on): Likewise.
10696         * modules/sprintf-posix (Depends-on): Likewise.
10697         * modules/vasnprintf (Depends-on): Likewise.
10698         * modules/vasprintf (Depends-on): Likewise.
10699         * modules/vfprintf-posix (Depends-on): Likewise.
10700         * modules/vsnprintf (Depends-on): Likewise.
10701         * modules/vsprintf-posix (Depends-on): Likewise.
10702         * modules/xvasprintf (Depends-on): Likewise.
10703         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10704         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
10705         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
10706         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
10707         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10708         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
10709         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
10710         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
10711         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10712         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
10713         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
10714         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
10715         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10716         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
10717         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
10718         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
10719         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10720         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
10721         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
10722         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
10723         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10724         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
10725         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
10726         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
10727         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
10728         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10729         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
10730         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
10731         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
10732         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
10733         * MODULES.html.sh: Remove EOVERFLOW.
10734         * NEWS: Mention the change.
10735
10736 2008-09-13  Bruno Haible  <bruno@clisp.org>
10737
10738         * modules/errno-tests: New file.
10739         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
10740
10741         * lib/errno.in.h: New file.
10742         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
10743         * modules/errno: New file.
10744         * doc/posix-headers/errno.texi: Update documentation.
10745         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
10746
10747 2008-09-13  Bruno Haible  <bruno@clisp.org>
10748
10749         * tests/test-poll.c: Use #if for native Windows, rather than testing
10750         __MSVCRT__.
10751
10752 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10753             Bruno Haible  <bruno@clisp.org>
10754
10755         * lib/glob.c: Don't include <pwd.h> on native Windows.
10756         (WINDOWS32): New macro.
10757         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
10758
10759 2008-09-13  Bruno Haible  <bruno@clisp.org>
10760
10761         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
10762         (ETIMEDOUT): Remove macro.
10763         (glthread_cond_timedwait_multithreaded): New declaration.
10764         (glthread_cond_timedwait): Use it.
10765         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
10766         (glthread_cond_timedwait_multithreaded): New function.
10767
10768 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
10769
10770         * modules/poll-tests: Do not check for io.h.
10771         * tests/test-poll.c: Check for __MSVCRT__ instead.
10772
10773 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
10774
10775         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
10776         * modules/poll-tests: Add inet_pton, stdbool, sockets.
10777         * tests/test-poll.c: Use them.  Use _pipe on Windows.
10778
10779 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
10780
10781         * modules/poll-tests: New.
10782         * tests/test-poll.c: New.
10783
10784 2008-09-12  Eric Blake  <ebb9@byu.net>
10785
10786         frexp: test for NetBSD failure on -0.0
10787         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
10788         not all, bugs from NetBSD 3.0 have been fixed.
10789         * doc/posix-functions/frexp.texi (frexp): Document bug.
10790         Reported by Thomas Klausner.
10791
10792         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
10793         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
10794         literal -0.0.
10795         Reported by Jonathan C. Patschke <jp@centtech.com>.
10796
10797 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10798
10799         * lib/glthread/cond.h: Use dummy implementation also if
10800         USE_WIN32_THREADS.
10801
10802 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10803
10804         * modules/fnmatch-posix (License): Change to LGPLv2+.
10805         * modules/fnmatch-gnu (License): Likewise.
10806
10807 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10808
10809         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
10810
10811 2008-09-11  Jim Meyering  <meyering@redhat.com>
10812
10813         * users.txt: Add gtk-vnc.
10814
10815 2008-09-08  Simon Josefsson  <simon@josefsson.org>
10816
10817         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
10818         rotate amounts.
10819
10820         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
10821         required for 16-bit and 8-bit rotates.
10822         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
10823         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
10824         UINT8_MAX instead of hard-coded constants.
10825         Suggested by Paul Eggert.
10826
10827 2008-09-07  Bruno Haible  <bruno@clisp.org>
10828
10829         * tests/test-striconveh.c (main): Check behaviour when converting from
10830         UTF-7.
10831
10832         Make striconveh work better with stateful encodings.
10833         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
10834         that iconv does not increment the inptr when returning -1/EINVAL.
10835
10836 2008-09-07  Bruno Haible  <bruno@clisp.org>
10837
10838         * build-aux/config.rpath: Update according to libtool-2.2.6.
10839         * build-aux/config.libpath: Likewise.
10840
10841 2008-09-06  Bruno Haible  <bruno@clisp.org>
10842
10843         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
10844         * lib/freadptr.c (freadptr): Likewise.
10845         * lib/freadseek.c (freadptrinc): Likewise.
10846         Reported by Simon Josefsson.
10847
10848 2008-09-06  Bruno Haible  <bruno@clisp.org>
10849
10850         * modules/freadptr (License): Change to LGPLv2+.
10851         * modules/freadseek (License): Likewise.
10852         Suggested by Eric Blake.
10853
10854         * modules/memchr2 (License): Change to LGPLv2+.
10855         Approved by Eric Blake.
10856
10857 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10858             Bruno Haible  <bruno@clisp.org>
10859
10860         Make gnulib-tool work with native 'sed' on AIX.
10861         * gnulib-tool (sed_noop): New variable.
10862         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
10863         func_add_or_update, func_create_testdir): Use it to initialize sed
10864         script variables.
10865         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10866
10867 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
10868             Bruno Haible  <bruno@clisp.org>
10869
10870         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
10871         also works after #include directives.
10872
10873 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
10874
10875         getdate.y: reject an out-of-range timezone value
10876         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
10877         the range [-24...+24].  When specified with only one or two digits,
10878         * tests/test-getdate.c: Tests for the fix.
10879         * doc/getdate.texi: Document this change.
10880
10881 2008-09-03  Bruno Haible  <bruno@clisp.org>
10882
10883         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
10884
10885 2008-09-02  Simon Josefsson  <simon@josefsson.org>
10886
10887         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
10888         <bruce.korb@gmail.com> with ideas from Ben Pfaff
10889         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
10890         Blake <ebb9@byu.net>.
10891
10892         * tests/test-bitrotate.c: Add more test vectors.
10893
10894 2008-09-02  Eric Blake  <ebb9@byu.net>
10895
10896         vasnprintf-posix: handle large precision via %.*d
10897         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
10898         when handling it ourselves.
10899         * tests/test-vasnprintf-posix.c (test_function): Add test.
10900         * tests/test-snprintf-posix.h (test_function): Likewise.
10901         * tests/test-sprintf-posix.h (test_function): Likewise.
10902         * tests/test-vasprintf-posix.c (test_function): Likewise.
10903         Reported by Alain Guibert.
10904
10905 2008-09-01  Eric Blake  <ebb9@byu.net>
10906
10907         c-stack: make configure-time check more robust
10908         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
10909         successful sigaction call.
10910         Reported by Tom G. Christensen.
10911
10912 2008-09-01  Bruno Haible  <bruno@clisp.org>
10913
10914         New module 'findprog-lgpl'.
10915         * modules/findprog-lgpl: New file.
10916         * lib/findprog-lgpl.c: New file.
10917         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
10918         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
10919         to decide whether to use strdup or xstrdup, concatenated_filename or
10920         xconcatenated_filename.
10921
10922 2008-09-01  Bruno Haible  <bruno@clisp.org>
10923
10924         Split module 'concat-filename' into 'concat-filename' (LGPL) and
10925         'xconcat-filename' (GPL).
10926         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
10927         (License): Change to LGPLv2+.
10928         * modules/xconcat-filename: New file.
10929         * lib/concat-filename.h (concatenated_filename): Change specification.
10930         (xconcatenated_filename): New declaration.
10931         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
10932         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
10933         memory situations.
10934         * lib/xconcat-filename.c: New file.
10935         * NEWS: Mention the change.
10936         * lib/findprog.c: Include concat-filename.h, not filename.h.
10937         (find_in_path): Use xconcatenated_filename instead of
10938         concatenated_filename.
10939         * lib/javacomp.c: Include concat-filename.h, not filename.h.
10940         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
10941         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
10942         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
10943         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
10944         instead of concatenated_filename.
10945         * lib/javaexec.c: Include concat-filename.h, not filename.h.
10946         (execute_java_class): Use xconcatenated_filename instead of
10947         concatenated_filename.
10948         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
10949         * modules/javacomp (Depends-on): Likewise.
10950         * modules/javaexec (Depends-on): Likewise.
10951
10952 2008-09-01  Bruno Haible  <bruno@clisp.org>
10953
10954         Split module 'filename' into 'filename' and 'concat-filename'.
10955         * modules/filename: Keep only lib/filename.h.
10956         (License): Change to LGPLv2+.
10957         * modules/concat-filename: New file, extracted from modules/filename.
10958         * lib/filename.h (concatenated_filename): Remove declaration.
10959         * lib/concat-filename.h: New file, extracted from lib/filename.h.
10960         * lib/concat-filename.c: Include concat-filename.h.
10961         * NEWS: Mention the change.
10962
10963 2008-09-01  Simon Josefsson  <simon@josefsson.org>
10964
10965         * lib/bitrotate.h (rotl8, rotr8): Add.
10966
10967         * modules/bitrotate (configure.ac): Need
10968         AC_REQUIRE([AC_C_INLINE]).
10969         (Description): Mention stdint.h.  Reported by Bruno Haible
10970         <bruno@clisp.org>.
10971
10972         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
10973         Paolo Bonzini <bonzini@gnu.org>.
10974
10975 2008-08-31  Bruno Haible  <bruno@clisp.org>
10976
10977         Assume Solaris specific bi-arch conventions on Solaris systems.
10978         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
10979         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
10980         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
10981         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
10982         like acl_libdirstem.
10983         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
10984         acl_libdirstem.
10985         * NEWS: Mention the change.
10986         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
10987
10988 2008-08-31  Jim Meyering  <meyering@redhat.com>
10989
10990         * lib/strftime.h: Add comments describing the two added arguments.
10991
10992         remove duplicate #include directives
10993         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
10994         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
10995
10996 2008-08-31  Bruno Haible  <bruno@clisp.org>
10997
10998         New module 'sigpipe-die'.
10999         * modules/sigpipe-die: New file.
11000         * lib/sigpipe-die.h: New file.
11001         * lib/sigpipe-die.c: New file.
11002         * MODULES.html.sh (Signal handling): Add sigpipe-die.
11003
11004 2008-08-31  Bruno Haible  <bruno@clisp.org>
11005
11006         Don't override previously installed signal handlers.
11007         * lib/fatal-signal.c (saved_sigactions): New variable.
11008         (uninstall_handlers): Reset the signal to the saved handler, not
11009         to SIG_DFL (except when ignored).
11010         (install_handlers): Save the previous handlers.
11011
11012 2008-08-30  Bruno Haible  <bruno@clisp.org>
11013
11014         * gnulib-tool (func_reset_sigpipe): New function.
11015         (func_get_automake_snippet, func_modules_transitive_closure,
11016         func_import): Invoke it before a join command that reads from stdin,
11017         to avoid "echo: write error: Broken pipe" error messages on stderr.
11018         Reported by Sam Steingold <sds@gnu.org>.
11019
11020 2008-08-30  Bruno Haible  <bruno@clisp.org>
11021
11022         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
11023         Code copied from m4/open.m4.
11024         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
11025         access and the filename ends in a slash. Code copied from lib/open.c.
11026         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
11027         * tests/test-fopen.c (main): Check against bug with trailing slash.
11028
11029 2008-08-29  Bruno Haible  <bruno@clisp.org>
11030
11031         Avoid some "gcc -pedantic" warnings.
11032         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
11033         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
11034         * lib/dirent.in.h: Likewise.
11035         * lib/fcntl.in.h: Likewise.
11036         * lib/float.in.h: Likewise.
11037         * lib/iconv.in.h: Likewise.
11038         * lib/inttypes.in.h: Likewise.
11039         * lib/locale.in.h: Likewise.
11040         * lib/math.in.h: Likewise.
11041         * lib/netinet_in.in.h: Likewise.
11042         * lib/search.in.h: Likewise.
11043         * lib/signal.in.h: Likewise.
11044         * lib/stdarg.in.h: Likewise.
11045         * lib/stdint.in.h: Likewise.
11046         * lib/stdio.in.h: Likewise.
11047         * lib/stdlib.in.h: Likewise.
11048         * lib/string.in.h: Likewise.
11049         * lib/strings.in.h: Likewise.
11050         * lib/sys_select.in.h: Likewise.
11051         * lib/sys_socket.in.h: Likewise.
11052         * lib/sys_stat.in.h: Likewise.
11053         * lib/sys_time.in.h: Likewise.
11054         * lib/sysexits.in.h: Likewise.
11055         * lib/time.in.h: Likewise.
11056         * lib/unistd.in.h: Likewise.
11057         * lib/wchar.in.h: Likewise.
11058         * lib/wctype.in.h: Likewise.
11059         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
11060         * modules/fchdir (Makefile.am): Likewise.
11061         * modules/fcntl (Makefile.am): Likewise.
11062         * modules/float (Makefile.am): Likewise.
11063         * modules/iconv_open (Makefile.am): Likewise.
11064         * modules/inttypes (Makefile.am): Likewise.
11065         * modules/locale (Makefile.am): Likewise.
11066         * modules/math (Makefile.am): Likewise.
11067         * modules/netinet_in (Makefile.am): Likewise.
11068         * modules/search (Makefile.am): Likewise.
11069         * modules/signal (Makefile.am): Likewise.
11070         * modules/stdarg (Makefile.am): Likewise.
11071         * modules/stdint (Makefile.am): Likewise.
11072         * modules/stdio (Makefile.am): Likewise.
11073         * modules/stdlib (Makefile.am): Likewise.
11074         * modules/string (Makefile.am): Likewise.
11075         * modules/strings (Makefile.am): Likewise.
11076         * modules/sys_select (Makefile.am): Likewise.
11077         * modules/sys_socket (Makefile.am): Likewise.
11078         * modules/sys_stat (Makefile.am): Likewise.
11079         * modules/sys_time (Makefile.am): Likewise.
11080         * modules/sysexits (Makefile.am): Likewise.
11081         * modules/time (Makefile.am): Likewise.
11082         * modules/unistd (Makefile.am): Likewise.
11083         * modules/wchar (Makefile.am): Likewise.
11084         * modules/wctype (Makefile.am): Likewise.
11085         Reported by Reuben Thomas <rrt@sc3d.org>.
11086
11087 2008-08-29  Bruno Haible  <bruno@clisp.org>
11088
11089         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
11090         any more.
11091
11092 2008-08-29  Simon Josefsson  <simon@josefsson.org>
11093
11094         * MODULES.html.sh (Misc): Add bitrotate.
11095
11096         * modules/bitrotate: New file.
11097
11098         * lib/bitrotate.h: New file.
11099
11100         * modules/bitrotate-tests: New file.
11101
11102         * tests/test-bitrotate.c: New file.
11103
11104         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
11105         on the bitrotate module.
11106
11107         * lib/arctwo.c: Use new bitrotate module.
11108
11109 2008-08-29  Jim Meyering  <meyering@redhat.com>
11110
11111         bootstrap: merge changes from coreutils
11112         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
11113         of copied files.  Remove a kludge, now that this is fixed.
11114         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
11115         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
11116         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
11117
11118 2008-08-29  Bruno Haible  <bruno@clisp.org>
11119
11120         * MODULES.html.sh: Remove --cvs-urls option.
11121
11122 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
11123
11124         maint.mk: adjust to file name change
11125         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
11126
11127 2008-08-28  Jim Meyering  <meyering@redhat.com>
11128
11129         * modules/getndelim2 (License): Relicense to LGPLv2+.
11130         Approved by Richard Stallman for the version of 1995, and by
11131         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
11132
11133 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
11134
11135         * lib/getdelim.c (flockfile, funlockfile): Make all of them
11136         dummy if one is not available.  Do not touch them if
11137         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
11138         (getc_maybe_unlocked): New.
11139         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
11140
11141 2008-08-26  Eric Blake  <ebb9@byu.net>
11142
11143         doc/INSTALL: resync from autoconf
11144         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
11145         (INSTALL_PRELUDE): Delete; this is done more efficiently by
11146         moving...
11147         * install.texi [!autoconf]: ...here.  Resync from autoconf.
11148         * INSTALL: Regenerate.
11149         * INSTALL.ISO: New file.
11150         * INSTALL.UTF-8: Likewise.
11151
11152 2008-08-26  Jim Meyering  <meyering@redhat.com>
11153
11154         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
11155         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
11156         these definitions conditional, so that they may be overridden, too.
11157
11158 2008-08-26  Bruno Haible  <bruno@clisp.org>
11159
11160         Generate INSTALL file variants with prettier quotes.
11161         * doc/Makefile (INSTALL_PRELUDE): New macro.
11162         (INSTALL): Use it.
11163         (INSTALL.ISO, INSTALL.UTF-8): New rules.
11164
11165 2008-08-26  Bruno Haible  <bruno@clisp.org>
11166
11167         Run makeinfo in an English locale.
11168         * doc/Makefile (MAKEINFO): New variable.
11169
11170 2008-08-26  Bruno Haible  <bruno@clisp.org>
11171
11172         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
11173         Suggested by Eric Blake.
11174
11175 2008-08-25  Bruno Haible  <bruno@clisp.org>
11176
11177         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
11178
11179 2008-08-25  Eric Blake  <ebb9@byu.net>
11180
11181         c-stack: test that stack overflow can be caught
11182         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
11183         that platform allows handling stack overflow; at least OS/2 EMX
11184         has sigaltstack, but crashes before transferring control to
11185         handler on stack overflow.
11186         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
11187         check for HAVE_STACK_OVERFLOW_HANDLING.
11188         Reported by Elbert Pol.
11189
11190 2008-08-25  Bruno Haible  <bruno@clisp.org>
11191
11192         * doc/posix-functions/strftime.texi: Fix description of strftime
11193         module.
11194
11195 2008-08-24  Bruno Haible  <bruno@clisp.org>
11196
11197         * tests/uniwidth/test-uc_width2.c: New file.
11198         * tests/uniwidth/test-uc_width2.sh: New file.
11199         * modules/uniwidth/width-tests (Files): Add the new files.
11200         (TESTS): Add uniwidth/test-uc_width2.sh.
11201         (TESTS_ENVIRONMENT): New variable.
11202         (check_PROGRAMS): Add test-uc_width2.
11203         (test_uc_width2_SOURCES): New variable.
11204
11205         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
11206         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
11207         not 0x00AB.
11208         Reported by Alexander V. Lukyanov <lav@netis.ru>.
11209
11210 2008-08-22  Eric Blake  <ebb9@byu.net>
11211
11212         test-lock, test-tls: mention why a test is skipped
11213         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
11214         skipped.
11215         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
11216
11217         count-one-bits: relax license
11218         * modules/count-one-bits (License): Relicense to LGPLv2+.
11219         Suggested by Ludovic Courtès, approved by Ben Pfaff.
11220
11221 2008-08-22  Andreas Schwab  <schwab@suse.de>
11222
11223         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
11224         Remove spurious space in assignment.
11225
11226 2008-08-21  Simon Josefsson  <simon@josefsson.org>
11227
11228         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
11229         Paul Eggert <eggert@CS.UCLA.EDU>.
11230
11231 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
11232
11233         * modules/gettext: Add m4/threadlib.m4.
11234
11235 2008-08-19  Eric Blake  <ebb9@byu.net>
11236
11237         test-c-stack: fix compilation failure on FreeBSD 5.0
11238         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
11239         headers before <sys/resource.h>.
11240         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
11241         the bug.
11242         Reported by Nelson H. F. Beebe.
11243
11244         strverscmp: migrate from "strverscmp.h" to <string.h>
11245         * modules/string (Makefile.am): Add new hooks.
11246         * modules/strverscmp (Files): Remove strverscmp.h.
11247         (Depends-on): Add string.
11248         (configure.ac): Add indicator.
11249         (Include): Mention new header.
11250         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
11251         defaults.
11252         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
11253         results.
11254         * lib/strverscmp.h: Delete.
11255         * lib/string.in.h (strverscmp): Provide declaration, when needed.
11256         * tests/test-strverscmp.c (includes): Adjust client.
11257         * lib/check-version.c (includes): Likewise.
11258         * NEWS: Document the change.
11259
11260         strverscmp: add unit test
11261         * modules/strverscmp-tests: New file.
11262         * tests/test-strverscmp.c: Likewise.
11263
11264 2008-08-19  Simon Josefsson  <simon@josefsson.org>
11265
11266         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
11267         regarding Windows crypto stuff, from Mono.
11268
11269 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
11270
11271         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
11272         if present, for intel RND.  Return error on failures.
11273
11274 2008-08-18  Ben Pfaff  <blp@gnu.org>
11275
11276         gitlog-to-changelog: give better diagnostic for failed pipe-open
11277         * build-aux/gitlog-to-changelog: Improve error message: suggest
11278         that the version of Git may be too old.
11279
11280 2008-08-18  Simon Josefsson  <simon@josefsson.org>
11281
11282         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
11283         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
11284
11285 2008-08-18  Bruno Haible  <bruno@clisp.org>
11286
11287         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
11288         pthread_in_use().
11289
11290 2008-08-18  Bruno Haible  <bruno@clisp.org>
11291
11292         * lib/glthread/threadlib.c: Include <pthread.h>.
11293
11294 2008-08-18  Bruno Haible  <bruno@clisp.org>
11295
11296         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
11297         glthread_recursive_lock_* macros.
11298         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
11299         Fix syntax error.
11300
11301 2008-08-18  Bruno Haible  <bruno@clisp.org>
11302
11303         * lib/glthread/thread.c: Avoid forcing a context switch right after
11304         thread creation.
11305
11306 2008-08-17  Bruno Haible  <bruno@clisp.org>
11307
11308         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
11309         * lib/glthread/thread.h: Provide Win32 specific implementation.
11310         * modules/thread (Files): Add lib/glthread/thread.c.
11311         (Depends-on): Add lock.
11312         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
11313
11314 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11315
11316         New module 'yield'.
11317         * modules/yield: New file.
11318         * lib/glthread/yield.h: New file.
11319         * m4/yield.m4: New file.
11320         * MODULES.html.sh (Multithreading): Add yield.
11321
11322 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11323
11324         New module 'thread'.
11325         * modules/thread: New file.
11326         * lib/glthread/thread.h: New file.
11327         * m4/thread.m4: New file.
11328         * MODULES.html.sh (Multithreading): Add thread.
11329
11330 2008-08-17  Bruno Haible  <bruno@clisp.org>
11331
11332         * lib/glthread/lock.h: Include <stdlib.h> always.
11333         * lib/glthread/tls.h: Likewise.
11334         * lib/glthread/cond.h: Likewise.
11335
11336 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11337
11338         New module 'cond'.
11339         * modules/cond: New file.
11340         * lib/glthread/cond.h: New file.
11341         * lib/glthread/cond.c: New file.
11342         * m4/cond.m4: New file.
11343         * MODULES.html.sh (Multithreading): Add cond.
11344
11345 2008-08-16  Eric Blake  <ebb9@byu.net>
11346
11347         c-stack: fix regression on Irix 5.3 from 2008-06-21
11348         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
11349         sa_sigaction...
11350         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
11351         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
11352         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
11353         * modules/signal (Makefile.am): Use the value.
11354         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
11355         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
11356         * doc/posix-headers/signal.texi (signal.h): Document this
11357         portability issue.
11358         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
11359         Reported by Tom G. Christensen.
11360
11361 2008-08-17  Bruno Haible  <bruno@clisp.org>
11362
11363         New module 'threadlib'.
11364         * modules/threadlib: New file.
11365         * lib/glthread/threadlib.c: New file, extracted from
11366         lib/glthread/lock.c.
11367         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
11368         functions.
11369         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
11370         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
11371         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
11372         macros.
11373         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
11374         (gl_DISABLE_THREADS): Remove macro.
11375         * modules/lock (Files): Remove build-aux/config.rpath.
11376         (Depends-on): Remove havelib. Add threadlib.
11377         (configure.ac-early): Remove section.
11378         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
11379         * modules/tls (Depends-on): Remove lock. Add threadlib.
11380         (Link): New section, copied from threadlib.
11381         * MODULES.html.sh (Multithreading): Add threadlib.
11382
11383 2008-08-14  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
11386         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
11387         glthread_rwlock_unlock, glthread_rwlock_destroy,
11388         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
11389         glthread_recursive_lock_destroy): Define as macros always.
11390         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
11391         glthread_lock_lock.
11392         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
11393         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
11394         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
11395         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
11396         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
11397         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
11398         (glthread_recursive_lock_lock_func): Renamed from
11399         glthread_recursive_lock_lock.
11400         (glthread_recursive_lock_unlock_func): Renamed from
11401         glthread_recursive_lock_unlock.
11402         (glthread_recursive_lock_destroy_func): Renamed from
11403         glthread_recursive_lock_destroy.
11404
11405 2008-08-14  Bruno Haible  <bruno@clisp.org>
11406
11407         * lib/glthread/lock.h: Renamed from lib/lock.h.
11408         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
11409         * lib/glthread/tls.h: Renamed from lib/tls.h.
11410         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
11411         * lib/fstrcmp.c: Update includes.
11412         * lib/strsignal.c: Update includes.
11413         * modules/lock (Files, Makefile.am): Update.
11414         (Include): Change to "glthread/lock.h".
11415         * modules/tls (Files, Makefile.am): Update.
11416         (Include): Change to "glthread/tls.h".
11417         * tests/test-lock.c: Update includes.
11418         * tests/test-tls.c: Update includes.
11419         * NEWS: Mention the renamed header files.
11420
11421 2008-08-11  Jim Meyering  <meyering@redhat.com>
11422
11423         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
11424
11425 2008-08-11  Eric Blake  <ebb9@byu.net>
11426
11427         test-c-stack: avoid C99-ism
11428         * tests/test-c-stack.c (main): Fix whitespace, move declaration
11429         before statement.
11430         Reported by Alain Guibert.
11431
11432 2008-08-10  Jim Meyering  <meyering@redhat.com>
11433
11434         ensure that return value of uinttostr et al are not ignored
11435         * lib/inttostr.h (__GNUC_PREREQ): Define.
11436         (__attribute_warn_unused_result__): Define.
11437         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
11438
11439 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
11440
11441         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
11442         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
11443
11444 2008-08-07  Jim Meyering  <meyering@redhat.com>
11445
11446         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
11447
11448         * modules/mkstemp (License): Relicense under LGPLv2+.
11449         * modules/tempname (License): Likewise.
11450
11451 2008-08-06  Bruno Haible  <bruno@clisp.org>
11452
11453         * lib/poll.c (poll): Further micro-optimization.
11454
11455 2008-08-06  Jim Meyering  <meyering@redhat.com>
11456
11457         inet_pton.c: use locale-independent tolower
11458         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
11459         (inet_pton6): Use c_tolower rather than tolower.
11460         * modules/inet_pton (Depends-on): Add c-ctype.
11461
11462 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
11463
11464         * lib/poll.c (poll): Avoid division when timeout is 0, cache
11465         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
11466
11467 2008-08-06  Jim Meyering  <meyering@redhat.com>
11468
11469         * modules/inet_pton (License): Relicense under LGPLv2+.
11470
11471 2008-08-03  Bruno Haible  <bruno@clisp.org>
11472
11473         Additional non-aborting API for lock and tls.
11474         * lib/lock.h: Include <errno.h>.
11475         (glthread_lock_init): New macro/function.
11476         (gl_lock_init): Define as wrapper around glthread_lock_init.
11477         (glthread_lock_lock): New macro/function.
11478         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
11479         (glthread_lock_unlock): New macro/function.
11480         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
11481         (glthread_lock_destroy): New macro/function.
11482         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
11483         (glthread_rwlock_init): New macro/function.
11484         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
11485         (glthread_rwlock_rdlock): New macro/function.
11486         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
11487         (glthread_rwlock_wrlock): New macro/function.
11488         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
11489         (glthread_rwlock_unlock): New macro/function.
11490         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
11491         (glthread_rwlock_destroy): New macro/function.
11492         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
11493         (glthread_recursive_lock_init): New macro/function.
11494         (gl_recursive_lock_init): Define as wrapper around
11495         glthread_recursive_lock_init.
11496         (glthread_recursive_lock_lock): New macro/function.
11497         (gl_recursive_lock_lock): Define as wrapper around
11498         glthread_recursive_lock_lock.
11499         (glthread_recursive_lock_unlock): New macro/function.
11500         (gl_recursive_lock_unlock): Define as wrapper around
11501         glthread_recursive_lock_unlock.
11502         (glthread_recursive_lock_destroy): New macro/function.
11503         (gl_recursive_lock_destroy): Define as wrapper around
11504         glthread_recursive_lock_destroy.
11505         (glthread_once): New macro/function.
11506         (gl_once): Define as wrapper around glthread_once.
11507         Update function declarations.
11508         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
11509         glthread_rwlock_init. Return error code.
11510         (glthread_rwlock_rdlock_multithreaded): Renamed from
11511         glthread_rwlock_rdlock. Return error code.
11512         (glthread_rwlock_wrlock_multithreaded): Renamed from
11513         glthread_rwlock_wrlock. Return error code.
11514         (glthread_rwlock_unlock_multithreaded): Renamed from
11515         glthread_rwlock_unlock. Return error code.
11516         (glthread_rwlock_destroy_multithreaded): Renamed from
11517         glthread_rwlock_destroy. Return error code.
11518         (glthread_recursive_lock_init_multithreaded): Renamed from
11519         glthread_recursive_lock_init. Return error code.
11520         (glthread_recursive_lock_lock_multithreaded): Renamed from
11521         glthread_recursive_lock_lock. Return error code.
11522         (glthread_recursive_lock_unlock_multithreaded): Renamed from
11523         glthread_recursive_lock_unlock. Return error code.
11524         (glthread_recursive_lock_destroy_multithreaded): Renamed from
11525         glthread_recursive_lock_destroy. Return error code.
11526         (glthread_once_call): Make static.
11527         (glthread_once_multithreaded): Renamed from glthread_once.
11528         * lib/tls.h: Include <errno.h>.
11529         (glthread_tls_key_init): New macro/function.
11530         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
11531         (glthread_tls_set): New macro/function.
11532         (gl_tls_set): Define as wrapper around glthread_tls_set.
11533         (glthread_tls_key_destroy): New macro/function.
11534         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
11535         Update function declarations.
11536         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
11537         glthread_tls_get.
11538         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11539
11540 2008-08-04  Eric Blake  <ebb9@byu.net>
11541
11542         gnumakefile: use space, not TAB, outside of targets
11543         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
11544
11545 2008-08-02  Jim Meyering  <meyering@redhat.com>
11546
11547         getdate.y: avoid locale-dependent date parsing failure
11548         In Turkish locales, getdate would fail to recognize keywords
11549         containing a lowercase "i".  The solution is not to rely on
11550         locale-sensitive case-conversion.
11551         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
11552         (lookup_word): Use c_toupper in place of toupper.
11553         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
11554         Reported by Vefa Bicakci <bicave@superonline.com> in
11555         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
11556         * modules/getdate (Depends-on): Add c-ctype.
11557
11558 2008-08-02  Bruno Haible  <bruno@clisp.org>
11559
11560         * gnulib-tool (func_import): When updating or creating a .gitignore
11561         file, prepend each added line with a slash, and ignore leading slashes
11562         from the existing lines.
11563         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11564
11565 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11566
11567         Portability fix for GNU make 3.79.1.
11568         * top/GNUmakefile: Avoid 'else COND', which older GNU make
11569         versions do not understand.
11570
11571 2008-08-01  Bruno Haible  <bruno@clisp.org>
11572
11573         Work around bug of HP-UX 10.20 cc with -0.0 literal.
11574         * tests/test-isnanf.h (zero): New variable.
11575         (main): Avoid literal -0.0f.
11576         * tests/test-isnand.h (zero): New variable.
11577         (main): Avoid literal -0.0.
11578         * tests/test-isnanl.h (zero): New variable.
11579         (main): Avoid literal -0.0L.
11580         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
11581         (test_float, test_double, test_long_double): Avoid literals -0.0f,
11582         -0.0, -0.0L.
11583         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
11584         (test_signbitd): Avoid literal -0.0.
11585         (test_signbitl): Avoid literal -0.0L.
11586         * tests/test-ceilf1.c (zero): New variable.
11587         (main): Avoid literal -0.0f.
11588         * tests/test-ceill.c (zero): New variable.
11589         (main): Avoid literal -0.0L.
11590         * tests/test-floorf1.c (zero): New variable.
11591         (main): Avoid literal -0.0f.
11592         * tests/test-floorl.c (zero): New variable.
11593         (main): Avoid literal -0.0L.
11594         * tests/test-roundf1.c (zero): New variable.
11595         (main): Avoid literal -0.0f.
11596         * tests/test-round1.c (zero): New variable.
11597         (main): Avoid literal -0.0.
11598         * tests/test-roundl.c (zero): New variable.
11599         (main): Avoid literal -0.0L.
11600         * tests/test-truncf1.c (zero): New variable.
11601         (main): Avoid literal -0.0f.
11602         * tests/test-trunc1.c (zero): New variable.
11603         (main): Avoid literal -0.0.
11604         * tests/test-truncl.c (zero): New variable.
11605         (main): Avoid literal -0.0L.
11606         * tests/test-frexp.c (zero): New variable.
11607         (main): Avoid literal -0.0.
11608         * tests/test-frexpl.c (zero): New variable.
11609         (main): Avoid literal -0.0L.
11610         * tests/test-ldexpl.c (zero): New variable.
11611         (main): Avoid literal -0.0L.
11612         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
11613         (zerod, zerol): New variables.
11614         (test_function): Avoid literals -0.0, -0.0L.
11615         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
11616         (zerod, zerol): New variables.
11617         (test_function): Avoid literals -0.0, -0.0L.
11618         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
11619         (zerod, zerol): New variables.
11620         (test_function): Avoid literals -0.0, -0.0L.
11621         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
11622         (zerod, zerol): New variables.
11623         (test_function): Avoid literals -0.0, -0.0L.
11624         * tests/test-strtod.c (zero): New variable.
11625         (main): Avoid literal -0.0.
11626         Reported by Jonathan C. Patschke <jp@centtech.com>.
11627
11628 2008-07-31  Jim Meyering  <meyering@redhat.com>
11629
11630         sha256.h: correct definition of SHA224_DIGEST_SIZE
11631         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
11632         Reported by Paulie Pena IV <paulie4@gmail.com>.
11633         Define as 224 / 8, rather than as a literal.
11634         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
11635         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
11636         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
11637
11638 2008-07-31  Bruno Haible  <bruno@clisp.org>
11639
11640         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
11641         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
11642         Reported by Jonathan Patschke <jp@centtech.com>.
11643
11644 2008-07-31  Bruno Haible  <bruno@clisp.org>
11645
11646         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
11647         Reported by Paolo Bonzini <bonzini@gnu.org>.
11648
11649 2008-07-30  Eric Blake  <ebb9@byu.net>
11650
11651         test-strtod: allow compilation without -lm
11652         * tests/test-strtod.c (main): Avoid link dependence on fabs.
11653         Reported by Dennis Clarke <blastwave@gmail.com>.
11654
11655 2008-07-28  Jim Meyering  <meyering@redhat.com>
11656
11657         bootstrap: work also when there are no .po files in po/
11658         * build-aux/bootstrap (update_po_files): Complete the change
11659         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
11660
11661 2008-07-27  Jim Meyering  <meyering@redhat.com>
11662
11663         * users.txt: Add zile.
11664
11665 2008-07-26  Ben Pfaff  <blp@gnu.org>
11666
11667         Add missing dependencies on new m4/exponent[fdl].m4 files.
11668         * modules/isnanf-nolibm: Add m4/exponentf.m4.
11669         * modules/isnand-nolibm: Add m4/exponentd.m4.
11670         * modules/isnanl-nolibm: Add m4/exponentl.m4.
11671         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
11672         m4/isnan[fdl].m4, because the macros actually used moved.
11673         Reported by Jim Meyering.
11674
11675 2008-07-14  Ben Pfaff  <blp@gnu.org>
11676
11677         Add isinf module.
11678         * lib/isinf.c: New file.
11679         * lib/math.in.h: Define isinf macro if we have decided to replace
11680         it.
11681         * m4/isinf.m4: New file.
11682         * m4/math_h.m4: Initialize and substitute variables for isinf
11683         module.
11684         * modules/isinf: New file.
11685         * modules/isinf-tests: New file.
11686         * modules/math: Add substitutions for new module.
11687         * tests/test-isinf.c: New file.
11688         * doc/posix-functions/isinf.texi: Mention new module.
11689         * MODULES.html.sh: Mention new module.
11690
11691 2008-07-14  Ben Pfaff  <blp@gnu.org>
11692
11693         Factor out some macros for use by additional modules.
11694         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
11695         exponentf.m4.
11696         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
11697         exponentd.m4.
11698         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
11699         file exponentl.m4.
11700         * m4/exponentf.m4: New file.
11701         * m4/exponentd.m4: New file.
11702         * m4/exponentl.m4: New file.
11703         * modules/isnanf: Use new file m4/exponentf.m4.
11704         * modules/isnand: Use new file m4/exponentd.m4.
11705         * modules/isnanl: Use new file m4/exponentl.m4.
11706
11707 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
11708
11709         mktime.c: normalize tp->tm_isdst value to -1/0/1.
11710         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
11711         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
11712         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
11713
11714         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
11715         readlink on platforms without PATH_MAX.
11716
11717 2008-07-21  Eric Blake  <ebb9@byu.net>
11718
11719         Warn, not fail, on stale version.
11720         * top/GNUmakefile (_curr-ver): Tone down previous patch.
11721
11722         Don't allow installation with stale devel version number.
11723         * top/GNUmakefile (_is-install-target): New macro.
11724         (_curr-ver): Forbid installation with stale version number.
11725
11726 2008-07-20  Bruno Haible  <bruno@clisp.org>
11727
11728         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
11729         TESTS_ENVIRONMENT.
11730         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
11731
11732 2008-07-20  Bruno Haible  <bruno@clisp.org>
11733
11734         * lib/c-stack.h (c_stack_action): Add documentation.
11735         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
11736
11737 2008-07-20  Bruno Haible  <bruno@clisp.org>
11738
11739         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
11740         * modules/readlink (License): Likewise.
11741
11742 2008-07-17  Eric Blake  <ebb9@byu.net>
11743
11744         * modules/c-stack (Link): Fix typo.
11745
11746         Make c-stack use libsigsegv, when available.
11747         * modules/c-stack (Depends-on): Add libsigsegv.
11748         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
11749         needed.
11750         * lib/c-stack.c (SIGSTKSZ): Define fallback.
11751         (segv_handler, overflow_handler, c_stack_action)
11752         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
11753         implementation when libsigsegv is available, but only when using
11754         the library is necessary.
11755         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
11756         comment, explaining why XSI check fails on Linux.
11757         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
11758         * tests/test-c-stack2.sh: Tweak skip message.
11759         * NEWS: Document new link-time requirements.
11760
11761 2008-07-16  Eric Blake  <ebb9@byu.net>
11762
11763         c-stack: Expose false positives when not using libsigsegv.
11764         * modules/c-stack-tests (Files): Expand test.
11765         * tests/test-c-stack.c (main): Add means to conditionally trigger
11766         non-overflow SIGSEGV.
11767         * tests/test-c-stack2.sh: New file.
11768
11769 2008-07-14  Bruno Haible  <bruno@clisp.org>
11770
11771         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
11772         Reported by Eric Blake.
11773
11774 2008-07-14  Sam Steingold  <sds@gnu.org>
11775             Bruno Haible  <bruno@clisp.org>
11776
11777         New module libsigsegv.
11778         * modules/libsigsegv: New file.
11779         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
11780         modifications.
11781         * MODULES.html.sh (Signal handling): New section.
11782
11783 2008-07-14  Bruno Haible  <bruno@clisp.org>
11784
11785         * modules/unictype/ctype-* (Description): Add the word "function".
11786         Improves the resulting doc in MODULES.html.
11787
11788 2008-07-12  Ben Pfaff  <blp@gnu.org>
11789
11790         Add longlong module.
11791         * modules/longlong: New file.
11792
11793 2008-07-12  Bruno Haible  <bruno@clisp.org>
11794
11795         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
11796         to empty.
11797
11798 2008-07-10  Ben Pfaff  <blp@gnu.org>
11799
11800         Add isnan module.
11801         * doc/posix-functions/isnan.texi: Mention new module.
11802         * lib/math.in.h: Define isnan macro if we have decided to replace
11803         it.
11804         * m4/isnan.m4: New file.
11805         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
11806         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
11807         also.
11808         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
11809         redundancy.
11810         * m4/math_h.m4: Initialize and substitute variables for isnan
11811         module.
11812         * modules/isnan: New file.
11813         * modules/isnan-tests: New file.
11814         * modules/math: Add substitutions for new module.
11815         * tests/test-isnan.c: New file.
11816         * MODULES.html.sh: Mention new module.
11817
11818 2008-07-10  Ben Pfaff  <blp@gnu.org>
11819
11820         Add isnanf module.
11821         * lib/isnanf.m4: New file.
11822         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
11823         (gl_HAVE_ISNANF_IN_LIBM): New macro.
11824         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
11825         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
11826         * modules/isnanf: New file.
11827         * modules/isnanf-tests: New file.
11828         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
11829         files.
11830         * tests/test-isnanf-nolibm.c: factored most of its contents into
11831         new file tests/test-isnanf.h.
11832         * tests/test-isnanf.h: New file.
11833         * tests/test-isnanf.c: New file.
11834         * MODULES.html.sh: Mention new module.
11835         * doc/glibc-functions/isnanf.texi: Mention new module.
11836
11837 2008-07-10  Ben Pfaff  <blp@gnu.org>
11838
11839         Add isnand module.
11840         * lib/isnand.h: New file.
11841         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
11842         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
11843         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
11844         functionality also.
11845         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
11846         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
11847         (gl_HAVE_ISNAND_IN_LIBM): New macro.
11848         * modules/isnand: New file.
11849         * modules/isnand-tests: New file.
11850         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
11851         files.
11852         * tests/test-isnand-nolibm.c: factored most of its contents into
11853         new file tests/test-isnand.h.
11854         * tests/test-isnand.h: New file.
11855         * tests/test-isnand.c: New file.
11856         * MODULES.html.sh: Mention new module.
11857
11858 2008-07-10  Ben Pfaff  <blp@gnu.org>
11859
11860         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
11861         * lib/isnand.h: Rename lib/isnand-nolibm.h.
11862         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
11863         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
11864         * modules/isnanf-nolibm: Update references to renamed files.
11865         * modules/isnand-nolibm: Likewise.
11866         * modules/isnanf-nolibm-tests: Likewise.
11867         * modules/isnand-nolibm-tests: Likewise.
11868         * lib/frexp.c: Likewise.
11869         * lib/isfinite.c: Likewise.
11870         * lib/signbitd.c: Likewise.
11871         * lib/signbitf.c: Likewise.
11872         * lib/vasnprintf.c: Likewise.
11873         * tests/test-ceilf1.c: Likewise.
11874         * tests/test-ceilf2.c: Likewise.
11875         * tests/test-floorf1.c: Likewise.
11876         * tests/test-floorf2.c: Likewise.
11877         * tests/test-frexp.c: Likewise.
11878         * tests/test-round1.c: Likewise.
11879         * tests/test-round2.c: Likewise.
11880         * tests/test-roundf1.c: Likewise.
11881         * tests/test-strtod.c: Likewise.
11882         * tests/test-trunc1.c: Likewise.
11883         * tests/test-trunc2.c: Likewise.
11884         * tests/test-truncf1.c: Likewise.
11885         * tests/test-truncf2.c: Likewise.
11886         * NEWS: Mention the renamed header files.
11887
11888 2008-07-11  Jim Meyering  <meyering@redhat.com>
11889
11890         vc-list-files: make the last-resort awk code more portable
11891         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
11892         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
11893         does not support it.
11894
11895 2008-07-10  Eric Blake  <ebb9@byu.net>
11896
11897         Work with tar's bootstrap.
11898         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
11899         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
11900         an m4 comment.
11901
11902 2008-07-09  Jim Meyering  <meyering@redhat.com>
11903
11904         posix-shell.m4: fix typo that made this test malfunction
11905         * m4/posix-shell.m4: Remove capitalization in variable name.
11906
11907 2008-07-08  Bruno Haible  <bruno@clisp.org>
11908
11909         * m4/onceonly.m4: Update comments.
11910         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11911
11912 2008-07-04  Jim Meyering  <meyering@redhat.com>
11913
11914         * users.txt: Add vc-dwim.
11915         (bison, coreutils): Use the gitweb URL.
11916
11917 2008-07-03  Jim Meyering  <meyering@redhat.com>
11918
11919         * users.txt: Add libffcall.  From Sam Steingold.
11920
11921 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
11922
11923         getdate.y: do not ignore TZ with relative day, month or year offset
11924         * lib/getdate.y (get_date): Move the tz-handling block to follow the
11925         relative-date-handling, since otherwise, the latter would clobber the
11926         sole output (an updated Start value) of the tz-handling block.
11927         * tests/test-getdate.c: Tests for the fix
11928
11929 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11930
11931         Recognize 'foo_LIBRARIES += libgnu.a'.
11932         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
11933         makefile snippet has already specified an installation location,
11934         also using '+='.
11935
11936 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
11937
11938         getdate.y: factor out common actions
11939         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
11940         Use them in place of open-coded actions.
11941
11942 2008-07-01  Simon Josefsson  <simon@josefsson.org>
11943
11944         Add self-test for getdate module.
11945         * modules/getdate-tests: New file.
11946         * tests/test-getdate.c: New file.
11947
11948 2008-06-29  Bruno Haible  <bruno@clisp.org>
11949
11950         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
11951         .gitignore.
11952         Reported by Sylvain Beucler <beuc@beuc.net>.
11953
11954 2008-06-29  Bruno Haible  <bruno@clisp.org>
11955
11956         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
11957         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
11958
11959 2008-06-29  Bruno Haible  <bruno@clisp.org>
11960
11961         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
11962         EXTRA_DIST.
11963         Reported by Sylvain Beucler <beuc@beuc.net>.
11964
11965 2008-06-26  Jim Meyering  <meyering@redhat.com>
11966
11967         make several modules depend on the "open" module
11968         This provides slightly increased consistency when opening-for-write
11969         the name of a non-directory spelled with a trailing slash.
11970         * modules/chdir-safer: Likewise.
11971         * modules/chown: Likewise.
11972         * modules/clean-temp: Likewise.
11973         * modules/copy-file: Likewise.
11974         * modules/fchdir: Likewise.
11975         * modules/fcntl-safer: Likewise.
11976         * modules/pipe: Likewise.
11977         * modules/utime: Likewise.
11978         Prompted by Eric Blake and Bruno Haible.
11979
11980 2008-06-24  Andreas Schwab  <schwab@suse.de>
11981
11982         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
11983         literals can be used as initializers for global variables.
11984
11985 2008-06-23  Eric Blake  <ebb9@byu.net>
11986
11987         Make gnulib-cache.m4 easier to diff.
11988         * gnulib-tool (func_import): Allow newlines when reading cached
11989         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
11990
11991 2008-06-23  Bruno Haible  <bruno@clisp.org>
11992
11993         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
11994         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
11995         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
11996         m4/signalblocking.m4.
11997         (gl_PREREQ_SIGACTION): Don't invoke it.
11998         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
11999         gl_PREREQ_SIG_HANDLER_H.
12000         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
12001         Don't check for sigaction here.
12002
12003 2008-06-23  Bruno Haible  <bruno@clisp.org>
12004
12005         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
12006         (install_handlers): Don't set the SA_RESETHAND flag.
12007
12008 2008-06-23  Bruno Haible  <bruno@clisp.org>
12009
12010         * m4/sigaction.m4: Comment fixes.
12011         * lib/signal.in.h: Likewise.
12012
12013 2008-06-23  Eric Blake  <ebb9@byu.net>
12014
12015         Fix typo.
12016         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
12017
12018         Avoid SA_ namespace.
12019         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
12020         Reported by Ralf Wildenhues.
12021
12022         Avoid test failure due to SA_RESTORER.
12023         * tests/test-sigaction.c (SA_MASK): New macro.
12024         (main): Avoid failing due to extension flags being set.
12025         Reported by Jim Meyering.
12026
12027         Revert use of sig-handler.h in sigprocmask.c.
12028         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
12029         it requires the existence of struct sigaction.
12030         * lib/sigprocmask.c (handler_t): Restore typedef.
12031         (rpl_signal, old_handlers): Use local type.
12032
12033 2008-06-22  Bruno Haible  <bruno@clisp.org>
12034
12035         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
12036         conditionally.
12037         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12038
12039 2008-06-22  Bruno Haible  <bruno@clisp.org>
12040
12041         * doc/posix-functions/siginterrupt.texi: Move note.
12042
12043         * lib/signal.in.h (SA_RESTART): New macro.
12044         * lib/sigaction.c: Update comment.
12045
12046         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
12047
12048         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
12049         (gl_PREREQ_SIGPROCMASK): Invoke it.
12050         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
12051
12052         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
12053
12054         * lib/sigprocmask.c: Update a comment.
12055
12056 2008-06-21  Eric Blake  <ebb9@byu.net>
12057
12058         Use sigaction module rather than signal().
12059         * modules/c-stack (Depends-on): Add sigaction.
12060         * modules/fatal-signal (Depends-on): Likewise.
12061         * modules/nanosleep (Depends-on): Likewise.
12062         * modules/sigprocmask (Files): Add sig-handler.h.
12063         * modules/sigaction (Files): Likewise.
12064         * lib/sig-handler.h (get_handler): New file, suggested by Paul
12065         Eggert.
12066         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
12067         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
12068         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
12069         (init_fatal_signals): Likewise.
12070         * lib/nanosleep.c (rpl_nanosleep): Likewise.
12071         (siginterrupt): Delete fallback.
12072         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
12073         instead.
12074         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
12075         siginterrupt.
12076
12077         New module sigaction, for mingw.
12078         * modules/sigaction: New module...
12079         * modules/sigaction-tests: ...and its test.
12080         * m4/sigaction.m4: New file.
12081         * lib/sigaction.c: Likewise.
12082         * tests/test-sigaction.c: Likewise.
12083         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
12084         * modules/signal (Makefile.am): Likewise.
12085         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
12086         needed.
12087         * doc/posix-headers/signal.texi (signal.h): Mention provided
12088         types.
12089         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
12090         that sigaction is preferable.
12091         * doc/posix-functions/sigaction.texi (sigaction): Mention new
12092         module.
12093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12094         sigaction.
12095
12096         Improve robustness of sigprocmask by overriding signal.
12097         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
12098         is in use.
12099         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
12100         (SIGKILL, SIGSTOP): Provide fallbacks.
12101         (rpl_signal): Implement.
12102         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
12103         signal can be called inside handlers.
12104
12105         Fix nanosleep module on mingw.
12106         * modules/nanosleep (Depends-on): Add sys_select.
12107         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
12108
12109         Fix licensing of sigprocmask.
12110         * modules/raise (License): Relicense as LGPL.
12111
12112 2008-06-21  Bruno Haible  <bruno@clisp.org>
12113
12114         * lib/propername.c (proper_name_utf8): Don't use the transliterated
12115         result if it contains question marks.
12116         Reported by Michael Geng <linux@michaelgeng.de>.
12117
12118 2008-06-19  Bruno Haible  <bruno@clisp.org>
12119
12120         Fix CVS-ism.
12121         * doc/gnulib.texi: Include updated-stamp.texi.
12122         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
12123         (updated-stamp.texi): New rule.
12124         (gnulib.info): Depend on it.
12125         * doc/.gitignore: Add updated-stamp.texi.
12126         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
12127
12128 2008-06-19  Bruno Haible  <bruno@clisp.org>
12129
12130         * doc/Makefile (gnulib.info): Update and simplify dependencies.
12131         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12132
12133 2008-06-19  Eric Blake  <ebb9@byu.net>
12134
12135         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
12136         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
12137         Reported by Stepan Kasal.
12138
12139 2008-06-18  Bruno Haible  <bruno@clisp.org>
12140
12141         * lib/fatal-signal.c (init_fatal_signals): Add comment.
12142         Reported by Eric Blake.
12143
12144 2008-06-18  Eric Blake  <ebb9@byu.net>
12145
12146         Work around cygwin 1.5.25 strsignal bug.
12147         * tests/test-strsignal.c: Allow for const char *.
12148         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
12149
12150 2008-06-18  Simon Josefsson  <simon@josefsson.org>
12151
12152         * users.txt: Update URL to article and add author/date
12153         information.
12154
12155 2008-06-17  Bruno Haible  <bruno@clisp.org>
12156
12157         New macro gl_DISABLE_THREADS.
12158         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
12159         if the user did not pass --enable-threads or --disable-threads option.
12160         (gl_DISABLE_THREADS): New macro.
12161         Reported by Eric Blake <ebb9@byu.net>.
12162
12163 2008-06-17  Bruno Haible  <bruno@clisp.org>
12164
12165         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
12166         when the macro ignores it.
12167         Based on a patch by Eric Blake <ebb9@byu.net>.
12168
12169 2008-06-17  Bruno Haible  <bruno@clisp.org>
12170
12171         * modules/tls (License): Change to LGPLv2+.
12172         Reported by Eric Blake.
12173
12174 2008-06-17  Eric Blake  <ebb9@byu.net>
12175
12176         Simplify c-stack prerequisites.
12177         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
12178         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
12179         no longer requires <ucontext.h> to exist.  Optimize setrlimit
12180         check.
12181         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
12182         <sys/resource.h>.
12183
12184         Move c-stack test into testsuite.
12185         * modules/c-stack-tests: New file.
12186         * lib/c-stack.c [DEBUG]: Move test program...
12187         * tests/test-c-stack.c: ...into this new file.  Skip rather than
12188         fail test if sigaltstack is lacking.
12189         * tests/test-c-stack.sh: New driver file.
12190
12191 2008-06-16  Eric Blake  <ebb9@byu.net>
12192
12193         Use raise module consistently.
12194         * modules/fatal-signal (Depends-on): Add raise.
12195         * modules/sigprocmask (Depends-on): Likewise.
12196         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
12197         * lib/sigprocmask.c (sigprocmask): Likewise.
12198         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
12199         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
12200
12201         Fix compliance bug in sigpending.
12202         * lib/sigprocmask.c (sigpending): Return pending array via
12203         parameter, not return value.
12204
12205 2008-06-14  Eric Blake  <ebb9@byu.net>
12206
12207         Improve obstack-printf test code.
12208         * tests/test-obstack-printf.c (test_function): Fix comment, and
12209         simplify usage of obstack_* in macros.  Add a test for coverage.
12210         Reported by Bruno Haible.
12211
12212 2008-06-14  Bruno Haible  <bruno@clisp.org>
12213
12214         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
12215         array size as a constant, not as a const variable.
12216         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
12217         AC_USE_SYSTEM_EXTENSIONS.
12218         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
12219         Test whether the obstack_printf function actually exists.
12220         * modules/obstack-printf (Depends-on): Add extensions.
12221         (Include): Remove obstack.h.
12222         * modules/obstack-printf-posix (Depends-on): Add extensions.
12223         (Include): Remove obstack.h.
12224
12225 2008-06-13  Eric Blake  <ebb9@byu.net>
12226
12227         Add obstack-printf and obstack-printf-posix modules.
12228         * modules/obstack-printf: New file.
12229         * modules/obstack-printf-posix: Likewise.
12230         * MODULES.html.sh (Misc): Mention them.
12231         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
12232         Likewise.
12233         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
12234         Likewise.
12235         * modules/stdio (Makefile.am): Accomodate new modules.
12236         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12237         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
12238         Declare.
12239         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
12240         functions.
12241         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
12242         (gl_REPLACE_OBSTACK_PRINTF): New macros
12243         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
12244         * tests/test-obstack-printf.c: New file.
12245         * modules/obstack-printf-tests: Likewise.
12246         * modules/obstack-printf-posix-tests: Likewise.
12247
12248 2008-06-11  Bruno Haible  <bruno@clisp.org>
12249
12250         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
12251         * lib/open.c: Include errno.h.
12252         (open): Fail when attempting to write to a file that has a trailing
12253         slash.
12254         * tests/test-open.c (main): Test against trailing slash bug.
12255         * doc/posix-functions/open.texi: Mention the trailing slash bug.
12256
12257 2008-06-10  Bruno Haible  <bruno@clisp.org>
12258
12259         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
12260         for $? to work inside the trap command, with various /bin/sh-s.
12261         * tests/test-vc-list-files-cvs.sh: Likewise.
12262
12263 2008-06-10  Bruno Haible  <bruno@clisp.org>
12264
12265         * lib/acl-internal.h: Don't include gettext.h here.
12266         * lib/set-mode-acl.c: Include gettext.h here.
12267         * lib/copy-acl.c: Likewise.
12268
12269 2008-06-10  Bruno Haible  <bruno@clisp.org>
12270
12271         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
12272         * lib/wait-process.c (wait_subprocess): Likewise.
12273         * lib/execute.h (execute): Add termsigp argument.
12274         * lib/execute.c (execute): Likewise.
12275         * lib/csharpcomp.c (compile_csharp_using_pnet,
12276         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
12277         * lib/csharpexec.c (execute_csharp_using_pnet,
12278         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
12279         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
12280         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
12281         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
12282         is_jikes_present): Update.
12283         * lib/javaexec.c (execute_java_class): Update.
12284         * lib/javaversion.c (execute_and_read_line): Update.
12285         * NEWS: Document the changes.
12286         Reported by Eric Blake.
12287
12288 2008-06-10  Eric Blake  <ebb9@byu.net>
12289
12290         Add missing include.
12291         * tests/test-strstr.c (includes): Add <signal.h>.
12292         * tests/test-strcasestr.c (includes): Likewise.
12293         * tests/test-memmem.c (includes): Likewise.
12294
12295 2008-06-10  Bruno Haible  <bruno@clisp.org>
12296
12297         * lib/wait-process.c (wait_subprocess): Add an assertion.
12298
12299 2008-06-10  Bruno Haible  <bruno@clisp.org>
12300
12301         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
12302
12303 2008-06-10  Bruno Haible  <bruno@clisp.org>
12304
12305         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
12306         using alarm().
12307         * tests/test-strcasestr.c (main): Likewise.
12308         * tests/test-strstr.c (main): Likewise.
12309
12310 2008-06-09  Bruno Haible  <bruno@clisp.org>
12311
12312         Work around the Solaris 10 ACE ACLs ABI change.
12313         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
12314         declare if ACL_NO_TRIVIAL is present.
12315         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
12316         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
12317         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
12318         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
12319         define if ACL_NO_TRIVIAL is present.
12320         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
12321         and use the current ABI.
12322         (file_has_acl): Use same #if condition as elsewhere.
12323         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
12324         in use, and use the current ABI.
12325         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
12326         Reported by Jim Meyering.
12327
12328 2008-06-09  Eric Blake  <ebb9@byu.net>
12329
12330         Work around environments that (stupidly) ignore SIGALRM.
12331         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
12332         before using alarm().
12333         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12334         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12335         Reported by Ian Beckwith <ianb@erislabs.net>.
12336
12337         Produce autobuild blurb earlier in log.
12338         * modules/autobuild (configure.ac-early): Move AB_INIT here.
12339
12340 2008-06-09  Jim Meyering  <meyering@redhat.com>
12341         and OndÅ™ej Vašík  <ovasik@redhat.com>
12342
12343         utimens.c: correct kernel bug work-around
12344         OndÅ™ej Vašík found that the invalid return value of 280 indicates
12345         failure, not success, and the kernel bug we're trying to work
12346         around affects not just the utimensat call, but also the fallback
12347         futimens call.
12348         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
12349         not success.
12350         [HAVE_FUTIMENS]: Use the same work-around, here.
12351
12352 2008-06-09  Jim Meyering  <meyering@redhat.com>
12353
12354         add more guards around definition of ACE_-related code
12355         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
12356         ALLOW and ACE_OWNER are also defined.
12357
12358 2008-06-08  Bruno Haible  <bruno@clisp.org>
12359
12360         * lib/acl-internal.h: Add me as co-author.
12361         * lib/file-has-acl.c: Likewise.
12362         * lib/set-mode-acl.c: Likewise.
12363         * lib/copy-acl.c: Likewise.
12364
12365 2008-06-08  Bruno Haible  <bruno@clisp.org>
12366
12367         Add support for AIX ACLs.
12368         * lib/acl-internal.h (acl_nontrivial): New declaration.
12369         * lib/file-has-acl.c (acl_nontrivial): New function.
12370         (file_has_acl): Add implementation using AIX 4 ACL API.
12371         * lib/set-mode-acl.c (qset_acl): Likewise.
12372         * lib/copy-acl.c (qcopy_acl): Likewise.
12373
12374 2008-06-08  Bruno Haible  <bruno@clisp.org>
12375
12376         Add support for HP-UX ACLs.
12377         * lib/acl-internal.h (acl_nontrivial): New declaration.
12378         * lib/file-has-acl.c (acl_nontrivial): New function.
12379         (file_has_acl): Add implementation using HP-UX 11 ACL API.
12380         * lib/set-mode-acl.c (qset_acl): Likewise.
12381         * lib/copy-acl.c (qcopy_acl): Likewise.
12382
12383 2008-06-08  Bruno Haible  <bruno@clisp.org>
12384
12385         Add support for Cygwin ACLs.
12386         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
12387         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
12388         the chmod_or_fchmod call.
12389         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
12390
12391 2008-06-08  Bruno Haible  <bruno@clisp.org>
12392
12393         Fix bug with setuid modes in Solaris 10+ code.
12394         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
12395         succeeded, when the mode contains some special bits.
12396
12397 2008-06-08  Bruno Haible  <bruno@clisp.org>
12398
12399         Add support for Solaris 7..10 ACLs.
12400         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
12401         declarations.
12402         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
12403         functions.
12404         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
12405         * lib/set-mode-acl.c (qset_acl): Likewise.
12406         * lib/copy-acl.c (qcopy_acl): Likewise.
12407
12408 2008-06-08  Bruno Haible  <bruno@clisp.org>
12409
12410         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
12411         declaration.
12412         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
12413         (acl_access_nontrivial): Remove MacOS X case.
12414         (file_has_acl): Use acl_extended_nontrivial.
12415         * lib/copy-acl.c (qcopy_acl): Likewise.
12416
12417 2008-06-08  Bruno Haible  <bruno@clisp.org>
12418
12419         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
12420
12421 2008-06-08  Jim Meyering  <meyering@redhat.com>
12422
12423         * modules/acl (Maintainer): Add Bruno Haible.
12424
12425 2008-06-07  Bruno Haible  <bruno@clisp.org>
12426
12427         Improve support for Tru64 ACLs.
12428         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
12429         ACL on OSF/1.
12430
12431 2008-06-07  Bruno Haible  <bruno@clisp.org>
12432
12433         Add support for MacOS X ACLs.
12434         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
12435         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
12436         * lib/set-mode-acl.c (qset_acl): Likewise.
12437         * lib/copy-acl.c (qcopy_acl): Likewise.
12438
12439 2008-06-07  Bruno Haible  <bruno@clisp.org>
12440
12441         Fix memory leak introduced on 2008-05-22.
12442         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
12443         use.
12444
12445 2008-06-07  Bruno Haible  <bruno@clisp.org>
12446
12447         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
12448         to construct an empty ACL.
12449
12450 2008-06-07  Bruno Haible  <bruno@clisp.org>
12451
12452         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
12453         precisely.
12454         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
12455
12456 2008-06-07  Bruno Haible  <bruno@clisp.org>
12457
12458         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
12459         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
12460
12461 2008-06-07  Bruno Haible  <bruno@clisp.org>
12462
12463         * doc/posix-functions/_setjmp.texi: Explain the use of this function
12464         regardless of POSIX.
12465         * doc/posix-functions/_longjmp.texi: Likewise.
12466         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
12467         SystemV platform in this case.
12468
12469 2008-06-06  Eric Blake  <ebb9@byu.net>
12470
12471         Document abort() bugs.
12472         * doc/posix-functions/abort.texi (abort): Mention anomalies.
12473
12474         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
12475         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
12476         sigsetjmp.
12477         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
12478         siglongjmp, but only as a macro.
12479         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
12480         is obsolete.
12481         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
12482
12483         Tweak documentation to cover cygwin argz bugs.
12484         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
12485         argz bug fix; no code change needed since no cygwin releases
12486         occurred between the last fix and the bug being tested.
12487         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
12488         module and recently fixed cygwin bugs.
12489         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
12490         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
12491         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
12492         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
12493         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
12494         Likewise.
12495         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
12496         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
12497         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
12498         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
12499         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
12500         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
12501         Likewise.
12502
12503         Avoid gcc warning on cygwin.
12504         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
12505         !ACL_NO_TRIVIAL]: Avoid unused variable.
12506
12507 2008-06-05  Eric Blake  <ebb9@byu.net>
12508
12509         Be tolerant of UNKNOWN version in gnulib-tool test dir.
12510         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
12511         git-version-gen fails to come up with a version.
12512         Reported by Simon Josefsson.
12513
12514 2008-06-05  Jim Meyering  <meyering@redhat.com>
12515             Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         utimens.c: work around a probable Linux kernel bug
12518         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
12519         appears to be a kernel bug that causes utimensat to return 280
12520         instead of 0, indicating success.
12521
12522 2008-06-04  Bruno Haible  <bruno@clisp.org>
12523
12524         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
12525         2008-06-01 commit.
12526
12527 2008-06-04  Bruno Haible  <bruno@clisp.org>
12528
12529         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
12530         * lib/file-has-acl.c (acl_access_nontrivial): New function.
12531         (file_has_acl): Use it. Save errno afterwards.
12532         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
12533
12534 2008-06-03  Bruno Haible  <bruno@clisp.org>
12535
12536         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
12537         draft code. Simplify #ifs.
12538         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
12539         Put Solaris code after POSIX-draft code. Fix comments regarding
12540         Solaris 10, HP-UX. Mention Cygwin.
12541         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
12542
12543 2008-06-03  Eric Blake  <ebb9@byu.net>
12544
12545         Provide fallback for older kernels.
12546         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
12547         Provide runtime fallback if kernel lacks support.
12548         Reported by Mike Frysinger.
12549
12550 2008-06-02  Bruno Haible  <bruno@clisp.org>
12551
12552         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
12553         it exists.
12554
12555 2008-06-02  Bruno Haible  <bruno@clisp.org>
12556
12557         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
12558         * lib/copy-acl.c (qcopy_acl): Update comment.
12559
12560 2008-06-02  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
12563         like ACL APIs.
12564
12565 2008-06-02  Bruno Haible  <bruno@clisp.org>
12566
12567         * tests/test-file-has-acl.sh: Use different code for Cygwin.
12568         * tests/test-set-mode-acl.sh: Likewise.
12569         * tests/test-copy-acl.sh: Likewise.
12570         * tests/test-copy-file.sh: Likewise.
12571
12572 2008-06-02  Bruno Haible  <bruno@clisp.org>
12573
12574         * tests/test-file-has-acl.sh: Remove unused code.
12575
12576 2008-06-01  Bruno Haible  <bruno@clisp.org>
12577
12578         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
12579         (copy_acl): Just a wrapper around qcopy_acl that emits the error
12580         messages.
12581         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
12582
12583 2008-06-01  Bruno Haible  <bruno@clisp.org>
12584
12585         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
12586         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
12587         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
12588         APIs.
12589         * modules/acl-tests (configure.ac): Remove tests now contained in
12590         m4/acl.m4.
12591
12592 2008-06-02  Jim Meyering  <meyering@redhat.com>
12593
12594         announce-gen: use a better key-server host name
12595         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
12596         it may be more consistently reliable.  Suggested by Werner Koch
12597         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
12598
12599 2008-06-01  Bruno Haible  <bruno@clisp.org>
12600
12601         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
12602         Reported by Voroskoi Andras <voroskoi@gmail.com>.
12603
12604 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
12605
12606         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
12607
12608 2008-06-01  Bruno Haible  <bruno@clisp.org>
12609
12610         New ACL tests.
12611         * tests/test-file-has-acl.sh: New file.
12612         * tests/test-file-has-acl.c: New file.
12613         * tests/test-set-mode-acl.sh: New file.
12614         * tests/test-set-mode-acl.c: New file.
12615         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
12616         * tests/test-copy-acl.c: New file.
12617         * modules/acl-tests: New file, based on modules/copy-file-tests.
12618         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
12619         (Depends-on): Add acl-tests.
12620         (configure.ac): Remove checks.
12621         (Makefile.am): Don't create test-sameacls program here any more.
12622
12623 2008-06-01  Bruno Haible  <bruno@clisp.org>
12624
12625         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
12626         * tests/test-sameacls.c: Include progname.h.
12627         (main): Invoke set_program_name. Portability fixes for MacOS X,
12628         Solaris, HP-UX.
12629
12630 2008-06-01  Bruno Haible  <bruno@clisp.org>
12631
12632         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
12633         function.
12634         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
12635
12636 2008-06-01  Bruno Haible  <bruno@clisp.org>
12637
12638         * modules/rpmatch (Depends-on): Add strdup.
12639
12640 2008-06-01  Bruno Haible  <bruno@clisp.org>
12641
12642         * lib/pipe.c: Include unistd-safer.h.
12643         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
12644         * modules/pipe (Depends-on): Add unistd-safer.
12645
12646 2008-05-30  Simon Josefsson  <simon@josefsson.org>
12647
12648         * modules/autobuild (configure.ac): Call AB_INIT.
12649
12650 2008-05-30  Simon Josefsson  <simon@josefsson.org>
12651
12652         * tests/test-getaddrinfo.c: Don't print debug messages by default.
12653         Suggested by Bruno Haible <bruno@clisp.org>.
12654
12655 2008-05-30  Simon Josefsson  <simon@josefsson.org>
12656
12657         * tests/test-base64.c: Cast size_t to unsigned long when invoking
12658         printf.  Use %lu instead of %d.  Reported by Bruno Haible
12659         <bruno@clisp.org>.
12660
12661 2008-05-29  Eric Blake  <ebb9@byu.net>
12662
12663         Prefer new POSIX 200x interfaces over futimesat.
12664         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
12665         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
12666         when available.
12667         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
12668
12669 2008-05-28  Bruno Haible  <bruno@clisp.org>
12670
12671         * modules/stpcpy (License): Change to LGPLv2+.
12672         Requested by David Lutterkort <dlutter@redhat.com>.
12673
12674 2008-05-27  Bruno Haible  <bruno@clisp.org>
12675
12676         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
12677         current mingw.
12678         Reported by Jose E. Marchesi <jemarch@gnu.org>.
12679
12680 2008-05-27  Bruno Haible  <bruno@clisp.org>
12681
12682         * modules/iconv_open (Link): New section, from module 'iconv'.
12683         * modules/striconv (Link): Likewise.
12684         * modules/striconveh (Link): Likewise.
12685         * modules/xstriconv (Link): Likewise.
12686         * modules/unicodeio (Link): Likewise.
12687         * modules/propername (Link): Likewise.
12688         Reported by Jim Meyering.
12689
12690 2008-05-26  Jim Meyering  <meyering@redhat.com>
12691
12692         sha256: do not artificially restrict buffer length to be < 2^32
12693         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
12694         uint32_t to size_t.
12695         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
12696         to match.
12697
12698         avoid unaligned access errors, e.g., on sparc
12699         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
12700         direct access through a possibly-unaligned uint64* pointer.
12701         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
12702         direct access through a possibly-unaligned uint32* pointer.
12703         Prompted by this patch from Tom "spot" Callaway:
12704         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
12705
12706         sha512.c: fix typo in comment
12707         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
12708
12709 2008-05-25  Bruno Haible  <bruno@clisp.org>
12710
12711         * lib/set-mode-acl.c: Renamed from lib/acl.c.
12712         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
12713         (Makefile.am): Update lib_SOURCES.
12714
12715 2008-05-25  Bruno Haible  <bruno@clisp.org>
12716
12717         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
12718
12719 2008-05-25  Jim Meyering  <meyering@redhat.com>
12720
12721         useless-if-before-free: freed expr may have white-space differences
12722         * build-aux/useless-if-before-free: Recognize cases in which the
12723         freed expression differs from the tested one in embedded white
12724         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
12725         $1 was used, so we can't make any regexp shy.  Improved tests now
12726         detect this.
12727
12728         useless-if-before-free: accept white space in the expression.
12729         * build-aux/useless-if-before-free: For now, any white space
12730         in the expression must be identical in the free argument.
12731
12732         useless-if-before-free: efficiency tweak
12733         * build-aux/useless-if-before-free: Make the expression-matching
12734         regexp "shy".
12735         Make the *outer* regexp shy, not the expr-matching one.
12736
12737         update code-in-comment to accept cast of free arg
12738         * build-aux/useless-if-before-free: Update regexp.
12739
12740 2008-05-25  Bruno Haible  <bruno@clisp.org>
12741
12742         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
12743         * modules/copy-file-tests (Files, Makefile.am): Update.
12744         * tests/test-copy-file.c (func_test_copy): Update.
12745
12746 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
12747
12748         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
12749
12750 2008-05-23  Bruno Haible  <bruno@clisp.org>
12751
12752         Improve support for ACLs on OSF/1.
12753         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
12754         Remove fallback for unknown flavors of ACLs.
12755
12756 2008-05-22  Bruno Haible  <bruno@clisp.org>
12757
12758         Add support for ACLs on OSF/1.
12759         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
12760         replacements.
12761         (acl_free_text): New macro fallback.
12762         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
12763         acl_free.
12764         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
12765         acl_free_text function. Require AC_C_INLINE.
12766
12767 2008-05-22  Bruno Haible  <bruno@clisp.org>
12768
12769         Make copy_acl work on MacOS X 10.5.
12770         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
12771         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
12772         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
12773         If MODE_INSIDE_ACL, don't assume that every system has the same text
12774         representation for ACLs as FreeBSD.
12775         * lib/copy-acl.c (copy_acl): Add support for platforms with
12776         !MODE_INSIDE_ACL.
12777         * lib/file-has-acl.c (file_has_acl): Likewise.
12778         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
12779         FreeBSD, MacOS X, or IRIX, respectively.
12780
12781 2008-05-22  Bruno Haible  <bruno@clisp.org>
12782
12783         * lib/acl.h: Don't include <sys/acl.h>.
12784         (GETACLCNT): Move fallback to lib/acl-internal.h.
12785         * lib/acl-internal.h: Include <sys/acl.h> here.
12786         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
12787
12788 2008-05-22  Bruno Haible  <bruno@clisp.org>
12789
12790         Split off copy_acl function to separate file.
12791         * lib/copy-acl.c: New file, extracted from lib/acl.c.
12792         * lib/acl.c (copy_acl): Moved function to separate file.
12793         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
12794         * modules/acl (Files): Add lib/copy-acl.c.
12795         (Makefiles.am): Augment lib_SOURCES.
12796
12797 2008-05-22  Bruno Haible  <bruno@clisp.org>
12798
12799         * modules/copy-file-tests: New file.
12800         * tests/test-copy-file.sh: New file.
12801         * tests/test-copy-file.c: New file.
12802         * tests/test-copy-file-sameacls.c: New file.
12803
12804 2008-05-22  Eric Blake  <ebb9@byu.net>
12805
12806         Avoid gcc warning.
12807         * tests/test-memcmp.c (main): Pass NULL indirectly.
12808
12809 2008-05-21  Bruno Haible  <bruno@clisp.org>
12810
12811         Add reference doc about ACLs.
12812         * doc/acl-resources.txt: New file.
12813         * doc/acl-cygwin.txt: New file.
12814
12815 2008-05-21  Bruno Haible  <bruno@clisp.org>
12816
12817         Avoid one more warning from gcc.
12818         * lib/vasnprintf.c (IF_LINT): Update comments.
12819         (VASNPRINTF): Use it also for the 'prefix' array initializer.
12820
12821 2008-05-21  Jim Meyering  <meyering@redhat.com>
12822
12823         avoid a warning from gcc
12824         * lib/vasnprintf.c (IF_LINT): Define.
12825         (scale10_round_decimal_long_double):
12826         Use it to avoid a "may be used uninitialized" warning.
12827         (scale10_round_decimal_double): Likewise.
12828
12829 2008-05-21  Simon Josefsson  <simon@josefsson.org>
12830
12831         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
12832         declared.
12833
12834 2008-05-20  Bruno Haible  <bruno@clisp.org>
12835
12836         * tests/test-memcmp.c (main): Test also the sign of the result. Test
12837         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
12838
12839 2008-05-20  Simon Josefsson  <simon@josefsson.org>
12840
12841         * modules/memcmp-tests: New file.
12842         * tests/test-memcmp.c: New file.
12843
12844 2008-05-19  Bruno Haible  <bruno@clisp.org>
12845
12846         * modules/propername (Notice, configure.ac): Put quoted "..." into
12847         --keyword option.
12848         * lib/propername.h: Update comments accordingly.
12849         Reported by Eric Blake.
12850
12851 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
12852
12853         * modules/getpass-gnu (Depends-on): Add fseeko.
12854
12855 2008-05-19  Simon Josefsson  <simon@josefsson.org>
12856
12857         * modules/base64-tests: New file.
12858
12859 2008-05-19  Bo Borgerson <gigabo@gmail.com>
12860
12861         * lib/base64.c (base64_decode_ctx): If a decode context structure
12862         was passed in use it to ignore newlines.  If a context structure
12863         was _not_ passed in, continue to treat newlines as garbage (this
12864         is the historical behavior).  Formerly base64_decode.
12865         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
12866         takes a decode context structure.
12867         * lib/base64.h (base64_decode): Macro for four-argument calls.
12868         (base64_decode_alloc): Likewise.
12869         * lib/base64.c (base64_decode_ctx): If a decode context structure
12870         was passed in use it to ignore newlines.  If a context structure
12871         was _not_ passed in, continue to treat newlines as garbage (this
12872         is the historical behavior).  Formerly base64_decode.
12873         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
12874         takes a decode context structure.
12875         * lib/base64.h (base64_decode): Macro for four-argument calls.
12876         (base64_decode_alloc): Likewise.
12877
12878 2008-05-19  Jim Meyering  <meyering@redhat.com>
12879
12880         avoid a warning from gcc
12881         * lib/trim.c (IF_LINT): Define.
12882         (trim2): Use it to avoid a "may be used uninitialized" warning.
12883
12884         Fix doc typo.
12885         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
12886
12887 2008-05-19  Bruno Haible  <bruno@clisp.org>
12888
12889         * doc/glibc-functions/getpass.texi: Document limits of other
12890         implementations.
12891
12892 2008-05-19  Simon Josefsson  <simon@josefsson.org>
12893             Bruno Haible <bruno@clisp.org>
12894
12895         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
12896
12897 2008-05-18  Bruno Haible  <bruno@clisp.org>
12898
12899         * modules/propername: New file, from GNU gettext.
12900         * lib/propername.h: New file, from GNU gettext.
12901         * lib/propername.c: New file, from GNU gettext.
12902         * MODULES.html.sh (Internationalization functions): Add propername.
12903
12904 2008-05-16  Jim Meyering  <meyering@redhat.com>
12905             Bruno Haible  <bruno@clisp.org>
12906
12907         Avoid some warnings from "gcc -Wshadow".
12908         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
12909
12910 2008-05-15  Eric Blake  <ebb9@byu.net>
12911
12912         Extend previous patch to cygwin 1.7.0.
12913         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
12914         fast implementation in cygwin >= 1.7.0.
12915         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12916         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12917
12918 2008-05-15  Bruno Haible  <bruno@clisp.org>
12919
12920         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
12921         implementation in glibc >= 2.9.
12922         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12923         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12924
12925 2008-05-15  Bruno Haible  <bruno@clisp.org>
12926
12927         * MODULES.html.sh (Internationalization functions): Remove linebreak.
12928         (Unicode string functions): Add unilbrk/*.
12929         Reported by Karl Berry.
12930
12931 2008-05-15  Eric Blake  <ebb9@byu.net>
12932
12933         Fix violation of <stdbool.h> replacement in regex.
12934         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
12935         * lib/regexec.c (re_search_internal): Likewise.
12936         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
12937
12938 2008-05-15  Jim Meyering  <meyering@redhat.com>
12939
12940         avoid distracting test output when git or cvs is not found
12941         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
12942         * tests/test-vc-list-files-git.sh: Likewise.
12943
12944 2008-05-15  Eric Blake  <ebb9@byu.net>
12945
12946         Glibc finally accepted the memmem speedup code, bugzilla #5514.
12947         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
12948         glibc version.
12949         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
12950         * doc/posix-functions/strstr.texi (strstr): Likewise.
12951         * lib/str-two-way.h (MAX): Sychronize with glibc.
12952
12953 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
12954
12955         * lib/regcomp.c (optimize_utf8): Add a note on why we test
12956         opr.ctx_type.
12957         (calc_first): Initialize constraint field.
12958         (duplicate_node_closure): Use it instead of special casing ANCHORS.
12959         Fix grammar.
12960         (duplicate_node): Merge constraint field for all node types.
12961         (calc_eclosure_iter): Look at constraint field for all node types.
12962         * lib/regex_internal.c (create_cd_newstate): Don't look at
12963         opr.ctx_type.
12964
12965 2008-05-14  Bruno Haible  <bruno@clisp.org>
12966
12967         Help GCC to do better code generation.
12968         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
12969         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
12970         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
12971         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
12972         Declare with attribute 'malloc' if supported.
12973
12974 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
12975
12976         use "echo STR|wc -c" rather than unportable "expr length STR"
12977         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
12978         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
12979
12980 2008-05-14  Jim Meyering  <meyering@redhat.com>
12981
12982         use dd ibs=$n count=1 ... rather than less-portable head -c$n
12983         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
12984         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
12985         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
12986         via Collin Lasse.
12987
12988 2008-05-14  Eric Blake  <ebb9@byu.net>
12989
12990         Avoid quadratic growth in gl_LIBSOURCES.
12991         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
12992         Suggested by Bruno Haible.
12993
12994         Test xmemdup0.
12995         * modules/xmemdup0-tests: New file.
12996         * tests/test-xmemdup0.c: Likewise.
12997
12998 2008-05-13  Eric Blake  <ebb9@byu.net>
12999
13000         Split xmemdup0 into its own module.
13001         * modules/xmemdup0: New file.
13002         * lib/xmemdup0.h: Likewise.
13003         * lib/xmemdup0.c: Likewise.
13004         * MODULES.html.sh (Memory management functions): Add xmemdup0.
13005         * lib/xalloc.h (xmemdup0): Remove.
13006         * lib/xmalloc.c (xmemdup0): Likewise.
13007
13008 2008-05-13  Eric Blake  <ebb9@byu.net>
13009             Bruno Haible  <bruno@clisp.org>
13010
13011         Reduce number of forks required during autoconf.
13012         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
13013         and gl_LIBSOURCES_DIR.
13014         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
13015         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
13016         m4_syscmd per file.
13017         <m4_foreach_w>: Move...
13018         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
13019
13020 2008-05-13  Eric Blake  <ebb9@byu.net>
13021
13022         * gnulib-tool: Fix various comment typos.
13023
13024 2008-05-12  Bruno Haible  <bruno@clisp.org>
13025
13026         Tailor the linebreaking algorithm.
13027         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
13028
13029 2008-05-12  Bruno Haible  <bruno@clisp.org>
13030
13031         Update to Unicode 5.0.0.
13032         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
13033         LBP_JV, LBP_JT. Redistribute values.
13034         (unilbrk_table): Change size.
13035         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
13036         Unicode TR#14 rev. 22.
13037         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
13038         LBP_JV, LBP_JT. Redistribute values.
13039         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
13040         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
13041         Update.
13042         * lib/unilbrk/lbrkprop1.h: Regenerated.
13043         * lib/unilbrk/lbrkprop2.h: Regenerated.
13044         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
13045         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
13046         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
13047         Likewise.
13048         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
13049         Likewise.
13050         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
13051         result.
13052         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
13053         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
13054         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
13055         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
13056         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
13057         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
13058
13059 2008-05-11  Bruno Haible  <bruno@clisp.org>
13060
13061         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
13062
13063 2008-05-11  Bruno Haible  <bruno@clisp.org>
13064
13065         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
13066         * modules/unilbrk/gen-lbrk: New file.
13067
13068 2008-05-11  Bruno Haible  <bruno@clisp.org>
13069
13070         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
13071         * m4/sha512.m4 (gl_SHA512): Likewise.
13072
13073 2008-05-11  Jim Meyering  <meyering@redhat.com>
13074
13075         New modules: crypto/sha256, crypto/sha512 (from coreutils)
13076         * modules/crypto/sha256: New file.
13077         * modules/crypto/sha512: Likewise.
13078         * lib/sha256.c: Likewise.
13079         * lib/sha256.h: Likewise.
13080         * lib/sha512.c: Likewise.
13081         * lib/sha512.h: Likewise.
13082         * lib/u64.h: Likewise.
13083         * m4/sha256.m4: Likewise.
13084         * m4/sha512.m4: Likewise.
13085         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
13086
13087 2008-05-10  Bruno Haible  <bruno@clisp.org>
13088
13089         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
13090         (Input/Output <stdio.h>): Add xprintf.
13091         (Signal handling <signal.h>): Add strsignal.
13092         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
13093         (Core language properties): Add func.
13094         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
13095         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
13096         strings.
13097         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
13098         (Input/output): New section.
13099         (File system functions): Add openat-die, stat-macros.
13100         (Networking functions): Add sockets.
13101         (Unicode string functions): Add unictype/*.
13102         (Support for building libraries and executables): Add gperf.
13103         (Support for building documentation): Add agpl-3.0.
13104         (Misc): Add nocrash.
13105
13106 2008-05-10  Bruno Haible  <bruno@clisp.org>
13107
13108         * modules/unictype/gen-ctype: New file.
13109
13110 2008-05-10  Jim Meyering  <meyering@redhat.com>
13111
13112         Make chdir-safer.c more efficient on a system with no symlinks.
13113         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
13114         also if ELOOP is zero.  Suggested by Bruno Haible.
13115
13116         Make chdir-safer.c slightly safer.
13117         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
13118         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
13119
13120         Avoid compile failure on systems without ELOOP (like mingw).
13121         * lib/chdir-safer.c (ELOOP): Define if not already defined.
13122         Reported by Bruno Haible.
13123
13124 2008-05-10  Bruno Haible  <bruno@clisp.org>
13125
13126         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
13127         (is_utf8_encoding): Use a case-insensitive comparison.
13128         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
13129         streq.
13130
13131 2008-05-10  Bruno Haible  <bruno@clisp.org>
13132
13133         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
13134         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
13135         * lib/unilbrk/ulc-common.h (iconv_string_length,
13136         iconv_string_keeping_offsets): Remove declarations.
13137         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
13138         Don't include <iconv.h>, streq.h, xsize.h.
13139         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
13140         conversion.
13141         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
13142         <iconv.h>, streq.h, xsize.h.
13143         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
13144         conversion.
13145         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
13146         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
13147         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
13148         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
13149
13150 2008-05-10  Bruno Haible  <bruno@clisp.org>
13151
13152         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
13153         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
13154
13155         * modules/unilbrk/u32-width-linebreaks-tests: New file.
13156         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
13157
13158         * modules/unilbrk/u16-width-linebreaks-tests: New file.
13159         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
13160
13161         * modules/unilbrk/u8-width-linebreaks-tests: New file.
13162         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
13163
13164         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
13165         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
13166
13167         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
13168         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
13169
13170         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
13171         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
13172
13173         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
13174         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
13175
13176 2008-05-10  Bruno Haible  <bruno@clisp.org>
13177
13178         Split up 'linebreak' module.
13179         * lib/unilbrk.h: New file, based on lib/linebreak.h.
13180         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
13181         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
13182         modifications.
13183         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
13184         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
13185         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
13186         lib/linebreak.c.
13187         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
13188         lib/linebreak.c.
13189         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
13190         lib/linebreak.c.
13191         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
13192         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
13193         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
13194         lib/linebreak.c.
13195         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
13196         lib/linebreak.c.
13197         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
13198         lib/linebreak.c.
13199         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
13200         lib/linebreak.c.
13201         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
13202         lib/linebreak.c.
13203         * modules/unilbrk/base: New file.
13204         * modules/unilbrk/tables: New file.
13205         * modules/unilbrk/u8-possible-linebreaks: New file.
13206         * modules/unilbrk/u16-possible-linebreaks: New file.
13207         * modules/unilbrk/u32-possible-linebreaks: New file.
13208         * modules/unilbrk/ulc-common: New file.
13209         * modules/unilbrk/ulc-possible-linebreaks: New file.
13210         * modules/unilbrk/u8-width-linebreaks: New file.
13211         * modules/unilbrk/u16-width-linebreaks: New file.
13212         * modules/unilbrk/u32-width-linebreaks: New file.
13213         * modules/unilbrk/ulc-width-linebreaks: New file.
13214         * lib/linebreak.h: Remove file.
13215         * lib/linebreak.c: Remove file.
13216         * m4/linebreak.m4: Remove file.
13217         * modules/linebreak: Remove file.
13218         * NEWS: Mention the changes.
13219
13220 2008-05-09  Eric Blake  <ebb9@byu.net>
13221
13222         Add xmemdup0.
13223         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
13224         implementation.
13225         * lib/xmalloc.c (xmemdup0): New C implementation.
13226
13227 2008-05-08  Bruno Haible  <bruno@clisp.org>
13228
13229         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
13230
13231 2008-05-07  Eric Blake  <ebb9@byu.net>
13232
13233         Support cross-compilation of <wctype.h>.
13234         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
13235         AC_CACHE_CHECK.
13236
13237 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
13238
13239         * build-aux/vc-list-files: Add support for bzr.
13240
13241 2008-05-03  Jim Meyering  <meyering@redhat.com>
13242
13243         avoid failed assertion with tight malloc
13244         * tests/test-getndelim2.c: Correct an off-by-one assertion.
13245
13246 2008-05-03  Simon Josefsson  <simon@josefsson.org>
13247
13248         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
13249         are needed from arpa/inet.h.
13250         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
13251         Reported by Bruno Haible.
13252
13253 2008-05-02  Jim Meyering  <meyering@redhat.com>
13254
13255         avoid compilation error on FreeBSD 6
13256         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
13257
13258 2008-05-01  Jim Meyering  <meyering@redhat.com>
13259
13260         useless-if-before-free: correct --help's exit status description
13261         * build-aux/useless-if-before-free (usage): Like grep, exit 0
13262         for one or more matches, etc.  Reported by Bruno Haible.
13263
13264         vc-list-files: make the stand-alone gnulib test work
13265         * modules/vc-list-files-tests (configure.ac):
13266         Define and AC_SUBST abs_aux_dir.
13267         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
13268         $(abs_top_srcdir) to each script and having each of them
13269         duplicate the work of setting PATH, set PATH here, using
13270         the new variable, abs_aux_dir instead.
13271         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
13272         * tests/test-vc-list-files-git.sh: Likewise.
13273         Reported by Bruno Haible.
13274
13275 2008-05-01  Bruno Haible  <bruno@clisp.org>
13276
13277         * lib/getndelim2.c (getndelim2): Fix newsize computation during
13278         reallocation. Rename 'done' to 'found_delimiter'.
13279
13280 2008-05-01  Jim Meyering  <meyering@redhat.com>
13281
13282         vc-list-files: accommodate /bin/sh like the one from Solaris 10
13283         * build-aux/vc-list-files: Use `...`, not $(...).
13284
13285 2008-04-30  Jim Meyering  <meyering@redhat.com>
13286
13287         add tests for vc-list-files
13288         * modules/vc-list-files-tests: New module.
13289         * tests/test-vc-list-files-cvs.sh: New file.
13290         * tests/test-vc-list-files-git.sh: New file.
13291
13292         avoid a warning from gcc
13293         * lib/getndelim2.c (IF_LINT): Define.
13294         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
13295
13296         vc-list-files: work properly with build-aux/cvsu, too
13297         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
13298         to all cvs-based clauses.
13299
13300         vc-list-files: work properly in the CVS+awk case, too
13301         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
13302
13303         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
13304         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
13305         take more than one file argument, so .  Add quotes, just in case $dir
13306         ever contains a shell meta-character.  Prompted by Soren Hansen in
13307         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
13308
13309 2008-04-29  Eric Blake  <ebb9@byu.net>
13310
13311         Optimize getndelim2 to use block operations when possible.
13312         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
13313         freadseek, and memchr2.
13314         * lib/getndelim2.c (getndelim2): Use them for block reads.
13315
13316 2008-04-29  Bruno Haible  <bruno@clisp.org>
13317
13318         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
13319         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
13320         * modules/inet_ntop (Depends-on): Add extensions.
13321         * modules/inet_pton (Depends-on): Likewise.
13322         Reported by Simon Josefsson.
13323
13324 2008-04-29  Jim Meyering  <meyering@redhat.com>
13325
13326         When the is more than one match in a block, match all of them.
13327         * build-aux/useless-if-before-free: Iterate through each block
13328         until there are no more matches.
13329
13330         Fix broken useless-if-before-free script.
13331         * build-aux/useless-if-before-free: Fix typo: missing "?" after
13332         the expression to match cast of argument to free-like function.
13333
13334 2008-04-29  Eric Blake  <ebb9@byu.net>
13335
13336         Use new header.
13337         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
13338
13339 2008-04-29  Jim Meyering  <meyering@redhat.com>
13340
13341         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
13342         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
13343         by gnulib to exist and to declare e.g., inet_ntop.
13344         Don't include "inet_ntop.h", now removed.
13345
13346         * m4/arpa_inet_h.m4: Remove trailing blanks.
13347
13348 2008-04-29  Eric Blake  <ebb9@byu.net>
13349
13350         Silence valgrind on safe reads beyond potential array bounds.
13351         * lib/rawmemchr.valgrind: New file.
13352         * lib/strchrnul.valgrind: Likewise.
13353         * modules/rawmemchr (Files): Distribute new file.
13354         * modules/strchrnul (Files): Likewise.
13355         Suggested by Bruno Haible.
13356
13357 2008-04-29  Bruno Haible  <bruno@clisp.org>
13358
13359         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
13360         (inet_ntop, inet_pton): Change portability warning's wording.
13361         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
13362         Invoke gl_CHECK_NEXT_HEADERS.
13363         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
13364         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
13365         set ARPA_INET_H.
13366         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
13367         * modules/arpa_inet (Description): No longer only for systems that
13368         lack it.
13369         (Depends-on): Add include_next.
13370         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
13371         HAVE_ARPA_INET_H.
13372
13373 2008-04-29  Jim Meyering  <meyering@redhat.com>
13374
13375         * modules/mkdir (License): Re-license as LGPLv2+.
13376
13377 2008-04-29  Bruno Haible  <bruno@clisp.org>
13378
13379         * modules/rawmemchr (Maintainer): Set to Eric.
13380         * modules/strchrnul (Maintainer): Likewise.
13381
13382 2008-04-29  Simon Josefsson  <simon@josefsson.org>
13383
13384         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
13385         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
13386
13387         * modules/arpa_inet (arpa/inet.h): Use them.
13388
13389 2008-04-28  Eric Blake  <ebb9@byu.net>
13390
13391         Test getndelim2.
13392         * modules/getndelim2-tests: New file.
13393         * tests/test-getndelim2.c: Likewise.
13394         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
13395         stream.
13396         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
13397
13398         * MODULES.html.sh: Document new module.
13399
13400 2008-04-20  Bruno Haible  <bruno@clisp.org>
13401
13402         * lib/c-stack.c (die): Use raise.
13403         * modules/c-stack (Depends-on): Add raise.
13404
13405 2008-04-28  Bruno Haible  <bruno@clisp.org>
13406
13407         Expect rpmatch to be declared.
13408         * lib/yesno.c (rpmatch): Remove declaration.
13409
13410         Declare rpmatch.
13411         * lib/stdlib.in.h (rpmatch): New declaration.
13412         * lib/rpmatch.c: Include <stdlib.h> first.
13413         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
13414         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
13415         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
13416         HAVE_RPMATCH.
13417         * modules/rpmatch (Depends-on): Add stdlib, extensions.
13418         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13419         (Include): Set to <stdlib.h>.
13420         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
13421         HAVE_RPMATCH.
13422         * NEWS: Document the change.
13423
13424 2008-04-28  Bruno Haible  <bruno@clisp.org>
13425
13426         Change rpmatch to use nl_langinfo when appropriate.
13427         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
13428         (N_): New macro.
13429         (localized_pattern): New function/macro.
13430         (try): Remove match, nomatch arguments. Copy the pattern into safe
13431         memory before caching it.
13432         (rpmatch): Use localized_pattern. Add translator comments.
13433         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
13434         Suggested by Eric Blake.
13435         * modules/rpmatch (Depends-on): Add stdbool.
13436
13437 2008-04-28  Eric Blake  <ebb9@byu.net>
13438
13439         Add rawmemchr module, matching glibc.
13440         * modules/string (Makefile.am): New indicator.
13441         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
13442         * lib/string.in.h (rawmemchr): Declare when appropriate.
13443         * modules/rawmemchr: New file.
13444         * m4/rawmemchr.m4: Likewise.
13445         * lib/rawmemchr.c: Likewise.
13446         * modules/rawmemchr-tests: Likewise.
13447         * tests/test-rawmemchr.c: Likewise.
13448         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
13449         module.
13450         * modules/strchrnul (Depends-on): Add rawmemchr.
13451         * lib/strchrnul.c (strchrnul): Optimize a corner case.
13452
13453         Whitespace cleanup.
13454         * tests/test-strchrnul.c: Reindent.
13455         * lib/strchrnul.c: Likewise.
13456
13457         Optimize and test strchrnul.
13458         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
13459         * modules/strchrnul-tests: New file.
13460         * tests/test-strchrnul.c: Likewise.
13461
13462         Remove intprops dependency.
13463         * modules/memchr (Depends-on): Remove intprops.
13464         * modules/memrchr (Depends-on): Likewise.
13465         * modules/memchr2 (Depends-on): Likewise.
13466         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
13467         * lib/memrchr.c (__memrchr): Likewise.
13468         * lib/memrchr2.c (memchr2): Likewise.
13469         Reported by Simon Josefsson.
13470
13471 2008-04-28  Simon Josefsson  <simon@josefsson.org>
13472
13473         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
13474         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13475
13476 2008-04-28  Simon Josefsson  <simon@josefsson.org>
13477
13478         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
13479
13480         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
13481
13482         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
13483
13484         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
13485         declarations.
13486         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
13487
13488         * m4/inet_pton.m4: Don't check for header files.
13489
13490         * m4/inet_ntop.m4: Don't check for header files.
13491
13492 2008-04-28  Simon Josefsson  <simon@josefsson.org>
13493
13494         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
13495         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
13496         trigger for cygwin).
13497         Reported by Bruno Haible  <bruno@clisp.org>.
13498
13499 2008-04-28  Bruno Haible  <bruno@clisp.org>
13500
13501         * doc/posix-functions/strdup.texi: Mention mingw problem.
13502
13503 2008-04-27  Bruno Haible  <bruno@clisp.org>
13504
13505         * modules/stat-time-tests (Depends-on): Add sleep.
13506         * tests/test-stat-time.c (force_unlink): New function.
13507         (cleanup): Use it.
13508         (test_mtime): Remove the ctime related tests.
13509         (test_ctime): New function, containing the ctime related tests.
13510         (main): Call test_ctime, except on native Windows platforms.
13511
13512 2008-04-27  Bruno Haible  <bruno@clisp.org>
13513
13514         * lib/rpmatch.c (rpmatch): Add some comments.
13515         Reported by James Youngman <jay@gnu.org>.
13516
13517 2008-04-27  Bruno Haible  <bruno@clisp.org>
13518
13519         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
13520         quiet NaNs.
13521
13522 2008-04-27  Bruno Haible  <bruno@clisp.org>
13523
13524         Make test-yesno.sh work on mingw.
13525         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
13526         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
13527         (main): Set stdin to binary mode.
13528         * modules/yesno-tests (Depends-on): Add binary-io.
13529
13530 2008-04-27  Bruno Haible  <bruno@clisp.org>
13531
13532         Fix 'isfinite' on x86, x86_64, ia64 platforms.
13533         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
13534         argument that lie outside the IEEE 854 domain.
13535         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
13536         (gl_ISFINITE): Use it.
13537         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
13538
13539 2008-04-27  Bruno Haible  <bruno@clisp.org>
13540
13541         Allow local renaming in config.h.
13542         * lib/memrchr.c (memrchr): Don't undefine outside libc.
13543
13544 2008-04-27  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/memchr.c (__memchr): Change type of 'i'.
13547         * lib/memchr2.c (memchr2): Likewise.
13548
13549 2008-04-26  Eric Blake  <ebb9@byu.net>
13550         and Bruno Haible  <bruno@clisp.org>
13551
13552         Optimize and test memrchr.
13553         * modules/memrchr (Depends-on): Add intprops.
13554         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
13555         * modules/memrchr-tests: New file.
13556         * tests/test-memrchr.c: New file.
13557
13558 2008-04-26  Bruno Haible  <bruno@clisp.org>
13559
13560         Add tentative support for DragonFly BSD.
13561         * lib/stdio-impl.h: Add macros for DragonFly BSD.
13562         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
13563         fp.
13564         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
13565         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
13566         * lib/fpurge.c (fpurge): Likewise.
13567         * lib/freadable.c (freaadable): Likewise.
13568         * lib/freadahead.c (freadahead): Likewise.
13569         * lib/freading.c (freading): Likewise.
13570         * lib/freadptr.c (freadptr): Likewise.
13571         * lib/freadseek.c (freadptrinc): Likewise.
13572         * lib/fseeko.c (fseeko): Likewise.
13573         * lib/fseterr.c (fseterr): Likewise.
13574         * lib/fwritable.c (fwritable): Likewise.
13575         * lib/fwriting.c (fwriting): Likewise.
13576
13577 2008-04-26  Bruno Haible  <bruno@clisp.org>
13578
13579         * lib/stdio-impl.h: New file.
13580         * lib/fbufmode.c: Include stdio-impl.h.
13581         (fbufmode): Use fp_, remove redundant #defines.
13582         * lib/fflush.c: Include stdio-impl.h.
13583         (clear_ungetc_buffer): Remove redundant #defines.
13584         * lib/fpurge.c: Include stdio-impl.h.
13585         (fpurge): Remove redundant #defines.
13586         * lib/freadable.c: Include stdio-impl.h.
13587         (freadable): Remove redundant #defines.
13588         * lib/freadahead.c: Include stdio-impl.h.
13589         (freadahead): Remove redundant #defines.
13590         * lib/freading.c: Include stdio-impl.h.
13591         (freading): Remove redundant #defines.
13592         * lib/freadptr.c: Include stdio-impl.h.
13593         (freadptr): Remove redundant #defines.
13594         * lib/freadseek.c: Include stdio-impl.h.
13595         (freadptrinc): Remove redundant #defines.
13596         * lib/fseeko.c: Include stdio-impl.h.
13597         (rpl_fseeko): Remove redundant #defines.
13598         * lib/fseterr.c: Include stdio-impl.h.
13599         (fseterr): Remove redundant #defines.
13600         * lib/fwritable.c: Include stdio-impl.h.
13601         (fwritable: Remove redundant #defines.
13602         * lib/fwriting.c: Include stdio-impl.h.
13603         (fwriting): Remove redundant #defines.
13604         * modules/fbufmode (Files): Add lib/stdio-impl.h.
13605         * modules/fflush (Files): Likewise.
13606         * modules/fpurge (Files): Likewise.
13607         * modules/freadable (Files): Likewise.
13608         * modules/freadahead (Files): Likewise.
13609         * modules/freading (Files): Likewise.
13610         * modules/freadptr (Files): Likewise.
13611         * modules/freadseek (Files): Likewise.
13612         * modules/fseeko (Files): Likewise.
13613         * modules/fseterr (Files): Likewise.
13614         * modules/fwritable (Files): Likewise.
13615         * modules/fwriting (Files): Likewise.
13616
13617 2008-04-26  Bruno Haible  <bruno@clisp.org>
13618
13619         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
13620         restore_seek_optimization, update_fpos_cache): New functions, extracted
13621         from rpl_fflush.
13622         (rpl_fflush): Use them.
13623         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
13624         (gl_REPLACE_FFLUSH): Use it.
13625
13626 2008-04-26  Bruno Haible  <bruno@clisp.org>
13627
13628         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
13629         on Solaris.
13630         * tests/test-xstrtoimax.sh: Likewise.
13631         * tests/test-xstrtoumax.sh: Likewise.
13632         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13633
13634 2008-04-26  Bruno Haible  <bruno@clisp.org>
13635
13636         * modules/memchr-tests: New file.
13637         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
13638
13639 2008-04-26  Eric Blake  <ebb9@byu.net>
13640             Bruno Haible  <bruno@clisp.org>
13641
13642         * lib/memchr.c: Include intprops.h.
13643         (__memchr): Optimize parallel detection of matching bytes. Rename local
13644         variables. Add explanatory comments.
13645
13646 2008-04-26  Bruno Haible  <bruno@clisp.org>
13647
13648         Fix module 'memchr', broken since 2000-10-28.
13649         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
13650
13651 2008-04-26  Bruno Haible  <bruno@clisp.org>
13652
13653         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
13654         comments.
13655
13656 2008-04-25  Eric Blake  <ebb9@byu.net>
13657
13658         Use native fstatat on cygwin 1.7.0.
13659         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
13660         first.
13661
13662 2008-04-23  Eric Blake  <ebb9@byu.net>
13663
13664         Improve memchr2 performance.
13665         * lib/memchr2.c (memchr2): Further optimize parallel detection of
13666         NUL bytes.
13667         * modules/memchr2 (Depends-on): Use intprops.h.
13668
13669 2008-04-23  Simon Josefsson  <simon@josefsson.org>
13670
13671         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
13672         an inline function instead of a CPP macro.  Patch by Ben Pfaff
13673         <blp@cs.stanford.edu>.
13674
13675 2008-04-23  Simon Josefsson  <simon@josefsson.org>
13676
13677         * lib/arpa_inet.in.h: New file.
13678
13679         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
13680         (Makefile.am): Sed in substitute header file.
13681
13682         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
13683         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
13684
13685         * modules/inet_ntop (configure.ac): Use
13686         gl_ARPA_INET_MODULE_INDICATOR.
13687
13688         * modules/inet_pton (configure.ac): Use
13689         gl_ARPA_INET_MODULE_INDICATOR.
13690
13691 2008-04-22  Jim Meyering  <meyering@redhat.com>
13692
13693         * modules/verify (License): Re-license as LGPLv2+.
13694
13695 2008-04-22  Simon Josefsson  <simon@josefsson.org>
13696
13697         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
13698         parameter to void* as per POSIX standard (MinGW uses char*).
13699
13700 2008-04-21  Bruno Haible  <bruno@clisp.org>
13701
13702         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13703         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13704         Define to replacements if REPLACE_ISWCNTRL is 1.
13705         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
13706         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
13707         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
13708         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
13709         what it fixes.
13710         * doc/posix-functions/iswalpha.texi: Likewise.
13711         * doc/posix-functions/iswblank.texi: Likewise.
13712         * doc/posix-functions/iswcntrl.texi: Likewise.
13713         * doc/posix-functions/iswdigit.texi: Likewise.
13714         * doc/posix-functions/iswgraph.texi: Likewise.
13715         * doc/posix-functions/iswlower.texi: Likewise.
13716         * doc/posix-functions/iswprint.texi: Likewise.
13717         * doc/posix-functions/iswpunct.texi: Likewise.
13718         * doc/posix-functions/iswspace.texi: Likewise.
13719         * doc/posix-functions/iswupper.texi: Likewise.
13720         * doc/posix-functions/iswxdigit.texi: Likewise.
13721         Reported by Alain Guibert.
13722
13723 2008-04-21  Bruno Haible  <bruno@clisp.org>
13724
13725         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
13726         Patch by Alain Guibert.
13727
13728 2008-04-21  Bruno Haible  <bruno@clisp.org>
13729
13730         Fix test failures on mingw.
13731         * tests/test-xstrtol.c (print_no_progname): New function.
13732         (main): Install it in error_print_progname hook.
13733         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
13734         * tests/test-xstrtoimax.sh: Likewise.
13735         * tests/test-xstrtoumax.sh: Likewise.
13736
13737 2008-04-21  Bruno Haible  <bruno@clisp.org>
13738
13739         Fix test failure on mingw.
13740         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
13741
13742 2008-04-21  Bruno Haible  <bruno@clisp.org>
13743
13744         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
13745         Actually assign a value.
13746
13747 2008-04-20  Bruno Haible  <bruno@clisp.org>
13748
13749         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
13750         take 2.
13751         * lib/canonicalize.c (canonicalize_file_name): Elide if the
13752         'canonicalize-lgpl' module is also used.
13753         * lib/canonicalize-lgpl.c: Undo last change.
13754         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
13755
13756 2008-04-20  Bruno Haible  <bruno@clisp.org>
13757
13758         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
13759         config.h. Provide _mkdir based fallback for mingw.
13760         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
13761         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
13762         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
13763         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
13764         rather than defining mkdir in config.h.
13765         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
13766         (gl_SYS_STAT_H_DEFAULTS): New macro.
13767         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
13768         HAVE_IO_H any more.
13769         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
13770         HAVE_DECL_MKDIR and HAVE_IO_H.
13771
13772 2008-04-20  Bruno Haible  <bruno@clisp.org>
13773
13774         * lib/isapipe.c: Port to native Windows platforms.
13775
13776 2008-04-20  Bruno Haible  <bruno@clisp.org>
13777
13778         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
13779
13780 2008-04-21  Eric Blake  <ebb9@byu.net>
13781
13782         Work around preprocessors that don't handle UINTMAX_MAX.
13783         * lib/memchr2.c (memchr2): Avoid embedded #if.
13784         Reported by Alain Guibert, fix suggested by Bruno Haible.
13785
13786 2008-04-21  Simon Josefsson  <simon@josefsson.org>
13787
13788         * doc/posix-functions/strftime.texi (strftime): Explain better
13789         Windows incompatibility.  Suggested by Micah Cowan
13790         <micah@cowan.name>.
13791
13792 2008-04-20  Bruno Haible  <bruno@clisp.org>
13793
13794         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
13795         unistr/u8-mblen.
13796
13797 2008-04-20  Bruno Haible  <bruno@clisp.org>
13798
13799         Fix test failure on platforms with non-GNU iconv.
13800         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
13801         (U_TO_U8): Use it, rather than u16_to_u8.
13802         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
13803         units at the end of the input string.
13804         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
13805
13806 2008-04-20  Bruno Haible  <bruno@clisp.org>
13807
13808         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
13809         when the resulting length is 0.
13810         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
13811
13812 2008-04-20  Bruno Haible  <bruno@clisp.org>
13813
13814         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
13815         works.
13816         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
13817
13818 2008-04-20  Bruno Haible  <bruno@clisp.org>
13819
13820         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
13821         * modules/tsearch-tests (configure.ac): Test for initstate function.
13822
13823 2008-04-20  Bruno Haible  <bruno@clisp.org>
13824
13825         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
13826         for nlink_t if missing.
13827         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
13828
13829 2008-04-19  Bruno Haible  <bruno@clisp.org>
13830
13831         Work around snprintf bug on Linux libc5.
13832         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
13833         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13834         gl_SNPRINTF_SIZE1.
13835         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13836         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
13837         that test failed.
13838         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
13839         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
13840         * modules/snprintf (Files): Add m4/printf.m4.
13841         * modules/vsnprintf (Files): Likewise.
13842         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
13843         * doc/posix-functions/vsnprintf.texi: Likewise.
13844
13845 2008-04-19  Bruno Haible  <bruno@clisp.org>
13846
13847         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
13848         from 0.0058 to less than 10^-7.
13849
13850 2008-04-19  Bruno Haible  <bruno@clisp.org>
13851
13852         Fix rounding when a precision is given.
13853         * lib/vasnprintf.c (is_borderline): New function.
13854         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
13855         9...9x.
13856         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
13857         %e, %g.
13858         * tests/test-vasprintf-posix.c (test_function): Likewise.
13859         * tests/test-snprintf-posix.h (test_function): Likewise.
13860         * tests/test-sprintf-posix.h (test_function): Likewise.
13861         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
13862         * tests/test-printf-posix.h (test_function): Likewise.
13863         * tests/test-printf-posix.output: Update.
13864         Reported by John Darrington <john@darrington.wattle.id.au> via
13865         Ben Pfaff <blp@cs.stanford.edu>.
13866
13867 2008-04-18  Simon Josefsson  <simon@josefsson.org>
13868
13869         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
13870         Suggested by Bruno Haible <bruno@clisp.org>.
13871
13872 2008-04-17  Bruno Haible  <bruno@clisp.org>
13873
13874         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
13875         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
13876         implementation.
13877         Patch by Bruce Merry <bmerry@gmail.com>.
13878
13879 2008-04-17  Simon Josefsson  <simon@josefsson.org>
13880
13881         * doc/posix-functions/strftime.texi (strftime): Mention that %e
13882         doesn't work under Windows.
13883
13884 2008-04-16  Bruno Haible  <bruno@clisp.org>
13885
13886         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
13887         New macros.
13888         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
13889         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
13890         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
13891         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
13892         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
13893         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
13894         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
13895         macros.
13896         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
13897         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
13898         Northern Sotho, Uighur.
13899
13900 2008-04-16  Bruno Haible  <bruno@clisp.org>
13901
13902         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
13903         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
13904         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
13905         Reported by Daniel Bergström <daniel@octocode.com>.
13906
13907 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
13908             Bruno Haible  <bruno@clisp.org>
13909
13910         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
13911         function.
13912         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
13913         New functions, mostly extracted from gl_locale_name_default.
13914         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
13915
13916 2008-04-16  Eric Blake  <ebb9@byu.net>
13917
13918         Adjust strtod detection to catch glibc 2.7 bug.
13919         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
13920         Reported by John Gatewood Ham.
13921
13922 2008-04-16  Bruno Haible  <bruno@clisp.org>
13923
13924         Add tentative support for Linux libc5.
13925         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
13926         * lib/fpurge.c (fpurge): Likewise.
13927         * lib/freadable.c (freadable): Likewise.
13928         * lib/freadahead.c (freadahead): Likewise.
13929         * lib/freading.c (freading): Likewise.
13930         * lib/freadptr.c (freadptr): Likewise.
13931         * lib/freadseek.c (freadptrinc): Likewise.
13932         * lib/fseeko.c (rpl_fseeko): Likewise.
13933         * lib/fseterr.c (fseterr): Likewise.
13934         * lib/fwritable.c (fwritable): Likewise.
13935         * lib/fwriting.c (fwriting): Likewise.
13936         Reported by Alain Guibert <alguibert+bts@free.fr>.
13937
13938 2008-04-15  Bruno Haible  <bruno@clisp.org>
13939
13940         * modules/mathl (configure.ac): Define module indicator.
13941
13942 2008-04-15  Bruno Haible  <bruno@clisp.org>
13943
13944         * lib/logl.c (logl): Remove unused variables.
13945
13946 2008-04-15  Bruno Haible  <bruno@clisp.org>
13947
13948         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
13949         fails.
13950
13951 2008-04-15  Bruno Haible  <bruno@clisp.org>
13952
13953         * lib/trim.c (trim2): Fix argument of isspace() macro.
13954
13955 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
13956
13957         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
13958         to 0.
13959         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
13960
13961 2008-04-14  Bruno Haible  <bruno@clisp.org>
13962
13963         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
13964         AC_LANG_PROGRAM argument.
13965         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
13966         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
13967         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
13968         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
13969         * m4/math_h.m4 (gl_MATH_H): Likewise.
13970         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
13971         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13972         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
13973         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
13974         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13975         * m4/regex.m4 (gl_REGEX): Likewise.
13976         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
13977         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
13978         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13979         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
13980         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13981         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13982         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13983         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
13984
13985 2008-04-14  Jim Meyering  <meyering@redhat.com>
13986
13987         test-strtod: fix typos: s/abs/fabs/
13988         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
13989
13990 2008-04-13  Bruno Haible  <bruno@clisp.org>
13991
13992         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
13993         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
13994         module is also used and while not building the reloc-wrapper.
13995
13996 2008-04-13  Bruno Haible  <bruno@clisp.org>
13997
13998         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
13999
14000 2008-04-13  Bruno Haible  <bruno@clisp.org>
14001
14002         Fix AIX compilation failure introduced on 2008-04-02.
14003         * tests/test-frexp.c (exp): Undefine before redefining.
14004         * tests/test-frexpl.c (exp): Likewise.
14005
14006 2008-04-13  Bruno Haible  <bruno@clisp.org>
14007
14008         Work around a HP-UX stdio bug.
14009         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
14010         * tests/test-ftello.c (main): Likewise.
14011         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
14012         * doc/posix-functions/ftello.texi: Likewise.
14013
14014 2008-04-13  Bruno Haible  <bruno@clisp.org>
14015
14016         Make test-signbit pass on HP-UX/hppa.
14017         * tests/test-signbit.c (minus_zerol): New variable.
14018         (test_signbitl): Use it.
14019
14020 2008-04-13  Bruno Haible  <bruno@clisp.org>
14021
14022         Make truncl work on OSF/1 4.0.
14023         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
14024         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
14025         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
14026         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
14027         HAVE_DECL_TRUNCL.
14028         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
14029         HAVE_DECL_TRUNCL.
14030         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
14031
14032 2008-04-13  Bruno Haible  <bruno@clisp.org>
14033
14034         * lib/unictype.h: Remove trailing comma from enumeration definitions.
14035
14036 2008-04-13  Bruno Haible  <bruno@clisp.org>
14037
14038         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
14039         expression, so as to avoid HP-UX 11 cc compiler bug.
14040
14041 2008-04-13  Bruno Haible  <bruno@clisp.org>
14042
14043         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
14044
14045 2008-04-13  Bruno Haible  <bruno@clisp.org>
14046
14047         * lib/git-merge-changelog.c: Remove empty declaration outside of
14048         functions.
14049
14050 2008-04-13  Bruno Haible  <bruno@clisp.org>
14051
14052         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
14053
14054 2008-04-13  Bruno Haible  <bruno@clisp.org>
14055
14056         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
14057         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
14058         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
14059         also if it exists but lacks definitions of the SHUT_* macros.
14060         * modules/sys_socket (Description): Update.
14061         Reported by Elbert Pol <e.pol@chello.nl>.
14062
14063 2008-04-13  Bruno Haible  <bruno@clisp.org>
14064
14065         * lib/localcharset.c (OS2): Don't redefine if already defined.
14066         Reported by Elbert Pol <e.pol@chello.nl>.
14067
14068 2008-04-13  Bruno Haible  <bruno@clisp.org>
14069
14070         * lib/binary-io.h [__EMX__]: Include <io.h>.
14071         Reported by Elbert Pol <e.pol@chello.nl>.
14072
14073 2008-04-12  Bruno Haible  <bruno@clisp.org>
14074
14075         * lib/fpucw.h: Enable the definitions also for x86_64.
14076         Needed for NetBSD/x86_64.
14077         Reported by Thomas Klausner <tk@giga.or.at>.
14078
14079 2008-04-12  Bruno Haible  <bruno@clisp.org>
14080
14081         * tests/test-strtod.c: Include isnand.h.
14082         (main): Use isnand instead of isnan.
14083         Reported by Jim Meyering.
14084
14085 2008-04-12  Bruno Haible  <bruno@clisp.org>
14086
14087         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
14088         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
14089
14090 2008-04-12  Jim Meyering  <meyering@redhat.com>
14091
14092         * m4/math_h.m4 (gl_MATH_H): Fix typos.
14093
14094 2008-04-12  Bruno Haible  <bruno@clisp.org>
14095
14096         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
14097         Reported by Elbert Pol <e.pol@chello.nl>.
14098
14099 2008-04-12  Eric Blake  <ebb9@byu.net>
14100
14101         Work around Solaris 10 math.h bug.
14102         * m4/math_h.m4 (gl_MATH_H): Check for bug.
14103         (gl_MATH_H_DEFAULTS): Set up default.
14104         * modules/math (Makefile.am): Replace new indicators.
14105         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
14106         * tests/test-math.c (main): Test this.
14107         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
14108         * doc/posix-headers/math.texi (math.h): Mention bug.
14109         Reported by Nelson H. F. Beebe and Jim Meyering.
14110
14111 2008-04-11  Bruno Haible  <bruno@clisp.org>
14112
14113         Adapt to future versions of Apple GCC.
14114         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
14115         Reported by Peter O'Gorman <peter@pogma.com>.
14116
14117 2008-04-11  Bruno Haible  <bruno@clisp.org>
14118
14119         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
14120
14121 2008-04-11  Bruno Haible  <bruno@clisp.org>
14122
14123         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
14124
14125         * modules/getaddrinfo-tests (Makefile.am): Define
14126         test_getaddrinfo_LDADD.
14127
14128 2008-04-11  Bruno Haible  <bruno@clisp.org>
14129
14130         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
14131         (init): Fix syntax error.
14132         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
14133         is declared.
14134
14135 2008-04-11  Bruno Haible  <bruno@clisp.org>
14136
14137         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
14138         * modules/glob (Depends-on): Add stdbool.
14139
14140 2008-04-11  Bruno Haible  <bruno@clisp.org>
14141
14142         * lib/trim.c: Include <string.h>.
14143
14144 2008-04-11  Eric Blake  <ebb9@byu.net>
14145
14146         Avoid compile failure on OS/2.
14147         * lib/regex_internal.h (internal_function): Disable optimization
14148         on OS/2 (__EMX__), where it caused compiler error.
14149         Reported by Elbert Pol.
14150
14151 2008-04-11  Bruno Haible  <bruno@clisp.org>
14152
14153         Flush the standard error stream before aborting. Needed on mingw.
14154         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
14155         * tests/test-array_list.c (ASSERT): Likewise.
14156         * tests/test-array_oset.c (ASSERT): Likewise.
14157         * tests/test-avltree_list.c (ASSERT): Likewise.
14158         * tests/test-avltree_oset.c (ASSERT): Likewise.
14159         * tests/test-avltreehash_list.c (ASSERT): Likewise.
14160         * tests/test-binary-io.c (ASSERT): Likewise.
14161         * tests/test-byteswap.c (ASSERT): Likewise.
14162         * tests/test-c-ctype.c (ASSERT): Likewise.
14163         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
14164         * tests/test-c-strcasestr.c (ASSERT): Likewise.
14165         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
14166         * tests/test-c-strstr.c (ASSERT): Likewise.
14167         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
14168         * tests/test-canonicalize.c (ASSERT): Likewise.
14169         * tests/test-carray_list.c (ASSERT): Likewise.
14170         * tests/test-ceilf1.c (ASSERT): Likewise.
14171         * tests/test-ceilf2.c (ASSERT): Likewise.
14172         * tests/test-ceill.c (ASSERT): Likewise.
14173         * tests/test-count-one-bits.c (ASSERT): Likewise.
14174         * tests/test-fbufmode.c (ASSERT): Likewise.
14175         * tests/test-fflush2.c (ASSERT): Likewise.
14176         * tests/test-floorf1.c (ASSERT): Likewise.
14177         * tests/test-floorf2.c (ASSERT): Likewise.
14178         * tests/test-floorl.c (ASSERT): Likewise.
14179         * tests/test-fopen.c (ASSERT): Likewise.
14180         * tests/test-fpending.c (ASSERT): Likewise.
14181         * tests/test-fprintf-posix.c (ASSERT): Likewise.
14182         * tests/test-fpurge.c (ASSERT): Likewise.
14183         * tests/test-freadable.c (ASSERT): Likewise.
14184         * tests/test-freadahead.c (ASSERT): Likewise.
14185         * tests/test-freading.c (ASSERT): Likewise.
14186         * tests/test-freadptr.c (ASSERT): Likewise.
14187         * tests/test-freadptr2.c (ASSERT): Likewise.
14188         * tests/test-freadseek.c (ASSERT): Likewise.
14189         * tests/test-freopen.c (ASSERT): Likewise.
14190         * tests/test-frexp.c (ASSERT): Likewise.
14191         * tests/test-frexpl.c (ASSERT): Likewise.
14192         * tests/test-fseek.c (ASSERT): Likewise.
14193         * tests/test-fseeko.c (ASSERT): Likewise.
14194         * tests/test-fstrcmp.c (ASSERT): Likewise.
14195         * tests/test-ftell.c (ASSERT): Likewise.
14196         * tests/test-ftello.c (ASSERT): Likewise.
14197         * tests/test-func.c (ASSERT): Likewise.
14198         * tests/test-fwritable.c (ASSERT): Likewise.
14199         * tests/test-fwriting.c (ASSERT): Likewise.
14200         * tests/test-getdelim.c (ASSERT): Likewise.
14201         * tests/test-getline.c (ASSERT): Likewise.
14202         * tests/test-i-ring.c (ASSERT): Likewise.
14203         * tests/test-iconv-utf.c (ASSERT): Likewise.
14204         * tests/test-iconv.c (ASSERT): Likewise.
14205         * tests/test-isfinite.c (ASSERT): Likewise.
14206         * tests/test-isnand.c (ASSERT): Likewise.
14207         * tests/test-isnanf.c (ASSERT): Likewise.
14208         * tests/test-isnanl.h (ASSERT): Likewise.
14209         * tests/test-ldexpl.c (ASSERT): Likewise.
14210         * tests/test-linked_list.c (ASSERT): Likewise.
14211         * tests/test-linkedhash_list.c (ASSERT): Likewise.
14212         * tests/test-localename.c (ASSERT): Likewise.
14213         * tests/test-lseek.c (ASSERT): Likewise.
14214         * tests/test-mbscasecmp.c (ASSERT): Likewise.
14215         * tests/test-mbscasestr1.c (ASSERT): Likewise.
14216         * tests/test-mbscasestr2.c (ASSERT): Likewise.
14217         * tests/test-mbscasestr3.c (ASSERT): Likewise.
14218         * tests/test-mbscasestr4.c (ASSERT): Likewise.
14219         * tests/test-mbschr.c (ASSERT): Likewise.
14220         * tests/test-mbscspn.c (ASSERT): Likewise.
14221         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
14222         * tests/test-mbspbrk.c (ASSERT): Likewise.
14223         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
14224         * tests/test-mbsrchr.c (ASSERT): Likewise.
14225         * tests/test-mbsspn.c (ASSERT): Likewise.
14226         * tests/test-mbsstr1.c (ASSERT): Likewise.
14227         * tests/test-mbsstr2.c (ASSERT): Likewise.
14228         * tests/test-mbsstr3.c (ASSERT): Likewise.
14229         * tests/test-memchr2.c (ASSERT): Likewise.
14230         * tests/test-memmem.c (ASSERT): Likewise.
14231         * tests/test-open.c (ASSERT): Likewise.
14232         * tests/test-printf-frexp.c (ASSERT): Likewise.
14233         * tests/test-printf-frexpl.c (ASSERT): Likewise.
14234         * tests/test-printf-posix.c (ASSERT): Likewise.
14235         * tests/test-quotearg.c (ASSERT): Likewise.
14236         * tests/test-rbtree_list.c (ASSERT): Likewise.
14237         * tests/test-rbtree_oset.c (ASSERT): Likewise.
14238         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
14239         * tests/test-round1.c (ASSERT): Likewise.
14240         * tests/test-roundf1.c (ASSERT): Likewise.
14241         * tests/test-roundl.c (ASSERT): Likewise.
14242         * tests/test-signbit.c (ASSERT): Likewise.
14243         * tests/test-sleep.c (ASSERT): Likewise.
14244         * tests/test-snprintf-posix.c (ASSERT): Likewise.
14245         * tests/test-snprintf.c (ASSERT): Likewise.
14246         * tests/test-sprintf-posix.c (ASSERT): Likewise.
14247         * tests/test-stat-time.c (ASSERT): Likewise.
14248         * tests/test-strcasestr.c (ASSERT): Likewise.
14249         * tests/test-strerror.c (ASSERT): Likewise.
14250         * tests/test-striconv.c (ASSERT): Likewise.
14251         * tests/test-striconveh.c (ASSERT): Likewise.
14252         * tests/test-striconveha.c (ASSERT): Likewise.
14253         * tests/test-strsignal.c (ASSERT): Likewise.
14254         * tests/test-strstr.c (ASSERT): Likewise.
14255         * tests/test-strtod.c (ASSERT): Likewise.
14256         * tests/test-trunc1.c (ASSERT): Likewise.
14257         * tests/test-trunc2.c (ASSERT): Likewise.
14258         * tests/test-truncf1.c (ASSERT): Likewise.
14259         * tests/test-truncf2.c (ASSERT): Likewise.
14260         * tests/test-truncl.c (ASSERT): Likewise.
14261         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
14262         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
14263         * tests/test-vasnprintf.c (ASSERT): Likewise.
14264         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
14265         * tests/test-vasprintf.c (ASSERT): Likewise.
14266         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
14267         * tests/test-vprintf-posix.c (ASSERT): Likewise.
14268         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
14269         * tests/test-vsnprintf.c (ASSERT): Likewise.
14270         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
14271         * tests/test-wcwidth.c (ASSERT): Likewise.
14272         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
14273         * tests/test-xprintf-posix.c (ASSERT): Likewise.
14274         * tests/test-xvasprintf.c (ASSERT): Likewise.
14275         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
14276         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
14277         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
14278         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
14279         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
14280         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
14281         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
14282         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
14283         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
14284         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
14285         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
14286         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
14287         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
14288         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
14289         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
14290         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
14291         * tests/unictype/test-block_list.c (ASSERT): Likewise.
14292         * tests/unictype/test-block_of.c (ASSERT): Likewise.
14293         * tests/unictype/test-block_test.c (ASSERT): Likewise.
14294         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
14295         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
14296         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
14297         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
14298         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
14299         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
14300         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
14301         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
14302         * tests/unictype/test-combining.c (ASSERT): Likewise.
14303         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
14304         * tests/unictype/test-digit.c (ASSERT): Likewise.
14305         * tests/unictype/test-mirror.c (ASSERT): Likewise.
14306         * tests/unictype/test-numeric.c (ASSERT): Likewise.
14307         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
14308         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
14309         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
14310         * tests/unictype/test-scripts.c (ASSERT): Likewise.
14311         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
14312         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
14313         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
14314         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
14315         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
14316         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
14317         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
14318         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
14319         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
14320         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
14321         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
14322         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
14323         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
14324         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
14325         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
14326         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
14327         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
14328         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
14329         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
14330         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
14331         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
14332         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
14333         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
14334         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
14335         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
14336         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
14337         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
14338         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
14339         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
14340         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
14341         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
14342         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
14343         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
14344         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
14345         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
14346         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
14347         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
14348         Reported by Eric Blake.
14349
14350 2008-04-11  Bruno Haible  <bruno@clisp.org>
14351
14352         * lib/wchar.in.h: Tweak comment.
14353
14354 2008-04-11  Bruno Haible  <bruno@clisp.org>
14355
14356         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
14357         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
14358         gl_COMMON.
14359         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
14360
14361 2008-04-11  Bruno Haible  <bruno@clisp.org>
14362
14363         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
14364
14365 2008-04-11  Simon Josefsson  <simon@josefsson.org>
14366
14367         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
14368         of attempting to use non-existing /dev/*random.  Based on patch
14369         from Adam Strzelecki <ono@java.pl> in
14370         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
14371
14372 2008-04-08  Bruno Haible  <bruno@clisp.org>
14373
14374         Add tentative support for emx+gcc.
14375         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
14376         * lib/fpurge.c (fpurge): Likewise.
14377         * lib/freadable.c (freadable): Likewise.
14378         * lib/freadahead.c (freadahead): Likewise.
14379         * lib/freading.c (freading): Likewise.
14380         * lib/freadptr.c (freadptr): Likewise.
14381         * lib/freadseek.c (freadptrinc): Likewise.
14382         * lib/fseeko.c (rpl_fseeko): Likewise.
14383         * lib/fseterr.c (fseterr): Likewise.
14384         * lib/fwritable.c (fwritable): Likewise.
14385         * lib/fwriting.c (fwriting): Likewise.
14386         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
14387
14388 2008-04-09  Eric Blake  <ebb9@byu.net>
14389
14390         Avoid some autoconf warnings.
14391         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
14392         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
14393         * m4/afs.m4 (gl_AFS): Likewise.
14394         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
14395         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
14396         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14397         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
14398         (gl_INTEGER_TYPE_SUFFIX): Likewise.
14399         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
14400         (AC_CHECK_DECLS_ONCE): Likewise.
14401         Rename file...
14402         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
14403         gnulib-tool requires autoconf 2.59 or better.
14404         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
14405
14406 2008-04-08  Eric Blake  <ebb9@byu.net>
14407
14408         Use 'git describe --match' if present (added in git 1.5.5).
14409         * build-aux/git-version-gen: Limit result to tags that match 'v*'
14410         if possible.
14411
14412 2008-04-08  Bruno Haible  <bruno@clisp.org>
14413
14414         Add tentative support for OpenServer.
14415         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
14416         _ptr, _cnt.
14417         * lib/fpurge.c (fpurge): Likewise.
14418         * lib/freadable.c (freadable): Likewise.
14419         * lib/freadahead.c (freadahead): Likewise.
14420         * lib/freading.c (freading): Likewise.
14421         * lib/freadptr.c (freadptr): Likewise.
14422         * lib/freadseek.c (freadptrinc): Likewise.
14423         * lib/fseeko.c (rpl_fseeko): Likewise.
14424         * lib/fseterr.c (fseterr): Likewise.
14425         * lib/fwritable.c (fwritable): Likewise.
14426         * lib/fwriting.c (fwriting): Likewise.
14427         Reported by Roger Cornelius <rac@tenzing.org> and
14428         Brian K. White <brian@aljex.com>.
14429
14430 2008-04-06  Jim Meyering  <meyering@redhat.com>
14431
14432         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
14433
14434 2008-04-06  Bruno Haible  <bruno@clisp.org>
14435
14436         Avoid possible error with non-ASCII bytes in UTF-8 locales.
14437         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
14438         * tests/test-printf-posix.sh: Likewise.
14439         * tests/test-vfprintf-posix.sh: Likewise.
14440         * tests/test-vprintf-posix.sh: Likewise.
14441         * tests/test-xprintf-posix.sh: Likewise.
14442
14443 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14444
14445         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
14446         hide error from 'ls', needed on OS/2.
14447         Report by Elbert Pol <elbert.pol@gmail.com>.
14448
14449 2008-04-04  Eric Blake  <ebb9@byu.net>
14450
14451         Make test-fseeko.c failures meaningful.
14452         * tests/test-fseeko.c: Print line number on failure.
14453         * tests/test-fseek.c: Likewise.
14454         Reported by Nelson H. F. Beebe.
14455
14456         Improve strtod bug detection check.
14457         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
14458         required for Solaris 10.
14459         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
14460
14461 2008-04-04  Bruno Haible  <bruno@clisp.org>
14462
14463         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
14464         by m4/setenv.m4.
14465
14466 2008-04-03  Eric Blake  <ebb9@byu.net>
14467
14468         Ensure sane .version contents.
14469         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
14470         version string.
14471         * build-aux/git-version-gen: Improve documentation.
14472
14473         Make GNU make output nicer.
14474         * top/GNUmakefile [!_have-Makefile]: Add dependency on
14475         MAKECMDGOALS to enforce message for all command line targets.  Set
14476         srcdir for use in maint.mk.
14477
14478         Another maintainer tweak.
14479         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
14480         a target that regenerates version.
14481
14482 2008-04-03  Jim Meyering  <meyering@redhat.com>
14483
14484         vc-list-files: don't cause coreutils "make po-check" failure
14485         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
14486
14487 2008-04-03  Eric Blake  <ebb9@byu.net>
14488
14489         Allow VPATH usage of vc-list-files.
14490         * build-aux/vc-list-files (scriptversion): Add timestamp.
14491         (options): Add --help, --version, -C.
14492         (CVS): Support installed cvsu.
14493
14494 2008-04-02  Bruno Haible  <bruno@clisp.org>
14495
14496         Avoid some "statement with no effect" warnings from gcc.
14497         * tests/test-wctype.c (main): Explicitly ignore unused values.
14498         Reported by Jim Meyering.
14499
14500 2008-04-02  Jim Meyering  <meyering@redhat.com>
14501
14502         Avoid some warnings from "gcc -Wshadow".
14503         * tests/test-frexp.c (exp): Define to a different identifier.
14504         * tests/test-frexpl.c (exp): Likewise.
14505
14506 2008-04-03  Jim Meyering  <meyering@redhat.com>
14507
14508         bootstrap: remove dangling *.[ch] symlinks from lib
14509         * build-aux/bootstrap [dangling symlink removal]: Move find's
14510         -depth option to precede all others, to avoid a warning.
14511         Remove *.[ch] files too, and from "$source_base" (usually lib/).
14512
14513 2008-04-02  Bruno Haible  <bruno@clisp.org>
14514
14515         Avoid some warnings from "gcc -Wshadow".
14516         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
14517         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
14518         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
14519         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
14520         Reported by Jim Meyering.
14521
14522 2008-04-01  Bruno Haible  <bruno@clisp.org>
14523
14524         Fix test to work on IRIX 6.5 with cc.
14525         * tests/test-math.c (numeric_equal): New function.
14526         (main): Use it.
14527
14528 2008-04-01  Bruno Haible  <bruno@clisp.org>
14529
14530         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
14531
14532 2008-04-01  Bruno Haible  <bruno@clisp.org>
14533
14534         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
14535         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14536         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
14537         (Depends-on): Remove math.
14538
14539         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
14540         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14541         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
14542         (Depends-on): Remove math.
14543
14544         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
14545         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14546         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
14547         (Depends-on): Remove math.
14548         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
14549         (Depends-on): Remove math.
14550
14551         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
14552         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14553         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
14554         (Depends-on): Remove math.
14555         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
14556         (Depends-on): Remove math.
14557
14558         * tests/test-round1.c: Include nan.h.
14559         (main): Use NaNd instead of NAN.
14560         * modules/round-tests (Files): Add tests/nan.h.
14561
14562         * tests/test-trunc1.c: Include nan.h.
14563         (main): Use NaNd instead of NAN.
14564         * modules/trunc-tests (Files): Add tests/nan.h.
14565
14566         * tests/test-roundf1.c: Include nan.h.
14567         (main): Use NaNf instead of NAN.
14568         * modules/roundf-tests (Files): Add tests/nan.h.
14569
14570         * tests/test-truncf1.c: Include nan.h.
14571         (main): Use NaNf instead of NAN.
14572         * modules/truncf-tests (Files): Add tests/nan.h.
14573
14574         * tests/test-ceilf1.c: Include nan.h.
14575         (main): Use NaNf instead of NAN.
14576         * modules/ceilf-tests (Files): Add tests/nan.h.
14577
14578         * tests/test-floorf1.c: Include nan.h.
14579         (main): Use NaNf instead of NAN.
14580         * modules/floorf-tests (Files): Add tests/nan.h.
14581
14582         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
14583         (main): Use NaNf instead of NAN.
14584         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
14585
14586         * tests/test-isnand.c: Include nan.h instead of <math.h>.
14587         (main): Use NaNd instead of NAN.
14588         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
14589
14590         * tests/test-frexp.c: Include nan.h.
14591         (main): Use NaNd instead of NAN.
14592         * modules/frexp-tests (Files): Add tests/nan.h.
14593
14594         * lib/isnan.c: Don't include <math.h>.
14595         (FUNC): Don't use NAN macro.
14596         * modules/isnand-nolibm (Depends-on): Remove math.
14597         * modules/isnanf-nolibm (Depends-on): Remove math.
14598         * modules/isnanl (Depends-on): Remove math.
14599         * modules/isnanl-nolibm (Depends-on): Remove math.
14600
14601         * tests/nan.h: New file.
14602
14603 2008-04-01  Eric Blake  <ebb9@byu.net>
14604
14605         Fix typos.
14606         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
14607         values to be the right type.
14608
14609         For now, cater to gnulib strtod inaccuracies.
14610         * tests/test-strtod.c (main): Allow 1-ulp error on expected
14611         fractional results.  While not as nice from a QoI perspective, it
14612         is a quicker patch than correctly implementing decimal to binary
14613         rounding.
14614
14615 2008-03-31  Eric Blake  <ebb9@byu.net>
14616
14617         Guarantee a definition of NAN.
14618         * lib/math.in.h (NAN): Define if missing.
14619         * tests/test-math.c (main): Test it.
14620         * doc/posix-headers/math.texi (math.h): Document this.
14621         * lib/isnan.c (rpl_isnand): Use it.
14622         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
14623         * tests/test-floorf1.c (NaN): Likewise.
14624         * tests/test-frexp.c (NaN): Likewise.
14625         * tests/test-isnand.c (NaN): Likewise.
14626         * tests/test-isnanf.c (NaN): Likewise.
14627         * tests/test-round1.c (NaN): Likewise.
14628         * tests/test-roundf1.c (NaN): Likewise.
14629         * tests/test-snprintf-posix.h (NaN): Likewise.
14630         * tests/test-sprintf-posix.h (NaN): Likewise.
14631         * tests/test-trunc1.c (NaN): Likewise.
14632         * tests/test-truncf1.c (NaN): Likewise.
14633         * tests/test-vasnprintf-posix.c (NaN): Likewise.
14634         * tests/test-vasprintf-posix.c (NaN): Likewise.
14635         * modules/isnand-nolibm (Depends-on): Add math.
14636         * modules/isnanf-nolibm (Depends-on): Likewise.
14637         * modules/isnanl (Depends-on): Likewise.
14638         * modules/isnanl-nolibm (Depends-on): Likewise.
14639         * modules/snprintf-posix-tests (Depends-on): Likewise.
14640         * modules/sprintf-posix-tests (Depends-on): Likewise.
14641         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
14642         * modules/vsprintf-posix-tests (Depends-on): Likewise.
14643         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
14644         * modules/vasprintf-posix-tests (Depends-on): Likewise.
14645
14646 2008-03-31  Bruno Haible  <bruno@clisp.org>
14647
14648         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
14649         * doc/posix-functions/strtod.texi: Likewise.
14650
14651 2008-03-31  Bruno Haible  <bruno@clisp.org>
14652
14653         * tests/test-strtod.c (main): Don't use C99 syntax.
14654
14655 2008-03-31  Bruno Haible  <bruno@clisp.org>
14656
14657         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
14658         Reported by Eric Blake.
14659
14660 2008-03-31  Jim Meyering  <meyering@redhat.com>
14661
14662         Don't compare actual signbit return values.
14663         * tests/test-strtod.c (main): Rather, compare only their
14664         zero/non-zero nature.
14665
14666 2008-03-31  Eric Blake  <ebb9@byu.net>
14667
14668         More strtod documentation.
14669         * doc/posix-functions/strtod.texi (strtod): Interpret more test
14670         failures as distinct bugs.
14671
14672 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14673
14674         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
14675         Problem reported by Erik Benada in
14676         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
14677
14678 2008-03-30  Bruno Haible  <bruno@clisp.org>
14679
14680         * tests/test-strtod.c: Add comments about which assertion fails on which
14681         platform.
14682         * doc/posix-functions/strtod.texi: Add info about many more platforms.
14683
14684 2008-03-30  Eric Blake  <ebb9@byu.net>
14685
14686         Test signbit behavior on zeros.
14687         * tests/test-signbit.c (test_signbitf): Add tests for zero.
14688         (test_signbitd, test_signbitl): Likewise.
14689
14690         More strtod touchups.
14691         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
14692         sign of negative underflow, for now.  Use .5, not .1.
14693         * doc/posix-functions/strtod.texi (strtod): Mention these
14694         limitations.
14695         Reported by Jim Meyering.
14696
14697 2008-03-30  Bruno Haible  <bruno@clisp.org>
14698
14699         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
14700         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
14701
14702 2008-03-30  Bruno Haible  <bruno@clisp.org>
14703
14704         Avoid failure when attempting to return empty iconv results on some
14705         platforms.
14706         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
14707         allocation, don't report ENOMEM when the resulting string is empty.
14708
14709 2008-03-30  Bruno Haible  <bruno@clisp.org>
14710
14711         Fix buffer overrun.
14712         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
14713         Don't consider the width for tmp_length. Check count against tmp_length
14714         before doing the padding. Ensure enough allocation during padding.
14715
14716 2008-03-30  Eric Blake  <ebb9@byu.net>
14717
14718         strtod touchups.
14719         * lib/strtod.c (strtod): Avoid compiler warnings.
14720         Reported by Jim Meyering.
14721
14722 2008-03-30  Bruno Haible  <bruno@clisp.org>
14723
14724         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
14725         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
14726         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
14727         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
14728         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
14729         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
14730         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
14731         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
14732
14733         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
14734         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
14735         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
14736         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
14737         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
14738         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
14739         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
14740         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
14741
14742         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
14743         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
14744         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
14745         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
14746         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
14747         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
14748         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
14749         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
14750
14751         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
14752         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
14753
14754         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
14755         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
14756
14757         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
14758         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
14759
14760         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
14761         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
14762         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
14763
14764         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
14765         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
14766         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
14767
14768         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
14769         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
14770         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
14771
14772         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
14773         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
14774         * modules/vasprintf (Depends-on): Add EOVERFLOW.
14775
14776         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
14777         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
14778         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
14779         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
14780         (Depends-on): Add EOVERFLOW.
14781         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
14782         (Depends-on): Add EOVERFLOW.
14783         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
14784         (Depends-on): Add EOVERFLOW.
14785         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
14786         (Depends-on): Add EOVERFLOW.
14787         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
14788         (Depends-on): Add EOVERFLOW.
14789         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
14790         (Depends-on): Add EOVERFLOW.
14791         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
14792         (Depends-on): Add EOVERFLOW.
14793         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
14794         (Depends-on): Add EOVERFLOW.
14795
14796         * lib/sprintf.c (EOVERFLOW): Remove fallback.
14797         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
14798         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
14799
14800         * lib/snprintf.c (EOVERFLOW): Remove fallback.
14801         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
14802         * modules/snprintf (Depends-on): Add EOVERFLOW.
14803
14804         * lib/poll.c (EOVERFLOW): Remove fallback.
14805         * modules/poll (Depends-on): Add EOVERFLOW.
14806
14807         * lib/getugroups.c (EOVERFLOW): Remove fallback.
14808         * modules/getugroups (Depends-on): Add EOVERFLOW.
14809
14810         * lib/getdelim.c (EOVERFLOW): Remove fallback.
14811         * modules/getdelim (Depends-on): Add EOVERFLOW.
14812
14813         * lib/ftell.c (EOVERFLOW): Remove fallback.
14814         * modules/ftell (Depends-on): Add EOVERFLOW.
14815
14816         * lib/fprintf.c (EOVERFLOW): Remove fallback.
14817         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
14818         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
14819
14820         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
14821
14822         * modules/EOVERFLOW-tests: New file.
14823         * tests/test-EOVERFLOW.c: New file.
14824
14825         * modules/EOVERFLOW: New file.
14826         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
14827
14828 2008-03-30  Bruno Haible  <bruno@clisp.org>
14829
14830         Fix bug introduced on 2007-06-10.
14831         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
14832         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
14833
14834 2008-03-30  Bruno Haible  <bruno@clisp.org>
14835
14836         Improve freadseek's efficiency after ungetc.
14837         * lib/freadseek.c: Include freadahead.h.
14838         (freadptrinc): New function, extracted from freadseek.
14839         (freadseek): Use it in a loop. Use freadahead to determine the number
14840         of loop iterations.
14841         * modules/freadseek (Depends-on): Add freadahead.
14842         (configure.ac): Require AC_C_INLINE.
14843
14844 2008-03-30  Bruno Haible  <bruno@clisp.org>
14845
14846         * lib/freadseek.c (freadseek): Don't ignore the return value of
14847         freadptr.
14848
14849 2008-03-29  Eric Blake  <ebb9@byu.net>
14850
14851         Add hex float support.
14852         * modules/strtod (Depends-on): Add c-ctype.
14853         (Link): Mention POW_LIB.
14854         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
14855         whitespace between 'e' and exponent.
14856         * tests/test-strtod.c (main): Enable hex float tests.
14857         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
14858         now provides.
14859
14860         Document various strtod bugs, with some fixes.
14861         * doc/posix-functions/strtod.texi (strtod): Document bugs with
14862         "-0x", "inf", "nan", and hex constants.
14863         * doc/posix-functions/atof.texi (atof): Likewise.
14864         * modules/stdlib (Makefile.am): Support strtod.
14865         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
14866         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
14867         detect additional strtod bugs.
14868         * lib/stdlib.in.h (rpl_strtod): Add declarations.
14869         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
14870         bool where appropriate.  Parse 'inf' and 'nan'.
14871         * tests/test-strtod.c: New file.
14872         * modules/strtod (Depends-on): Add stdbool, stdlib.
14873         (configure.ac): Turn on module indicator.
14874         * modules/strtod-tests: New module.
14875
14876 2008-03-29  Eric Blake  <ebb9@byu.net>
14877
14878         Fix ftell on mingw.
14879         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
14880         * modules/ftell-tests (Depends-on): Add binary-io.
14881         * modules/ftello-tests (Depends-on): Likewise.
14882         * tests/test-ftell.c (main): Enhance test to cover behavior after
14883         ungetc.  Enforce binary mode.
14884         * tests/test-ftello.c (main): Likewise.
14885
14886         Pass test-freadseek on cygwin.
14887         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
14888         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
14889         ungetc buffer.
14890
14891         * tests/test-fflush2.c (main): Fix typo.
14892
14893 2008-03-29  Bruno Haible  <bruno@clisp.org>
14894
14895         * tests/test-fflush2.c (main): Temporarily disable the contents of
14896         this test.
14897         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
14898         Reported by Eric Blake.
14899
14900 2008-03-28  Simon Josefsson  <simon@josefsson.org>
14901
14902         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
14903         (GC_SHA224_DIGEST_SIZE): Add.
14904
14905         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
14906         (gc_hash_digest_length): Likewise.
14907         (gc_hash_buffer): Likewise.
14908
14909 2008-03-25  Bruno Haible  <bruno@clisp.org>
14910
14911         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
14912         detail which gettext release to use.
14913         Reported by Simon Josefsson.
14914
14915 2008-03-26  Jim Meyering  <meyering@redhat.com>
14916
14917         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
14918         * modules/gnumakefile (clean-GNUmakefile): Also, use
14919         test ... && ... || : syntax rather than if-then ... fi.
14920
14921         gnumakefile: Don't double-quote-expand $(VPATH) value.
14922         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
14923
14924 2008-03-24  Eric Blake  <ebb9@byu.net>
14925
14926         Alter GNUmakefile to install into top directory.
14927         * modules/maintainer-makefile: Split, and add dependency...
14928         * modules/gnumakefile: to this new module.
14929         * build-aux/GNUmakefile: Move...
14930         * top/GNUmakefile: ...here.
14931         * build-aux/maint.mk: Move...
14932         * top/maint.mk: ...here.
14933         * MODULES.html.sh (Support for maintaining...): Document new
14934         module.
14935
14936 2008-03-23  Bruno Haible  <bruno@clisp.org>
14937
14938         * gnulib-tool: New options --vc-files, --no-vc-files.
14939         (func_usage): Document them.
14940         (vc_files): New variable.
14941         (func_import): Consider vc_files.
14942         (func_create_testdir): Set vc_files to empty.
14943         Suggested by Jim Meyering and Karl Berry.
14944
14945 2008-03-23  Bruno Haible  <bruno@clisp.org>
14946
14947         Fix regex compilation error on HP-UX 11.
14948         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
14949         * modules/regex (Files): Add m4/mbstate_t.m4.
14950         Reported by Ton Voon <ton.voon@altinity.com>.
14951
14952 2008-03-23  Bruno Haible  <bruno@clisp.org>
14953
14954         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
14955
14956 2008-03-23  Eric Blake  <ebb9@byu.net>
14957             Bruno Haible  <bruno@clisp.org>
14958
14959         Install files from top/ in the destination directory.
14960         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
14961         augmentation also for the files from top/.
14962         (func_import, func_create_testdir): Rewrite file names:
14963         top/filename -> filename.
14964
14965 2008-03-23  Bruno Haible  <bruno@clisp.org>
14966
14967         Tweak "gnulib --version" output.
14968         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
14969
14970 2008-03-23  Bruno Haible  <bruno@clisp.org>
14971
14972         Tweak "gnulib --version" output.
14973         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
14974         rather than contents of ChangeLog, when possible.
14975
14976 2008-03-21  Eric Blake  <ebb9@byu.net>
14977
14978         More --version tweaks.
14979         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
14980         date of last ChangeLog entry.
14981
14982 2008-03-21  Jim Meyering  <meyering@redhat.com>
14983
14984         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
14985
14986 2008-03-20  Eric Blake  <ebb9@byu.net>
14987
14988         VPATH fix.
14989         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
14990
14991 2008-03-20  Simon Josefsson  <simon@josefsson.org>
14992
14993         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
14994         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
14995
14996 2008-03-20  Eric Blake  <ebb9@byu.net>
14997
14998         Sync GNUmakefile with coreutils.
14999         * build-aux/GNUmakefile (have-Makefile): Rename...
15000         (_have-Makefile): ...to this, for namespace consideration.
15001         (GNUmakefile.cfg): Include, if present.
15002         (_autoreconf): Define a default.
15003         (_is-dist-target): New rule for rebuilds to pick up intra-release
15004         version.
15005         (maint-cfg.mk): Rename...
15006         (cfg.mk): ...to this.
15007
15008 2008-03-18  Jim Meyering  <meyering@redhat.com>
15009
15010         New script and module: mktempd
15011         * MODULES.html.sh (maint+release support): Add mktempd.
15012         * build-aux/mktempd: New file.
15013         * modules/mktempd: New file.
15014
15015 2008-03-15  Jim Meyering  <meyering@redhat.com>
15016
15017         Undo last change.
15018         * lib/sha1.c, lib/md5.c: 63 != ~63.
15019         Reported by Andreas Schwab.
15020
15021         sha1.c, md5.c: Hoist a redundant expression.
15022         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
15023         "ctx->buflen" only once, before calling *_process_block.
15024         * lib/md5.c (md5_process_bytes): Likewise.
15025
15026 2008-03-14  Eric Blake  <ebb9@byu.net>
15027
15028         Bump copyright year in files generated by gnulib-tool.
15029         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
15030         gnulib-tool, rather than hard-coding it.
15031
15032         Fix 'gnulib-tool --version' output to work with git.
15033         * gnulib-tool (func_gnulib_dir): New function, extracted from...
15034         (startup): ...here.
15035         (func_version): Use it to invoke git-version-gen, rather than
15036         relying on CVS keyword expansion.  Modernize wording.
15037         (cvsdatestamp, last_checkin_date, version): Kill unused
15038         variables.
15039
15040 2008-03-12  Jim Meyering  <meyering@redhat.com>
15041
15042         Recognize optional cast of the argument to free.
15043         * build-aux/useless-if-before-free: Update regexps.
15044
15045         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
15046
15047 2008-03-11  Bruno Haible  <bruno@clisp.org>
15048
15049         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
15050         by a single package.
15051         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
15052         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
15053         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
15054         Reported by Sam Steingold <sds@gnu.org>.
15055
15056 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15057
15058         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
15059         repositories.
15060
15061 2008-03-11  Bruno Haible  <bruno@clisp.org>
15062
15063         Avoid conflicts between local macro definitions.
15064         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15065         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
15066
15067 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
15068             Bruno Haible  <bruno@clisp.org>
15069
15070         Make va_copy work with some version of xlc on AIX 5.1.
15071         * lib/stdarg.in.h: New file.
15072         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
15073         On AIX, use a <stdarg.h> file substitute.
15074         * modules/stdarg (Files): Add lib/stdarg.in.h.
15075         (Depends-on): Add include_next.
15076         (Makefile.am): Build a stdarg.h substitute if requested.
15077         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
15078
15079 2008-03-10  Bruno Haible  <bruno@clisp.org>
15080
15081         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
15082         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15083         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
15084
15085 2008-03-10  Bruno Haible  <bruno@clisp.org>
15086
15087         * modules/stdlib (Depends-on): Add include_next, remove
15088         absolute-header.
15089
15090 2008-03-09  Bruno Haible  <bruno@clisp.org>
15091
15092         * lib/freadahead.h (freadahead): Document more precisely.
15093         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
15094         the sum of both buffer sizes.
15095         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
15096         * NEWS: Document the change.
15097
15098 2008-03-09  Bruno Haible  <bruno@clisp.org>
15099
15100         Extend freadptr to return also the buffer size.
15101         * lib/freadptr.h (freadptr): Add sizep argument.
15102         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
15103         (freadptr): Add sizep argument. Determine buffer size like freadahead
15104         does.
15105         * tests/test-freadptr.c: Don't include freadahead.h.
15106         (main): Adapt for new calling convention of freadptr.
15107         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
15108         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
15109         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
15110         tests/test-freadptr2.sh.
15111         (Depends): Remove freadahead.
15112         (TESTS): Add test-freadptr2.sh.
15113         (check_PROGRAMS): Add test-freadptr2.
15114
15115 2008-03-09  Bruno Haible  <bruno@clisp.org>
15116
15117         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
15118         Report and solution by Simon Josefsson.
15119
15120 2008-03-06  Bruno Haible  <bruno@clisp.org>
15121
15122         Make fflush after ungetc work on BSD platforms.
15123         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
15124         * tests/test-fflush2.c: New file.
15125         * tests/test-fflush2.sh: New file.
15126         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
15127         tests/test-fflush2.c.
15128         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
15129         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
15130
15131 2008-03-06  Eric Blake  <ebb9@byu.net>
15132
15133         Likewise for ftello.
15134         * modules/ftello (Dependencies): Add extensions.
15135         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
15136
15137 2008-03-06  Bruno Haible  <bruno@clisp.org>
15138
15139         * modules/fseeko (Dependencies): Add extensions.
15140         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
15141         Needed on glibc systems.
15142
15143 2008-03-06  Bruno Haible  <bruno@clisp.org>
15144
15145         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
15146         email address.
15147         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15148
15149 2008-03-06  Bruno Haible  <bruno@clisp.org>
15150
15151         * users.txt: Add libgnupdf.
15152
15153 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15154
15155         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
15156         (Header File Substitutes, Function Substitutes,
15157         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
15158         (Build robot for gnulib): Fix typo.
15159
15160 2008-03-06  Bruno Haible  <bruno@clisp.org>
15161
15162         * doc/gnulib-tool.texi (VCS Issues): Small updates.
15163         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15164
15165 2008-03-06  Bruno Haible  <bruno@clisp.org>
15166
15167         * doc/func.texi: New file, extracted from doc/gnulib.texi.
15168         * doc/gnulib.texi: Include it.
15169
15170 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15171
15172         * modules/func (License): Change license to unlimited; there was
15173         no LGPL parts in the module anyway.
15174
15175 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15176
15177         * modules/__func__: Renamed to modules/func.
15178         * modules/__func__-tests: Renamed to modules/func-tests.
15179         * tests/test-__func__.c: Renamed to tests/test-func.c.
15180         * m4/__func__.m4: Renamed to m4/func.m4.
15181         * doc/gnulib.texi (__func__): Section renamed to func.
15182         Suggested by Eric Blake <ebb9@byu.net>.
15183
15184 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15185
15186         * doc/gnulib.texi (__func__): Use C99 terminology when talking
15187         about __func__.  Make example self-contained.  Suggested by Eric
15188         Blake <ebb9@byu.net>.
15189
15190         * tests/test-__func__.c (main): Avoid extraneous () around __func.
15191         Suggested by Eric Blake <ebb9@byu.net>.
15192
15193 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15194
15195         * modules/__func__: New file.
15196         * modules/__func__-tests: New file.
15197         * tests/test-__func__.c: New file.
15198         * m4/__func__.m4: New file.
15199         * doc/gnulib.texi (__func__): Document __func__ module.
15200
15201 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15202
15203         * modules/byteswap (License): Re-license as LGPLv2+.
15204
15205 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15206
15207         * doc/Makefile: Add pdf target.
15208
15209 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15210
15211         * modules/inline (License): Use 'unlimited', since there are only
15212         *.m4 files in this module.
15213
15214 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
15215             Bruno Haible  <bruno@clisp.org>
15216
15217         Add support for HP C 7.1 on OpenVMS 8.3.
15218         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
15219
15220 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
15221
15222         Update VMS specifics.
15223         * lib/getopt.c [VMS]: Remove include of unixlib.h.
15224
15225 2008-03-02  Jim Meyering  <meyering@redhat.com>
15226
15227         Remove the last dependency on the "free" module.
15228         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
15229         Reported by Bob Proulx.
15230
15231         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
15232
15233         Remove useless "if" tests before free.  Deprecate "free" module.
15234         * doc/posix-functions/free.texi: Mention that this
15235         module is no longer useful.
15236         * modules/free (Notice): Say this module is obsolete.
15237         * modules/readutmp (Depends-on): Remove free.
15238         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
15239         * lib/putenv.c (putenv): Likewise.
15240         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
15241         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
15242         * tests/test-c-strcasestr.c (main): Likewise.
15243         * tests/test-c-strstr.c (main): Likewise.
15244         * tests/test-mbscasestr1.c (main): Likewise.
15245         * tests/test-mbscasestr2.c (main): Likewise.
15246         * tests/test-mbsstr1.c (main): Likewise.
15247         * tests/test-mbsstr2.c (main): Likewise.
15248         * tests/test-memmem.c (main): Likewise.
15249         * tests/test-strcasestr.c (main): Likewise.
15250         * tests/test-striconv.c (main): Likewise.
15251         * tests/test-striconveh.c (main): Likewise.
15252         * tests/test-striconveha.c (main): Likewise.
15253         * tests/test-strstr.c (main): Likewise.
15254
15255         * build-aux/git-version-gen: Adjust a comment and the Usage string.
15256
15257         bootstrap: sync from coreutils again
15258         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
15259
15260 2008-03-01  Jim Meyering  <meyering@redhat.com>
15261
15262         bootstrap: sync from coreutils
15263         * build-aux/bootstrap (update_po_files): Copy a .po file into place
15264         also when the target doesn't exist.
15265
15266 2008-03-01  Eric Blake  <ebb9@byu.net>
15267
15268         Fix bugs in last patch.
15269         * lib/memchr2.c (memchr2): Fix typo.
15270         * tests/test-memchr2.c: Test previous bug, and don't use GNU
15271         extension.
15272         Reported by Bruce Korb.
15273
15274         New module 'memchr2'.
15275         * modules/memchr2: New file.
15276         * modules/memchr2-tests: Likewise.
15277         * lib/memchr2.h: Likewise.
15278         * lib/memchr2.c: Likewise, based on memchr.c.
15279         * tests/test-memchr2.c: New test.
15280         * MODULES.html.sh (String handling): Add memchr2.
15281
15282 2008-02-29  Bruno Haible  <bruno@clisp.org>
15283
15284         * modules/freadseek-tests: New file.
15285         * tests/test-freadseek.sh: New file.
15286         * tests/test-freadseek.c: New file.
15287
15288         New module 'freadseek'.
15289         * modules/freadseek: New file.
15290         * lib/freadseek.h: New file.
15291         * lib/freadseek.c: New file.
15292         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
15293
15294 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15295
15296         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
15297         wydawca.
15298
15299         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
15300         program_invocation_name and program_invocation_short_name are
15301         present.
15302
15303 2008-02-28  Bruno Haible  <bruno@clisp.org>
15304
15305         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
15306         * tests/test-freadptr.sh: Also test non-seekable stdin.
15307
15308 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
15309
15310         * build-aux/bootstrap (source_base, m4_base)
15311         (doc_base, tests_base): New variables.
15312         (gnulib_tool_options): Do not hardcode base directories, use
15313         the above variables instead.
15314
15315 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
15316
15317         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
15318
15319 2008-02-28  Bruno Haible  <bruno@clisp.org>
15320
15321         * modules/freadptr-tests: New file.
15322         * tests/test-freadptr.sh: New file.
15323         * tests/test-freadptr.c: New file.
15324
15325         New module 'freadptr'.
15326         * modules/freadptr: New file.
15327         * lib/freadptr.h: New file.
15328         * lib/freadptr.c: New file.
15329         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
15330
15331 2008-02-26  Karl Berry  <karl@freefriends.org>
15332
15333         Sync from Libtool:
15334         * libltdl/argz.c (argz_add, argz_count): New functions.
15335         * libltdl/argz.in.h: Declare them.
15336         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
15337
15338 2008-02-22  Bruno Haible  <bruno@clisp.org>
15339
15340         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
15341         is a pointer type.  Needed for HP-UX 10.
15342         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
15343         * doc/posix-functions/gmtime_r.texi: Likewise.
15344         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
15345
15346 2008-02-24  Bruno Haible  <bruno@clisp.org>
15347
15348         * modules/environ-tests: New file.
15349         * tests/test-environ.c: New file.
15350
15351         New module 'environ'.
15352         * modules/environ: New file.
15353         * lib/unistd.in.h (environ): New declaration.
15354         * m4/environ.m4: New file.
15355         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
15356         after use.
15357         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
15358         HAVE_DECL_ENVIRON.
15359         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
15360         HAVE_DECL_ENVIRON.
15361         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
15362         wrong claim that 'environ' is missing on some systems.
15363         * modules/execute (Depends-on): Add environ.
15364         * lib/execute.c (environ): Remove fallback declaration.
15365         * modules/pipe (Depends-on): Add environ.
15366         * lib/pipe.c (environ): Remove fallback declaration.
15367         * modules/setenv (Depends-on): Add environ.
15368         * lib/setenv.c (environ): Remove fallback declaration.
15369         * modules/unsetenv (Depends-on): Add environ.
15370         * lib/unsetenv.c (environ): Remove fallback declaration.
15371         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
15372         m4/environ.m4.
15373         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
15374         (gl_PREREQ_UNSETENV): Likewise.
15375
15376 2008-02-24  Bruno Haible  <bruno@clisp.org>
15377
15378         * doc/posix-functions/environ.texi: Document the MacOS X problem.
15379
15380 2008-02-20  Bob Proulx  <bob@proulx.com>
15381
15382         Enable use of older two part flavor 'git describe'.
15383         * build-aux/git-version-gen: If using the older two part flavor of
15384         git version then recreate the third part now present in the
15385         newer three part flavor of git describe.
15386
15387 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
15388
15389         * lib/fts.c (fts_build): Typo correction to comment.
15390
15391 2008-02-17  Bruno Haible  <bruno@clisp.org>
15392
15393         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
15394         generating no-op conflicts.
15395
15396 2008-02-17  Bruno Haible  <bruno@clisp.org>
15397
15398         Speed up by 10%.
15399         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
15400         result_entries, rather than an index-based loop.
15401
15402 2008-02-17  Bruno Haible  <bruno@clisp.org>
15403
15404         Speed up by 25%.
15405         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
15406         'hashcode_cached'.
15407         (entry_create): New function.
15408         (entry_hashcode): Use the cached hashcode if possible.
15409         (read_changelog_file, try_split_merged_entry): Use entry_create.
15410
15411 2008-02-17  Bruno Haible  <bruno@clisp.org>
15412
15413         Speed up from O(n^2) to O(n) for long ChangeLog files.
15414         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
15415         (read_changelog_file): Change implementation of entries_reversed list
15416         to rbtreehash.
15417         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
15418
15419 2008-02-17  Bruno Haible  <bruno@clisp.org>
15420
15421         New option --split-merged-entry.
15422         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
15423         (find_paragraph_end, try_split_merged_entry): New functions.
15424         (long_options): Add option --split-merged-entry.
15425         (usage): Document option --split-merged-entry.
15426         (main): Implement option --split-merged-entry.
15427         Reported by Eric Blake.
15428
15429 2008-02-17  Bruno Haible  <bruno@clisp.org>
15430
15431         * lib/git-merge-changelog.c: Include c-strstr.h.
15432         (main): Support the "git pull --rebase" situation.
15433         * modules/git-merge-changelog (Depends-on): Add c-strstr.
15434         Reported by Eric Blake.
15435
15436 2008-02-16  Eric Blake  <ebb9@byu.net>
15437
15438         Avoid doubling \ in common case of "c-maybe" quoting style.
15439         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
15440         eliding outer quotes.
15441         * lib/quotearg.h: Document this.
15442         * tests/test-quotearg.c (result_strings, inputs, results_g)
15443         (flag_results, locale_results): Test it by adding a new string to
15444         each test group.
15445         (compare_strings): Test new string.
15446
15447 2008-02-13  Eric Blake  <ebb9@byu.net>
15448
15449         Avoid trigraph quoting in default output.
15450         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
15451         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
15452         unless explicitly requested.
15453         * tests/test-quotearg.c (flag_results, main): Add additional tests.
15454
15455 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
15456
15457         Don't rely on signed integer overflowing to negative value.
15458         * lib/getugroups.c (getugroups): Include <limits.h>.
15459         Instead, compare against INT_MAX, and increment only if the test passes.
15460
15461 2008-02-13  Jim Meyering  <meyering@redhat.com>
15462         and Eric Blake  <ebb9@byu.net>
15463
15464         Avoid shadowing warning and compile errors on Linux.
15465         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
15466         forwarding macros on Linux.
15467         (dcgettext): Define a stub, for Linux.
15468         (results_g, main): Avoid warnings.
15469
15470 2008-02-12  Eric Blake  <ebb9@byu.net>
15471
15472         Silence warning in last patch.
15473         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
15474
15475         Quotearg part 4: add tests, fix c-maybe colon quoting.
15476         * lib/quotearg.h: Improve documentation.
15477         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
15478         escapes when adding outer quotes.  When quoting trigraphs, use
15479         valid C notation.  When quoting NUL, omit extra characters if next
15480         character is not digit.  Alter prototype.
15481         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
15482         callers.
15483         * modules/quotearg-tests: New module.
15484         * tests/test-quotearg.c: New test.
15485
15486 2008-02-07  Eric Blake  <ebb9@byu.net>
15487
15488         Quotearg part 3: add flag to control outer quote elision.
15489         * lib/quotearg.h (c_maybe_quoting_style): New style.
15490         (enum quoting_flags): Better documentation of flags.
15491         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
15492         c-maybe style.
15493         (quotearg_buffer_restyled): Handle new flag to elide outer
15494         quotes.
15495
15496         Quotearg part 2: add flag that can control NUL elision.
15497         * lib/quotearg.h (set_quoting_flags): New prototype.
15498         * lib/quotearg.c (struct quoting_options): Add flag field.
15499         (set_quoting_flags): New function.
15500         (quotearg_buffer_restyled): Add flags parameter.
15501         (quotearg_alloc_mem): Set the flag if length cannot be returned.
15502         (quotearg_n_options): Set the flag, since length cannot be
15503         returned.
15504         (quoting_options_from_style): Default flags correctly.
15505
15506         Quotearg part 1: more wrappers, restore quotearg_char state.
15507         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
15508         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
15509         (quotearg_colon_mem): New wrappers.
15510         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
15511         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
15512         functions.
15513         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
15514         (quotearg_colon_mem): New functions.
15515
15516 2008-02-11  Bruno Haible  <bruno@clisp.org>
15517
15518         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
15519         library in the current directory: it does not work with parallel make.
15520         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15521
15522 2008-02-11  Bruno Haible  <bruno@clisp.org>
15523
15524         * .gitattributes: New file.
15525
15526 2008-02-11  Jim Meyering  <meyering@redhat.com>
15527
15528         useless-if-before-free: Fix reversed exit values.
15529         * build-aux/useless-if-before-free: Use correct values
15530         for EXIT_MATCH and EXIT_NO_MATCH.
15531
15532         * build-aux/useless-if-before-free: Close stdout carefully.
15533
15534 2008-02-10  Bruno Haible  <bruno@clisp.org>
15535
15536         New module 'git-merge-changelog'.
15537         * modules/git-merge-changelog: New file.
15538         * lib/git-merge-changelog.c: New file.
15539
15540 2008-02-10  Jim Meyering  <meyering@redhat.com>
15541
15542         useless-if-before-free: New option: --list (-l).
15543
15544         useless-if-before-free: Don't exit immediately upon open failure.
15545         * build-aux/useless-if-before-free: Exit 2 for errors.
15546         Upon failure to open a file, don't exit immediately.
15547         Rather, just warn and continue with any remaining files.
15548
15549 2008-02-10  Bruno Haible  <bruno@clisp.org>
15550
15551         New abstract list operation 'node_set_value'.
15552         * lib/gl_list.h (gl_list_node_set_value): New function.
15553         (struct gl_list_implementation): New field node_set_value.
15554         * lib/gl_list.c (gl_list_node_set_value): New function.
15555         * lib/gl_array_list.c (gl_array_node_set_value): New function.
15556         (gl_array_list_implementation): Update.
15557         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
15558         (gl_carray_list_implementation): Update.
15559         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
15560         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
15561         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
15562         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
15563         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
15564         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
15565         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
15566         Update.
15567         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
15568         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
15569         (gl_sublist_list_implementation): Update.
15570
15571 2008-02-10  Bruno Haible  <bruno@clisp.org>
15572
15573         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
15574         Needed when ELEMENT is #defined to 'some_type *'.
15575
15576 2008-02-10  Jim Meyering  <meyering@redhat.com>
15577
15578         New script and module: useless-if-before-free
15579         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
15580         * build-aux/useless-if-before-free: New file.
15581         * modules/useless-if-before-free: New file.
15582
15583         * build-aux/gitlog-to-changelog: Use committer date, not author date.
15584
15585         xstrtol_error: Fix typo.
15586         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
15587         s/exit_failure/exit_status/.
15588
15589 2008-02-09  Jim Meyering  <meyering@redhat.com>
15590
15591         New script and module: gitlog-to-changelog
15592         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
15593         * modules/gitlog-to-changelog: New file.
15594         * build-aux/gitlog-to-changelog: New file.
15595
15596 2008-02-08  Jim Meyering  <meyering@redhat.com>
15597
15598         Avoid two "parameter unused" warnings.
15599         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
15600         Mark "st" as used.
15601
15602         Use "git COMMAND", not "git-COMMAND".
15603         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
15604         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
15605         * build-aux/git-version-gen: Use "git status", not "git-status".
15606
15607 2008-02-07  Bruno Haible  <bruno@clisp.org>
15608
15609         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
15610         Avoids a crash on Windows Vista.
15611         Reported by Adam Strzelecki <ono@java.pl> via
15612         Simon Josefsson <simon@josefsson.org>.
15613
15614 2008-02-06  Bruno Haible  <bruno@clisp.org>
15615
15616         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
15617         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
15618         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
15619         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
15620         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15621         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15622         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
15623         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
15624         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15625         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15626         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15627         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15628         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15629         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15630         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15631         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
15632         left-adjust flag.
15633         * tests/test-snprintf-posix.h (test_function): Likewise.
15634         * tests/test-sprintf-posix.h (test_function): Likewise.
15635         * tests/test-vasprintf-posix.c (test_function): Likewise.
15636         * doc/posix-functions/fprintf.texi: Update.
15637         * doc/posix-functions/printf.texi: Update.
15638         * doc/posix-functions/snprintf.texi: Update.
15639         * doc/posix-functions/sprintf.texi: Update.
15640         * doc/posix-functions/vfprintf.texi: Update.
15641         * doc/posix-functions/vprintf.texi: Update.
15642         * doc/posix-functions/vsnprintf.texi: Update.
15643         * doc/posix-functions/vsprintf.texi: Update.
15644         Reported by Peter Fales <psfales@alcatel-lucent.com>.
15645
15646 2008-02-06  Bruno Haible  <bruno@clisp.org>
15647
15648         Fix bug introduced on 2008-01-26.
15649         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
15650
15651 2008-02-06  Bruno Haible  <bruno@clisp.org>
15652
15653         Fix bug introduced on 2007-06-10.
15654         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
15655         !NEED_PRINTF_FLAG_ZERO.
15656
15657 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
15658
15659         getloadavg: use libperfstat on AIX5
15660         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
15661
15662 2008-02-03  Bruno Haible  <bruno@clisp.org>
15663
15664         * lib/diffseq.h: Add comments about required #includes.
15665         Reported by Michael Biggs <gnulib@doubleplum.net>.
15666
15667 2008-02-01  Bruno Haible  <bruno@clisp.org>
15668
15669         * users.txt: Add gnuit.
15670
15671 2008-01-31  Bruno Haible  <bruno@clisp.org>
15672
15673         * lib/md4.c (set_uint32): Mark as inline.
15674         * lib/md5.c (set_uint32): Likewise.
15675         * lib/sha1.c (set_uint32): Likewise.
15676         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
15677         * m4/md5.m4 (gl_MD5): Likewise.
15678         * m4/sha1.m4 (gl_SHA1): Likewise.
15679
15680 2008-01-31  Jim Meyering  <meyering@redhat.com>
15681
15682         Use "sizeof VAR", rather than a literal "4".
15683         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
15684         * lib/md4.c (md4_read_ctx): Likewise.
15685         * lib/sha1.c (sha1_read_ctx): Likewise.
15686
15687 2008-01-31  Simon Josefsson  <simon@josefsson.org>
15688
15689         * tests/test-sha1.c: New file, based on test-md5.c.
15690
15691         * modules/crypto/sha1-tests: New file.
15692
15693 2008-01-31  Simon Josefsson  <simon@josefsson.org>
15694
15695         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
15696
15697 2008-01-31  Jim Meyering  <meyering@redhat.com>
15698
15699         Prefer "sizeof v" over the equivalent "4".
15700         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
15701         * lib/md5.c (set_uint32): Likewise.
15702         * lib/sha1.c (set_uint32): Likewise.
15703
15704 2008-01-31  Simon Josefsson  <simon@josefsson.org>
15705
15706         * lib/sha1.c (set_uint32): Mark function as static.
15707
15708 2008-01-31  Simon Josefsson  <simon@josefsson.org>
15709
15710         md2: clarify comments to say that alignment is not required.
15711         * lib/md2.h: Remove warning about alignment in comment.
15712         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
15713         never been required.
15714
15715 2008-01-31  Simon Josefsson  <simon@josefsson.org>
15716
15717         md4: adapt alignment constraint fix from sha1.
15718         * lib/md4.c (set_uint32): New function, from sha1.c
15719         (md4_read_ctx): Use it.
15720         (md4_finish_ctx): Doc fix.
15721         * lib/md4.h: Doc fix.
15722
15723 2008-01-31  Simon Josefsson  <simon@josefsson.org>
15724
15725         md5: adapt alignment constraint fix from sha1.
15726         * lib/md5.c (set_uint32): New function, from sha1.c
15727         (md5_read_ctx): Use it.
15728         (md5_finish_ctx): Doc fix.
15729         * lib/md5.h: Doc fix.
15730
15731 2008-01-30  Peter Palfrader  <weasel@debian.org>
15732
15733         sha1: remove the result buffer alignment constraint
15734         * lib/sha1.c (set_uint32): New function.
15735         (sha1_read_ctx): Rewrite to remove the result buffer alignment
15736         constraint.
15737         (sha1_finish_ctx): Remove comment warning about alignment constraint.
15738         * lib/sha1.h: Likewise.
15739
15740 2008-01-30  Andreas Schwab  <schwab@suse.de>
15741             Bruno Haible  <bruno@clisp.org>
15742
15743         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
15744         correct definition of LDBL_MIN_EXP.
15745
15746 2008-01-30  Karl Berry  <karl@gnu.org>
15747
15748         * config/srclist-update: try to preserve x bit on updates.
15749         * config/srclistvars.sh: update for karl.
15750
15751 2008-01-29  Jim Meyering  <meyering@redhat.com>
15752
15753         vasnprintf.c: Avoid warning about unused label
15754         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
15755         "overflow" label definition and associated code with the
15756         same cpp condition that guards the sole use of that label.
15757
15758 2008-01-26  Bruno Haible  <bruno@clisp.org>
15759
15760         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
15761         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
15762         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
15763         * lib/isnanl-nolibm.h (isnanl): Likewise.
15764         Reported by Paul Eggert <eggert@cs.ucla.edu>.
15765
15766 2008-01-26  Bruno Haible  <bruno@clisp.org>
15767
15768         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
15769         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
15770
15771 2008-01-26  Bruno Haible  <bruno@clisp.org>
15772
15773         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
15774         GCC >= 4.0 built-in.
15775         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
15776
15777 2008-01-26  Bruno Haible  <bruno@clisp.org>
15778
15779         Rename isnan, applicable to 'double' only, to isnand.
15780         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
15781         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
15782         (configure.ac): Update.
15783         (Include): Replace "isnan.h" with "isnand.h".
15784         * m4/isnand.m4: Renamed from m4/isnan.m4.
15785         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
15786         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
15787         instead of isnan.c.
15788         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
15789         instead of HAVE_ISNAN_IN_LIBC.
15790         (isnand): Renamed from isnan.
15791         * lib/isnand.c: New file.
15792         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
15793         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
15794         (Makefile.am): Update.
15795         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
15796         Include isnand.h instead of isnan.h.
15797         (main): Test isnand instead of isnan.
15798         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
15799         isnan-nolibm.
15800         * modules/frexp (Depends-on): Likewise.
15801         * modules/frexp-tests (Depends-on): Likewise.
15802         * modules/frexp-nolibm (Depends-on): Likewise.
15803         * modules/frexp-nolibm-tests (Depends-on): Likewise.
15804         * modules/isfinite (Depends-on): Likewise.
15805         * modules/round-tests (Depends-on): Likewise.
15806         * modules/signbit (Depends-on): Likewise.
15807         * modules/signbit-tests (Depends-on): Likewise.
15808         * modules/snprintf-posix (Depends-on): Likewise.
15809         * modules/sprintf-posix (Depends-on): Likewise.
15810         * modules/trunc-tests (Depends-on): Likewise.
15811         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
15812         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
15813         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
15814         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
15815         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
15816         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
15817         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
15818         * modules/vasnprintf-posix (Depends-on): Likewise.
15819         * modules/vasprintf-posix (Depends-on): Likewise.
15820         * modules/vfprintf-posix (Depends-on): Likewise.
15821         * modules/vsnprintf-posix (Depends-on): Likewise.
15822         * modules/vsprintf-posix (Depends-on): Likewise.
15823         * lib/frexp.c: Include isnand.h instead of isnan.h.
15824         (ISNAN): Set to isnand instead of isnan.
15825         * lib/isfinite.c: Include isnand.h instead of isnan.h.
15826         (gl_isfinited): Use isnand instead of isnan.
15827         * lib/signbitd.c: Include isnand.h instead of isnan.h.
15828         (gl_signbitd): Use isnand instead of isnan.
15829         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
15830         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
15831         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
15832         (main): Use isnand instead of isnan.
15833         * tests/test-round1.c: Include isnand.h.
15834         (main): Use isnand instead of isnan.
15835         * tests/test-round2.c: Include isnand.h instead of isnan.h.
15836         (ISNAN): Set to isnand instead of isnan.
15837         * tests/test-trunc1.c: Include isnand.h.
15838         (main): Use isnand instead of isnan.
15839         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
15840         (equal): Use isnand instead of isnan.
15841         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
15842         isnand-nolibm.
15843         * NEWS: Mention the change.
15844
15845 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15846             Bruno Haible  <bruno@clisp.org>
15847
15848         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
15849         the GCC builtins for signbits are present and set
15850         REPLACE_SIGNBIT_USING_GCC if so.
15851         * lib/math.in.h (signbit): Define using GCC builtins if
15852         REPLACE_SIGNBIT_USING_GCC is set.
15853         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
15854         REPLACE_SIGNBIT_USING_GCC.
15855         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
15856
15857 2008-01-25  Jim Meyering  <meyering@redhat.com>
15858
15859         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
15860         * lib/poll.c: Include <config.h>, not "config.h".
15861         * tests/test-getaddrinfo.c: Likewise.
15862
15863 2008-01-25  Simon Josefsson  <simon@josefsson.org>
15864
15865         * modules/sockets-tests: New file.
15866
15867 2008-01-24  Simon Josefsson  <simon@josefsson.org>
15868
15869         * modules/sockets: New module, can be used to call WSA_Startup and
15870         WSA_Cleanup when needed.
15871
15872         * lib/sockets.h, lib/sockets.c: New files.
15873
15874         * m4/sockets.m4: New file.
15875
15876         * tests/test-sockets.c: New file.
15877
15878 2008-01-19  Bruno Haible  <bruno@clisp.org>
15879
15880         * doc/posix-headers: Renamed from doc/headers.
15881         * doc/posix-functions: Renamed from doc/functions.
15882         * doc/gnulib.texi: Update.
15883
15884 2008-01-19  Bruno Haible  <bruno@clisp.org>
15885
15886         * doc/glibc-functions/strcasestr.texi: Include contents of
15887         doc/functions/strcasestr.texi, fixing the list of platforms.
15888         * doc/functions/strcasestr.texi: Remove file.
15889
15890 2008-01-19  Bruno Haible  <bruno@clisp.org>
15891
15892         * doc/glibc-functions/memmem.texi: Include contents of
15893         doc/functions/memmem.texi.
15894         * doc/functions/memmem.texi: Remove file.
15895
15896 2008-01-18  Bruno Haible  <bruno@clisp.org>
15897
15898         * doc/glibc-functions/*.texi: New files.
15899         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
15900         to use the new files.
15901
15902 2008-01-17  Bruno Haible  <bruno@clisp.org>
15903
15904         * tests/test-gethostname.c (main): Fix printf statement.
15905
15906 2008-01-17  Simon Josefsson  <simon@josefsson.org>
15907
15908         * modules/gethostname-tests: New file.
15909
15910         * tests/test-gethostname.c: New file.
15911
15912 2008-01-17  Simon Josefsson  <simon@josefsson.org>
15913
15914         * lib/gethostname.c: Include string.h unconditionally, strncpy is
15915         used by the UNAME case.  Reported by Bruno Haible
15916         <bruno@clisp.org>.
15917
15918 2008-01-17  Eric Blake  <ebb9@byu.net>
15919
15920         Convert c-strcasestr to be more efficient.
15921         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
15922         (Depends-on): Add c-strcase, remove malloca, strnlen.
15923         * tests/test-c-strcasestr.c (main): Enhance test.
15924         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
15925
15926 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
15927
15928         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
15929         Use it in creating po/Makevars.
15930
15931 2008-01-15  Simon Josefsson  <simon@josefsson.org>
15932
15933         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
15934         Applications that requires it should initialize libgcrypt
15935         manually.
15936
15937 2008-01-16  Simon Josefsson  <simon@josefsson.org>
15938
15939         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
15940
15941 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
15942
15943         Fix problem with getdate on mingw32 reported by Simon Josefsson
15944         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
15945         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
15946         tzname", when deciding whether to declare tzname.
15947         * lib/strftime.c (tzname): Likewise.
15948
15949 2008-01-15  Bruno Haible  <bruno@clisp.org>
15950
15951         Work around a MacOS X 10.5 bug in frexpl().
15952         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
15953         * doc/functions/frexpl.texi: Document the bug.
15954         Reported by Elias Pipping <pipping@gentoo.org>.
15955
15956 2008-01-14  Eric Blake  <ebb9@byu.net>
15957
15958         Touch up previous patch.
15959         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
15960         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
15961
15962         Convert strcasestr module to use Two-Way algorithm.
15963         * modules/strcasestr-simple: New module, based on the old
15964         strcasestr, but with Two-Way rather than KMP.
15965         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
15966         * lib/string.in.h (rpl_strcasestr): Declare.
15967         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
15968         performance.
15969         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
15970         * modules/string (Makefile.am): Support strcasestr.
15971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
15972         * modules/strcasestr-tests (Depends-on): Check for alarm.
15973         * tests/test-strcasestr.c: Augment test.
15974         * lib/str-two-way.h: Clean up stray macro.
15975         * NEWS: Document new module.
15976         * MODULES.html.sh (string handling): Likewise.
15977         * doc/functions/strcasestr.texi: New file.
15978         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
15979         here, since it is not a POSIX function.
15980
15981 2008-01-14  Colin Watson  <cjwatson@debian.org>
15982             Bruno Haible  <bruno@clisp.org>
15983
15984         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
15985         works fine; if not, set REPLACE_STRSIGNAL.
15986         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
15987         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15988         REPLACE_STRSIGNAL.
15989         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
15990         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
15991         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
15992
15993 2008-01-14  Bruno Haible  <bruno@clisp.org>
15994
15995         * modules/strsignal (Include): Change to <string.h>.
15996
15997 2008-01-14  Colin Watson  <cjwatson@debian.org>
15998
15999         * modules/argp (Notice): Add a notice recommending to change
16000         XGETTEXT_OPTIONS.
16001         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
16002
16003 2008-01-13  Colin Watson  <cjwatson@debian.org>
16004
16005         * modules/strsignal-tests: New file.
16006         * tests/test-strsignal.c: New file.
16007
16008         * lib/strsignal.c: New file, from glibc with modifications.
16009         * lib/siglist.h: New file, from glibc with modifications.
16010         * lib/string.in.h (strsignal): New declaration.
16011         * m4/strsignal.m4: New file.
16012         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16013         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
16014         * modules/strsignal: New file.
16015         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
16016         HAVE_DECL_STRSIGNAL.
16017
16018 2008-01-13  Bruno Haible  <bruno@clisp.org>
16019
16020         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
16021         locale encoding is not ASCII. Needed for OpenBSD 4.0.
16022         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
16023         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16024
16025 2008-01-13  Bruno Haible  <bruno@clisp.org>
16026
16027         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
16028         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
16029         * lib/argp.h (__attribute__): Likewise.
16030         * lib/c-stack.c (__attribute__): Likewise.
16031         * lib/error.h (__attribute__): Likewise.
16032         * lib/fts.c (__attribute__): Likewise.
16033         * lib/openat.h (__attribute__): Likewise.
16034         * lib/stdio.in.h (__attribute__): Likewise.
16035         * lib/string.in.h (__attribute__): Likewise.
16036         * lib/utimens.c (__attribute__): Likewise.
16037         * lib/vasnprintf.h (__attribute__): Likewise.
16038         * lib/xalloc.h (__attribute__): Likewise.
16039         * lib/xprintf.h (__attribute__): Likewise.
16040         * lib/xstrtol.h (__attribute__): Likewise.
16041         * lib/xvasprintf.h (__attribute__): Likewise.
16042
16043 2008-01-12  Bruno Haible  <bruno@clisp.org>
16044
16045         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
16046         * doc/glibc-headers/a.out.texi: New file.
16047         * doc/glibc-headers/aliases.texi: New file.
16048         * doc/glibc-headers/alloca.texi: New file.
16049         * doc/glibc-headers/ar.texi: New file.
16050         * doc/glibc-headers/argp.texi: New file.
16051         * doc/glibc-headers/argz.texi: New file.
16052         * doc/glibc-headers/byteswap.texi: New file.
16053         * doc/glibc-headers/crypt.texi: New file.
16054         * doc/glibc-headers/endian.texi: New file.
16055         * doc/glibc-headers/envz.texi: New file.
16056         * doc/glibc-headers/err.texi: New file.
16057         * doc/glibc-headers/error.texi: New file.
16058         * doc/glibc-headers/execinfo.texi: New file.
16059         * doc/glibc-headers/fpu_control.texi: New file.
16060         * doc/glibc-headers/fstab.texi: New file.
16061         * doc/glibc-headers/fts.texi: New file.
16062         * doc/glibc-headers/getopt.texi: New file.
16063         * doc/glibc-headers/ieee754.texi: New file.
16064         * doc/glibc-headers/ifaddrs.texi: New file.
16065         * doc/glibc-headers/libintl.texi: New file.
16066         * doc/glibc-headers/mcheck.texi: New file.
16067         * doc/glibc-headers/mntent.texi: New file.
16068         * doc/glibc-headers/obstack.texi: New file.
16069         * doc/glibc-headers/paths.texi: New file.
16070         * doc/glibc-headers/printf.texi: New file.
16071         * doc/glibc-headers/pty.texi: New file.
16072         * doc/glibc-headers/resolv.texi: New file.
16073         * doc/glibc-headers/shadow.texi: New file.
16074         * doc/glibc-headers/sysexits.texi: New file.
16075         * doc/glibc-headers/ttyent.texi: New file.
16076
16077 2008-01-12  Jim Meyering  <meyering@redhat.com>
16078
16079         announce-gen: emit Gnulib's git-based version string.
16080         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
16081         New option --gnulib-version=V, where V is expected to be
16082         the output of running git describe in the gnulib directory.
16083         (get_tool_versions): Request feedback on xdelta.  I suspect it's
16084         not useful, and plan to stop publishing an xdelta file with each
16085         coreutils release.
16086
16087         * build-aux/announce-gen: Also check for lzma-compressed files.
16088
16089 2008-01-11  Bruno Haible  <bruno@clisp.org>
16090
16091         * tests/test-memmem.c (main): Increase maximum allowed time.
16092         * tests/test-strstr.c (main): Likewise.
16093
16094 2008-01-11  Bruno Haible  <bruno@clisp.org>
16095
16096         * doc/functions/memmem.texi: Add more precisions about platforms.
16097         * doc/functions/strstr.texi: Likewise.
16098
16099 2008-01-10  Eric Blake  <ebb9@byu.net>
16100
16101         * m4/strstr.m4: Delete cruft from copy-n-paste.
16102         Reported by Bruno Haible.
16103
16104 2008-01-10  Bruno Haible  <bruno@clisp.org>
16105
16106         Make c-strstr rely on strstr.
16107         * lib/c-strstr.c: Don't include str-kmp.h.
16108         (c_strstr): Define in terms of strstr.
16109         * modules/c-strstr (Files): Remove lib/str-kmp.h.
16110         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
16111
16112 2008-01-10  Bruno Haible  <bruno@clisp.org>
16113
16114         * doc/gnulib.texi (String Functions in C Locale): New section.
16115         * doc/c-ctype.texi: New file.
16116         * doc/c-strcase.texi: New file.
16117         * doc/c-strcaseeq.texi: New file.
16118         * doc/c-strcasestr.texi: New file.
16119         * doc/c-strstr.texi: New file.
16120         * doc/c-strtod.texi: New file.
16121         * doc/c-strtold.texi: New file.
16122
16123 2008-01-10  Eric Blake  <ebb9@byu.net>
16124
16125         * lib/relocatable.h: Fix a comment.
16126
16127 2008-01-10  Eric Blake  <ebb9@byu.net>
16128
16129         Share two-way algorithm.
16130         * lib/str-two-way.h: New file, merged from...
16131         * lib/memmem.c: ...here...
16132         * lib/strstr.c: ...and here.
16133         * modules/memmem (Files): Use it.
16134         * modules/strstr (Files): Likewise.
16135
16136         Avoid quadratic strstr implementations.
16137         * lib/strstr.c: New file.
16138         * m4/strstr.m4: Likewise.
16139         * modules/strstr: Likewise.
16140         * modules/strstr-tests: Likewise.
16141         * tests/test-strstr.c: Likewise.
16142         * lib/string.in.h (rpl_strstr): Declare.
16143         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
16144         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
16145         * modules/string (Makefile.am): Likewise.
16146         * MODULES.html.sh (string handling): Mention new module.
16147         * doc/functions/strstr.texi (strstr): Document the bug.
16148
16149 2008-01-10  Bruno Haible  <bruno@clisp.org>
16150
16151         * lib/relocatable.h (relocate): State whether result is freshly
16152         allocated or not.
16153         * lib/relocatable.c (relocate): Return a freshly allocated string
16154         instead of a pointer to a privately held string.
16155         Reported by Sylvain Beucler <beuc@gnu.org>.
16156
16157 2008-01-10  Colin Watson  <cjwatson@debian.org>
16158
16159         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
16160         s/S_ISNLK/S_ISLNK/.
16161
16162 2008-01-09  Bruno Haible  <bruno@clisp.org>
16163
16164         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
16165         and other files.
16166         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
16167         if it's only a guess.
16168         * modules/memmem: Simplify by depending on memmem-simple.
16169
16170 2008-01-09  Bruno Haible  <bruno@clisp.org>
16171
16172         Work around OpenBSD 4.0 tdelete() bug.
16173         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
16174         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
16175         macros and don't redefine the enum values.
16176         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
16177         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
16178         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
16179
16180 2008-01-09  Bruno Haible  <bruno@clisp.org>
16181
16182         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
16183         (main): Don't perform the tests if setlocale did not install a UTF-8
16184         locale. Needed on OpenBSD 4.0.
16185         * modules/wcwidth-tests (Depends-on): Add localcharset.
16186
16187 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
16190         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
16191         * NEWS: announce this.
16192         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
16193
16194 2008-01-09  Simon Josefsson  <simon@josefsson.org>
16195         and Eric Blake  <ebb9@byu.net>
16196
16197         Add memmem-simple module.
16198         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
16199         (gl_FUNC_MEMMEM): Separate performance from presence checks.
16200         * modules/memmem-simple: New file.
16201         * modules/memmem (Description): Tweak.
16202         * MODULES.html.sh (string handling): Mention new module.
16203         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
16204         addressed by memmem-simple.
16205         * NEWS: Document the difference.
16206
16207 2008-01-09  Eric Blake  <ebb9@byu.net>
16208
16209         Give gcc some memmem optimization hints.
16210         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
16211         (strcasestr): Declare as pure.
16212         * modules/memmem (Maintainer): Claim my implementation.
16213
16214 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16215
16216         Support AIX 6.1 and higher.
16217         * build-aux/config.libpath: Likewise.
16218         * build-aux/config.rpath: Likewise.
16219
16220 2008-01-08  Jim Meyering  <meyering@redhat.com>
16221             Bruno Haible  <bruno@clisp.org>
16222
16223         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
16224         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
16225         Reported by Peter Fales in
16226         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
16227
16228 2008-01-08  Bruno Haible  <bruno@clisp.org>
16229
16230         * modules/unictype/category-of (Depends-on): Add
16231         unictype/category-none.
16232         * modules/unictype/category-and-tests (Depends-on): Add
16233         unictype/category-{L,N,Lu,Nd}.
16234         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
16235         * modules/unictype/category-or-tests (Depends-on): Add
16236         unictype/category-{L,N}.
16237         * modules/unictype/category-name-tests (Depends-on): Add
16238         unictype/category-{Z,Nl}.
16239         Reported by Simon Josefsson.
16240
16241 2008-01-08  Bruno Haible  <bruno@clisp.org>
16242
16243         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
16244         convention better.
16245         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
16246         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
16247         Reported by Peter Miller <millerp@canb.auug.org.au>.
16248
16249 2008-01-08  Eric Blake  <ebb9@byu.net>
16250
16251         Rewrite memmem to guarantee linear complexity without malloc.
16252         * lib/memmem.c (memmem): Use Two-Way rather than
16253         Knuth-Morris-Pratt, to allow O(1) space usage.
16254         (critical_factorization, two_way_short_needle)
16255         (two_way_long_needle): New functions.
16256         (knuth_morris_pratt): Delete.
16257         * modules/memmem (Depends-on): No longer need malloca or stdbool.
16258         Add stdint.
16259         * tests/test-memmem.c (main): Add tests for periodic needle and
16260         sublinear performance.
16261         * doc/functions/memmem.texi (memmem): Document other deficiencies
16262         in cygwin and older glibc.
16263
16264 2008-01-08  Bruno Haible  <bruno@clisp.org>
16265
16266         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
16267         augmentation.
16268
16269 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
16270
16271         Add a configure time option: --disable-acl.
16272         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
16273         AC_ARG_ENABLE(acl).
16274
16275 2008-01-06  Simon Josefsson  <simon@josefsson.org>
16276
16277         * tests/test-localename.c: Don't include obsolete "setenv.h".
16278
16279         * modules/localename-tests (Depends-on): Need unsetenv.
16280
16281 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16282
16283         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
16284
16285 2008-01-06  Colin Watson  <cjwatson@debian.org>
16286
16287         * users.txt: Add man-db.
16288
16289 2008-01-07  Bruno Haible  <bruno@clisp.org>
16290
16291         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
16292         previous section name.
16293
16294 2008-01-07  Bruno Haible  <bruno@clisp.org>
16295
16296         * lib/progname.c (set_program_name): Don't strip off a leading
16297         "lt-" prefix outside a .libs directory.
16298         Suggested by Paul Eggert.
16299
16300 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
16301             Bruno Haible  <bruno@clisp.org>
16302
16303         Improve memory cleanup in 'relocatable' module.
16304         * lib/relocatable.h (compute_curr_prefix): Change return type to
16305         'char *'.
16306         * lib/relocatable.c (compute_curr_prefix): Change return type to
16307         'char *'. Free curr_installdir after use.
16308         (relocate): Free curr_prefix_better after use.
16309         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
16310
16311 2008-01-01  Bruno Haible  <bruno@clisp.org>
16312
16313         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
16314         failure on older glibc systems.
16315         Reported by Peter Fales <psfales@alcatel-lucent.com>.
16316
16317 2008-01-05  Eric Blake  <ebb9@byu.net>
16318
16319         Avoid quadratic system memmem.
16320         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
16321         Reported by Ralf Wildenhues.
16322
16323         Fix memmem test for mingw.
16324         * modules/memmem-tests (configure.ac): Check for alarm.
16325         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
16326         it.
16327         * doc/functions/memmem.texi: New file.
16328         * doc/gnulib.texi (Function Substitutes): Add memmem.
16329         Reported by Bruno Haible.
16330
16331 2008-01-04  Bruno Haible  <bruno@clisp.org>
16332
16333         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
16334         Require gl_HEADER_STRINGS_H_DEFAULTS, not
16335         gl_HEADER_STRING_H_DEFAULTS.
16336
16337 2008-01-04  Eric Blake  <ebb9@byu.net>
16338
16339         Shorten duration of memmem test.
16340         * tests/test-memmem.c (main): Use alarm to declare failure if test
16341         is taking too long.
16342         Reported by Ralf Wildenhues.
16343
16344 2007-12-21  Simon Josefsson  <simon@josefsson.org>
16345
16346         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
16347         string, needed by strerror.
16348
16349 2008-01-03  Colin Watson  <cjwatson@debian.org>
16350             Bruno Haible  <bruno@clisp.org>
16351
16352         * doc/gnulib-tool.texi (Localization): New section.
16353
16354 2008-01-02  Bruno Haible  <bruno@clisp.org>
16355
16356         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
16357         variables to 'unsigned char *' type.
16358         Reported by Paul Eggert.
16359
16360 2008-01-02  Jim Meyering  <jim@meyering.net>
16361
16362         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
16363
16364 2007-12-31  Jim Meyering  <jim@meyering.net>
16365
16366         Avoid use of private FTS type name.
16367         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
16368
16369 2007-12-30  Karl Berry  <karl@gnu.org>
16370
16371         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
16372         work around defect in Texinfo and/or the standalone Info browser.
16373
16374 2007-12-30  Bruno Haible  <bruno@clisp.org>
16375
16376         Unify 5 copies of the KMP code.
16377         * lib/str-kmp.h: New file.
16378         * lib/c-strcasestr.c: Include str-kmp.h.
16379         (knuth_morris_pratt): Remove function.
16380         (c_strcasestr): Update.
16381         * lib/c-strstr.c: Include str-kmp.h.
16382         (knuth_morris_pratt): Remove function.
16383         (c_strcasestr): Update.
16384         * lib/mbscasestr.c: Include str-kmp.h.
16385         (knuth_morris_pratt_unibyte): Remove function.
16386         * lib/mbsstr.c: Include str-kmp.h.
16387         (knuth_morris_pratt_unibyte): Remove function.
16388         * lib/strcasestr.c: Include str-kmp.h.
16389         (knuth_morris_pratt): Remove function.
16390         (strcasestr): Update.
16391         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
16392         * modules/c-strstr (Files): Likewise.
16393         * modules/mbscasestr (Files): Likewise.
16394         * modules/mbsstr (Files): Likewise.
16395         * modules/strcasestr (Files): Likewise.
16396         Suggested by Paul Eggert.
16397
16398 2007-12-30  Bruno Haible  <bruno@clisp.org>
16399
16400         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
16401         defined.
16402
16403 2007-12-30  Bruno Haible  <bruno@clisp.org>
16404
16405         * lib/xmalloca.h: Include xalloc.h.
16406         (xnmalloca): New macro.
16407
16408 2007-12-30  Bruno Haible  <bruno@clisp.org>
16409
16410         * lib/malloca.h (nmalloca): New macro.
16411         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
16412         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
16413         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
16414         knuth_morris_pratt_multibyte): Likewise.
16415         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
16416         knuth_morris_pratt_multibyte): Likewise.
16417         * lib/memmem.c (knuth_morris_pratt): Likewise.
16418         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
16419
16420 2007-12-25  Bruno Haible  <bruno@clisp.org>
16421
16422         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
16423         * lib/glob.c: Don't include openat.h.
16424         (link_exists2_p): Add back the code that deals with the
16425         !GLOB_ALTDIRFUNC case.
16426         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
16427         let it do the filename concatenation.
16428         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
16429         * modules/glob (Depends-on): Remove openat.
16430
16431 2007-12-31  Bruno Haible  <bruno@clisp.org>
16432
16433         * modules/dirfd (License): Change to LGPLv2+.
16434         Approved by Jim Meyering.
16435
16436 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16437
16438         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
16439         when multiplying M by sizeof (size_t).
16440
16441 2007-12-10  Martin Lambers  <marlam@marlam.de>
16442
16443         Override getpagesize on mingw.
16444         * lib/getpagesize.c: New file.
16445         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
16446         * modules/getpagesize (Files): Add lib/getpagesize.c.
16447         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
16448         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16449         REPLACE_GETPAGESIZE.
16450         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
16451
16452 2007-12-25  Bruno Haible  <bruno@clisp.org>
16453
16454         * modules/localcharset (Notice): New field.
16455         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
16456         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
16457
16458 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16459             Bruno Haible  <bruno@clisp.org>
16460
16461         Avoid using the syntax symbol() in formatted documentation.
16462         * MODULES.html.sh (func_module): When replacing symbol() with a
16463         hyperlink, remove the parentheses. Show an error if some remain.
16464         Recognize and render the '...' syntax.
16465         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
16466         Rework. Add paragraph about GCC's inlining.
16467         * doc/alloca.texi: Likewise.
16468         * doc/error.texi: Remove parentheses from symbol reference.
16469         * doc/gnulib-intro.texi: Likewise.
16470         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
16471         * modules/fnmatch (Description): Reword to say "the ... function".
16472         * modules/full-read (Description): Likewise.
16473         * modules/full-write (Description): Likewise.
16474         * modules/safe-read (Description): Likewise.
16475         * modules/safe-write (Description): Likewise.
16476         * modules/strchrnul (Description): Likewise.
16477         * modules/trim (Description): Likewise.
16478         * modules/error (Description): Remove parentheses from symbol
16479         references.
16480         * modules/verror (Description): Likewise.
16481         Reported by Karl Berry.
16482
16483 2007-12-25  Bruno Haible  <bruno@clisp.org>
16484
16485         Fixup after 2007-10-16 commit.
16486         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
16487
16488 2007-12-24  Bruno Haible  <bruno@clisp.org>
16489
16490         Make --enable-relocatable work with DESTDIR.
16491         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
16492         to compute installdir from destprog.
16493         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
16494         also set the RELOC_DESTDIR variable.
16495         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
16496
16497 2007-12-24  Bruno Haible  <bruno@clisp.org>
16498
16499         Fix link error due to xalloc_die().
16500         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
16501         of xreadlink.
16502         * lib/relocwrapper.c: Update comments.
16503         * build-aux/install-reloc: Remove xreadlink.c from file list.
16504         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
16505         xreadlink.c.
16506         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
16507
16508 2007-12-24  Bruno Haible  <bruno@clisp.org>
16509
16510         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
16511         * lib/setenv.h: Remove file.
16512         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
16513         lib/setenv.h.
16514         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
16515         (Depends-on): Add stdlib.
16516         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
16517         gl_FUNC_UNSETENV.
16518         (Include): Replace setenv.h with <stdlib.h>.
16519         * modules/unsetenv: New file.
16520         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
16521         * lib/unsetenv.c: Include <stdlib.h> first.
16522         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
16523         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
16524         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
16525         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
16526         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
16527         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
16528         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
16529         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
16530         * doc/functions/unsetenv.texi: Update.
16531         * modules/xsetenv (Depends-on): Add unsetenv.
16532         * modules/getdate (Depends-on): Likewise.
16533         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
16534         * lib/xsetenv.c: Don't include setenv.h.
16535         * lib/getdate.y: Likewise.
16536         * lib/relocwrapper.c: Likewise.
16537         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
16538         (Depends-on): Add stdlib.
16539         * NEWS: Mention the changes.
16540         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
16541
16542 2007-12-23  Bruno Haible  <bruno@clisp.org>
16543
16544         * lib/memmem.c (memmem): Use lowercase variable names. Tab
16545         indentation.
16546
16547 2007-12-23  Bruno Haible  <bruno@clisp.org>
16548
16549         * lib/c-strcasestr.c: Add more comments.
16550         * lib/c-strstr.c: Likewise.
16551         * lib/mbscasestr.c: Likewise.
16552         * lib/mbsstr.c: Likewise.
16553         * lib/strcasestr.c: Likewise.
16554         * lib/memmem.c: Likewise.
16555
16556 2007-12-23  Bruno Haible  <bruno@clisp.org>
16557
16558         * tests/test-memmem.c: Include <string.h> first.
16559
16560 2007-12-22  Bruno Haible  <bruno@clisp.org>
16561
16562         * gnulib-tool (func_create_testdir): Change $auxdir while generating
16563         the contents of $testsbase.
16564         Reported by Ralf Wildenhues.
16565
16566 2007-12-22  Bruno Haible  <bruno@clisp.org>
16567
16568         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
16569         two variables local_ldadd_before, local_ldadd_last.
16570
16571 2007-12-20  Eric Blake  <ebb9@byu.net>
16572
16573         Work around circular library issue when cross-compiling.
16574         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
16575         that progname.o does not need to pull in rpl_memcmp.
16576
16577 2007-12-19  Eric Blake  <ebb9@byu.net>
16578
16579         Fix memmem to avoid O(n^2) worst-case complexity.
16580         * lib/memmem.c (knuth_morris_pratt): New function.
16581         (memmem): Use it if first few naive iterations fail.
16582         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
16583         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
16584         * modules/memchr (License): Likewise.
16585         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
16586         malloca.
16587         * tests/test-memmem.c: Rewrite, borrowing ideas from
16588         test-mbsstr1.c; the old version wouldn't even compile!
16589         * modules/memmem-tests: New file.
16590         * lib/string.in.h (rpl_memmem): Add declaration.
16591         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
16592         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
16593         REPLACE_MEMMEM.
16594
16595 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16596
16597         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
16598         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
16599         before any system include files, and undef after them all.  This
16600         should fix a problem on VMS reported by John E. Malmberg in
16601         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
16602
16603 2007-12-17  Eric Blake  <ebb9@byu.net>
16604
16605         Revert addition of verify, for BSD/OS.
16606         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
16607         can't handle large files, for the sake of obsolete platforms.
16608         * modules/fseeko (Depends-on): Remove verify.
16609         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
16610         * doc/functions/ftello.texi (ftello): Likewise.
16611         * doc/functions/fgetpos.texi (fgetpos): Likewise.
16612         Reported by Larry Jones.
16613
16614 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
16615
16616         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
16617         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
16618
16619 2007-12-17  Jim Meyering  <meyering@redhat.com>
16620
16621         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
16622         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
16623         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
16624         * modules/getcwd (Depends-on): Add openat.
16625         Reported by Petr Salinger.
16626
16627 2007-12-17  Bruno Haible  <bruno@clisp.org>
16628
16629         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
16630         avoid a segmentation fault of the configure test on x86_64 systems.
16631
16632 2007-12-15  Jim Meyering  <meyering@redhat.com>
16633
16634         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
16635
16636 2007-12-13  Eric Blake  <ebb9@byu.net>
16637
16638         Another fseek test.
16639         * tests/test-fseek.c (main): Also test ungetc handling.
16640         * tests/test-fseeko.c (main): Likewise.
16641         * modules/fseeko (Depends-on): Add verify.
16642         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
16643         large.
16644         Reported by Larry Jones.
16645
16646         Fix fseeko on mingw.
16647         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
16648         seek.
16649
16650         Beef up fseek tests.
16651         * tests/test-fseek.c (main): Also test eof handling.
16652         * tests/test-fseeko.c (main): Likewise.
16653         Reported by Larry Jones.
16654
16655 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
16656
16657         Fix fseeko on BSD-based platforms.
16658         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
16659         successful seek.
16660
16661 2007-12-12  Eric Blake  <ebb9@byu.net>
16662
16663         Allow circular dependency of separate libtests.a
16664         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
16665         when use_libtests.
16666
16667 2007-12-11  Eric Blake  <ebb9@byu.net>
16668
16669         Fix bug with -0.0L in previous patch.
16670         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
16671         * tests/test-isnan.c (main): Also test on zeroes.
16672         * tests/test-isnanf.c (main): Likewise.
16673         * tests/test-isnanl.h (main): Likewise.
16674
16675         Detect pseudo-denormals on x86 even when cross-compiling.
16676         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
16677         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
16678         invalid bit patterns that happen to satisfy ==.
16679
16680         Avoid link failures with separate libtests.a.
16681         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
16682         last, to satisfy circular dependencies.
16683
16684 2007-12-11  Eric Blake  <ebb9@byu.net>
16685         and Bruno Haible  <bruno@clisp.org>
16686
16687         Fix OpenBSD 4.0 <float.h> handling of long double.
16688         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
16689         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
16690         * doc/headers/float.texi (float.h): Document OpenBSD bug.
16691
16692 2007-12-11  Jim Meyering  <meyering@redhat.com>
16693
16694         * users.txt: Add libvirt.
16695
16696         Support versions of autoconf prior to 2.59c.
16697         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
16698         if it is not already defined.
16699
16700 2007-12-09  Bruno Haible  <bruno@clisp.org>
16701
16702         Let 'gnulib-tool --import' collect sources needed for the tests in
16703         tests/ rather than in lib/.
16704         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
16705         argument. If true, add rules to generate libtests.a, and put libtests.a
16706         into $(LDADD). Consider source files in subdirectories and set
16707         uses_subdirs.
16708         (func_emit_initmacro_start, func_emit_initmacro_end,
16709         func_emit_initmacro_done): Pass all arguments explicitly.
16710         (func_import): Determine two module lists main_modules,
16711         testsrelated_modules. Determine use_libtests. Determine two variables
16712         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
16713         instead of just sed_transform_lib_file. Determine two variables
16714         main_files and testsrelated_files. Compute 'files' as the union of
16715         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
16716         func_add_or_update. In the generated gnulib-comp.m4, collect the
16717         object files for tests/ in different variables than those for lib/.
16718         Substitute LIBTESTS_LIBDEPS.
16719         (func_create_testdir): Combine the uses_subdirs results from
16720         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
16721
16722 2007-12-09  Bruno Haible  <bruno@clisp.org>
16723
16724         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
16725         the build-aux directory.
16726
16727 2007-12-09  Bruno Haible  <bruno@clisp.org>
16728
16729         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
16730         introduced on 2006-09-09.
16731
16732 2007-12-07  Jim Meyering  <meyering@redhat.com>
16733
16734         Let these macros work also with autoconf-2.59.
16735         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
16736         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
16737         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
16738
16739 2007-12-06  Jim Meyering  <meyering@redhat.com>
16740
16741         Avoid a configure-time syntax error in gl_FUNC_ACL.
16742         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
16743         function in each branch, before testing the cache variable.
16744
16745 2007-12-04  Eric Blake  <ebb9@byu.net>
16746
16747         Make scripts executable.
16748         * build-aux/config.guess: Add execute permissions.
16749         * build-aux/config.sub: Likewise.
16750         * build-aux/gendocs.sh: Likewise.
16751
16752         Fix frexp on mingw.
16753         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
16754         cross-compiling.
16755         * doc/functions/frexp.texi (frexp): Document the bug.
16756
16757         Make cygwin fseeko check more reliable.
16758         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
16759         version numbers, rather than unrelated feature check.
16760         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
16761         * doc/functions/ftello.texi (ftello): Likewise.
16762         Reported by Bruno Haible.
16763
16764         * m4/strerror.m4: Bump version number.
16765
16766 2007-12-03  Bruno Haible  <bruno@clisp.org>
16767
16768         * doc/functions/mprotect.texi: Mention the mingw problem.
16769
16770 2007-12-03  Eric Blake  <ebb9@byu.net>
16771
16772         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
16773         REPLACE_STRERROR is initialized before this macro.
16774
16775 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
16776
16777         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
16778         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
16779         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
16780         put -lsec in even for programs other than 'ls'.  This fixes a problem
16781         for gettext reported by Bruno Haible in
16782         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
16783         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
16784         Add support for Solaris 10.  This isn't efficient, but should get the
16785         job done for now.
16786
16787 2007-12-03  James Youngman  <jay@gnu.org>
16788
16789         * doc/regexprops-generic.texi: change "an close-group" to "a
16790         close-group" and "illegal" to "not allowed".
16791
16792 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16793
16794         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
16795         pr_byname.h. Needed for the rare case when the maintainer has done
16796         "make maintainer-clean" in the source directory and then attempts a
16797         build outside the source directory.
16798         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
16799         scripts_byname.h.
16800
16801 2007-12-02  Martin Lambers <marlam@marlam.de>
16802             Bruno Haible  <bruno@clisp.org>
16803
16804         * lib/getpagesize.h: Remove file.
16805         * lib/unistd.in.h: Include declaration of getpagesize here.
16806         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
16807         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
16808         HAVE_SYS_PARAM_H.
16809         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
16810         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
16811         * modules/getpagesize (Files): Remove lib/getpagesize.h.
16812         (Depends-on): Add unistd.
16813         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16814         (Include): Use <unistd.h> instead of getpagesize.h.
16815         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
16816         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
16817         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
16818         gl_GETPAGESIZE invocation, already handled by module dependency.
16819         * lib/pagealign_alloc.c: Don't include getpagesize.h.
16820
16821 2007-12-02  Bruno Haible  <bruno@clisp.org>
16822
16823         * modules/strings-tests: New file.
16824         * tests/test-strings.c: New file.
16825
16826         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
16827         * lib/strings.in.h: New file.
16828         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
16829         * m4/strings_h.m4: New file.
16830         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
16831         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
16832         * modules/strings: New file.
16833         * modules/string (Makefile.am): Update.
16834         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
16835         Reported by Karl Berry.
16836
16837 2007-12-01  Eric Blake  <ebb9@byu.net>
16838
16839         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
16840         accomodate fix in cygwin 1.5.25.
16841
16842 2007-12-01  Jim Meyering  <meyering@redhat.com>
16843
16844         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
16845         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
16846         that would inhibit utf8-optimization of a regexp containing line-
16847         or buffer-anchors, e.g., `^', `$'.
16848
16849 2007-11-30  Bruno Haible  <bruno@clisp.org>
16850
16851         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
16852         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
16853         glthread_recursive_lock_init.
16854         * lib/lock.c (glthread_recursive_lock_init)
16855         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
16856         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16857
16858 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         New function qset_acl, like set_acl but with syscall semantics.
16861         * lib/acl.h (qset_acl): New decl.
16862         * lib/acl.c (qset_acl): New function.
16863         (set_acl): Use new function.  Use more-consistent diagnostics.
16864
16865 2007-11-28  Jim Meyering  <meyering@redhat.com>
16866
16867         * modules/physmem (License): Change from GPL to LGPLv2+.
16868
16869 2007-11-26  Bruno Haible  <bruno@clisp.org>
16870
16871         * lib/vasnprintf.c (decode_long_double): Don't abort if the
16872         'long double' type has excess precision.
16873         Reported by Jim Meyering in
16874         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
16875
16876 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16877
16878         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
16879         Sync from <http://gnu.org/licenses>.
16880         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
16881         with license text from same location.
16882         * doc/maintain.texi, doc/standards.texi:  Sync from
16883         <http://savannah.gnu.org/projects/gnustandards>.
16884
16885 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
16886         and Jim Meyering  <meyering@redhat.com>
16887
16888         Adjust getdate' grammar to accept a slightly more regular language.
16889         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
16890         Before, the former was rejected.
16891         * lib/getdate.y (digits_to_date_time): New function, factored
16892         out of ...
16893         (number): ...here.  Just call digits_to_date_time.
16894         (hybrid): New non-terminal to handle an <unsigned number,
16895         signed relative offset> sequence consistently.
16896
16897 2007-11-18  Jim Meyering  <meyering@redhat.com>
16898
16899         Pull my changes from coreutils:
16900         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
16901         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
16902         use of $gnulib_tool_option_extras, so that it's separated from the
16903         preceding argument.
16904
16905         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
16906         * build-aux/bootstrap (cp_mark_as_generated): Create any required
16907         parent destination directories before copying a file into place.
16908
16909 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16910
16911         bootstrap: work also with 4-argument variant of AC_INIT
16912         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
16913
16914 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16915
16916         Port test-getaddrinfo to Solaris.
16917         Problem reported by Bruno Haible in
16918         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
16919         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
16920         explanation of setting 'hints'.
16921         Don't reject an implementation merely because it returns EAI_SERVICE.
16922         (EAI_SERVICE): Define to 0 if not defined.
16923
16924 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16925
16926         The license of gnu-make and posix-shell is now "GPLed build tool".
16927         * modules/gnu-make (License): Likewise.
16928         * modules/posix-shell (License): Likewise.
16929
16930         New module posix-shell, for determining a POSIX shell
16931         or perhaps something that is close enough to a POSIX shell.
16932         * m4/posix-shell.m4: New file.
16933         * modules/posix-shell: New file.
16934
16935         * MODULES.html.sh: Mention new module.
16936
16937         New module gnu-make, for determining whether we're using GNU Make.
16938         * m4/gnu-make.m4: New file.
16939         * modules/gnu-make: New file.
16940         * MODULES.html.sh: Mention new module.
16941
16942 2007-11-14  Jim Meyering  <meyering@redhat.com>
16943
16944         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
16945         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
16946         use this macro to create a function _definition_.
16947         Remove useless "#undef ARGMATCH_DIE".
16948
16949 2007-11-14  Bruno Haible  <bruno@clisp.org>
16950
16951         * lib/config.charset: Update for OpenBSD 4.1.
16952         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
16953
16954 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
16955
16956         Document 64-bit #if problems in stdint.texi.
16957         * doc/headers/stdint.texi (stdint.h): Mention problems with
16958         64-bit-#if, and how to work around them.
16959
16960         Don't insist on 'long long int' support in the preprocessor.  It
16961         breaks too many things.  For example, PRIdMAX still uses a 'long
16962         long int' format with the latest Sun compiler, even though
16963         HAVE_LONG_LONG_INT isn't defined due to that compiler's
16964         preprocessor problem.  This causes the latest coreutils to dump
16965         core on Solaris 10 sparc with the Sun C compiler.
16966         Instead, fix the 2007-10-16 problem in a different way, by evaluating
16967         the troublesome expressions at configure-time, not at #if-time.
16968         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
16969         preprocessor.
16970         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
16971         compile-time C checks, done at 'configure'-time.
16972         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
16973         * modules/inttypes (Makefile): Substitute the new symbols that
16974         gl_INTTYPES_H now generates.
16975         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
16976
16977 2007-11-12  Bruno Haible  <bruno@clisp.org>
16978
16979         Tests for Unicode character classification functions.
16980
16981         * modules/unictype/bidicategory-byname-tests: New file.
16982         * modules/unictype/bidicategory-name-tests: New file.
16983         * modules/unictype/bidicategory-of-tests: New file.
16984         * modules/unictype/bidicategory-test-tests: New file.
16985         * modules/unictype/block-list-tests: New file.
16986         * modules/unictype/block-of-tests: New file.
16987         * modules/unictype/block-test-tests: New file.
16988         * modules/unictype/category-C-tests: New file.
16989         * modules/unictype/category-Cc-tests: New file.
16990         * modules/unictype/category-Cf-tests: New file.
16991         * modules/unictype/category-Cn-tests: New file.
16992         * modules/unictype/category-Co-tests: New file.
16993         * modules/unictype/category-Cs-tests: New file.
16994         * modules/unictype/category-L-tests: New file.
16995         * modules/unictype/category-Ll-tests: New file.
16996         * modules/unictype/category-Lm-tests: New file.
16997         * modules/unictype/category-Lo-tests: New file.
16998         * modules/unictype/category-Lt-tests: New file.
16999         * modules/unictype/category-Lu-tests: New file.
17000         * modules/unictype/category-M-tests: New file.
17001         * modules/unictype/category-Mc-tests: New file.
17002         * modules/unictype/category-Me-tests: New file.
17003         * modules/unictype/category-Mn-tests: New file.
17004         * modules/unictype/category-N-tests: New file.
17005         * modules/unictype/category-Nd-tests: New file.
17006         * modules/unictype/category-Nl-tests: New file.
17007         * modules/unictype/category-No-tests: New file.
17008         * modules/unictype/category-P-tests: New file.
17009         * modules/unictype/category-Pc-tests: New file.
17010         * modules/unictype/category-Pd-tests: New file.
17011         * modules/unictype/category-Pe-tests: New file.
17012         * modules/unictype/category-Pf-tests: New file.
17013         * modules/unictype/category-Pi-tests: New file.
17014         * modules/unictype/category-Po-tests: New file.
17015         * modules/unictype/category-Ps-tests: New file.
17016         * modules/unictype/category-S-tests: New file.
17017         * modules/unictype/category-Sc-tests: New file.
17018         * modules/unictype/category-Sk-tests: New file.
17019         * modules/unictype/category-Sm-tests: New file.
17020         * modules/unictype/category-So-tests: New file.
17021         * modules/unictype/category-Z-tests: New file.
17022         * modules/unictype/category-Zl-tests: New file.
17023         * modules/unictype/category-Zp-tests: New file.
17024         * modules/unictype/category-Zs-tests: New file.
17025         * modules/unictype/category-and-not-tests: New file.
17026         * modules/unictype/category-and-tests: New file.
17027         * modules/unictype/category-byname-tests: New file.
17028         * modules/unictype/category-name-tests: New file.
17029         * modules/unictype/category-none-tests: New file.
17030         * modules/unictype/category-of-tests: New file.
17031         * modules/unictype/category-or-tests: New file.
17032         * modules/unictype/category-test-withtable-tests: New file.
17033         * modules/unictype/combining-class-tests: New file.
17034         * modules/unictype/ctype-alnum-tests: New file.
17035         * modules/unictype/ctype-alpha-tests: New file.
17036         * modules/unictype/ctype-blank-tests: New file.
17037         * modules/unictype/ctype-cntrl-tests: New file.
17038         * modules/unictype/ctype-digit-tests: New file.
17039         * modules/unictype/ctype-graph-tests: New file.
17040         * modules/unictype/ctype-lower-tests: New file.
17041         * modules/unictype/ctype-print-tests: New file.
17042         * modules/unictype/ctype-punct-tests: New file.
17043         * modules/unictype/ctype-space-tests: New file.
17044         * modules/unictype/ctype-upper-tests: New file.
17045         * modules/unictype/ctype-xdigit-tests: New file.
17046         * modules/unictype/decimal-digit-tests: New file.
17047         * modules/unictype/digit-tests: New file.
17048         * modules/unictype/mirror-tests: New file.
17049         * modules/unictype/numeric-tests: New file.
17050         * modules/unictype/property-alphabetic-tests: New file.
17051         * modules/unictype/property-ascii-hex-digit-tests: New file.
17052         * modules/unictype/property-bidi-arabic-digit-tests: New file.
17053         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
17054         * modules/unictype/property-bidi-block-separator-tests: New file.
17055         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
17056         * modules/unictype/property-bidi-common-separator-tests: New file.
17057         * modules/unictype/property-bidi-control-tests: New file.
17058         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
17059         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
17060         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
17061         * modules/unictype/property-bidi-european-digit-tests: New file.
17062         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
17063         * modules/unictype/property-bidi-left-to-right-tests: New file.
17064         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
17065         * modules/unictype/property-bidi-other-neutral-tests: New file.
17066         * modules/unictype/property-bidi-pdf-tests: New file.
17067         * modules/unictype/property-bidi-segment-separator-tests: New file.
17068         * modules/unictype/property-bidi-whitespace-tests: New file.
17069         * modules/unictype/property-byname-tests: New file.
17070         * modules/unictype/property-combining-tests: New file.
17071         * modules/unictype/property-composite-tests: New file.
17072         * modules/unictype/property-currency-symbol-tests: New file.
17073         * modules/unictype/property-dash-tests: New file.
17074         * modules/unictype/property-decimal-digit-tests: New file.
17075         * modules/unictype/property-default-ignorable-code-point-tests: New file.
17076         * modules/unictype/property-deprecated-tests: New file.
17077         * modules/unictype/property-diacritic-tests: New file.
17078         * modules/unictype/property-extender-tests: New file.
17079         * modules/unictype/property-format-control-tests: New file.
17080         * modules/unictype/property-grapheme-base-tests: New file.
17081         * modules/unictype/property-grapheme-extend-tests: New file.
17082         * modules/unictype/property-grapheme-link-tests: New file.
17083         * modules/unictype/property-hex-digit-tests: New file.
17084         * modules/unictype/property-hyphen-tests: New file.
17085         * modules/unictype/property-id-continue-tests: New file.
17086         * modules/unictype/property-id-start-tests: New file.
17087         * modules/unictype/property-ideographic-tests: New file.
17088         * modules/unictype/property-ids-binary-operator-tests: New file.
17089         * modules/unictype/property-ids-trinary-operator-tests: New file.
17090         * modules/unictype/property-ignorable-control-tests: New file.
17091         * modules/unictype/property-iso-control-tests: New file.
17092         * modules/unictype/property-join-control-tests: New file.
17093         * modules/unictype/property-left-of-pair-tests: New file.
17094         * modules/unictype/property-line-separator-tests: New file.
17095         * modules/unictype/property-logical-order-exception-tests: New file.
17096         * modules/unictype/property-lowercase-tests: New file.
17097         * modules/unictype/property-math-tests: New file.
17098         * modules/unictype/property-non-break-tests: New file.
17099         * modules/unictype/property-not-a-character-tests: New file.
17100         * modules/unictype/property-numeric-tests: New file.
17101         * modules/unictype/property-other-alphabetic-tests: New file.
17102         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
17103         * modules/unictype/property-other-grapheme-extend-tests: New file.
17104         * modules/unictype/property-other-id-continue-tests: New file.
17105         * modules/unictype/property-other-id-start-tests: New file.
17106         * modules/unictype/property-other-lowercase-tests: New file.
17107         * modules/unictype/property-other-math-tests: New file.
17108         * modules/unictype/property-other-uppercase-tests: New file.
17109         * modules/unictype/property-paired-punctuation-tests: New file.
17110         * modules/unictype/property-paragraph-separator-tests: New file.
17111         * modules/unictype/property-pattern-syntax-tests: New file.
17112         * modules/unictype/property-pattern-white-space-tests: New file.
17113         * modules/unictype/property-private-use-tests: New file.
17114         * modules/unictype/property-punctuation-tests: New file.
17115         * modules/unictype/property-quotation-mark-tests: New file.
17116         * modules/unictype/property-radical-tests: New file.
17117         * modules/unictype/property-sentence-terminal-tests: New file.
17118         * modules/unictype/property-soft-dotted-tests: New file.
17119         * modules/unictype/property-space-tests: New file.
17120         * modules/unictype/property-terminal-punctuation-tests: New file.
17121         * modules/unictype/property-test-tests: New file.
17122         * modules/unictype/property-titlecase-tests: New file.
17123         * modules/unictype/property-unassigned-code-value-tests: New file.
17124         * modules/unictype/property-unified-ideograph-tests: New file.
17125         * modules/unictype/property-uppercase-tests: New file.
17126         * modules/unictype/property-variation-selector-tests: New file.
17127         * modules/unictype/property-white-space-tests: New file.
17128         * modules/unictype/property-xid-continue-tests: New file.
17129         * modules/unictype/property-xid-start-tests: New file.
17130         * modules/unictype/property-zero-width-tests: New file.
17131         * modules/unictype/scripts-tests: New file.
17132         * modules/unictype/syntax-c-ident-tests: New file.
17133         * modules/unictype/syntax-c-whitespace-tests: New file.
17134         * modules/unictype/syntax-java-ident-tests: New file.
17135         * modules/unictype/syntax-java-whitespace-tests: New file.
17136         * tests/unictype/test-bidi_byname.c: New file.
17137         * tests/unictype/test-bidi_name.c: New file.
17138         * tests/unictype/test-bidi_of.c: New file.
17139         * tests/unictype/test-bidi_test.c: New file.
17140         * tests/unictype/test-block_list.c: New file.
17141         * tests/unictype/test-block_of.c: New file.
17142         * tests/unictype/test-block_test.c: New file.
17143         * tests/unictype/test-categ_and.c: New file.
17144         * tests/unictype/test-categ_and_not.c: New file.
17145         * tests/unictype/test-categ_byname.c: New file.
17146         * tests/unictype/test-categ_name.c: New file.
17147         * tests/unictype/test-categ_none.c: New file.
17148         * tests/unictype/test-categ_of.c: New file.
17149         * tests/unictype/test-categ_or.c: New file.
17150         * tests/unictype/test-categ_test_withtable.c: New file.
17151         * tests/unictype/test-combining.c: New file.
17152         * tests/unictype/test-decdigit.c: New file.
17153         * tests/unictype/test-digit.c: New file.
17154         * tests/unictype/test-mirror.c: New file.
17155         * tests/unictype/test-numeric.c: New file.
17156         * tests/unictype/test-pr_byname.c: New file.
17157         * tests/unictype/test-pr_test.c: New file.
17158         * tests/unictype/test-predicate-part1.h: New file.
17159         * tests/unictype/test-predicate-part2.h: New file.
17160         * tests/unictype/test-scripts.c: New file.
17161         * tests/unictype/test-sy_c_ident.c: New file.
17162         * tests/unictype/test-sy_java_ident.c: New file.
17163
17164         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
17165         for Unicode 5.0.0.
17166         * tests/unictype/test-categ_Cc.c: Likewise.
17167         * tests/unictype/test-categ_Cf.c: Likewise.
17168         * tests/unictype/test-categ_Cn.c: Likewise.
17169         * tests/unictype/test-categ_Co.c: Likewise.
17170         * tests/unictype/test-categ_Cs.c: Likewise.
17171         * tests/unictype/test-categ_L.c: Likewise.
17172         * tests/unictype/test-categ_Ll.c: Likewise.
17173         * tests/unictype/test-categ_Lm.c: Likewise.
17174         * tests/unictype/test-categ_Lo.c: Likewise.
17175         * tests/unictype/test-categ_Lt.c: Likewise.
17176         * tests/unictype/test-categ_Lu.c: Likewise.
17177         * tests/unictype/test-categ_M.c: Likewise.
17178         * tests/unictype/test-categ_Mc.c: Likewise.
17179         * tests/unictype/test-categ_Me.c: Likewise.
17180         * tests/unictype/test-categ_Mn.c: Likewise.
17181         * tests/unictype/test-categ_N.c: Likewise.
17182         * tests/unictype/test-categ_Nd.c: Likewise.
17183         * tests/unictype/test-categ_Nl.c: Likewise.
17184         * tests/unictype/test-categ_No.c: Likewise.
17185         * tests/unictype/test-categ_P.c: Likewise.
17186         * tests/unictype/test-categ_Pc.c: Likewise.
17187         * tests/unictype/test-categ_Pd.c: Likewise.
17188         * tests/unictype/test-categ_Pe.c: Likewise.
17189         * tests/unictype/test-categ_Pf.c: Likewise.
17190         * tests/unictype/test-categ_Pi.c: Likewise.
17191         * tests/unictype/test-categ_Po.c: Likewise.
17192         * tests/unictype/test-categ_Ps.c: Likewise.
17193         * tests/unictype/test-categ_S.c: Likewise.
17194         * tests/unictype/test-categ_Sc.c: Likewise.
17195         * tests/unictype/test-categ_Sk.c: Likewise.
17196         * tests/unictype/test-categ_Sm.c: Likewise.
17197         * tests/unictype/test-categ_So.c: Likewise.
17198         * tests/unictype/test-categ_Z.c: Likewise.
17199         * tests/unictype/test-categ_Zl.c: Likewise.
17200         * tests/unictype/test-categ_Zp.c: Likewise.
17201         * tests/unictype/test-categ_Zs.c: Likewise.
17202         * tests/unictype/test-ctype_alnum.c: Likewise.
17203         * tests/unictype/test-ctype_alpha.c: Likewise.
17204         * tests/unictype/test-ctype_blank.c: Likewise.
17205         * tests/unictype/test-ctype_cntrl.c: Likewise.
17206         * tests/unictype/test-ctype_digit.c: Likewise.
17207         * tests/unictype/test-ctype_graph.c: Likewise.
17208         * tests/unictype/test-ctype_lower.c: Likewise.
17209         * tests/unictype/test-ctype_print.c: Likewise.
17210         * tests/unictype/test-ctype_punct.c: Likewise.
17211         * tests/unictype/test-ctype_space.c: Likewise.
17212         * tests/unictype/test-ctype_upper.c: Likewise.
17213         * tests/unictype/test-ctype_xdigit.c: Likewise.
17214         * tests/unictype/test-decdigit.h: Likewise.
17215         * tests/unictype/test-digit.h: Likewise.
17216         * tests/unictype/test-numeric.h: Likewise.
17217         * tests/unictype/test-pr_alphabetic.c: Likewise.
17218         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
17219         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
17220         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
17221         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
17222         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
17223         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
17224         * tests/unictype/test-pr_bidi_control.c: Likewise.
17225         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
17226         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
17227         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
17228         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
17229         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
17230         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
17231         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
17232         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
17233         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
17234         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
17235         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
17236         * tests/unictype/test-pr_combining.c: Likewise.
17237         * tests/unictype/test-pr_composite.c: Likewise.
17238         * tests/unictype/test-pr_currency_symbol.c: Likewise.
17239         * tests/unictype/test-pr_dash.c: Likewise.
17240         * tests/unictype/test-pr_decimal_digit.c: Likewise.
17241         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
17242         * tests/unictype/test-pr_deprecated.c: Likewise.
17243         * tests/unictype/test-pr_diacritic.c: Likewise.
17244         * tests/unictype/test-pr_extender.c: Likewise.
17245         * tests/unictype/test-pr_format_control.c: Likewise.
17246         * tests/unictype/test-pr_grapheme_base.c: Likewise.
17247         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
17248         * tests/unictype/test-pr_grapheme_link.c: Likewise.
17249         * tests/unictype/test-pr_hex_digit.c: Likewise.
17250         * tests/unictype/test-pr_hyphen.c: Likewise.
17251         * tests/unictype/test-pr_id_continue.c: Likewise.
17252         * tests/unictype/test-pr_id_start.c: Likewise.
17253         * tests/unictype/test-pr_ideographic.c: Likewise.
17254         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
17255         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
17256         * tests/unictype/test-pr_ignorable_control.c: Likewise.
17257         * tests/unictype/test-pr_iso_control.c: Likewise.
17258         * tests/unictype/test-pr_join_control.c: Likewise.
17259         * tests/unictype/test-pr_left_of_pair.c: Likewise.
17260         * tests/unictype/test-pr_line_separator.c: Likewise.
17261         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
17262         * tests/unictype/test-pr_lowercase.c: Likewise.
17263         * tests/unictype/test-pr_math.c: Likewise.
17264         * tests/unictype/test-pr_non_break.c: Likewise.
17265         * tests/unictype/test-pr_not_a_character.c: Likewise.
17266         * tests/unictype/test-pr_numeric.c: Likewise.
17267         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
17268         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
17269         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
17270         * tests/unictype/test-pr_other_id_continue.c: Likewise.
17271         * tests/unictype/test-pr_other_id_start.c: Likewise.
17272         * tests/unictype/test-pr_other_lowercase.c: Likewise.
17273         * tests/unictype/test-pr_other_math.c: Likewise.
17274         * tests/unictype/test-pr_other_uppercase.c: Likewise.
17275         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
17276         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
17277         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
17278         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
17279         * tests/unictype/test-pr_private_use.c: Likewise.
17280         * tests/unictype/test-pr_punctuation.c: Likewise.
17281         * tests/unictype/test-pr_quotation_mark.c: Likewise.
17282         * tests/unictype/test-pr_radical.c: Likewise.
17283         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
17284         * tests/unictype/test-pr_soft_dotted.c: Likewise.
17285         * tests/unictype/test-pr_space.c: Likewise.
17286         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
17287         * tests/unictype/test-pr_titlecase.c: Likewise.
17288         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
17289         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
17290         * tests/unictype/test-pr_uppercase.c: Likewise.
17291         * tests/unictype/test-pr_variation_selector.c: Likewise.
17292         * tests/unictype/test-pr_white_space.c: Likewise.
17293         * tests/unictype/test-pr_xid_continue.c: Likewise.
17294         * tests/unictype/test-pr_xid_start.c: Likewise.
17295         * tests/unictype/test-pr_zero_width.c: Likewise.
17296         * tests/unictype/test-sy_c_whitespace.c: Likewise.
17297         * tests/unictype/test-sy_java_whitespace.c: Likewise.
17298
17299 2007-11-12  Bruno Haible  <bruno@clisp.org>
17300
17301         Unicode character classification functions.
17302         * lib/unictype.h: New file.
17303         * modules/unictype/base: New file.
17304         * modules/unictype/category-L: New file.
17305         * modules/unictype/category-Lu: New file.
17306         * modules/unictype/category-Ll: New file.
17307         * modules/unictype/category-Lt: New file.
17308         * modules/unictype/category-Lm: New file.
17309         * modules/unictype/category-Lo: New file.
17310         * modules/unictype/category-M: New file.
17311         * modules/unictype/category-Mn: New file.
17312         * modules/unictype/category-Mc: New file.
17313         * modules/unictype/category-Me: New file.
17314         * modules/unictype/category-N: New file.
17315         * modules/unictype/category-Nd: New file.
17316         * modules/unictype/category-Nl: New file.
17317         * modules/unictype/category-No: New file.
17318         * modules/unictype/category-P: New file.
17319         * modules/unictype/category-Pc: New file.
17320         * modules/unictype/category-Pd: New file.
17321         * modules/unictype/category-Ps: New file.
17322         * modules/unictype/category-Pe: New file.
17323         * modules/unictype/category-Pi: New file.
17324         * modules/unictype/category-Pf: New file.
17325         * modules/unictype/category-Po: New file.
17326         * modules/unictype/category-S: New file.
17327         * modules/unictype/category-Sm: New file.
17328         * modules/unictype/category-Sc: New file.
17329         * modules/unictype/category-Sk: New file.
17330         * modules/unictype/category-So: New file.
17331         * modules/unictype/category-Z: New file.
17332         * modules/unictype/category-Zs: New file.
17333         * modules/unictype/category-Zl: New file.
17334         * modules/unictype/category-Zp: New file.
17335         * modules/unictype/category-C: New file.
17336         * modules/unictype/category-Cc: New file.
17337         * modules/unictype/category-Cf: New file.
17338         * modules/unictype/category-Cs: New file.
17339         * modules/unictype/category-Co: New file.
17340         * modules/unictype/category-Cn: New file.
17341         * modules/unictype/category-or: New file.
17342         * modules/unictype/category-of: New file.
17343         * modules/unictype/category-test: New file.
17344         * modules/unictype/category-test-withtable: New file.
17345         * modules/unictype/category-byname: New file.
17346         * modules/unictype/category-none: New file.
17347         * modules/unictype/category-and: New file.
17348         * modules/unictype/category-and-not: New file.
17349         * modules/unictype/category-name: New file.
17350         * modules/unictype/combining-class: New file.
17351         * modules/unictype/category-all: New file.
17352         * modules/unictype/bidicategory-all: New file.
17353         * modules/unictype/bidicategory-byname: New file.
17354         * modules/unictype/bidicategory-name: New file.
17355         * modules/unictype/bidicategory-of: New file.
17356         * modules/unictype/bidicategory-test: New file.
17357         * modules/unictype/decimal-digit: New file.
17358         * modules/unictype/digit: New file.
17359         * modules/unictype/numeric: New file.
17360         * modules/unictype/mirror: New file.
17361         * modules/unictype/property-white-space: New file.
17362         * modules/unictype/property-alphabetic: New file.
17363         * modules/unictype/property-other-alphabetic: New file.
17364         * modules/unictype/property-not-a-character: New file.
17365         * modules/unictype/property-default-ignorable-code-point: New file.
17366         * modules/unictype/property-other-default-ignorable-code-point: New
17367         file.
17368         * modules/unictype/property-deprecated: New file.
17369         * modules/unictype/property-logical-order-exception: New file.
17370         * modules/unictype/property-variation-selector: New file.
17371         * modules/unictype/property-private-use: New file.
17372         * modules/unictype/property-unassigned-code-value: New file.
17373         * modules/unictype/property-uppercase: New file.
17374         * modules/unictype/property-other-uppercase: New file.
17375         * modules/unictype/property-lowercase: New file.
17376         * modules/unictype/property-other-lowercase: New file.
17377         * modules/unictype/property-titlecase: New file.
17378         * modules/unictype/property-soft-dotted: New file.
17379         * modules/unictype/property-id-start: New file.
17380         * modules/unictype/property-other-id-start: New file.
17381         * modules/unictype/property-id-continue: New file.
17382         * modules/unictype/property-other-id-continue: New file.
17383         * modules/unictype/property-xid-start: New file.
17384         * modules/unictype/property-xid-continue: New file.
17385         * modules/unictype/property-pattern-white-space: New file.
17386         * modules/unictype/property-pattern-syntax: New file.
17387         * modules/unictype/property-join-control: New file.
17388         * modules/unictype/property-grapheme-base: New file.
17389         * modules/unictype/property-grapheme-extend: New file.
17390         * modules/unictype/property-other-grapheme-extend: New file.
17391         * modules/unictype/property-grapheme-link: New file.
17392         * modules/unictype/property-bidi-control: New file.
17393         * modules/unictype/property-bidi-left-to-right: New file.
17394         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
17395         * modules/unictype/property-bidi-arabic-right-to-left: New file.
17396         * modules/unictype/property-bidi-european-digit: New file.
17397         * modules/unictype/property-bidi-eur-num-separator: New file.
17398         * modules/unictype/property-bidi-eur-num-terminator: New file.
17399         * modules/unictype/property-bidi-arabic-digit: New file.
17400         * modules/unictype/property-bidi-common-separator: New file.
17401         * modules/unictype/property-bidi-block-separator: New file.
17402         * modules/unictype/property-bidi-segment-separator: New file.
17403         * modules/unictype/property-bidi-whitespace: New file.
17404         * modules/unictype/property-bidi-non-spacing-mark: New file.
17405         * modules/unictype/property-bidi-boundary-neutral: New file.
17406         * modules/unictype/property-bidi-pdf: New file.
17407         * modules/unictype/property-bidi-embedding-or-override: New file.
17408         * modules/unictype/property-bidi-other-neutral: New file.
17409         * modules/unictype/property-hex-digit: New file.
17410         * modules/unictype/property-ascii-hex-digit: New file.
17411         * modules/unictype/property-ideographic: New file.
17412         * modules/unictype/property-unified-ideograph: New file.
17413         * modules/unictype/property-radical: New file.
17414         * modules/unictype/property-ids-binary-operator: New file.
17415         * modules/unictype/property-ids-trinary-operator: New file.
17416         * modules/unictype/property-zero-width: New file.
17417         * modules/unictype/property-space: New file.
17418         * modules/unictype/property-non-break: New file.
17419         * modules/unictype/property-iso-control: New file.
17420         * modules/unictype/property-format-control: New file.
17421         * modules/unictype/property-dash: New file.
17422         * modules/unictype/property-hyphen: New file.
17423         * modules/unictype/property-punctuation: New file.
17424         * modules/unictype/property-line-separator: New file.
17425         * modules/unictype/property-paragraph-separator: New file.
17426         * modules/unictype/property-quotation-mark: New file.
17427         * modules/unictype/property-sentence-terminal: New file.
17428         * modules/unictype/property-terminal-punctuation: New file.
17429         * modules/unictype/property-currency-symbol: New file.
17430         * modules/unictype/property-math: New file.
17431         * modules/unictype/property-other-math: New file.
17432         * modules/unictype/property-paired-punctuation: New file.
17433         * modules/unictype/property-left-of-pair: New file.
17434         * modules/unictype/property-combining: New file.
17435         * modules/unictype/property-composite: New file.
17436         * modules/unictype/property-decimal-digit: New file.
17437         * modules/unictype/property-numeric: New file.
17438         * modules/unictype/property-diacritic: New file.
17439         * modules/unictype/property-extender: New file.
17440         * modules/unictype/property-ignorable-control: New file.
17441         * modules/unictype/property-test: New file.
17442         * modules/unictype/property-byname: New file.
17443         * modules/unictype/property-all: New file.
17444         * modules/unictype/scripts: New file.
17445         * modules/unictype/scripts-all: New file.
17446         * modules/unictype/block-of: New file.
17447         * modules/unictype/block-test: New file.
17448         * modules/unictype/block-list: New file.
17449         * modules/unictype/block-all: New file.
17450         * modules/unictype/syntax-c-whitespace: New file.
17451         * modules/unictype/syntax-java-whitespace: New file.
17452         * modules/unictype/syntax-c-ident: New file.
17453         * modules/unictype/syntax-java-ident: New file.
17454         * modules/unictype/ctype-alnum: New file.
17455         * modules/unictype/ctype-alpha: New file.
17456         * modules/unictype/ctype-cntrl: New file.
17457         * modules/unictype/ctype-digit: New file.
17458         * modules/unictype/ctype-graph: New file.
17459         * modules/unictype/ctype-lower: New file.
17460         * modules/unictype/ctype-print: New file.
17461         * modules/unictype/ctype-punct: New file.
17462         * modules/unictype/ctype-space: New file.
17463         * modules/unictype/ctype-upper: New file.
17464         * modules/unictype/ctype-xdigit: New file.
17465         * modules/unictype/ctype-blank: New file.
17466         * lib/unictype/bidi_byname.c: New file.
17467         * lib/unictype/bidi_name.c: New file.
17468         * lib/unictype/bidi_of.c: New file.
17469         * lib/unictype/bidi_test.c: New file.
17470         * lib/unictype/bitmap.h: New file.
17471         * lib/unictype/block_test.c: New file.
17472         * lib/unictype/blocks.c: New file.
17473         * lib/unictype/categ_C.c: New file.
17474         * lib/unictype/categ_Cc.c: New file.
17475         * lib/unictype/categ_Cf.c: New file.
17476         * lib/unictype/categ_Cn.c: New file.
17477         * lib/unictype/categ_Co.c: New file.
17478         * lib/unictype/categ_Cs.c: New file.
17479         * lib/unictype/categ_L.c: New file.
17480         * lib/unictype/categ_Ll.c: New file.
17481         * lib/unictype/categ_Lm.c: New file.
17482         * lib/unictype/categ_Lo.c: New file.
17483         * lib/unictype/categ_Lt.c: New file.
17484         * lib/unictype/categ_Lu.c: New file.
17485         * lib/unictype/categ_M.c: New file.
17486         * lib/unictype/categ_Mc.c: New file.
17487         * lib/unictype/categ_Me.c: New file.
17488         * lib/unictype/categ_Mn.c: New file.
17489         * lib/unictype/categ_N.c: New file.
17490         * lib/unictype/categ_Nd.c: New file.
17491         * lib/unictype/categ_Nl.c: New file.
17492         * lib/unictype/categ_No.c: New file.
17493         * lib/unictype/categ_P.c: New file.
17494         * lib/unictype/categ_Pc.c: New file.
17495         * lib/unictype/categ_Pd.c: New file.
17496         * lib/unictype/categ_Pe.c: New file.
17497         * lib/unictype/categ_Pf.c: New file.
17498         * lib/unictype/categ_Pi.c: New file.
17499         * lib/unictype/categ_Po.c: New file.
17500         * lib/unictype/categ_Ps.c: New file.
17501         * lib/unictype/categ_S.c: New file.
17502         * lib/unictype/categ_Sc.c: New file.
17503         * lib/unictype/categ_Sk.c: New file.
17504         * lib/unictype/categ_Sm.c: New file.
17505         * lib/unictype/categ_So.c: New file.
17506         * lib/unictype/categ_Z.c: New file.
17507         * lib/unictype/categ_Zl.c: New file.
17508         * lib/unictype/categ_Zp.c: New file.
17509         * lib/unictype/categ_Zs.c: New file.
17510         * lib/unictype/categ_and.c: New file.
17511         * lib/unictype/categ_and_not.c: New file.
17512         * lib/unictype/categ_byname.c: New file.
17513         * lib/unictype/categ_name.c: New file.
17514         * lib/unictype/categ_none.c: New file.
17515         * lib/unictype/categ_of.c: New file.
17516         * lib/unictype/categ_or.c: New file.
17517         * lib/unictype/categ_test.c: New file.
17518         * lib/unictype/combining.c: New file.
17519         * lib/unictype/ctype_alnum.c: New file.
17520         * lib/unictype/ctype_alpha.c: New file.
17521         * lib/unictype/ctype_blank.c: New file.
17522         * lib/unictype/ctype_cntrl.c: New file.
17523         * lib/unictype/ctype_digit.c: New file.
17524         * lib/unictype/ctype_graph.c: New file.
17525         * lib/unictype/ctype_lower.c: New file.
17526         * lib/unictype/ctype_print.c: New file.
17527         * lib/unictype/ctype_punct.c: New file.
17528         * lib/unictype/ctype_space.c: New file.
17529         * lib/unictype/ctype_upper.c: New file.
17530         * lib/unictype/ctype_xdigit.c: New file.
17531         * lib/unictype/decdigit.c: New file.
17532         * lib/unictype/digit.c: New file.
17533         * lib/unictype/identsyntaxmap.h: New file.
17534         * lib/unictype/mirror.c: New file.
17535         * lib/unictype/numeric.c: New file.
17536         * lib/unictype/pr_alphabetic.c: New file.
17537         * lib/unictype/pr_ascii_hex_digit.c: New file.
17538         * lib/unictype/pr_bidi_arabic_digit.c: New file.
17539         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
17540         * lib/unictype/pr_bidi_block_separator.c: New file.
17541         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
17542         * lib/unictype/pr_bidi_common_separator.c: New file.
17543         * lib/unictype/pr_bidi_control.c: New file.
17544         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
17545         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
17546         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
17547         * lib/unictype/pr_bidi_european_digit.c: New file.
17548         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
17549         * lib/unictype/pr_bidi_left_to_right.c: New file.
17550         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
17551         * lib/unictype/pr_bidi_other_neutral.c: New file.
17552         * lib/unictype/pr_bidi_pdf.c: New file.
17553         * lib/unictype/pr_bidi_segment_separator.c: New file.
17554         * lib/unictype/pr_bidi_whitespace.c: New file.
17555         * lib/unictype/pr_byname.c: New file.
17556         * lib/unictype/pr_byname.gperf: New file.
17557         * lib/unictype/pr_combining.c: New file.
17558         * lib/unictype/pr_composite.c: New file.
17559         * lib/unictype/pr_currency_symbol.c: New file.
17560         * lib/unictype/pr_dash.c: New file.
17561         * lib/unictype/pr_decimal_digit.c: New file.
17562         * lib/unictype/pr_default_ignorable_code_point.c: New file.
17563         * lib/unictype/pr_deprecated.c: New file.
17564         * lib/unictype/pr_diacritic.c: New file.
17565         * lib/unictype/pr_extender.c: New file.
17566         * lib/unictype/pr_format_control.c: New file.
17567         * lib/unictype/pr_grapheme_base.c: New file.
17568         * lib/unictype/pr_grapheme_extend.c: New file.
17569         * lib/unictype/pr_grapheme_link.c: New file.
17570         * lib/unictype/pr_hex_digit.c: New file.
17571         * lib/unictype/pr_hyphen.c: New file.
17572         * lib/unictype/pr_id_continue.c: New file.
17573         * lib/unictype/pr_id_start.c: New file.
17574         * lib/unictype/pr_ideographic.c: New file.
17575         * lib/unictype/pr_ids_binary_operator.c: New file.
17576         * lib/unictype/pr_ids_trinary_operator.c: New file.
17577         * lib/unictype/pr_ignorable_control.c: New file.
17578         * lib/unictype/pr_iso_control.c: New file.
17579         * lib/unictype/pr_join_control.c: New file.
17580         * lib/unictype/pr_left_of_pair.c: New file.
17581         * lib/unictype/pr_line_separator.c: New file.
17582         * lib/unictype/pr_logical_order_exception.c: New file.
17583         * lib/unictype/pr_lowercase.c: New file.
17584         * lib/unictype/pr_math.c: New file.
17585         * lib/unictype/pr_non_break.c: New file.
17586         * lib/unictype/pr_not_a_character.c: New file.
17587         * lib/unictype/pr_numeric.c: New file.
17588         * lib/unictype/pr_other_alphabetic.c: New file.
17589         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
17590         * lib/unictype/pr_other_grapheme_extend.c: New file.
17591         * lib/unictype/pr_other_id_continue.c: New file.
17592         * lib/unictype/pr_other_id_start.c: New file.
17593         * lib/unictype/pr_other_lowercase.c: New file.
17594         * lib/unictype/pr_other_math.c: New file.
17595         * lib/unictype/pr_other_uppercase.c: New file.
17596         * lib/unictype/pr_paired_punctuation.c: New file.
17597         * lib/unictype/pr_paragraph_separator.c: New file.
17598         * lib/unictype/pr_pattern_syntax.c: New file.
17599         * lib/unictype/pr_pattern_white_space.c: New file.
17600         * lib/unictype/pr_private_use.c: New file.
17601         * lib/unictype/pr_punctuation.c: New file.
17602         * lib/unictype/pr_quotation_mark.c: New file.
17603         * lib/unictype/pr_radical.c: New file.
17604         * lib/unictype/pr_sentence_terminal.c: New file.
17605         * lib/unictype/pr_soft_dotted.c: New file.
17606         * lib/unictype/pr_space.c: New file.
17607         * lib/unictype/pr_terminal_punctuation.c: New file.
17608         * lib/unictype/pr_test.c: New file.
17609         * lib/unictype/pr_titlecase.c: New file.
17610         * lib/unictype/pr_unassigned_code_value.c: New file.
17611         * lib/unictype/pr_unified_ideograph.c: New file.
17612         * lib/unictype/pr_uppercase.c: New file.
17613         * lib/unictype/pr_variation_selector.c: New file.
17614         * lib/unictype/pr_white_space.c: New file.
17615         * lib/unictype/pr_xid_continue.c: New file.
17616         * lib/unictype/pr_xid_start.c: New file.
17617         * lib/unictype/pr_zero_width.c: New file.
17618         * lib/unictype/scripts.c: New file.
17619         * lib/unictype/sy_c_ident.c: New file.
17620         * lib/unictype/sy_c_whitespace.c: New file.
17621         * lib/unictype/sy_java_ident.c: New file.
17622         * lib/unictype/sy_java_whitespace.c: New file.
17623
17624         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
17625         Unicode 5.0.0.
17626         * lib/unictype/blocks.h: Likewise.
17627         * lib/unictype/categ_C.h: Likewise.
17628         * lib/unictype/categ_Cc.h: Likewise.
17629         * lib/unictype/categ_Cf.h: Likewise.
17630         * lib/unictype/categ_Cn.h: Likewise.
17631         * lib/unictype/categ_Co.h: Likewise.
17632         * lib/unictype/categ_Cs.h: Likewise.
17633         * lib/unictype/categ_L.h: Likewise.
17634         * lib/unictype/categ_Ll.h: Likewise.
17635         * lib/unictype/categ_Lm.h: Likewise.
17636         * lib/unictype/categ_Lo.h: Likewise.
17637         * lib/unictype/categ_Lt.h: Likewise.
17638         * lib/unictype/categ_Lu.h: Likewise.
17639         * lib/unictype/categ_M.h: Likewise.
17640         * lib/unictype/categ_Mc.h: Likewise.
17641         * lib/unictype/categ_Me.h: Likewise.
17642         * lib/unictype/categ_Mn.h: Likewise.
17643         * lib/unictype/categ_N.h: Likewise.
17644         * lib/unictype/categ_Nd.h: Likewise.
17645         * lib/unictype/categ_Nl.h: Likewise.
17646         * lib/unictype/categ_No.h: Likewise.
17647         * lib/unictype/categ_P.h: Likewise.
17648         * lib/unictype/categ_Pc.h: Likewise.
17649         * lib/unictype/categ_Pd.h: Likewise.
17650         * lib/unictype/categ_Pe.h: Likewise.
17651         * lib/unictype/categ_Pf.h: Likewise.
17652         * lib/unictype/categ_Pi.h: Likewise.
17653         * lib/unictype/categ_Po.h: Likewise.
17654         * lib/unictype/categ_Ps.h: Likewise.
17655         * lib/unictype/categ_S.h: Likewise.
17656         * lib/unictype/categ_Sc.h: Likewise.
17657         * lib/unictype/categ_Sk.h: Likewise.
17658         * lib/unictype/categ_Sm.h: Likewise.
17659         * lib/unictype/categ_So.h: Likewise.
17660         * lib/unictype/categ_Z.h: Likewise.
17661         * lib/unictype/categ_Zl.h: Likewise.
17662         * lib/unictype/categ_Zp.h: Likewise.
17663         * lib/unictype/categ_Zs.h: Likewise.
17664         * lib/unictype/categ_of.h: Likewise.
17665         * lib/unictype/combining.h: Likewise.
17666         * lib/unictype/ctype_alnum.h: Likewise.
17667         * lib/unictype/ctype_alpha.h: Likewise.
17668         * lib/unictype/ctype_blank.h: Likewise.
17669         * lib/unictype/ctype_cntrl.h: Likewise.
17670         * lib/unictype/ctype_digit.h: Likewise.
17671         * lib/unictype/ctype_graph.h: Likewise.
17672         * lib/unictype/ctype_lower.h: Likewise.
17673         * lib/unictype/ctype_print.h: Likewise.
17674         * lib/unictype/ctype_punct.h: Likewise.
17675         * lib/unictype/ctype_space.h: Likewise.
17676         * lib/unictype/ctype_upper.h: Likewise.
17677         * lib/unictype/ctype_xdigit.h: Likewise.
17678         * lib/unictype/decdigit.h: Likewise.
17679         * lib/unictype/digit.h: Likewise.
17680         * lib/unictype/mirror.h: Likewise.
17681         * lib/unictype/numeric.h: Likewise.
17682         * lib/unictype/pr_alphabetic.h: Likewise.
17683         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
17684         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
17685         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
17686         * lib/unictype/pr_bidi_block_separator.h: Likewise.
17687         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
17688         * lib/unictype/pr_bidi_common_separator.h: Likewise.
17689         * lib/unictype/pr_bidi_control.h: Likewise.
17690         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
17691         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
17692         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
17693         * lib/unictype/pr_bidi_european_digit.h: Likewise.
17694         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
17695         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
17696         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
17697         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
17698         * lib/unictype/pr_bidi_pdf.h: Likewise.
17699         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
17700         * lib/unictype/pr_bidi_whitespace.h: Likewise.
17701         * lib/unictype/pr_combining.h: Likewise.
17702         * lib/unictype/pr_composite.h: Likewise.
17703         * lib/unictype/pr_currency_symbol.h: Likewise.
17704         * lib/unictype/pr_dash.h: Likewise.
17705         * lib/unictype/pr_decimal_digit.h: Likewise.
17706         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
17707         * lib/unictype/pr_deprecated.h: Likewise.
17708         * lib/unictype/pr_diacritic.h: Likewise.
17709         * lib/unictype/pr_extender.h: Likewise.
17710         * lib/unictype/pr_format_control.h: Likewise.
17711         * lib/unictype/pr_grapheme_base.h: Likewise.
17712         * lib/unictype/pr_grapheme_extend.h: Likewise.
17713         * lib/unictype/pr_grapheme_link.h: Likewise.
17714         * lib/unictype/pr_hex_digit.h: Likewise.
17715         * lib/unictype/pr_hyphen.h: Likewise.
17716         * lib/unictype/pr_id_continue.h: Likewise.
17717         * lib/unictype/pr_id_start.h: Likewise.
17718         * lib/unictype/pr_ideographic.h: Likewise.
17719         * lib/unictype/pr_ids_binary_operator.h: Likewise.
17720         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
17721         * lib/unictype/pr_ignorable_control.h: Likewise.
17722         * lib/unictype/pr_iso_control.h: Likewise.
17723         * lib/unictype/pr_join_control.h: Likewise.
17724         * lib/unictype/pr_left_of_pair.h: Likewise.
17725         * lib/unictype/pr_line_separator.h: Likewise.
17726         * lib/unictype/pr_logical_order_exception.h: Likewise.
17727         * lib/unictype/pr_lowercase.h: Likewise.
17728         * lib/unictype/pr_math.h: Likewise.
17729         * lib/unictype/pr_non_break.h: Likewise.
17730         * lib/unictype/pr_not_a_character.h: Likewise.
17731         * lib/unictype/pr_numeric.h: Likewise.
17732         * lib/unictype/pr_other_alphabetic.h: Likewise.
17733         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
17734         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
17735         * lib/unictype/pr_other_id_continue.h: Likewise.
17736         * lib/unictype/pr_other_id_start.h: Likewise.
17737         * lib/unictype/pr_other_lowercase.h: Likewise.
17738         * lib/unictype/pr_other_math.h: Likewise.
17739         * lib/unictype/pr_other_uppercase.h: Likewise.
17740         * lib/unictype/pr_paired_punctuation.h: Likewise.
17741         * lib/unictype/pr_paragraph_separator.h: Likewise.
17742         * lib/unictype/pr_pattern_syntax.h: Likewise.
17743         * lib/unictype/pr_pattern_white_space.h: Likewise.
17744         * lib/unictype/pr_private_use.h: Likewise.
17745         * lib/unictype/pr_punctuation.h: Likewise.
17746         * lib/unictype/pr_quotation_mark.h: Likewise.
17747         * lib/unictype/pr_radical.h: Likewise.
17748         * lib/unictype/pr_sentence_terminal.h: Likewise.
17749         * lib/unictype/pr_soft_dotted.h: Likewise.
17750         * lib/unictype/pr_space.h: Likewise.
17751         * lib/unictype/pr_terminal_punctuation.h: Likewise.
17752         * lib/unictype/pr_titlecase.h: Likewise.
17753         * lib/unictype/pr_unassigned_code_value.h: Likewise.
17754         * lib/unictype/pr_unified_ideograph.h: Likewise.
17755         * lib/unictype/pr_uppercase.h: Likewise.
17756         * lib/unictype/pr_variation_selector.h: Likewise.
17757         * lib/unictype/pr_white_space.h: Likewise.
17758         * lib/unictype/pr_xid_continue.h: Likewise.
17759         * lib/unictype/pr_xid_start.h: Likewise.
17760         * lib/unictype/pr_zero_width.h: Likewise.
17761         * lib/unictype/scripts.h: Likewise.
17762         * lib/unictype/scripts_byname.gperf: Likewise.
17763         * lib/unictype/sy_c_ident.h: Likewise.
17764         * lib/unictype/sy_c_whitespace.h: Likewise.
17765         * lib/unictype/sy_java_ident.h: Likewise.
17766         * lib/unictype/sy_java_whitespace.h: Likewise.
17767
17768         * lib/unictype/Makefile: New file.
17769         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
17770         glibc.
17771         * lib/unictype/3level.h: New file, copied from glibc.
17772         * lib/unictype/3levelbit.h: New file.
17773
17774 2007-11-11  Bruno Haible  <bruno@clisp.org>
17775
17776         * modules/gperf: New file.
17777         * modules/iconv_open (Depends-on): Add it.
17778         (Makefile.am): Remove the GPERF definition.
17779
17780 2007-11-11  Bruno Haible  <bruno@clisp.org>
17781
17782         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
17783         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
17784
17785 2007-11-11  Bruno Haible  <bruno@clisp.org>
17786
17787         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
17788         (usage): Remove function.
17789
17790 2007-11-11  Bruno Haible  <bruno@clisp.org>
17791
17792         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
17793         gl_FUNC_CEILF_LIBS.
17794         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
17795         gl_FUNC_CEIL_LIBS.
17796         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
17797         gl_FUNC_CEILL_LIBS.
17798         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
17799         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
17800         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
17801
17802 2007-11-11  Bruno Haible  <bruno@clisp.org>
17803
17804         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
17805         roundf were declared but do not exist on functions.
17806         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
17807         roundl were declared but do not exist on functions.
17808         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
17809         HAVE_FLOORL_AND_CEILL, respectively.
17810         Needed for Sun C on Solaris 10.
17811
17812 2007-11-11  Bruno Haible  <bruno@clisp.org>
17813
17814         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
17815         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
17816         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
17817         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
17818         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
17819         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
17820         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
17821         HAVE_DECL_ROUNDF.
17822         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
17823         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
17824         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
17825         of HAVE_DECL_ROUND*.
17826         * modules/math (Makefile.am): Update.
17827
17828 2007-11-10  Bruno Haible  <bruno@clisp.org>
17829
17830         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
17831         ptrdiff_t as m4/intl.m4.
17832
17833 2007-11-10  Jim Meyering  <meyering@redhat.com>
17834
17835         Avoid link failure for the argmatch test.
17836         * tests/test-argmatch.c (usage): Define function to avoid a link
17837         failure: argmatch_die requires a usage function.
17838
17839 2007-11-09  Bruno Haible  <bruno@clisp.org>
17840
17841         * doc/functions/snprintf.texi: Mention BeOS deficiency.
17842         * doc/functions/vsnprintf.texi: Likewise.
17843         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
17844         with a size argument < 2.
17845
17846 2007-11-09  Bruno Haible  <bruno@clisp.org>
17847
17848         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
17849         buffer. Fixes an inefficiency introduced on 2007-11-03.
17850
17851 2007-11-09  Bruno Haible  <bruno@clisp.org>
17852
17853         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
17854         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
17855
17856 2007-11-08  Jim Meyering  <meyering@redhat.com>
17857
17858         Change cache variable name prefix "jm_" to "gl_" everywhere.
17859         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
17860         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
17861         * m4/uptime.m4: s/gl_/jm_/
17862
17863 2007-11-07  Bruno Haible  <bruno@clisp.org>
17864
17865         Update to GNU gettext 0.17.
17866         * m4/intl.m4: Update to GNU gettext 0.17.
17867         * m4/po.m4: Likewise.
17868         * modules/gettext (Files): Remove m4/ulonglong.m4.
17869         (configure.ac): Require gettext infrastructure from version 0.17.
17870
17871 2007-11-06  Bruno Haible  <bruno@clisp.org>
17872
17873         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
17874         symbolic values are not defined in a public header.
17875         * lib/freadable.c (freadable) [QNX]: Likewise.
17876         * lib/freadahead.c (freadahead) [QNX]: Likewise.
17877         * lib/freading.c (freading) [QNX]: Likewise.
17878         * lib/fseterr.c (fseterr) [QNX]: Likewise.
17879         * lib/fwritable.c (fwritable) [QNX]: Likewise.
17880         * lib/fwriting.c (fwriting) [QNX]: Likewise.
17881         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
17882         Reported by Alain Magloire.
17883
17884         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
17885
17886 2007-11-05  Bruno Haible  <bruno@clisp.org>
17887
17888         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
17889         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
17890         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
17891         Reported by Eric Blake.
17892
17893 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17894             Bruno Haible  <bruno@clisp.org>
17895
17896         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
17897         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
17898         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
17899         (malloc): Undefine also before including <stdlib.h>.
17900         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
17901         Needed on OSF/1 4.0.
17902
17903 2007-11-05  Jim Meyering  <meyering@redhat.com>
17904
17905         git-version-gen: sync from coreutils.
17906         * build-aux/git-version-gen: Add comments.
17907         Change the first '-' to '.' in the snapshot version string,
17908         e.g., 6.9-377-08144 -> 6.9.377-08144
17909         Remove first parameter.
17910         Don't declare a version "-dirty" merely because a time
17911         stamp has changed.
17912
17913 2007-11-04  Bruno Haible  <bruno@clisp.org>
17914
17915         * lib/lock.h: Protect all macro definitions containing an 'if'
17916         statement through a "do { ... } while (0)".
17917         * lib/tls.h: Likewise.
17918
17919 2007-11-04  Bruno Haible  <bruno@clisp.org>
17920
17921         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
17922
17923 2007-11-04  Bruno Haible  <bruno@clisp.org>
17924
17925         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
17926         * modules/fprintf-posix (Depends-on): Add nocrash.
17927         * modules/snprintf-posix (Depends-on): Likewise.
17928         * modules/sprintf-posix (Depends-on): Likewise.
17929         * modules/vasnprintf-posix (Depends-on): Likewise.
17930         * modules/vasprintf-posix (Depends-on): Likewise.
17931         * modules/vfprintf-posix (Depends-on): Likewise.
17932         * modules/vsnprintf-posix (Depends-on): Likewise.
17933         * modules/vsprintf-posix (Depends-on): Likewise.
17934         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17935         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17936         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17937         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17938         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17939         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17940         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17941
17942 2007-11-04  Bruno Haible  <bruno@clisp.org>
17943
17944         * modules/nocrash: New file.
17945         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
17946         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
17947
17948 2007-11-04  Bruno Haible  <bruno@clisp.org>
17949
17950         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
17951         precision handling.
17952         * tests/test-vasprintf-posix.c (test_function): Likewise.
17953         * tests/test-snprintf-posix.h (test_function): Likewise.
17954         * tests/test-sprintf-posix.h (test_function): Likewise.
17955
17956         Fix *printf behaviour for large precisions on mingw and BeOS.
17957         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
17958         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
17959         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
17960         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17961         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17962         gl_PRINTF_PRECISION and test its result. Invoke
17963         gl_PREREQ_VASNPRINTF_PRECISION.
17964         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17965         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17966         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17967         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17968         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17969         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17970         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17971         * doc/functions/fprintf.texi: Update.
17972         * doc/functions/printf.texi: Update.
17973         * doc/functions/snprintf.texi: Update.
17974         * doc/functions/sprintf.texi: Update.
17975         * doc/functions/vfprintf.texi: Update.
17976         * doc/functions/vprintf.texi: Update.
17977         * doc/functions/vsnprintf.texi: Update.
17978         * doc/functions/vsprintf.texi: Update.
17979
17980 2007-11-04  Bruno Haible  <bruno@clisp.org>
17981
17982         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
17983
17984 2007-11-04  Bruno Haible  <bruno@clisp.org>
17985
17986         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
17987         Reported by Sylvain Beucler <beuc@gnu.org>.
17988
17989 2007-11-03  Bruno Haible  <bruno@clisp.org>
17990
17991         * tests/test-fprintf-posix2.sh: New file.
17992         * tests/test-fprintf-posix2.c: New file.
17993         * modules/fprintf-posix-tests (Files): Add them.
17994         (TESTS): Add test-fprintf-posix2.sh.
17995         (configure.ac): Check for getrlimit and setrlimit.
17996         (check_PROGRAMS): Add test-fprintf-posix2.
17997
17998         * tests/test-printf-posix2.sh: New file.
17999         * tests/test-printf-posix2.c: New file.
18000         * modules/printf-posix-tests (Files): Add them.
18001         (TESTS): Add test-printf-posix2.sh.
18002         (configure.ac): Check for getrlimit and setrlimit.
18003         (check_PROGRAMS): Add test-printf-posix2.
18004
18005         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
18006         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
18007         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
18008         (decode_double): New function, copied from decode_long_double.
18009         (scale10_round_decimal_decoded): New function, extracted from
18010         scale10_round_decimal_long_double.
18011         (scale10_round_decimal_long_double): Use it.
18012         (scale10_round_decimal_double): New function.
18013         (floorlog10): New function.
18014         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
18015         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
18016         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
18017         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18018         gl_PRINTF_ENOMEM and test its result. Invoke
18019         gl_PREREQ_VASNPRINTF_ENOMEM.
18020         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18021         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18022         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18023         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18024         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18025         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18026         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18027         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
18028         * modules/snprintf-posix (Depends-on): Likewise.
18029         * modules/sprintf-posix (Depends-on): Likewise.
18030         * modules/vasnprintf-posix (Depends-on): Likewise.
18031         * modules/vasprintf-posix (Depends-on): Likewise.
18032         * modules/vfprintf-posix (Depends-on): Likewise.
18033         * modules/vsnprintf-posix (Depends-on): Likewise.
18034         * modules/vsprintf-posix (Depends-on): Likewise.
18035         * doc/functions/fprintf.texi: Update.
18036         * doc/functions/printf.texi: Update.
18037         * doc/functions/snprintf.texi: Update.
18038         * doc/functions/sprintf.texi: Update.
18039         * doc/functions/vfprintf.texi: Update.
18040         * doc/functions/vprintf.texi: Update.
18041         * doc/functions/vsnprintf.texi: Update.
18042         * doc/functions/vsprintf.texi: Update.
18043
18044 2007-11-03  Bruno Haible  <bruno@clisp.org>
18045
18046         * modules/frexp-nolibm-tests: New file.
18047
18048         * modules/frexp-nolibm: New file.
18049         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
18050
18051 2007-11-03  Bruno Haible  <bruno@clisp.org>
18052
18053         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
18054         value is C99 compliant.
18055         Needed for OSF/1 5.1.
18056
18057 2007-11-03  Bruno Haible  <bruno@clisp.org>
18058
18059         Fix out-of-memory handling of vasnprintf.
18060         * lib/printf-parse.c: Include <errno.h>.
18061         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
18062         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
18063         is already set.
18064
18065 2007-11-02  Eric Blake  <ebb9@byu.net>
18066
18067         Fix tests on cygwin.
18068         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
18069
18070 2007-11-01  Bruno Haible  <bruno@clisp.org>
18071
18072         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
18073         warning.
18074         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
18075         needed for POSIX compatibility.
18076
18077 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18078
18079         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
18080         for compatibility with GNU.
18081
18082 2007-11-01  Bruno Haible  <bruno@clisp.org>
18083
18084         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
18085         (putenv): Renamed from rpl_putenv. Change argument type from
18086         'const char *' to 'char *'.
18087         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
18088         of defining putenv in config.h, just set REPLACE_PUTENV.
18089         * modules/putenv (Depends-on): Add stdlib.
18090         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18091         (Include): Use <stdlib.h>.
18092         * lib/stdlib.in.h (putenv): New declaration.
18093         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
18094         REPLACE_PUTENV.
18095         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
18096         REPLACE_PUTENV.
18097         Needed for MacOS X 10.5.0.
18098         Reported by Peter O'Gorman <peter@pogma.com>.
18099
18100 2007-11-01  Jim Meyering  <meyering@redhat.com>
18101
18102         Treat an empty date string exactly like "0".
18103         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
18104         if the remaining date string (to be parsed) is empty, use "0".
18105         Reported by Mischa Molhoek and discussed in this thread:
18106         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
18107
18108 2007-10-31  Bruno Haible  <bruno@clisp.org>
18109
18110         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
18111         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
18112         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
18113         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
18114         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
18115         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
18116
18117 2007-10-31  Bruno Haible  <bruno@clisp.org>
18118
18119         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
18120         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
18121         (AC_TYPE_LONG_LONG_INT): Use it.
18122         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
18123         it as well.
18124         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
18125         to m4/longlong.m4.
18126         * modules/stdint (Files): Remove m4/ulonglong.m4.
18127         * modules/strtoull (Files): Use m4/longlong.m4 instead of
18128         m4/ulonglong.m4.
18129         * modules/strtoumax (Files): Likewise.
18130
18131 2007-10-30  Bruno Haible  <bruno@clisp.org>
18132
18133         * modules/xvasprintf-posix: New file.
18134         Suggested by Eric Blake.
18135
18136 2007-10-30  Bruno Haible  <bruno@clisp.org>
18137
18138         * modules/xprintf-posix-tests: New file.
18139         * tests/test-xprintf-posix.sh: New file.
18140         * tests/test-xprintf-posix.c: New file.
18141         * tests/test-xfprintf-posix.c: New file.
18142
18143         * modules/xprintf-posix: New file.
18144
18145 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18146
18147         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
18148         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
18149         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
18150
18151 2007-10-29  Bruno Haible  <bruno@clisp.org>
18152
18153         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
18154         contain the special marker '_cv_'.
18155         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
18156         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
18157         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
18158         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
18159         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
18160         Reported by Ralf Wildenhues.
18161
18162 2007-10-29  Bruno Haible  <bruno@clisp.org>
18163
18164         * gnulib-tool (func_import): When --lgpl is not specified, set
18165         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
18166         GPLv3.
18167         Reported by Simon Josefsson.
18168
18169 2007-10-28  Bruno Haible  <bruno@clisp.org>
18170
18171         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
18172         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
18173         HAVE_DECL_ISFINITE.
18174         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
18175         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
18176         HAVE_DECL_ISFINITE.
18177
18178 2007-10-28  Bruno Haible  <bruno@clisp.org>
18179
18180         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
18181         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
18182
18183 2007-10-28  Bruno Haible  <bruno@clisp.org>
18184
18185         Fix link errors with Sun C 5.0 on Solaris 10.
18186         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
18187         function is declared but not present in the compiler's libm.
18188         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
18189         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
18190         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
18191         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
18192         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
18193         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
18194         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
18195         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
18196         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
18197         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
18198         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
18199         HAVE_DECL_FLOORL.
18200
18201 2007-10-28  Bruno Haible  <bruno@clisp.org>
18202
18203         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
18204         gl_FUNC_FLOORL. Cache the result.
18205         (gl_FUNC_FLOORL): Use it.
18206         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
18207         gl_FUNC_CEILL. Cache the result.
18208         (gl_FUNC_CEILL): Use it.
18209
18210         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
18211         gl_FUNC_FLOOR. Cache the result.
18212         (gl_FUNC_FLOOR): Use it.
18213         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
18214         gl_FUNC_CEIL. Cache the result.
18215         (gl_FUNC_CEIL): Use it.
18216
18217         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
18218         gl_FUNC_FLOORF. Cache the result.
18219         (gl_FUNC_FLOORF): Use it.
18220         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
18221         gl_FUNC_CEILF. Cache the result.
18222         (gl_FUNC_CEILF): Use it.
18223
18224 2007-10-28  Bruno Haible  <bruno@clisp.org>
18225
18226         * gnulib-tool: Allow specifying the LGPL version number through
18227         --lgpl=2 or --lgpl=3.
18228         (func_usage): Document --lgpl with argument.
18229         Handle --lgpl=... arguments.
18230         (func_import): Recognize also gl_LGPL calls with an argument. When
18231         --lgpl=2 is used and the module's license is just LGPL, report an
18232         error. Set sed_transform_lib_file according to the lgpl variable. In
18233         the generated files, use --lgpl or gl_LGPL invocations with argument,
18234         if necessary.
18235         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
18236         an LGPv2+ license.
18237         * doc/gnulib-tool.texi (Modified imports): Update explanation of
18238         gl_LGPL macro.
18239
18240 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18241             Bruno Haible  <bruno@clisp.org>
18242
18243         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
18244         (u16_uctomb_aux): Likewise.
18245         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
18246         !HAVE_INLINE.
18247         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
18248
18249 2007-10-28  Bruno Haible  <bruno@clisp.org>
18250
18251         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
18252         Invoke AM_GETTEXT_OPTION if it exists.
18253         * modules/vasprintf: Likewise.
18254         * modules/verror: Likewise.
18255         * modules/xprintf: Likewise.
18256         * modules/xvasprintf: Likewise.
18257
18258 2007-10-27  Ben Pfaff  <blp@gnu.org>
18259
18260         * lib/math.in.h: Define isfinite macro and prototypes for
18261         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
18262         implementations.
18263         * m4/math_h.m4: New substitutions for isfinite module.
18264         * lib/isfinite.c: New file.
18265         * m4/isfinite.m4: New file.
18266         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
18267         * modules/isfinite: New file.
18268         * modules/isfinite-tests: New file.
18269         * tests/tests-isfinite.c: New file.
18270         * doc/functions/isfinite.texi: Mention isfinite module.
18271         * MODULES.html.sh: Mention new module.
18272
18273 2007-10-27  Ben Pfaff  <blp@gnu.org>
18274
18275         Ralf Wildenhues reported that Tru64 4.0D declares the round
18276         functions but does not have definitions.
18277         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
18278         cannot be found in any library, set the output variable to
18279         "missing" instead of "".
18280         * m4/round.m4: Also use our substitute if we cannot find round in
18281         any library, even if it is declared.
18282         * m4/roundf.m4: Likewise for roundf.
18283         * m4/roundl.m4: Likewise for roundl.
18284         * lib/math.in.h: Undefine roundf, round, roundl before defining
18285         their replacements, to allow for hypothetical systems where these
18286         may be defined as macros but not available in libraries.
18287
18288 2007-10-27  Bruno Haible  <bruno@clisp.org>
18289
18290         * doc/gnulib.texi: Invoke @firstparagraphindent.
18291         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
18292         changes in gnulib.
18293         (Source changes): New section.
18294
18295 2007-10-26  Bruno Haible  <bruno@clisp.org>
18296
18297         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
18298         borrowed from autoconf.
18299
18300 2007-10-26  Bruno Haible  <bruno@clisp.org>
18301
18302         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
18303         strerror returned the empty string. Needed on HP-UX 11.00.
18304
18305 2007-10-24  Micah Cowan  <micah@cowan.name>
18306
18307         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
18308         * build-aux/bootstrap: Remove support for now-unnecessary option,
18309         --cvs-user, and envvars CVS_USER, CVS_RSH.
18310
18311 2007-10-24  Jim Meyering  <meyering@redhat.com>
18312
18313         Avoid diagnostics from sha1sum when there is no cached checksum.
18314         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
18315         if the po.s1 file hasn't been created yet.
18316
18317         * build-aux/bootstrap: Sync from coreutils:
18318         2007-10-24  Jim Meyering  <meyering@redhat.com>
18319         Get gnulib from the git repository, not from an obsolete cvs one.
18320         * build-aux/bootstrap: Suggestion from Micah Cowan.
18321         2007-10-04  Jim Meyering  <jim@meyering.net>
18322         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
18323         (update_po_files): Work also when there are no .po files in po/.
18324
18325 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18326
18327         * README: Append ".git" to git and cg examples.
18328         Problem reported by Benoit Sigoure.
18329
18330 2007-10-23  Micah Cowan  <micah@cowan.name>
18331
18332         * users.txt: Add wget.
18333
18334 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18335
18336         Fix linking of some unistdio tests on FreeBSD.
18337         * modules/unistdio/u16-vsnprintf-tests
18338         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
18339         * modules/unistdio/u16-vsprintf-tests
18340         (test_u16_vsnprintf1_LDADD): Likewise.
18341         * modules/unistdio/u32-vsnprintf-tests
18342         (test_u32_vsnprintf1_LDADD): Likewise.
18343         * modules/unistdio/u32-vsprintf-tests
18344         (test_u32_vsprintf1_LDADD): Likewise.
18345         * modules/unistdio/u8-vsnprintf-tests
18346         (test_u8_vsnprintf1_LDADD): Likewise.
18347         * modules/unistdio/u8-vsprintf-tests
18348         (test_u8_vsprintf1_LDADD): Likewise.
18349         * modules/unistdio/ulc-vsnprintf-tests
18350         (test_ulc_vsnprintf1_LDADD): Likewise.
18351         * modules/unistdio/ulc-vsprintf-tests
18352         (test_ulc_vsprintf1_LDADD): Likewise.
18353
18354         Fix linking of some uniconv tests on FreeBSD.
18355         * modules/uniconv/u16-conv-from-enc-tests
18356         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
18357         * modules/uniconv/u16-conv-to-enc-tests
18358         (test_u16_conv_to_enc_LDADD): Likewise.
18359         * modules/uniconv/u16-strconv-from-enc-tests
18360         (test_u16_strconv_from_enc_LDADD): Likewise.
18361         * modules/uniconv/u16-strconv-to-enc-tests
18362         (test_u16_strconv_to_enc_LDADD): Likewise.
18363         * modules/uniconv/u32-conv-from-enc-tests
18364         (test_u32_conv_from_enc_LDADD): Likewise.
18365         * modules/uniconv/u32-conv-to-enc-tests
18366         (test_u32_conv_to_enc_LDADD): Likewise.
18367         * modules/uniconv/u32-strconv-from-enc-tests
18368         (test_u32_strconv_from_enc_LDADD): Likewise.
18369         * modules/uniconv/u32-strconv-to-enc-tests
18370         (test_u32_strconv_to_enc_LDADD): Likewise.
18371         * modules/uniconv/u8-conv-from-enc-tests
18372         (test_u8_conv_from_enc_LDADD): Likewise.
18373         * modules/uniconv/u8-conv-to-enc-tests
18374         (test_u8_conv_to_enc_LDADD): Likewise.
18375         * modules/uniconv/u8-strconv-from-enc-tests
18376         (test_u8_strconv_from_enc_LDADD): Likewise.
18377         * modules/uniconv/u8-strconv-to-enc-tests
18378         (test_u8_strconv_to_enc_LDADD): Likewise.
18379
18380 2007-10-22  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
18383         size.
18384
18385 2007-10-22  Eric Blake  <ebb9@byu.net>
18386
18387         Tweak x*printf documentation.
18388         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
18389         variable name and comments.
18390         Suggested by Bruno Haible.
18391
18392 2007-10-22  Bruno Haible  <bruno@clisp.org>
18393
18394         * lib/acl.c (copy_acl): Fix file name in comment.
18395
18396 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18397
18398         Fix Tru64 problem with stdbool.h.
18399         * lib/stdbool.in.h (false, true):
18400         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
18401         Don't declare as an enum in this situation; it runs afoul of Tru64.
18402         Problem reported by Steven M. Schweda in
18403         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
18404
18405 2007-10-22  Eric Blake  <ebb9@byu.net>
18406
18407         Also wrap vf?printf.
18408         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
18409         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
18410         (xvprintf, xvfprintf): New functions.
18411
18412 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18413
18414         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
18415         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
18416
18417         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
18418         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
18419
18420 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
18423         by Bruno Haible.
18424
18425 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18426
18427         * lib/getloadavg.c
18428         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
18429         Undef `sys' after including sys/table.h, for Tru64 4.0D.
18430
18431         * tests/test-i-ring.c: Work for C89.
18432
18433 2007-10-22  Bruno Haible  <bruno@clisp.org>
18434
18435         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
18436         -1u, in preprocessor expression, so that we don't test for the bug
18437         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
18438         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
18439
18440 2007-10-22  Eric Blake  <ebb9@byu.net>
18441
18442         * tests/test-yesno.sh: Silence stderr during test.
18443
18444 2007-10-22  Simon Josefsson  <simon@josefsson.org>
18445
18446         * modules/crypto/gc-camellia: New file.
18447
18448         * m4/gc-camellia.m4: New file.
18449
18450         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
18451
18452         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
18453
18454 2007-10-22  Simon Josefsson  <simon@josefsson.org>
18455
18456         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
18457         --help to stdout.  Reported by sms@antinode.org (Steven
18458         M. Schweda).
18459
18460 2007-10-22  Simon Josefsson  <simon@josefsson.org>
18461
18462         * users.txt: Fix link to libksba.
18463
18464 2007-10-21  Ben Pfaff  <blp@gnu.org>
18465
18466         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
18467         round.c roundf implementation that depends on floorf and ceilf to
18468         be tested unconditionally.
18469
18470 2007-10-21  Ben Pfaff  <blp@gnu.org>
18471
18472         * m4/check-libm-func.m4: Removed.
18473         * m4/check-math-lib.m4: New file.
18474         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
18475         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
18476         definition and lack of AC_LIBOBJ([roundf]).
18477         * m4/roundl.m4: Ditto, and similarly for roundl.
18478         * modules/round: Reference new m4 file.
18479         * modules/roundf: Ditto.
18480         * modules/roundl: Ditto.
18481         * tests/test-round2.c (main): Use ROUND instead of round.
18482         Bug report from Bruno Haible.
18483
18484 2007-10-21  Bruno Haible  <bruno@clisp.org>
18485
18486         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
18487         context.
18488
18489 2007-10-21  Bruno Haible  <bruno@clisp.org>
18490
18491         * tests/test-wcwidth.c (main): Allow negative result for some control
18492         characters.
18493
18494         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
18495         Needed on OSF/1 5.1.
18496
18497 2007-10-21  Bruno Haible  <bruno@clisp.org>
18498
18499         * tests/test-floorf1.c: Include isnanf.h.
18500         (main): Use isnanf() instead of isnan().
18501         * tests/test-ceilf1.c: Include isnanf.h.
18502         (main): Use isnanf() instead of isnan().
18503         * tests/test-truncf1.c: Include isnanf.h.
18504         (main): Use isnanf() instead of isnan().
18505         * tests/test-roundf1.c: Include isnanf.h.
18506         (main): Use isnanf() instead of isnan().
18507
18508 2007-10-21  Eric Blake  <ebb9@byu.net>
18509
18510         * users.txt: Update URL for m4.
18511
18512 2007-10-21  Bruno Haible  <bruno@clisp.org>
18513
18514         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
18515
18516 2007-10-21  Bruno Haible  <bruno@clisp.org>
18517
18518         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
18519         Git's management files if the CVS files are not present.
18520
18521 2007-10-20  Bruno Haible  <bruno@clisp.org>
18522
18523         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
18524         gcc-3.4.x.
18525
18526 2007-10-20  Ben Pfaff  <blp@gnu.org>
18527
18528         * lib/math.in.h: Declare round, roundf, roundl if we are providing
18529         implementations.
18530         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
18531         * lib/round.c: New file.
18532         * lib/roundf.c: New file.
18533         * lib/roundl.c: New file.
18534         * m4/round.m4: New file.
18535         * m4/roundf.m4: New file.
18536         * m4/roundl.m4: New file.
18537         * m4/check-libm-func-m4: New file.
18538         * modules/math: Replace round, roundf, roundl related @VARS@ in
18539         math.in.h.
18540         * modules/round: New file.
18541         * modules/round-tests: New file.
18542         * modules/roundf: New file.
18543         * modules/roundf-tests: New file.
18544         * modules/roundl: New file.
18545         * modules/roundl-tests: New file.
18546         * tests/test-round1.c: New file.
18547         * tests/test-round2.c: New file.
18548         * tests/test-roundf1.c: New file.
18549         * tests/test-roundf2.c: New file.
18550         * tests/test-roundl.c: New file.
18551         * doc/functions/round.texi: Mention round module.
18552         * doc/functions/roundf.texi: Mention roundf module.
18553         * doc/functions/roundl.texi: Mention roundl module.
18554         * MODULES.html.sh: Mention new modules.
18555         Thanks to Bruno Haible for suggestions.
18556
18557 2007-10-20  Jim Meyering  <meyering@redhat.com>
18558
18559         * lib/xprintf.c: Include <config.h> unconditionally.
18560
18561         Change xprintf's license to GPL.
18562         * modules/xprintf (License): s/LGPL/GPL/, since this module
18563         depends on modules (exit and exitfail) which are GPL.
18564         Suggestion from Bruno Haible.
18565
18566         xprintf fixes.
18567         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
18568         Use a clearer diagnostic.
18569         Patch from Bruno Haible.
18570
18571 2007-10-20  Bruno Haible  <bruno@clisp.org>
18572
18573         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
18574         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
18575         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18576
18577 2007-10-20  Bruno Haible  <bruno@clisp.org>
18578
18579         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
18580         precision in the comparison result > x - 1 or similar.
18581         * tests/test-ceilf2.c (correct_result_p): Likewise.
18582         * tests/test-truncf2.c (correct_result_p): Likewise.
18583         * tests/test-trunc2.c (correct_result_p): Likewise.
18584         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18585
18586 2007-10-20  Bruno Haible  <bruno@clisp.org>
18587
18588         * modules/ceil: New file.
18589         * m4/ceil.m4: New file.
18590         * doc/functions/ceil.texi: Mention the 'ceil' module.
18591
18592 2007-10-20  Bruno Haible  <bruno@clisp.org>
18593
18594         * modules/floor: New file.
18595         * m4/floor.m4: New file.
18596         * doc/functions/floor.texi: Mention the 'floor' module.
18597
18598 2007-10-20  Bruno Haible  <bruno@clisp.org>
18599
18600         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
18601         of %a.
18602         * modules/floorf-tests (Depends-on): Likewise.
18603         * modules/truncf-tests (Depends-on): Likewise.
18604         * modules/trunc-tests (Depends-on): Likewise.
18605         Reported by Ben Pfaff.
18606
18607 2007-10-19  Jim Meyering  <meyering@redhat.com>
18608
18609         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
18610         Don't bother testing specific errno values.  Just test ferror.
18611
18612         New module: xprintf
18613         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
18614
18615 2007-10-19  Bruno Haible  <bruno@clisp.org>
18616
18617         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
18618         syntax.
18619         * modules/javaexec (Makefile.am): Likewise.
18620         * modules/relocatable-prog (Makefile.am): Likewise.
18621         Suggested by Jim Meyering.
18622
18623 2007-10-18  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
18626         Reported by Jim Meyering.
18627
18628 2007-10-18  Eric Blake  <ebb9@byu.net>
18629
18630         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
18631
18632 2007-10-18  Bruno Haible  <bruno@clisp.org>
18633
18634         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
18635         the format string into writable memory. Needed in Fortify conditions.
18636
18637 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
18638             Bruno Haible  <bruno@clisp.org>
18639
18640         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
18641         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
18642         * modules/trim (Depends-on): Add mbchar.
18643         (configure.ac): Add gl_FUNC_MBRTOWC.
18644         (Makefile.am): Augment lib_SOURCES.
18645
18646 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18647
18648         Modify glob.c to use fstatat and dirfd, to simplify it.
18649         Suggested by Eric Blake.
18650         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
18651         Don't include <stdbool.h>; not used.
18652         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
18653         (link_exists_p): Simplify implementation, since we can now assume
18654         dirfd and fstatat.
18655         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
18656
18657 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18658
18659         * gnulib-tool (func_get_dependencies): Fix sed script to
18660         match only tests.
18661
18662 2007-10-17  Bruno Haible  <bruno@clisp.org>
18663
18664         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
18665         allow locale names without encoding suffix.
18666         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
18667         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18668
18669 2007-10-16  Bruno Haible  <bruno@clisp.org>
18670
18671         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
18672         * lib/getgroups.c (getgroups): Likewise.
18673         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
18674
18675 2007-10-16  Bruno Haible  <bruno@clisp.org>
18676
18677         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
18678         * modules/malloc-posix (License): Likewise.
18679         * modules/realloc-posix (License): Likewise.
18680         * modules/calloc-posix (License): Likewise.
18681         * modules/intprops (License): Change from GPL to LGPL, with
18682         Paul Eggert's approval.
18683
18684 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18685
18686         Merge glibc changes into lib/glob.c.
18687
18688         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
18689         2007-10-15 04:59:03 UTC.  Here are the changes:
18690
18691         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
18692
18693         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
18694
18695         * lib/glob.c: Add some branch prediction throughout.
18696
18697         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
18698
18699         [BZ #5103]
18700         * lib/glob.c (glob): Recognize patterns starting \/.
18701
18702         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
18703
18704         [BZ #3996]
18705         * lib/glob.c (attribute_hidden): Define if not defined.
18706         (glob): Unescape dirname, filename or username when needed and not
18707         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
18708         is NULL.  Handle unescaped [ in pattern without closing ].
18709         Don't pass GLOB_CHECK down to recursive glob for directories.
18710         (__glob_pattern_type): New function.
18711         (__glob_pattern_p): Implement using __glob_pattern_type.
18712         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
18713         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
18714         Remove unreachable code.
18715
18716         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
18717
18718         * lib/glob.c (glob_in_dir): Add some comments and asserts to
18719         explain why there are no leaks.
18720
18721         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
18722
18723         [BZ #3253]
18724         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
18725         time, rather allocate increasingly bigger arrays of pointers, if
18726         possible with alloca, if too large with malloc.
18727
18728 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18729
18730         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
18731         Problem reported by H.Merijn Brand in
18732         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
18733         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
18734         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
18735
18736 2007-10-15  Bruno Haible  <bruno@clisp.org>
18737
18738         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
18739         with explicit rpl_ prefix.
18740         * lib/fopen.c (fopen): Likewise.
18741         * lib/freopen.c (freopen): Likewise.
18742         * lib/iconv.c (iconv): Likewise.
18743         * lib/iconv_close.c (iconv_close): Likewise.
18744
18745 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18746
18747         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
18748
18749 2007-10-15  Bruno Haible  <bruno@clisp.org>
18750
18751         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
18752         <stddef.h> instead of <stdlib.h> since we only need NULL.
18753         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18754
18755 2007-10-15  Bruno Haible  <bruno@clisp.org>
18756
18757         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
18758         Replace paragraph talking about LIBOBJS.
18759         Reported by Colin Watson <cjwatson@debian.org>.
18760
18761 2007-10-15  Bruno Haible  <bruno@clisp.org>
18762
18763         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
18764         <stdlib.h> before using NULL.
18765
18766 2007-10-15  Simon Josefsson  <simon@josefsson.org>
18767
18768         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
18769         Reported by Albert Chin <china@thewrittenword.com>.
18770
18771 2007-10-14  Bruno Haible  <bruno@clisp.org>
18772
18773         * modules/iconv_open-utf-tests: New file.
18774         * tests/test-iconv-utf.c: New file.
18775
18776         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
18777         * modules/iconv_open-utf: New file.
18778         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
18779         (iconv, iconv_close): New declarations.
18780         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
18781         be defined.
18782         (iconv_open): Add special handling of conversion between UTF-8 and
18783         UTF-{16,32}{BE,LE}.
18784         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
18785         * lib/iconv_close.c: New file.
18786         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
18787         gl_FUNC_ICONV_OPEN.
18788         (gl_FUNC_ICONV_OPEN): Use it.
18789         (gl_FUNC_ICONV_OPEN_UTF): New macro.
18790         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
18791         and REPLACE_ICONV_UTF.
18792         * modules/iconv_open (Depends-on): Add c-strcase.
18793         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
18794         ICONV_CONST.
18795         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
18796
18797 2007-10-13  Albert Chin  <china@thewrittenword.com>
18798             Bruno Haible  <bruno@clisp.org>
18799
18800         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
18801         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
18802
18803 2007-10-13  Bruno Haible  <bruno@clisp.org>
18804
18805         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
18806         defined, use the ISO C99 inline semantics.
18807         * lib/argp.h (ARGP_EI): Likewise.
18808
18809 2007-10-13  Bruno Haible  <bruno@clisp.org>
18810
18811         Handle 'inline' change in gcc 4.3.0.
18812         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
18813         argp_fmtstream_write, argp_fmtstream_set_lmargin,
18814         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
18815         argp_fmtstream_point): Disable 'extern' declaration if the function
18816         definition is going to be provided inline.
18817         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
18818         semantics, not the ISO C99 inline semantics.
18819         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
18820         'extern' declaration if the function definition is going to be provided
18821         inline.
18822         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
18823         the GNU C inline semantics, not the ISO C99 inline semantics. With
18824         GCC 4.2, avoid a warning.
18825
18826 2007-10-13  Bruno Haible  <bruno@clisp.org>
18827
18828         * lib/freading.h (freading): Enable the use of __freading for
18829         glibc >= 2.7.
18830         * lib/freading.c (freading): Likewise.
18831
18832 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18833
18834         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
18835         "warning: C99 inline functions are not supported; using GNU89".
18836
18837 2007-10-12  Bruno Haible  <bruno@clisp.org>
18838
18839         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
18840         of 2.
18841         * tests/test-ceilf2.c: New file.
18842         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
18843
18844         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
18845         * modules/ceilf-tests: Update.
18846
18847 2007-10-12  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
18850         of 2.
18851         * tests/test-floorf2.c: New file.
18852         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
18853
18854         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
18855         * modules/floorf-tests: Update.
18856
18857 2007-10-12  Bruno Haible  <bruno@clisp.org>
18858
18859         * tests/test-trunc2.c: New file.
18860         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
18861
18862         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
18863         * modules/trunc-tests: Update.
18864
18865 2007-10-12  Bruno Haible  <bruno@clisp.org>
18866
18867         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
18868         of 2.
18869         * tests/test-truncf2.c: New file.
18870         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
18871
18872         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
18873         * modules/truncf-tests: Update.
18874
18875 2007-10-11  Eric Blake  <ebb9@byu.net>
18876
18877         Don't claim strerror is broken on Interix.
18878         * doc/functions/strerror.texi (strerror): Known broken systems are
18879         now Solaris 8, and not Interix.
18880         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
18881         Interix on cross-compile.
18882         Reported by Martin Koeppe in
18883         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
18884
18885 2007-10-11  Bruno Haible  <bruno@clisp.org>
18886
18887         * modules/i-ring-tests: New file.
18888         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
18889         instead of assert.
18890
18891 2007-10-11  Bruno Haible  <bruno@clisp.org>
18892
18893         * modules/filenamecat-tests: New file.
18894         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
18895         * lib/filenamecat.c: Remove test code.
18896
18897 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18898
18899         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
18900
18901         * lib/strerror.c: Include <string.h> always, to test interface,
18902         and to remove the need for the dummy.
18903         Include intprops.h to compute width instead of doing it ourselves
18904         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
18905         (strerror): Define it to return NULL if there's no system strerror.
18906         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
18907         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
18908         ancient pre-strerror Unix systems well any more.  Saying "unknown
18909         system error" is enough.
18910         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
18911         simpler strerror.c implementation.
18912         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
18913         Simplify the tests to reflect the simpler strerror implementation.
18914         * modules/strerror (Depends-on): Add intprops.
18915
18916 2007-10-09  Eric Blake  <ebb9@byu.net>
18917
18918         Silence test-fpending.
18919         * modules/fpending-tests (Files): Add wrapper script.
18920         * tests/test-fpending.sh: New file.
18921
18922 2007-10-09  Bruno Haible  <bruno@clisp.org>
18923
18924         * MODULES.html.sh (func_module): Don't create a hyperlink for
18925         function names like 'printf_frexp'.
18926         (Misc): Add crc, memxor.
18927         (Characteristics of floating types): New section.
18928         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
18929         isnanf-nolibm, signbit, trunc, truncf, truncl.
18930         (Enhancements for ISO C 99 functions): New subsection Input/output.
18931         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
18932         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
18933         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
18934         (Compatibility checks for POSIX:2001 functions): Add clock-time.
18935         (Enhancements for POSIX:2001 functions): Add chdir-long.
18936         (File system functions): Add areadlink, chdir-safer, read-file.
18937         Remove cycle-check.
18938         (File system as inode set): New section.
18939         (Date and time): Add gethrxtime.
18940         (Multithreading): Add openmp.
18941         (Internationalization functions): Add localename.
18942         (Unicode string functions): Add unistr/u*-mbsnlen.
18943         (Support for maintaining and releasing projects): Add git-version-gen.
18944         (Lone files): Remove directories.
18945
18946 2007-10-08  Ben Pfaff  <blp@gnu.org>
18947
18948         * lib/xmalloca.h: Fix typo in comment.
18949
18950 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18951
18952         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
18953         when avoiding problems with integer overflow.  Use a portable test
18954         instead.
18955
18956 2007-10-08  Simon Josefsson  <simon@josefsson.org>
18957
18958         * modules/dummy (License): Change to LGPLv2+.
18959         * modules/float (License): Likewise
18960         * modules/realloc (License): Likewise
18961         * modules/stdlib (License): Likewise
18962
18963 2007-10-07  Bruno Haible  <bruno@clisp.org>
18964
18965         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
18966         * floor.c (TWO_MANT_DIG): Likewise.
18967         * ceil.c (TWO_MANT_DIG): Likewise.
18968         Reported by Ben Pfaff.
18969
18970 2007-10-07  Bruno Haible  <bruno@clisp.org>
18971
18972         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
18973         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
18974         * lib/frexp.c (FUNC): Likewise.
18975         * lib/printf-frexp.h (printf_frexp): Likewise.
18976         * lib/printf-frexpl.h (printf_frexpl): Likewise.
18977         * lib/printf-frexp.c (FUNC): Likewise.
18978         Suggested by Jim Meyering.
18979
18980 2007-10-07  Jim Meyering  <meyering@redhat.com>
18981
18982         Make xnanosleep's integer overflow test more robust.
18983         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
18984         so that gcc-4.3.0 doesn't optimize away this test for overflow.
18985
18986 2007-10-07  Bruno Haible  <bruno@clisp.org>
18987
18988         * NEWS: Mention the license change.
18989
18990         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
18991         abbreviations in the modules files.
18992
18993         Change copyright notice from GPLv2+ to GPLv3+.
18994         * README: Change copyright notice.
18995         * MODULES.html.sh: Likewise.
18996         * build-aux/bootstrap.conf: Likewise.
18997         * build-aux/config.libpath: Likewise.
18998         * build-aux/csharpcomp.sh.in: Likewise.
18999         * build-aux/csharpexec.sh.in: Likewise.
19000         * build-aux/install-reloc: Likewise.
19001         * build-aux/javacomp.sh.in: Likewise.
19002         * build-aux/javaexec.sh.in: Likewise.
19003         * build-aux/ldd.sh.in: Likewise.
19004         * build-aux/reloc-ldflags: Likewise.
19005         * build-aux/relocatable.sh.in: Likewise.
19006         * build-aux/x-to-1.in: Likewise.
19007         * check-module: Likewise.
19008         * config/srclistvars.sh: Likewise.
19009         * gnulib-tool: Likewise.
19010         * lib/acl-internal.h: Likewise.
19011         * lib/acl.c: Likewise.
19012         * lib/acl.h: Likewise.
19013         * lib/acl_entries.c: Likewise.
19014         * lib/areadlink-with-size.c: Likewise.
19015         * lib/areadlink.c: Likewise.
19016         * lib/areadlink.h: Likewise.
19017         * lib/argmatch.c: Likewise.
19018         * lib/argmatch.h: Likewise.
19019         * lib/argp-ba.c: Likewise.
19020         * lib/argp-eexst.c: Likewise.
19021         * lib/argp-fmtstream.c: Likewise.
19022         * lib/argp-fmtstream.h: Likewise.
19023         * lib/argp-fs-xinl.c: Likewise.
19024         * lib/argp-help.c: Likewise.
19025         * lib/argp-namefrob.h: Likewise.
19026         * lib/argp-parse.c: Likewise.
19027         * lib/argp-pin.c: Likewise.
19028         * lib/argp-pv.c: Likewise.
19029         * lib/argp-pvh.c: Likewise.
19030         * lib/argp-xinl.c: Likewise.
19031         * lib/argp.h: Likewise.
19032         * lib/at-func.c: Likewise.
19033         * lib/atanl.c: Likewise.
19034         * lib/backupfile.c: Likewise.
19035         * lib/backupfile.h: Likewise.
19036         * lib/basename.c: Likewise.
19037         * lib/binary-io.h: Likewise.
19038         * lib/byteswap.in.h: Likewise.
19039         * lib/c-stack.c: Likewise.
19040         * lib/c-stack.h: Likewise.
19041         * lib/c-strcasestr.c: Likewise.
19042         * lib/c-strcasestr.h: Likewise.
19043         * lib/c-strstr.c: Likewise.
19044         * lib/c-strstr.h: Likewise.
19045         * lib/c-strtod.c: Likewise.
19046         * lib/calloc.c: Likewise.
19047         * lib/canon-host.c: Likewise.
19048         * lib/canon-host.h: Likewise.
19049         * lib/canonicalize-lgpl.c: Likewise.
19050         * lib/canonicalize.c: Likewise.
19051         * lib/canonicalize.h: Likewise.
19052         * lib/ceil.c: Likewise.
19053         * lib/ceilf.c: Likewise.
19054         * lib/ceill.c: Likewise.
19055         * lib/chdir-long.c: Likewise.
19056         * lib/chdir-long.h: Likewise.
19057         * lib/chdir-safer.c: Likewise.
19058         * lib/chdir-safer.h: Likewise.
19059         * lib/chown.c: Likewise.
19060         * lib/classpath.c: Likewise.
19061         * lib/classpath.h: Likewise.
19062         * lib/clean-temp.c: Likewise.
19063         * lib/clean-temp.h: Likewise.
19064         * lib/cloexec.c: Likewise.
19065         * lib/close-stream.c: Likewise.
19066         * lib/closein.c: Likewise.
19067         * lib/closein.h: Likewise.
19068         * lib/closeout.c: Likewise.
19069         * lib/closeout.h: Likewise.
19070         * lib/concat-filename.c: Likewise.
19071         * lib/copy-file.c: Likewise.
19072         * lib/copy-file.h: Likewise.
19073         * lib/count-one-bits.h: Likewise.
19074         * lib/crc.c: Likewise.
19075         * lib/crc.h: Likewise.
19076         * lib/creat-safer.c: Likewise.
19077         * lib/csharpcomp.c: Likewise.
19078         * lib/csharpcomp.h: Likewise.
19079         * lib/csharpexec.c: Likewise.
19080         * lib/csharpexec.h: Likewise.
19081         * lib/cycle-check.c: Likewise.
19082         * lib/cycle-check.h: Likewise.
19083         * lib/diacrit.c: Likewise.
19084         * lib/diacrit.h: Likewise.
19085         * lib/diffseq.h: Likewise.
19086         * lib/dirchownmod.c: Likewise.
19087         * lib/dirent.in.h: Likewise.
19088         * lib/dirfd.c: Likewise.
19089         * lib/dirfd.h: Likewise.
19090         * lib/dirname.c: Likewise.
19091         * lib/dirname.h: Likewise.
19092         * lib/dummy.c: Likewise.
19093         * lib/dup-safer.c: Likewise.
19094         * lib/dup2.c: Likewise.
19095         * lib/eealloc.h: Likewise.
19096         * lib/error.c: Likewise.
19097         * lib/error.h: Likewise.
19098         * lib/euidaccess.c: Likewise.
19099         * lib/exclude.c: Likewise.
19100         * lib/exclude.h: Likewise.
19101         * lib/execute.c: Likewise.
19102         * lib/execute.h: Likewise.
19103         * lib/exitfail.c: Likewise.
19104         * lib/exitfail.h: Likewise.
19105         * lib/expl.c: Likewise.
19106         * lib/fatal-signal.c: Likewise.
19107         * lib/fatal-signal.h: Likewise.
19108         * lib/fbufmode.c: Likewise.
19109         * lib/fbufmode.h: Likewise.
19110         * lib/fchdir.c: Likewise.
19111         * lib/fchmodat.c: Likewise.
19112         * lib/fchownat.c: Likewise.
19113         * lib/fcntl--.h: Likewise.
19114         * lib/fcntl-safer.h: Likewise.
19115         * lib/fcntl.in.h: Likewise.
19116         * lib/fd-safer.c: Likewise.
19117         * lib/fflush.c: Likewise.
19118         * lib/file-has-acl.c: Likewise.
19119         * lib/file-set.c: Likewise.
19120         * lib/file-type.c: Likewise.
19121         * lib/file-type.h: Likewise.
19122         * lib/fileblocks.c: Likewise.
19123         * lib/filemode.c: Likewise.
19124         * lib/filemode.h: Likewise.
19125         * lib/filename.h: Likewise.
19126         * lib/filenamecat.c: Likewise.
19127         * lib/filenamecat.h: Likewise.
19128         * lib/findprog.c: Likewise.
19129         * lib/findprog.h: Likewise.
19130         * lib/float.in.h: Likewise.
19131         * lib/floor.c: Likewise.
19132         * lib/floorf.c: Likewise.
19133         * lib/floorl.c: Likewise.
19134         * lib/fopen-safer.c: Likewise.
19135         * lib/fopen.c: Likewise.
19136         * lib/fpending.c: Likewise.
19137         * lib/fpending.h: Likewise.
19138         * lib/fprintf.c: Likewise.
19139         * lib/fprintftime.h: Likewise.
19140         * lib/fpucw.h: Likewise.
19141         * lib/fpurge.c: Likewise.
19142         * lib/fpurge.h: Likewise.
19143         * lib/freadable.c: Likewise.
19144         * lib/freadable.h: Likewise.
19145         * lib/freadahead.c: Likewise.
19146         * lib/freadahead.h: Likewise.
19147         * lib/freading.c: Likewise.
19148         * lib/freading.h: Likewise.
19149         * lib/free.c: Likewise.
19150         * lib/freopen.c: Likewise.
19151         * lib/frexp.c: Likewise.
19152         * lib/frexpl.c: Likewise.
19153         * lib/fseek.c: Likewise.
19154         * lib/fseterr.c: Likewise.
19155         * lib/fseterr.h: Likewise.
19156         * lib/fstatat.c: Likewise.
19157         * lib/fstrcmp.c: Likewise.
19158         * lib/fstrcmp.h: Likewise.
19159         * lib/fsusage.c: Likewise.
19160         * lib/fsusage.h: Likewise.
19161         * lib/ftell.c: Likewise.
19162         * lib/ftello.c: Likewise.
19163         * lib/fts-cycle.c: Likewise.
19164         * lib/fts.c: Likewise.
19165         * lib/fts_.h: Likewise.
19166         * lib/full-read.c: Likewise.
19167         * lib/full-read.h: Likewise.
19168         * lib/full-write.c: Likewise.
19169         * lib/full-write.h: Likewise.
19170         * lib/fwritable.c: Likewise.
19171         * lib/fwritable.h: Likewise.
19172         * lib/fwriteerror.c: Likewise.
19173         * lib/fwriteerror.h: Likewise.
19174         * lib/fwriting.c: Likewise.
19175         * lib/fwriting.h: Likewise.
19176         * lib/gcd.c: Likewise.
19177         * lib/gcd.h: Likewise.
19178         * lib/getcwd.c: Likewise.
19179         * lib/getdate.h: Likewise.
19180         * lib/getdate.y: Likewise.
19181         * lib/getdomainname.c: Likewise.
19182         * lib/getdomainname.h: Likewise.
19183         * lib/getgroups.c: Likewise.
19184         * lib/gethostname.c: Likewise.
19185         * lib/gethrxtime.c: Likewise.
19186         * lib/gethrxtime.h: Likewise.
19187         * lib/getloadavg.c: Likewise.
19188         * lib/getndelim2.c: Likewise.
19189         * lib/getndelim2.h: Likewise.
19190         * lib/getnline.c: Likewise.
19191         * lib/getnline.h: Likewise.
19192         * lib/getopt.c: Likewise.
19193         * lib/getopt.in.h: Likewise.
19194         * lib/getopt1.c: Likewise.
19195         * lib/getopt_int.h: Likewise.
19196         * lib/getpagesize.h: Likewise.
19197         * lib/getsubopt.c: Likewise.
19198         * lib/gettime.c: Likewise.
19199         * lib/getugroups.c: Likewise.
19200         * lib/getugroups.h: Likewise.
19201         * lib/getusershell.c: Likewise.
19202         * lib/gl_anyavltree_list1.h: Likewise.
19203         * lib/gl_anyavltree_list2.h: Likewise.
19204         * lib/gl_anyhash_list1.h: Likewise.
19205         * lib/gl_anyhash_list2.h: Likewise.
19206         * lib/gl_anylinked_list1.h: Likewise.
19207         * lib/gl_anylinked_list2.h: Likewise.
19208         * lib/gl_anyrbtree_list1.h: Likewise.
19209         * lib/gl_anyrbtree_list2.h: Likewise.
19210         * lib/gl_anytree_list1.h: Likewise.
19211         * lib/gl_anytree_list2.h: Likewise.
19212         * lib/gl_anytree_oset.h: Likewise.
19213         * lib/gl_anytreehash_list1.h: Likewise.
19214         * lib/gl_anytreehash_list2.h: Likewise.
19215         * lib/gl_array_list.c: Likewise.
19216         * lib/gl_array_list.h: Likewise.
19217         * lib/gl_array_oset.c: Likewise.
19218         * lib/gl_array_oset.h: Likewise.
19219         * lib/gl_avltree_list.c: Likewise.
19220         * lib/gl_avltree_list.h: Likewise.
19221         * lib/gl_avltree_oset.c: Likewise.
19222         * lib/gl_avltree_oset.h: Likewise.
19223         * lib/gl_avltreehash_list.c: Likewise.
19224         * lib/gl_avltreehash_list.h: Likewise.
19225         * lib/gl_carray_list.c: Likewise.
19226         * lib/gl_carray_list.h: Likewise.
19227         * lib/gl_linked_list.c: Likewise.
19228         * lib/gl_linked_list.h: Likewise.
19229         * lib/gl_linkedhash_list.c: Likewise.
19230         * lib/gl_linkedhash_list.h: Likewise.
19231         * lib/gl_list.c: Likewise.
19232         * lib/gl_list.h: Likewise.
19233         * lib/gl_oset.c: Likewise.
19234         * lib/gl_oset.h: Likewise.
19235         * lib/gl_rbtree_list.c: Likewise.
19236         * lib/gl_rbtree_list.h: Likewise.
19237         * lib/gl_rbtree_oset.c: Likewise.
19238         * lib/gl_rbtree_oset.h: Likewise.
19239         * lib/gl_rbtreehash_list.c: Likewise.
19240         * lib/gl_rbtreehash_list.h: Likewise.
19241         * lib/gl_sublist.c: Likewise.
19242         * lib/gl_sublist.h: Likewise.
19243         * lib/group-member.c: Likewise.
19244         * lib/group-member.h: Likewise.
19245         * lib/hard-locale.c: Likewise.
19246         * lib/hard-locale.h: Likewise.
19247         * lib/hash-pjw.c: Likewise.
19248         * lib/hash-pjw.h: Likewise.
19249         * lib/hash-triple.c: Likewise.
19250         * lib/hash.c: Likewise.
19251         * lib/hash.h: Likewise.
19252         * lib/human.c: Likewise.
19253         * lib/human.h: Likewise.
19254         * lib/i-ring.c: Likewise.
19255         * lib/i-ring.h: Likewise.
19256         * lib/idcache.c: Likewise.
19257         * lib/imaxabs.c: Likewise.
19258         * lib/imaxdiv.c: Likewise.
19259         * lib/inet_pton.c: Likewise.
19260         * lib/inet_pton.h: Likewise.
19261         * lib/intprops.h: Likewise.
19262         * lib/inttostr.c: Likewise.
19263         * lib/inttostr.h: Likewise.
19264         * lib/inttypes.in.h: Likewise.
19265         * lib/isapipe.c: Likewise.
19266         * lib/isdir.c: Likewise.
19267         * lib/isnan.c: Likewise.
19268         * lib/isnan.h: Likewise.
19269         * lib/isnanf.c: Likewise.
19270         * lib/isnanf.h: Likewise.
19271         * lib/isnanl-nolibm.h: Likewise.
19272         * lib/isnanl.c: Likewise.
19273         * lib/isnanl.h: Likewise.
19274         * lib/javacomp.c: Likewise.
19275         * lib/javacomp.h: Likewise.
19276         * lib/javaexec.c: Likewise.
19277         * lib/javaexec.h: Likewise.
19278         * lib/javaversion.c: Likewise.
19279         * lib/javaversion.h: Likewise.
19280         * lib/javaversion.java: Likewise.
19281         * lib/lbrkprop.h: Likewise.
19282         * lib/lchmod.h: Likewise.
19283         * lib/lchown.c: Likewise.
19284         * lib/ldexpl.c: Likewise.
19285         * lib/linebreak.c: Likewise.
19286         * lib/linebreak.h: Likewise.
19287         * lib/linebuffer.c: Likewise.
19288         * lib/linebuffer.h: Likewise.
19289         * lib/locale.in.h: Likewise.
19290         * lib/logl.c: Likewise.
19291         * lib/long-options.c: Likewise.
19292         * lib/long-options.h: Likewise.
19293         * lib/lstat.c: Likewise.
19294         * lib/lstat.h: Likewise.
19295         * lib/math.in.h: Likewise.
19296         * lib/mbchar.c: Likewise.
19297         * lib/mbchar.h: Likewise.
19298         * lib/mbfile.h: Likewise.
19299         * lib/mbiter.h: Likewise.
19300         * lib/mbscasecmp.c: Likewise.
19301         * lib/mbscasestr.c: Likewise.
19302         * lib/mbschr.c: Likewise.
19303         * lib/mbscspn.c: Likewise.
19304         * lib/mbslen.c: Likewise.
19305         * lib/mbsncasecmp.c: Likewise.
19306         * lib/mbsnlen.c: Likewise.
19307         * lib/mbspbrk.c: Likewise.
19308         * lib/mbspcasecmp.c: Likewise.
19309         * lib/mbsrchr.c: Likewise.
19310         * lib/mbssep.c: Likewise.
19311         * lib/mbsspn.c: Likewise.
19312         * lib/mbsstr.c: Likewise.
19313         * lib/mbstok_r.c: Likewise.
19314         * lib/mbswidth.c: Likewise.
19315         * lib/mbswidth.h: Likewise.
19316         * lib/mbuiter.h: Likewise.
19317         * lib/memcasecmp.c: Likewise.
19318         * lib/memcasecmp.h: Likewise.
19319         * lib/memchr.c: Likewise.
19320         * lib/memcmp.c: Likewise.
19321         * lib/memcoll.c: Likewise.
19322         * lib/memcoll.h: Likewise.
19323         * lib/memcpy.c: Likewise.
19324         * lib/memrchr.c: Likewise.
19325         * lib/mkancesdirs.c: Likewise.
19326         * lib/mkdir-p.c: Likewise.
19327         * lib/mkdir-p.h: Likewise.
19328         * lib/mkdir.c: Likewise.
19329         * lib/mkdirat.c: Likewise.
19330         * lib/mkdtemp.c: Likewise.
19331         * lib/mkstemp-safer.c: Likewise.
19332         * lib/mkstemp.c: Likewise.
19333         * lib/modechange.c: Likewise.
19334         * lib/modechange.h: Likewise.
19335         * lib/mountlist.c: Likewise.
19336         * lib/mountlist.h: Likewise.
19337         * lib/mpsort.c: Likewise.
19338         * lib/nanosleep.c: Likewise.
19339         * lib/obstack.c: Likewise.
19340         * lib/obstack.h: Likewise.
19341         * lib/open-safer.c: Likewise.
19342         * lib/open.c: Likewise.
19343         * lib/openat-die.c: Likewise.
19344         * lib/openat-priv.h: Likewise.
19345         * lib/openat-proc.c: Likewise.
19346         * lib/openat.c: Likewise.
19347         * lib/openat.h: Likewise.
19348         * lib/pagealign_alloc.c: Likewise.
19349         * lib/pagealign_alloc.h: Likewise.
19350         * lib/physmem.c: Likewise.
19351         * lib/physmem.h: Likewise.
19352         * lib/pipe-safer.c: Likewise.
19353         * lib/pipe.c: Likewise.
19354         * lib/pipe.h: Likewise.
19355         * lib/posixtm.c: Likewise.
19356         * lib/posixtm.h: Likewise.
19357         * lib/posixver.c: Likewise.
19358         * lib/printf-frexp.c: Likewise.
19359         * lib/printf-frexp.h: Likewise.
19360         * lib/printf-frexpl.c: Likewise.
19361         * lib/printf-frexpl.h: Likewise.
19362         * lib/printf.c: Likewise.
19363         * lib/progname.c: Likewise.
19364         * lib/progname.h: Likewise.
19365         * lib/progreloc.c: Likewise.
19366         * lib/putenv.c: Likewise.
19367         * lib/quote.c: Likewise.
19368         * lib/quote.h: Likewise.
19369         * lib/quotearg.c: Likewise.
19370         * lib/quotearg.h: Likewise.
19371         * lib/raise.c: Likewise.
19372         * lib/readline.c: Likewise.
19373         * lib/readline.h: Likewise.
19374         * lib/readlink.c: Likewise.
19375         * lib/readtokens.c: Likewise.
19376         * lib/readtokens.h: Likewise.
19377         * lib/readtokens0.c: Likewise.
19378         * lib/readtokens0.h: Likewise.
19379         * lib/readutmp.c: Likewise.
19380         * lib/readutmp.h: Likewise.
19381         * lib/realloc.c: Likewise.
19382         * lib/relocwrapper.c: Likewise.
19383         * lib/rename-dest-slash.c: Likewise.
19384         * lib/rename.c: Likewise.
19385         * lib/rmdir.c: Likewise.
19386         * lib/rpmatch.c: Likewise.
19387         * lib/safe-read.c: Likewise.
19388         * lib/safe-read.h: Likewise.
19389         * lib/safe-write.c: Likewise.
19390         * lib/safe-write.h: Likewise.
19391         * lib/same-inode.h: Likewise.
19392         * lib/same.c: Likewise.
19393         * lib/same.h: Likewise.
19394         * lib/save-cwd.c: Likewise.
19395         * lib/save-cwd.h: Likewise.
19396         * lib/savedir.c: Likewise.
19397         * lib/savedir.h: Likewise.
19398         * lib/savewd.c: Likewise.
19399         * lib/savewd.h: Likewise.
19400         * lib/search.in.h: Likewise.
19401         * lib/setenv.c: Likewise.
19402         * lib/setenv.h: Likewise.
19403         * lib/settime.c: Likewise.
19404         * lib/sh-quote.c: Likewise.
19405         * lib/sh-quote.h: Likewise.
19406         * lib/sig2str.c: Likewise.
19407         * lib/sig2str.h: Likewise.
19408         * lib/signal.in.h: Likewise.
19409         * lib/signbitd.c: Likewise.
19410         * lib/signbitf.c: Likewise.
19411         * lib/signbitl.c: Likewise.
19412         * lib/sigprocmask.c: Likewise.
19413         * lib/sincosl.c: Likewise.
19414         * lib/sleep.c: Likewise.
19415         * lib/sprintf.c: Likewise.
19416         * lib/sqrtl.c: Likewise.
19417         * lib/stat-time.h: Likewise.
19418         * lib/stdio--.h: Likewise.
19419         * lib/stdio-safer.h: Likewise.
19420         * lib/stdlib--.h: Likewise.
19421         * lib/stdlib-safer.h: Likewise.
19422         * lib/stdlib.in.h: Likewise.
19423         * lib/stpcpy.c: Likewise.
19424         * lib/stpncpy.c: Likewise.
19425         * lib/strchrnul.c: Likewise.
19426         * lib/strcspn.c: Likewise.
19427         * lib/strerror.c: Likewise.
19428         * lib/strftime.c: Likewise.
19429         * lib/strftime.h: Likewise.
19430         * lib/striconveh.c: Likewise.
19431         * lib/striconveh.h: Likewise.
19432         * lib/striconveha.c: Likewise.
19433         * lib/striconveha.h: Likewise.
19434         * lib/stripslash.c: Likewise.
19435         * lib/strnlen1.c: Likewise.
19436         * lib/strnlen1.h: Likewise.
19437         * lib/strtod.c: Likewise.
19438         * lib/strtoimax.c: Likewise.
19439         * lib/strtok_r.c: Likewise.
19440         * lib/strtol.c: Likewise.
19441         * lib/strtoll.c: Likewise.
19442         * lib/strtoul.c: Likewise.
19443         * lib/strtoull.c: Likewise.
19444         * lib/sysexits.in.h: Likewise.
19445         * lib/tempname.c: Likewise.
19446         * lib/tempname.h: Likewise.
19447         * lib/timespec.h: Likewise.
19448         * lib/tls.c: Likewise.
19449         * lib/tls.h: Likewise.
19450         * lib/tmpdir.c: Likewise.
19451         * lib/tmpdir.h: Likewise.
19452         * lib/tmpfile-safer.c: Likewise.
19453         * lib/tmpfile.c: Likewise.
19454         * lib/trigl.c: Likewise.
19455         * lib/trigl.h: Likewise.
19456         * lib/trim.c: Likewise.
19457         * lib/trim.h: Likewise.
19458         * lib/trunc.c: Likewise.
19459         * lib/truncf.c: Likewise.
19460         * lib/truncl.c: Likewise.
19461         * lib/tsearch.c: Likewise.
19462         * lib/unicodeio.c: Likewise.
19463         * lib/unicodeio.h: Likewise.
19464         * lib/unistd--.h: Likewise.
19465         * lib/unistd-safer.h: Likewise.
19466         * lib/unistdio/ulc-fprintf.c: Likewise.
19467         * lib/unistdio/ulc-vfprintf.c: Likewise.
19468         * lib/unlinkdir.c: Likewise.
19469         * lib/unlinkdir.h: Likewise.
19470         * lib/unlocked-io.h: Likewise.
19471         * lib/unsetenv.c: Likewise.
19472         * lib/userspec.c: Likewise.
19473         * lib/utime.c: Likewise.
19474         * lib/utimecmp.c: Likewise.
19475         * lib/utimecmp.h: Likewise.
19476         * lib/utimens.c: Likewise.
19477         * lib/verify.h: Likewise.
19478         * lib/verror.c: Likewise.
19479         * lib/verror.h: Likewise.
19480         * lib/version-etc-fsf.c: Likewise.
19481         * lib/version-etc.c: Likewise.
19482         * lib/version-etc.h: Likewise.
19483         * lib/vfprintf.c: Likewise.
19484         * lib/vprintf.c: Likewise.
19485         * lib/vsprintf.c: Likewise.
19486         * lib/w32spawn.h: Likewise.
19487         * lib/wait-process.c: Likewise.
19488         * lib/wait-process.h: Likewise.
19489         * lib/wcwidth.c: Likewise.
19490         * lib/write-any-file.c: Likewise.
19491         * lib/xalloc-die.c: Likewise.
19492         * lib/xalloc.h: Likewise.
19493         * lib/xasprintf.c: Likewise.
19494         * lib/xgetcwd.c: Likewise.
19495         * lib/xgetcwd.h: Likewise.
19496         * lib/xgetdomainname.c: Likewise.
19497         * lib/xgetdomainname.h: Likewise.
19498         * lib/xgethostname.c: Likewise.
19499         * lib/xmalloc.c: Likewise.
19500         * lib/xmalloca.c: Likewise.
19501         * lib/xmalloca.h: Likewise.
19502         * lib/xmemcoll.c: Likewise.
19503         * lib/xnanosleep.c: Likewise.
19504         * lib/xreadlink.c: Likewise.
19505         * lib/xreadlink.h: Likewise.
19506         * lib/xsetenv.c: Likewise.
19507         * lib/xsetenv.h: Likewise.
19508         * lib/xstriconv.c: Likewise.
19509         * lib/xstriconv.h: Likewise.
19510         * lib/xstrndup.c: Likewise.
19511         * lib/xstrndup.h: Likewise.
19512         * lib/xstrtod.c: Likewise.
19513         * lib/xstrtod.h: Likewise.
19514         * lib/xstrtol-error.c: Likewise.
19515         * lib/xstrtol.c: Likewise.
19516         * lib/xstrtol.h: Likewise.
19517         * lib/xtime.h: Likewise.
19518         * lib/xvasprintf.c: Likewise.
19519         * lib/xvasprintf.h: Likewise.
19520         * lib/yesno.c: Likewise.
19521         * lib/yesno.h: Likewise.
19522         * posix-modules: Likewise.
19523         * tests/test-alloca-opt.c: Likewise.
19524         * tests/test-arcfour.c: Likewise.
19525         * tests/test-arctwo.c: Likewise.
19526         * tests/test-argmatch.c: Likewise.
19527         * tests/test-argp-2.sh: Likewise.
19528         * tests/test-argp.c: Likewise.
19529         * tests/test-arpa_inet.c: Likewise.
19530         * tests/test-array_list.c: Likewise.
19531         * tests/test-array_oset.c: Likewise.
19532         * tests/test-atexit.c: Likewise.
19533         * tests/test-avltree_list.c: Likewise.
19534         * tests/test-avltree_oset.c: Likewise.
19535         * tests/test-avltreehash_list.c: Likewise.
19536         * tests/test-base64.c: Likewise.
19537         * tests/test-binary-io.c: Likewise.
19538         * tests/test-byteswap.c: Likewise.
19539         * tests/test-c-ctype.c: Likewise.
19540         * tests/test-c-strcasecmp.c: Likewise.
19541         * tests/test-c-strcasestr.c: Likewise.
19542         * tests/test-c-strncasecmp.c: Likewise.
19543         * tests/test-c-strstr.c: Likewise.
19544         * tests/test-canonicalize-lgpl.c: Likewise.
19545         * tests/test-canonicalize.c: Likewise.
19546         * tests/test-carray_list.c: Likewise.
19547         * tests/test-ceilf.c: Likewise.
19548         * tests/test-ceill.c: Likewise.
19549         * tests/test-count-one-bits.c: Likewise.
19550         * tests/test-crc.c: Likewise.
19551         * tests/test-dirname.c: Likewise.
19552         * tests/test-fbufmode.c: Likewise.
19553         * tests/test-fcntl.c: Likewise.
19554         * tests/test-fflush.c: Likewise.
19555         * tests/test-floorf.c: Likewise.
19556         * tests/test-floorl.c: Likewise.
19557         * tests/test-fopen.c: Likewise.
19558         * tests/test-fprintf-posix.c: Likewise.
19559         * tests/test-fprintf-posix.h: Likewise.
19560         * tests/test-fpurge.c: Likewise.
19561         * tests/test-freadable.c: Likewise.
19562         * tests/test-freadahead.c: Likewise.
19563         * tests/test-freading.c: Likewise.
19564         * tests/test-freopen.c: Likewise.
19565         * tests/test-frexp.c: Likewise.
19566         * tests/test-frexpl.c: Likewise.
19567         * tests/test-fseek.c: Likewise.
19568         * tests/test-fseeko.c: Likewise.
19569         * tests/test-fseterr.c: Likewise.
19570         * tests/test-fstrcmp.c: Likewise.
19571         * tests/test-ftell.c: Likewise.
19572         * tests/test-ftello.c: Likewise.
19573         * tests/test-fwritable.c: Likewise.
19574         * tests/test-fwriting.c: Likewise.
19575         * tests/test-getaddrinfo.c: Likewise.
19576         * tests/test-getpass.c: Likewise.
19577         * tests/test-gettimeofday.c: Likewise.
19578         * tests/test-hmac-md5.c: Likewise.
19579         * tests/test-hmac-sha1.c: Likewise.
19580         * tests/test-iconv.c: Likewise.
19581         * tests/test-iconvme.c: Likewise.
19582         * tests/test-inttypes.c: Likewise.
19583         * tests/test-isnan.c: Likewise.
19584         * tests/test-isnanf.c: Likewise.
19585         * tests/test-isnanl-nolibm.c: Likewise.
19586         * tests/test-isnanl.c: Likewise.
19587         * tests/test-isnanl.h: Likewise.
19588         * tests/test-ldexpl.c: Likewise.
19589         * tests/test-linked_list.c: Likewise.
19590         * tests/test-linkedhash_list.c: Likewise.
19591         * tests/test-locale.c: Likewise.
19592         * tests/test-localename.c: Likewise.
19593         * tests/test-lock.c: Likewise.
19594         * tests/test-lseek.c: Likewise.
19595         * tests/test-malloca.c: Likewise.
19596         * tests/test-math.c: Likewise.
19597         * tests/test-mbscasecmp.c: Likewise.
19598         * tests/test-mbscasestr1.c: Likewise.
19599         * tests/test-mbscasestr2.c: Likewise.
19600         * tests/test-mbscasestr3.c: Likewise.
19601         * tests/test-mbscasestr4.c: Likewise.
19602         * tests/test-mbschr.c: Likewise.
19603         * tests/test-mbscspn.c: Likewise.
19604         * tests/test-mbsncasecmp.c: Likewise.
19605         * tests/test-mbspbrk.c: Likewise.
19606         * tests/test-mbspcasecmp.c: Likewise.
19607         * tests/test-mbsrchr.c: Likewise.
19608         * tests/test-mbsspn.c: Likewise.
19609         * tests/test-mbsstr1.c: Likewise.
19610         * tests/test-mbsstr2.c: Likewise.
19611         * tests/test-mbsstr3.c: Likewise.
19612         * tests/test-md5.c: Likewise.
19613         * tests/test-memmem.c: Likewise.
19614         * tests/test-netinet_in.c: Likewise.
19615         * tests/test-open.c: Likewise.
19616         * tests/test-printf-frexp.c: Likewise.
19617         * tests/test-printf-frexpl.c: Likewise.
19618         * tests/test-printf-posix.c: Likewise.
19619         * tests/test-printf-posix.h: Likewise.
19620         * tests/test-rbtree_list.c: Likewise.
19621         * tests/test-rbtree_oset.c: Likewise.
19622         * tests/test-rbtreehash_list.c: Likewise.
19623         * tests/test-read-file.c: Likewise.
19624         * tests/test-rijndael.c: Likewise.
19625         * tests/test-search.c: Likewise.
19626         * tests/test-signbit.c: Likewise.
19627         * tests/test-sleep.c: Likewise.
19628         * tests/test-snprintf-posix.c: Likewise.
19629         * tests/test-snprintf-posix.h: Likewise.
19630         * tests/test-snprintf.c: Likewise.
19631         * tests/test-sprintf-posix.c: Likewise.
19632         * tests/test-sprintf-posix.h: Likewise.
19633         * tests/test-stat-time.c: Likewise.
19634         * tests/test-stdbool.c: Likewise.
19635         * tests/test-stdint.c: Likewise.
19636         * tests/test-stdio.c: Likewise.
19637         * tests/test-stdlib.c: Likewise.
19638         * tests/test-stpncpy.c: Likewise.
19639         * tests/test-strcasestr.c: Likewise.
19640         * tests/test-striconv.c: Likewise.
19641         * tests/test-striconveh.c: Likewise.
19642         * tests/test-striconveha.c: Likewise.
19643         * tests/test-string.c: Likewise.
19644         * tests/test-sys_select.c: Likewise.
19645         * tests/test-sys_socket.c: Likewise.
19646         * tests/test-sys_stat.c: Likewise.
19647         * tests/test-sys_time.c: Likewise.
19648         * tests/test-sysexits.c: Likewise.
19649         * tests/test-time.c: Likewise.
19650         * tests/test-tls.c: Likewise.
19651         * tests/test-trunc.c: Likewise.
19652         * tests/test-truncf.c: Likewise.
19653         * tests/test-truncl.c: Likewise.
19654         * tests/test-unistd.c: Likewise.
19655         * tests/test-vasnprintf-posix.c: Likewise.
19656         * tests/test-vasnprintf-posix2.c: Likewise.
19657         * tests/test-vasnprintf.c: Likewise.
19658         * tests/test-vasprintf-posix.c: Likewise.
19659         * tests/test-vasprintf.c: Likewise.
19660         * tests/test-verify.c: Likewise.
19661         * tests/test-vfprintf-posix.c: Likewise.
19662         * tests/test-vprintf-posix.c: Likewise.
19663         * tests/test-vsnprintf-posix.c: Likewise.
19664         * tests/test-vsnprintf.c: Likewise.
19665         * tests/test-vsprintf-posix.c: Likewise.
19666         * tests/test-wchar.c: Likewise.
19667         * tests/test-wctype.c: Likewise.
19668         * tests/test-wcwidth.c: Likewise.
19669         * tests/test-xstrtol.c: Likewise.
19670         * tests/test-xvasprintf.c: Likewise.
19671         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
19672         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
19673         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19674         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19675         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19676         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
19677         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19678         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19679         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19680         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
19681         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19682         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19683         * tests/uniname/test-uninames.c: Likewise.
19684         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
19685         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
19686         * tests/unistdio/test-u16-printf1.h: Likewise.
19687         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
19688         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
19689         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
19690         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
19691         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
19692         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
19693         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
19694         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
19695         * tests/unistdio/test-u32-printf1.h: Likewise.
19696         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
19697         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
19698         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
19699         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
19700         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
19701         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
19702         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
19703         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
19704         * tests/unistdio/test-u8-printf1.h: Likewise.
19705         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
19706         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
19707         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
19708         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
19709         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
19710         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
19711         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
19712         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
19713         * tests/unistdio/test-ulc-printf1.h: Likewise.
19714         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
19715         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
19716         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
19717         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
19718         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
19719         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
19720         * tests/uniwidth/test-u16-strwidth.c: Likewise.
19721         * tests/uniwidth/test-u16-width.c: Likewise.
19722         * tests/uniwidth/test-u32-strwidth.c: Likewise.
19723         * tests/uniwidth/test-u32-width.c: Likewise.
19724         * tests/uniwidth/test-u8-strwidth.c: Likewise.
19725         * tests/uniwidth/test-u8-width.c: Likewise.
19726         * tests/uniwidth/test-uc_width.c: Likewise.
19727         * config/srclist-update: Likewise.
19728         (fixlicense): Update to GPLv3+.
19729
19730         Change copyright notice from LGPLv2.1+ to LGPLv3+.
19731         * tests/test-tsearch.c: Change copyright notice.
19732
19733         Change copyright notice from LGPLv2.0+ to LGPLv3+.
19734         * lib/c-strcaseeq.h: Change copyright notice.
19735         * lib/streq.h: Likewise.
19736         * lib/uniconv.h: Likewise.
19737         * lib/uniconv/u-conv-from-enc.h: Likewise.
19738         * lib/uniconv/u-conv-to-enc.h: Likewise.
19739         * lib/uniconv/u-strconv-from-enc.h: Likewise.
19740         * lib/uniconv/u-strconv-to-enc.h: Likewise.
19741         * lib/uniconv/u16-conv-from-enc.c: Likewise.
19742         * lib/uniconv/u16-conv-to-enc.c: Likewise.
19743         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
19744         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
19745         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
19746         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
19747         * lib/uniconv/u32-conv-from-enc.c: Likewise.
19748         * lib/uniconv/u32-conv-to-enc.c: Likewise.
19749         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
19750         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
19751         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
19752         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
19753         * lib/uniconv/u8-conv-from-enc.c: Likewise.
19754         * lib/uniconv/u8-conv-to-enc.c: Likewise.
19755         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
19756         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
19757         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
19758         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
19759         * lib/uniname.h: Likewise.
19760         * lib/uniname/uniname.c: Likewise.
19761         * lib/unistdio.h: Likewise.
19762         * lib/unistdio/u-asnprintf.h: Likewise.
19763         * lib/unistdio/u-asprintf.h: Likewise.
19764         * lib/unistdio/u-printf-args.c: Likewise.
19765         * lib/unistdio/u-printf-args.h: Likewise.
19766         * lib/unistdio/u-printf-parse.h: Likewise.
19767         * lib/unistdio/u-snprintf.h: Likewise.
19768         * lib/unistdio/u-sprintf.h: Likewise.
19769         * lib/unistdio/u-vasprintf.h: Likewise.
19770         * lib/unistdio/u-vsnprintf.h: Likewise.
19771         * lib/unistdio/u-vsprintf.h: Likewise.
19772         * lib/unistdio/u16-asnprintf.c: Likewise.
19773         * lib/unistdio/u16-asprintf.c: Likewise.
19774         * lib/unistdio/u16-printf-parse.c: Likewise.
19775         * lib/unistdio/u16-snprintf.c: Likewise.
19776         * lib/unistdio/u16-sprintf.c: Likewise.
19777         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
19778         * lib/unistdio/u16-u16-asprintf.c: Likewise.
19779         * lib/unistdio/u16-u16-snprintf.c: Likewise.
19780         * lib/unistdio/u16-u16-sprintf.c: Likewise.
19781         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
19782         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
19783         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
19784         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
19785         * lib/unistdio/u16-vasnprintf.c: Likewise.
19786         * lib/unistdio/u16-vasprintf.c: Likewise.
19787         * lib/unistdio/u16-vsnprintf.c: Likewise.
19788         * lib/unistdio/u16-vsprintf.c: Likewise.
19789         * lib/unistdio/u32-asnprintf.c: Likewise.
19790         * lib/unistdio/u32-asprintf.c: Likewise.
19791         * lib/unistdio/u32-printf-parse.c: Likewise.
19792         * lib/unistdio/u32-snprintf.c: Likewise.
19793         * lib/unistdio/u32-sprintf.c: Likewise.
19794         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
19795         * lib/unistdio/u32-u32-asprintf.c: Likewise.
19796         * lib/unistdio/u32-u32-snprintf.c: Likewise.
19797         * lib/unistdio/u32-u32-sprintf.c: Likewise.
19798         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
19799         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
19800         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
19801         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
19802         * lib/unistdio/u32-vasnprintf.c: Likewise.
19803         * lib/unistdio/u32-vasprintf.c: Likewise.
19804         * lib/unistdio/u32-vsnprintf.c: Likewise.
19805         * lib/unistdio/u32-vsprintf.c: Likewise.
19806         * lib/unistdio/u8-asnprintf.c: Likewise.
19807         * lib/unistdio/u8-asprintf.c: Likewise.
19808         * lib/unistdio/u8-printf-parse.c: Likewise.
19809         * lib/unistdio/u8-snprintf.c: Likewise.
19810         * lib/unistdio/u8-sprintf.c: Likewise.
19811         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
19812         * lib/unistdio/u8-u8-asprintf.c: Likewise.
19813         * lib/unistdio/u8-u8-snprintf.c: Likewise.
19814         * lib/unistdio/u8-u8-sprintf.c: Likewise.
19815         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
19816         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
19817         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
19818         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
19819         * lib/unistdio/u8-vasnprintf.c: Likewise.
19820         * lib/unistdio/u8-vasprintf.c: Likewise.
19821         * lib/unistdio/u8-vsnprintf.c: Likewise.
19822         * lib/unistdio/u8-vsprintf.c: Likewise.
19823         * lib/unistdio/ulc-asnprintf.c: Likewise.
19824         * lib/unistdio/ulc-asprintf.c: Likewise.
19825         * lib/unistdio/ulc-printf-parse.c: Likewise.
19826         * lib/unistdio/ulc-snprintf.c: Likewise.
19827         * lib/unistdio/ulc-sprintf.c: Likewise.
19828         * lib/unistdio/ulc-vasnprintf.c: Likewise.
19829         * lib/unistdio/ulc-vasprintf.c: Likewise.
19830         * lib/unistdio/ulc-vsnprintf.c: Likewise.
19831         * lib/unistdio/ulc-vsprintf.c: Likewise.
19832         * lib/unistr.h: Likewise.
19833         * lib/unistr/u-cpy-alloc.h: Likewise.
19834         * lib/unistr/u-cpy.h: Likewise.
19835         * lib/unistr/u-endswith.h: Likewise.
19836         * lib/unistr/u-move.h: Likewise.
19837         * lib/unistr/u-set.h: Likewise.
19838         * lib/unistr/u-startswith.h: Likewise.
19839         * lib/unistr/u-stpcpy.h: Likewise.
19840         * lib/unistr/u-stpncpy.h: Likewise.
19841         * lib/unistr/u-strcat.h: Likewise.
19842         * lib/unistr/u-strcpy.h: Likewise.
19843         * lib/unistr/u-strcspn.h: Likewise.
19844         * lib/unistr/u-strdup.h: Likewise.
19845         * lib/unistr/u-strlen.h: Likewise.
19846         * lib/unistr/u-strncat.h: Likewise.
19847         * lib/unistr/u-strncpy.h: Likewise.
19848         * lib/unistr/u-strnlen.h: Likewise.
19849         * lib/unistr/u-strpbrk.h: Likewise.
19850         * lib/unistr/u-strspn.h: Likewise.
19851         * lib/unistr/u-strstr.h: Likewise.
19852         * lib/unistr/u-strtok.h: Likewise.
19853         * lib/unistr/u16-check.c: Likewise.
19854         * lib/unistr/u16-chr.c: Likewise.
19855         * lib/unistr/u16-cmp.c: Likewise.
19856         * lib/unistr/u16-cpy-alloc.c: Likewise.
19857         * lib/unistr/u16-cpy.c: Likewise.
19858         * lib/unistr/u16-endswith.c: Likewise.
19859         * lib/unistr/u16-mblen.c: Likewise.
19860         * lib/unistr/u16-mbsnlen.c: Likewise.
19861         * lib/unistr/u16-mbtouc-aux.c: Likewise.
19862         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
19863         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
19864         * lib/unistr/u16-mbtouc.c: Likewise.
19865         * lib/unistr/u16-mbtoucr.c: Likewise.
19866         * lib/unistr/u16-move.c: Likewise.
19867         * lib/unistr/u16-next.c: Likewise.
19868         * lib/unistr/u16-prev.c: Likewise.
19869         * lib/unistr/u16-set.c: Likewise.
19870         * lib/unistr/u16-startswith.c: Likewise.
19871         * lib/unistr/u16-stpcpy.c: Likewise.
19872         * lib/unistr/u16-stpncpy.c: Likewise.
19873         * lib/unistr/u16-strcat.c: Likewise.
19874         * lib/unistr/u16-strchr.c: Likewise.
19875         * lib/unistr/u16-strcmp.c: Likewise.
19876         * lib/unistr/u16-strcpy.c: Likewise.
19877         * lib/unistr/u16-strcspn.c: Likewise.
19878         * lib/unistr/u16-strdup.c: Likewise.
19879         * lib/unistr/u16-strlen.c: Likewise.
19880         * lib/unistr/u16-strmblen.c: Likewise.
19881         * lib/unistr/u16-strmbtouc.c: Likewise.
19882         * lib/unistr/u16-strncat.c: Likewise.
19883         * lib/unistr/u16-strncmp.c: Likewise.
19884         * lib/unistr/u16-strncpy.c: Likewise.
19885         * lib/unistr/u16-strnlen.c: Likewise.
19886         * lib/unistr/u16-strpbrk.c: Likewise.
19887         * lib/unistr/u16-strrchr.c: Likewise.
19888         * lib/unistr/u16-strspn.c: Likewise.
19889         * lib/unistr/u16-strstr.c: Likewise.
19890         * lib/unistr/u16-strtok.c: Likewise.
19891         * lib/unistr/u16-to-u32.c: Likewise.
19892         * lib/unistr/u16-to-u8.c: Likewise.
19893         * lib/unistr/u16-uctomb-aux.c: Likewise.
19894         * lib/unistr/u16-uctomb.c: Likewise.
19895         * lib/unistr/u32-check.c: Likewise.
19896         * lib/unistr/u32-chr.c: Likewise.
19897         * lib/unistr/u32-cmp.c: Likewise.
19898         * lib/unistr/u32-cpy-alloc.c: Likewise.
19899         * lib/unistr/u32-cpy.c: Likewise.
19900         * lib/unistr/u32-endswith.c: Likewise.
19901         * lib/unistr/u32-mblen.c: Likewise.
19902         * lib/unistr/u32-mbsnlen.c: Likewise.
19903         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
19904         * lib/unistr/u32-mbtouc.c: Likewise.
19905         * lib/unistr/u32-mbtoucr.c: Likewise.
19906         * lib/unistr/u32-move.c: Likewise.
19907         * lib/unistr/u32-next.c: Likewise.
19908         * lib/unistr/u32-prev.c: Likewise.
19909         * lib/unistr/u32-set.c: Likewise.
19910         * lib/unistr/u32-startswith.c: Likewise.
19911         * lib/unistr/u32-stpcpy.c: Likewise.
19912         * lib/unistr/u32-stpncpy.c: Likewise.
19913         * lib/unistr/u32-strcat.c: Likewise.
19914         * lib/unistr/u32-strchr.c: Likewise.
19915         * lib/unistr/u32-strcmp.c: Likewise.
19916         * lib/unistr/u32-strcpy.c: Likewise.
19917         * lib/unistr/u32-strcspn.c: Likewise.
19918         * lib/unistr/u32-strdup.c: Likewise.
19919         * lib/unistr/u32-strlen.c: Likewise.
19920         * lib/unistr/u32-strmblen.c: Likewise.
19921         * lib/unistr/u32-strmbtouc.c: Likewise.
19922         * lib/unistr/u32-strncat.c: Likewise.
19923         * lib/unistr/u32-strncmp.c: Likewise.
19924         * lib/unistr/u32-strncpy.c: Likewise.
19925         * lib/unistr/u32-strnlen.c: Likewise.
19926         * lib/unistr/u32-strpbrk.c: Likewise.
19927         * lib/unistr/u32-strrchr.c: Likewise.
19928         * lib/unistr/u32-strspn.c: Likewise.
19929         * lib/unistr/u32-strstr.c: Likewise.
19930         * lib/unistr/u32-strtok.c: Likewise.
19931         * lib/unistr/u32-to-u16.c: Likewise.
19932         * lib/unistr/u32-to-u8.c: Likewise.
19933         * lib/unistr/u32-uctomb.c: Likewise.
19934         * lib/unistr/u8-check.c: Likewise.
19935         * lib/unistr/u8-chr.c: Likewise.
19936         * lib/unistr/u8-cmp.c: Likewise.
19937         * lib/unistr/u8-cpy-alloc.c: Likewise.
19938         * lib/unistr/u8-cpy.c: Likewise.
19939         * lib/unistr/u8-endswith.c: Likewise.
19940         * lib/unistr/u8-mblen.c: Likewise.
19941         * lib/unistr/u8-mbsnlen.c: Likewise.
19942         * lib/unistr/u8-mbtouc-aux.c: Likewise.
19943         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
19944         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
19945         * lib/unistr/u8-mbtouc.c: Likewise.
19946         * lib/unistr/u8-mbtoucr.c: Likewise.
19947         * lib/unistr/u8-move.c: Likewise.
19948         * lib/unistr/u8-next.c: Likewise.
19949         * lib/unistr/u8-prev.c: Likewise.
19950         * lib/unistr/u8-set.c: Likewise.
19951         * lib/unistr/u8-startswith.c: Likewise.
19952         * lib/unistr/u8-stpcpy.c: Likewise.
19953         * lib/unistr/u8-stpncpy.c: Likewise.
19954         * lib/unistr/u8-strcat.c: Likewise.
19955         * lib/unistr/u8-strchr.c: Likewise.
19956         * lib/unistr/u8-strcmp.c: Likewise.
19957         * lib/unistr/u8-strcpy.c: Likewise.
19958         * lib/unistr/u8-strcspn.c: Likewise.
19959         * lib/unistr/u8-strdup.c: Likewise.
19960         * lib/unistr/u8-strlen.c: Likewise.
19961         * lib/unistr/u8-strmblen.c: Likewise.
19962         * lib/unistr/u8-strmbtouc.c: Likewise.
19963         * lib/unistr/u8-strncat.c: Likewise.
19964         * lib/unistr/u8-strncmp.c: Likewise.
19965         * lib/unistr/u8-strncpy.c: Likewise.
19966         * lib/unistr/u8-strnlen.c: Likewise.
19967         * lib/unistr/u8-strpbrk.c: Likewise.
19968         * lib/unistr/u8-strrchr.c: Likewise.
19969         * lib/unistr/u8-strspn.c: Likewise.
19970         * lib/unistr/u8-strstr.c: Likewise.
19971         * lib/unistr/u8-strtok.c: Likewise.
19972         * lib/unistr/u8-to-u16.c: Likewise.
19973         * lib/unistr/u8-to-u32.c: Likewise.
19974         * lib/unistr/u8-uctomb-aux.c: Likewise.
19975         * lib/unistr/u8-uctomb.c: Likewise.
19976         * lib/unitypes.h: Likewise.
19977         * lib/uniwidth.h: Likewise.
19978         * lib/uniwidth/cjk.h: Likewise.
19979         * lib/uniwidth/u16-strwidth.c: Likewise.
19980         * lib/uniwidth/u16-width.c: Likewise.
19981         * lib/uniwidth/u32-strwidth.c: Likewise.
19982         * lib/uniwidth/u32-width.c: Likewise.
19983         * lib/uniwidth/u8-strwidth.c: Likewise.
19984         * lib/uniwidth/u8-width.c: Likewise.
19985         * lib/uniwidth/width.c: Likewise.
19986
19987 2007-10-07  Bruno Haible  <bruno@clisp.org>
19988
19989         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
19990         The file is still under LGPL (see modules/inttypes).
19991
19992 2007-10-06  Bruno Haible  <bruno@clisp.org>
19993
19994         * modules/trunc (Dependencies): Add 'extensions'.
19995         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
19996         Reported by Ben Pfaff <blp@gnu.org>.
19997
19998 2007-10-06  Bruno Haible  <bruno@clisp.org>
19999
20000         * modules/freopen-tests: New file.
20001         * tests/test-freopen.c: New file.
20002
20003         * modules/fopen-tests: New file.
20004         * tests/test-fopen.c: New file.
20005
20006         * modules/fopen: New file.
20007         * lib/fopen.c: New file.
20008         * m4/fopen.m4: New file.
20009         * modules/freopen: New file.
20010         * lib/freopen.c: New file.
20011         * m4/freopen.m4: New file.
20012         * lib/stdio.in.h (fopen, freopen): New declarations.
20013         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
20014         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
20015         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
20016         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
20017         * doc/functions/fopen.texi: Mention the 'fopen' module.
20018         * doc/functions/freopen.texi: Mention the 'freopen' module.
20019
20020 2007-10-06  Bruno Haible  <bruno@clisp.org>
20021
20022         * modules/open-tests: New file.
20023         * tests/test-open.c: New file.
20024
20025         * modules/open: New file.
20026         * lib/open.c: New file.
20027         * m4/open.m4: New file.
20028         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
20029         lib/open.c does.
20030         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
20031         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
20032         macros.
20033         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
20034         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
20035         REPLACE_OPEN.
20036         * doc/functions/open.texi: Mention the 'open' module.
20037
20038 2007-10-04  Bruno Haible  <bruno@clisp.org>
20039
20040         * modules/ceill-tests: New file.
20041         * tests/test-ceill.c: New file.
20042
20043         * modules/ceill: New file.
20044         * lib/ceill.c: Replace entire file.
20045         * m4/ceill.m4: New file.
20046         * lib/math.in.h (ceill): Replace declaration.
20047         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
20048         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
20049         * doc/functions/ceill.texi: Mention the 'ceill' module.
20050         * modules/mathl (Files): Remove lib/ceill.c.
20051         (Depends-on): Add ceill.
20052
20053 2007-10-04  Bruno Haible  <bruno@clisp.org>
20054
20055         * modules/ceilf-tests: New file.
20056         * tests/test-ceilf.c: New file.
20057
20058         * modules/ceilf: New file.
20059         * lib/ceil.c: New file.
20060         * lib/ceilf.c: New file.
20061         * m4/ceilf.m4: New file.
20062         * lib/math.in.h (ceilf): New declaration.
20063         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
20064         HAVE_DECL_CEILF.
20065         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
20066         HAVE_DECL_CEILF.
20067         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
20068
20069 2007-10-04  Bruno Haible  <bruno@clisp.org>
20070
20071         * modules/floorl-tests: New file.
20072         * tests/test-floorl.c: New file.
20073
20074         * modules/floorl: New file.
20075         * lib/floorl.c: Replace entire file.
20076         * m4/floorl.m4: New file.
20077         * lib/math.in.h (floorl): Replace declaration.
20078         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
20079         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
20080         * doc/functions/floorl.texi: Mention the 'floorl' module.
20081         * modules/mathl (Files): Remove lib/floorl.c.
20082         (Depends-on): Add floorl.
20083
20084 2007-10-04  Bruno Haible  <bruno@clisp.org>
20085
20086         * modules/floorf-tests: New file.
20087         * tests/test-floorf.c: New file.
20088
20089         * modules/floorf: New file.
20090         * lib/floor.c: New file.
20091         * lib/floorf.c: New file.
20092         * m4/floorf.m4: New file.
20093         * lib/math.in.h (floorf): New declaration.
20094         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
20095         HAVE_DECL_FLOORF.
20096         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
20097         HAVE_DECL_FLOORF.
20098         * doc/functions/floorf.texi: Mention the 'floorf' module.
20099
20100 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
20101             Bruno Haible  <bruno@clisp.org>
20102
20103         Advertise for the Git server instead of the CVS server.
20104         * doc/gnulib-intro.texi (Steady Development): Mention the Git
20105         repository instead of the CVS one.
20106         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
20107         about all VCS systems generically.
20108         * doc/gnulib.texi (Introduction): Capitalize `Git'.
20109
20110 2007-10-04  Bruno Haible  <bruno@clisp.org>
20111
20112         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
20113         means.
20114         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
20115
20116 2007-10-04  Bruno Haible  <bruno@clisp.org>
20117
20118         * modules/truncl-tests: New file.
20119         * tests/test-truncl.c: New file.
20120
20121         * modules/truncl: New file.
20122         * lib/truncl.c: New file.
20123         * m4/truncl.m4: New file.
20124         * lib/math.in.h (truncl): New declaration.
20125         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
20126         HAVE_DECL_TRUNCL.
20127         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
20128         HAVE_DECL_TRUNCL.
20129         * doc/functions/truncl.texi: Mention the 'truncl' module.
20130
20131 2007-10-04  Bruno Haible  <bruno@clisp.org>
20132
20133         * modules/truncf-tests: New file.
20134         * tests/test-truncf.c: New file.
20135
20136         * modules/truncf: New file.
20137         * lib/trunc.c: Make paramerizable through USE_* macros.
20138         * lib/truncf.c: New file.
20139         * m4/truncf.m4: New file.
20140         * lib/math.in.h (truncf): New declaration.
20141         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
20142         HAVE_DECL_TRUNCF.
20143         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
20144         HAVE_DECL_TRUNCF.
20145         * doc/functions/truncf.texi: Mention the 'truncf' module.
20146
20147 2007-10-03  Bruno Haible  <bruno@clisp.org>
20148
20149         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
20150         augmentation also for tests modules.
20151         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
20152         * modules/atexit-tests (Makefile.am): Likewise.
20153         * modules/binary-io-tests (Makefile.am): Likewise.
20154         * modules/c-strcase-tests (Makefile.am): Likewise.
20155         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
20156         * modules/canonicalize-tests (Makefile.am): Likewise.
20157         * modules/closein-tests (Makefile.am): Likewise.
20158         * modules/fprintf-posix-tests (Makefile.am): Likewise.
20159         * modules/freadahead-tests (Makefile.am): Likewise.
20160         * modules/fseek-tests (Makefile.am): Likewise.
20161         * modules/fseeko-tests (Makefile.am): Likewise.
20162         * modules/ftell-tests (Makefile.am): Likewise.
20163         * modules/ftello-tests (Makefile.am): Likewise.
20164         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
20165         * modules/isnanl-tests (Makefile.am): Likewise.
20166         * modules/lseek-tests (Makefile.am): Likewise.
20167         * modules/mbscasecmp-tests (Makefile.am): Likewise.
20168         * modules/mbscasestr-tests (Makefile.am): Likewise.
20169         * modules/mbschr-tests (Makefile.am): Likewise.
20170         * modules/mbscspn-tests (Makefile.am): Likewise.
20171         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
20172         * modules/mbspbrk-tests (Makefile.am): Likewise.
20173         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
20174         * modules/mbsrchr-tests (Makefile.am): Likewise.
20175         * modules/mbsspn-tests (Makefile.am): Likewise.
20176         * modules/mbsstr-tests (Makefile.am): Likewise.
20177         * modules/printf-posix-tests (Makefile.am): Likewise.
20178         * modules/snprintf-posix-tests (Makefile.am): Likewise.
20179         * modules/sprintf-posix-tests (Makefile.am): Likewise.
20180         * modules/tsearch-tests (Makefile.am): Likewise.
20181         * modules/uniname/uniname-tests (Makefile.am): Likewise.
20182         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
20183         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
20184         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
20185         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
20186         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
20187         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
20188         * modules/vprintf-posix-tests (Makefile.am): Likewise.
20189         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
20190         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
20191         * modules/xstrtoimax-tests (Makefile.am): Likewise.
20192         * modules/xstrtol-tests (Makefile.am): Likewise.
20193         * modules/xstrtoumax-tests (Makefile.am): Likewise.
20194         * modules/yesno-tests (Makefile.am): Likewise.
20195
20196 2007-10-03  Bruno Haible  <bruno@clisp.org>
20197
20198         * modules/trunc-tests: New file.
20199         * tests/test-trunc.c: New file.
20200
20201         * modules/trunc: New file.
20202         * lib/trunc.c: New file.
20203         * m4/trunc.m4: New file.
20204         * lib/math.in.h (trunc): New declaration.
20205         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
20206         HAVE_DECL_TRUNC.
20207         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
20208         HAVE_DECL_TRUNC.
20209         * doc/functions/trunc.texi: Mention the 'trunc' module.
20210
20211 2007-10-03  Bruno Haible  <bruno@clisp.org>
20212
20213         * tests/test-fpending.c: New file, mostly copied
20214         from coreutils/lib/t-fpending.c.
20215         * modules/fpending-tests: New file.
20216
20217 2007-10-03  Bruno Haible  <bruno@clisp.org>
20218
20219         Port the stdio extensions to QNX (untested).
20220         * lib/fseterr.c (fseterr): Add support for QNX.
20221         * lib/fbufmode.c (fbufmode): Likewise.
20222         * lib/freadable.c (freadable): Likewise.
20223         * lib/fwritable.c (fwritable): Likewise.
20224         * lib/freading.c (freading): Likewise.
20225         * lib/fwriting.c (fwriting): Likewise.
20226         * lib/freadahead.c (freadahed): Likewise.
20227         * lib/fpurge.c (fpurge): Likewise.
20228         * lib/fseeko.c (rpl_fseeko): Likewise.
20229
20230 2007-10-03  Bruno Haible  <bruno@clisp.org>
20231             Jim Meyering  <jim@meyering.net>
20232             Eric Blake  <ebb9@byu.net>
20233
20234         * doc/relocatable.texi: Use @command instead of @program.
20235
20236 2007-10-02  Jim Meyering  <jim@meyering.net>
20237
20238         Perform one more "_.h" -> ".in.h" substitution.
20239         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
20240         instead of unistd_.h here, too.
20241
20242 2007-10-01  Bruno Haible  <bruno@clisp.org>
20243
20244         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
20245         Needed for the alloca-opt module.
20246
20247 2007-09-30  Bruno Haible  <bruno@clisp.org>
20248
20249         * lib/alloca.in.h: Renamed from lib/alloca_.h.
20250         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
20251         alloca_.h.
20252         * lib/argz.in.h: Renamed from lib/argz_.h.
20253         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
20254         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
20255         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
20256         byteswap_.h.
20257         * lib/dirent.in.h: Renamed from lib/dirent_.h.
20258         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
20259         dirent_.h.
20260         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
20261         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
20262         fcntl_.h.
20263         * lib/float.in.h: Renamed from lib/float_.h.
20264         * modules/float (Files, Makefile.am): Use float.in.h instead of
20265         float_.h.
20266         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
20267         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
20268         fnmatch_.h.
20269         * lib/getopt.in.h: Renamed from lib/getopt_.h.
20270         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
20271         getopt_.h.
20272         * lib/glob.in.h: Renamed from lib/glob_.h.
20273         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
20274         * lib/iconv.in.h: Renamed from lib/iconv_.h.
20275         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
20276         iconv_.h.
20277         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
20278         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
20279         inttypes_.h.
20280         * lib/locale.in.h: Renamed from lib/locale_.h.
20281         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
20282         locale_.h.
20283         * lib/math.in.h: Renamed from lib/math_.h.
20284         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
20285         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
20286         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
20287         of netinet_in_.h. Add dependency.
20288         * lib/poll.in.h: Renamed from lib/poll_.h.
20289         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
20290         * lib/search.in.h: Renamed from lib/search_.h.
20291         * modules/search (Files, Makefile.am): Use search.in.h instead of
20292         search_.h.
20293         * lib/signal.in.h: Renamed from lib/signal_.h.
20294         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
20295         _signal.h.
20296         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
20297         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
20298         stdbool_.h.
20299         * lib/stdint.in.h: Renamed from lib/stdint_.h.
20300         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
20301         stdint_.h.
20302         * lib/stdio.in.h: Renamed from lib/stdio_.h.
20303         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
20304         stdio_.h.
20305         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
20306         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
20307         stdlib_.h.
20308         * lib/string.in.h: Renamed from lib/string_.h.
20309         * modules/string (Files, Makefile.am): Use string.in.h instead of
20310         string_.h.
20311         * doc/gnulib-tool.texi (Initial import): Update.
20312         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
20313         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
20314         of sys_select_.h. Add dependency.
20315         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
20316         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
20317         of sys_socket_.h.
20318         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
20319         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
20320         sys_stat_.h.
20321         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
20322         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
20323         sys_time_.h.
20324         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
20325         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
20326         sysexits_.h.
20327         * lib/time.in.h: Renamed from lib/time_.h.
20328         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
20329         * lib/unistd.in.h: Renamed from lib/unistd_.h.
20330         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
20331         unistd_.h.
20332         * lib/wchar.in.h: Renamed from lib/wchar_.h.
20333         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
20334         wchar_.h.
20335         * lib/wctype.in.h: Renamed from lib/wctype_.h.
20336         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
20337         wctype_.h.
20338         * build-aux/bootstrap (slurp): Update.
20339         * lib/.cppi-disable: Update.
20340
20341 2007-09-30  Bruno Haible  <bruno@clisp.org>
20342
20343         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
20344         Needed on BeOS.
20345
20346 2007-09-30  Bruno Haible  <bruno@clisp.org>
20347
20348         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
20349
20350 2007-09-29  Bruno Haible  <bruno@clisp.org>
20351
20352         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
20353
20354 2007-09-29  Bruno Haible  <bruno@clisp.org>
20355
20356         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
20357         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
20358         * build-aux/install-reloc: Compile also areadlink.c.
20359         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
20360
20361 2007-09-29  Bruno Haible  <bruno@clisp.org>
20362
20363         * gnulib-tool (func_emit_initmacro_done): Indentation.
20364
20365 2007-09-29  Bruno Haible  <bruno@clisp.org>
20366
20367         * README: Add CVS checkout update instructions.
20368         Info from Bob Proulx <bob@proulx.com>.
20369
20370 2007-09-28  Eric Blake  <ebb9@byu.net>
20371
20372         Provide move-if-change.
20373         * build-aux/move-if-change: New file, based on best practice
20374         rather than any canonical upstream location.
20375
20376 2007-09-28  Jim Meyering  <jim@meyering.net>
20377
20378         Fix canonicalize loop-detection corner case.
20379         Do not attempt to stat the symlink values stored via seen_triple.
20380         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
20381         on linux-2.6.18, (but not 2.6.22).
20382         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
20383         triple_compare.  The former compares dev,ino,filename, while the latter
20384         would actually stat dirname(filename) when dev and ino were equal.
20385         * lib/hash-triple.c: Install <string.h>.
20386         (STREQ): Define.
20387         (triple_compare_ino_str): New function.
20388         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
20389
20390 2007-09-28  Eric Blake  <ebb9@byu.net>
20391
20392         Enforce that AC_REPLACE_FUNCS files exist.
20393         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
20394         override check for typos.
20395
20396         Fix test-closein on Solaris 10.
20397         * tests/test-closein.c (main): Don't assume stdin can be inherited
20398         closed on all systems.
20399         * tests/test-closein.sh: Likewise.
20400         Reported by Piotr Tarnowski.
20401
20402 2007-09-28  Jim Meyering  <jim@meyering.net>
20403
20404         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
20405
20406 2007-09-27  Jim Meyering  <jim@meyering.net>
20407
20408         canonicalize: Avoid a false-positive cycle failure.
20409         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
20410         Sort.  Remove cycle-check.
20411         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
20412         not cycle-check.h.
20413         (seen_triple): New function.
20414         (canonicalize_filename_mode): Use it instead of cycle-check.
20415         * tests/test-canonicalize.c: Add a test for this bug.
20416         * tests/test-canonicalize.sh: Set up and run the test.
20417
20418         New module, file-set, from coreutils.
20419         * modules/file-set: Define it.
20420         * lib/file-set.c, lib/file-set.h: Implement.
20421
20422         New module, hash-triple, from coreutils.
20423         * modules/hash-triple: Define it.
20424         * lib/hash-triple.c, lib/hash-triple.h: Implement.
20425
20426 2007-09-25  Eric Blake  <ebb9@byu.net>
20427
20428         Fix strerror on Interix.
20429         * lib/string_.h (strerror): Declare replacement.
20430         * doc/functions/strerror.texi (strerror): Document the Interix
20431         shortcoming.
20432         * modules/string (Makefile.am): Support new hooks.
20433         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
20434         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
20435         gl_FUNC_STRERROR_SEPARATE.
20436         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
20437         * lib/strerror.c (rpl_strerror): Provide replacement.
20438         * modules/strerror (Depends-on): Add string.
20439         (configure.ac): Detect use of module.
20440         * tests/test-strerror.c: New file.
20441         * modules/strerror-tests: New test module.
20442         * modules/argp (Depends-on): Add strerror.
20443         * modules/error (Depends-on): Likewise.
20444         Reported by Martin Koeppe.
20445
20446 2007-09-24  Bruno Haible  <bruno@clisp.org>
20447
20448         * README: Update git instructions.
20449
20450 2007-09-24  Eric Blake  <ebb9@byu.net>
20451
20452         Revert fpending breakage from 2007-09-08.
20453         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
20454         __fpending.c.
20455
20456 2007-09-24  Jim Meyering  <jim@meyering.net>
20457
20458         filenamecat.c: Add a test.
20459         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
20460         showing how the function works when DIR is the empty string.
20461
20462 2007-09-21  Simon Josefsson  <simon@josefsson.org>
20463
20464         * tests/test-canonicalize.sh: Turn on executable bit.
20465
20466 2007-09-19  Eric Blake  <ebb9@byu.net>
20467
20468         * README: Update CVS instructions.
20469
20470 2007-09-18  Bruno Haible  <bruno@clisp.org>
20471
20472         * modules/areadlink: New file.
20473         * lib/areadlink.h (areadlink): New declaration.
20474         * lib/areadlink.c: New file, based on lib/xreadlink.c.
20475
20476 2007-09-17  Jim Meyering  <jim@meyering.net>
20477
20478         * lib/savewd.c (ESTALE) [!defined]: Define.
20479         Reported to be required on Interix by Martin Koeppe.
20480
20481 2007-09-17  Bruno Haible  <bruno@clisp.org>
20482
20483         * gnulib-tool (func_version): Use $version.
20484
20485 2007-09-16  Bruno Haible  <bruno@clisp.org>
20486
20487         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
20488         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
20489         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
20490         Reported by Greg Schafer <gschafer@zip.com.au>.
20491
20492 2007-09-15  Bruno Haible  <bruno@clisp.org>
20493
20494         * gnulib-tool (sed): Try a little harder to make bash understand the
20495         alias.
20496         Reported by Bruce Korb <bruce.korb@gmail.com>.
20497
20498 2007-09-13  Eric Blake  <ebb9@byu.net>
20499
20500         * ChangeLog: Remove conflict markers.
20501
20502 2007-09-13  Simon Josefsson  <simon@josefsson.org>
20503
20504         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
20505         Reported by Bruno Haible <bruno@clisp.org>.
20506
20507 2007-09-12  Bruno Haible  <bruno@clisp.org>
20508
20509         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
20510         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
20511         is not defined.
20512
20513 2007-09-12  Eric Blake  <ebb9@byu.net>
20514
20515         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
20516         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
20517         Autoconf definition.
20518         * modules/euidaccess (Depends-on): Add extensions, for
20519         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
20520         * modules/fnmatch (Depends-on): Likewise.
20521         * modules/getaddrinfo (Depends-on): Likewise.
20522         * modules/getdelim (Depends-on): Likewise.
20523         * modules/getline (Depends-on): Likewise.
20524         * modules/getsubopt (Depends-on): Likewise.
20525         * modules/gettext (Depends-on): Likewise.
20526         * modules/group-member (Depends-on): Likewise.
20527         * modules/mbchar (Depends-on): Likewise.
20528         * modules/memmem (Depends-on): Likewise.
20529         * modules/mempcpy (Depends-on): Likewise.
20530         * modules/memrchr (Depends-on): Likewise.
20531         * modules/pagealign_alloc (Depends-on): Likewise.
20532         * modules/readutmp (Depends-on): Likewise.
20533         * modules/stpcpy (Depends-on): Likewise.
20534         * modules/stpncpy (Depends-on): Likewise.
20535         * modules/strchrnul (Depends-on): Likewise.
20536         * modules/strndup (Depends-on): Likewise.
20537         * modules/strsep (Depends-on): Likewise.
20538         * modules/strverscmp (Depends-on): Likewise.
20539         * modules/vasprintf (Depends-on): Likewise.
20540         * modules/wcwidth (Depends-on): Likewise.
20541         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
20542         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
20543         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
20544         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
20545         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
20546         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
20547         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
20548         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20549         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
20550         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
20551         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20552         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20553         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20554         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
20555         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
20556         * m4/readutmp.m4 (gl_READUTMP): Likewise.
20557         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20558         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20559         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20560         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20561         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20562         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20563         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20564         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
20565         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
20566         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20567         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
20568         so that lock.m4 can be used in gettext without extensions module.
20569
20570 2007-09-11  Bruno Haible  <bruno@clisp.org>
20571
20572         * m4/isc-posix.m4: Remove file.
20573         Suggested by Eric Blake.
20574
20575 2007-09-11  Eric Blake  <ebb9@byu.net>
20576
20577         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
20578
20579 2007-09-10  Bruno Haible  <bruno@clisp.org>
20580
20581         * posix-modules: Fix typo in error message.
20582         Reported by Matt <mkraai@beckman.com>.
20583
20584 2007-09-09  Bruno Haible  <bruno@clisp.org>
20585
20586         * doc/functions/getdelim.texi: Update list of platforms lacking the
20587         function.
20588         * doc/functions/getline.texi: Likewise.
20589
20590 2007-09-09  Jim Meyering  <jim@meyering.net>
20591
20592         * lib/hash.c (hash_initialize): Detect calloc failure.
20593         Reported by Bruno Haible.
20594
20595 2007-09-09  Bruno Haible  <bruno@clisp.org>
20596
20597         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
20598         malloc or realloc fails.
20599
20600 2007-09-09  Bruno Haible  <bruno@clisp.org>
20601
20602         * modules/getcwd (Depends-on): Add malloc-posix.
20603         * modules/glob (Depends-on): Likewise.
20604         * modules/putenv (Depends-on): Likewise.
20605         * modules/strdup (Depends-on): Likewise.
20606         * modules/getdelim (Depends-on): Add realloc-posix.
20607         * modules/read-file (Depends-on): Likewise.
20608
20609 2007-09-09  Bruno Haible  <bruno@clisp.org>
20610
20611         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
20612         (gl_FUNC_MALLOC_POSIX): Require it.
20613         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
20614         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
20615         * modules/realloc (Files): Add m4/malloc.m4.
20616         * modules/calloc (Files): Likewise.
20617
20618 2007-09-09  Bruno Haible  <bruno@clisp.org>
20619
20620         * modules/malloc-posix: New file.
20621         * modules/malloc (Depends-on): Add malloc-posix.
20622         * lib/malloc.c: Include errno.h.
20623         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
20624         and a POSIX-compatible malloc into a single function. Set ENOMEM
20625         when returning NULL.
20626         * m4/malloc.m4: New file.
20627         * doc/functions/malloc.texi: Mention the malloc-posix module.
20628         * lib/stdlib_.h (malloc): New declaration.
20629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
20630         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
20631         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
20632         and HAVE_MALLOC_POSIX.
20633
20634 2007-09-09  Bruno Haible  <bruno@clisp.org>
20635
20636         * modules/realloc-posix: New file.
20637         * modules/realloc (Depends-on): Add realloc-posix.
20638         * lib/realloc.c: Include errno.h.
20639         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
20640         and a POSIX-compatible realloc into a single function. Set ENOMEM
20641         when returning NULL.
20642         * m4/realloc.m4: New file.
20643         * doc/functions/realloc.texi: Mention the realloc-posix module.
20644         * lib/stdlib_.h (realloc): New declaration.
20645         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
20646         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
20647         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
20648         and HAVE_REALLOC_POSIX.
20649
20650 2007-09-09  Bruno Haible  <bruno@clisp.org>
20651
20652         * modules/calloc-posix: New file.
20653         * modules/calloc (Depends-on): Add calloc-posix.
20654         * lib/calloc.c: Include errno.h.
20655         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
20656         and a POSIX-compatible calloc into a single function. Set ENOMEM
20657         when returning NULL.
20658         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
20659         * doc/functions/calloc.texi: Mention the calloc-posix module.
20660         * lib/stdlib_.h (calloc): New declaration.
20661         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
20662         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
20663         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
20664         and HAVE_CALLOC_POSIX.
20665
20666 2007-09-09  Bruno Haible  <bruno@clisp.org>
20667
20668         Allow for modules to show an arbitrary notice.
20669         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
20670         * gnulib-tool: New option --extract-notice.
20671         (func_usage): Document it.
20672         (sed_extract_prog): Update.
20673         (func_get_notice): New function.
20674         (func_modules_notice): New function.
20675         (func_import, func_create_testdir): Invoke it.
20676         Suggested by Jim Meyering.
20677
20678 2007-09-09  Bruno Haible  <bruno@clisp.org>
20679
20680         * gnulib-tool: New options --verbose, --quiet.
20681         (func_usage): Document them.
20682         (verbose): New variable.
20683         (func_execute_command): New function.
20684         (func_import): Don't show the module list and the file list if
20685         $verbose < 0.
20686         (func_create_testdir): Likewise. Use func_execute_command.
20687         (func_create_megatestdir): Use func_execute_command.
20688
20689 2007-09-08  Bruno Haible  <bruno@clisp.org>
20690
20691         * gnulib-tool (func_import): Prefer rsync over wget when available,
20692         for fetching the PO files.
20693
20694 2007-09-08  Bruno Haible  <bruno@clisp.org>
20695
20696         * posix-modules: New file. Portions copied from gnulib-tool.
20697         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
20698
20699 2007-09-08  Jim Meyering  <jim@meyering.net>
20700
20701         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
20702         * lib/fpending.h: Rename from __fpending.h.
20703         * lib/fpending.c: Rename from __fpending.c.
20704         Include "fpending.h", not "__fpending.h".
20705         * lib/__fpending.h, lib/__fpending.c: Remove files.
20706         * modules/fpending (Files): Reflect new file names.
20707         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
20708
20709 2007-09-08  Bruno Haible  <bruno@clisp.org>
20710
20711         * m4/inttypes-h.m4: Remove stub file.
20712
20713 2007-09-07  Simon Josefsson  <simon@josefsson.org>
20714
20715         * doc/headers/stdint.texi: Discuss #include_next issue.
20716
20717 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20718
20719         * build-aux/bootstrap: Remove obsolete comment about wget --help.
20720
20721 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20722
20723         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
20724         in variable name.
20725
20726 2007-09-03  Jim Meyering  <jim@meyering.net>
20727
20728         New module: git-version-gen.
20729         * modules/git-version-gen: New file.
20730
20731         Import changes from coreutils for bootstrap script.
20732
20733         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
20734
20735         bootstrap: uses rsync to download the .po files
20736         * build-aux/bootstrap (po_download_command_format): New global.
20737         (download_po_files): Use rsync.
20738         (update_po_files): Don't remove .po files after download,
20739         so future rsync runs can take advantage of the copies.
20740
20741         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
20742
20743         Solve the unnecessary-.po-file-regeneration problem once and for all.
20744         * build-aux/bootstrap (download_po_files): New function, renamed from
20745         get_translations.  Now, downloads, but doesn't update LINGUAS.
20746         (update_po_files): New function.
20747
20748         bootstrap: Ignore more.
20749         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
20750         uniwidth to e.g., lib/.gitignore.
20751         (slurp): Handle the sys_stat_.h -> sys mapping, too.
20752
20753         * build-aux/bootstrap: New setting: vc_ignore.
20754         (insert_sorted_if_absent): Create $file if absent.
20755         Adapt to new, possibly empty, list: $vc_ignore.
20756
20757         bootstrap: generate more ignorable names
20758         * build-aux/bootstrap (slurp): When generating ignorable names,
20759         also map .sin to .sed, .gperf to .c, and .y to .c.
20760
20761 2007-09-03  Jim Meyering  <jim@meyering.net>
20762
20763         * build-aux/git-version-gen: New file, from coreutils.  For details, see
20764         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
20765
20766 2007-09-02  Bruno Haible  <bruno@clisp.org>
20767
20768         Fix mis-recognition of 'mcs' on QNX 6.
20769         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
20770         output contains the string "Mono".
20771         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
20772         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
20773
20774 2007-09-01  Bruno Haible  <bruno@clisp.org>
20775
20776         Fix collision between uniwidth/* and linebreak modules.
20777         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
20778         u32_width): Remove declarations.
20779         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
20780         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
20781         streq3, streq2, streq1, streq0): Remove functions.
20782         (STREQ): Remove macro.
20783         (is_cjk_encoding): Remove function.
20784         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
20785         (uc_width, u8_width, u16_width, u32_width): Remove functions.
20786         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
20787         * NEWS: Document the change.
20788
20789 2007-09-01  Bruno Haible  <bruno@clisp.org>
20790
20791         * lib/streq.h: Add double-inclusion guard.
20792
20793 2007-09-01  Karl Berry  <karl@gnu.org>
20794
20795         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
20796
20797 2007-08-28  Jim Meyering  <jim@meyering.net>
20798
20799         Rename mreadlink_with_size to areadlink_with_size.
20800         * NEWS: Document the change.
20801         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
20802         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
20803         * lib/mreadlink.h: Rename this to...
20804         * lib/areadlink.h: ...this.
20805         * modules/mreadlink-with-size: Rename this to...
20806         * modules/areadlink-with-size: ...this.
20807         * lib/canonicalize.c: Reflect the renaming.
20808         * modules/canonicalize: Likewise.
20809
20810 2007-08-26  Bruno Haible  <bruno@clisp.org>
20811
20812         * gnulib-tool (func_import): When deciding which files to remove,
20813         consider also dangling symbolic links.
20814         Reported by Eric Blake.
20815
20816 2007-08-26  Bruno Haible  <bruno@clisp.org>
20817
20818         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
20819
20820 2007-08-23  Simon Josefsson  <simon@josefsson.org>
20821
20822         * lib/readline.c: Don't include getline.h, the prototype is now
20823         found in stdio.h.
20824
20825 2007-08-23  Jim Meyering  <jim@meyering.net>
20826
20827         Getdelim touchup.
20828         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
20829         around the funlockfile call, since funlockfile never sets errno.
20830         Don't set errno upon failed realloc.
20831
20832 2007-08-22  Eric Blake  <ebb9@byu.net>
20833
20834         Getline touchups.
20835         * lib/getdelim.c (getdelim): Revert regression that required *n to
20836         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
20837         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
20838         getdelim, rather than whether implementation is missing.
20839         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
20840         * lib/stdio_.h (getline): Also declare if replacement is
20841         required.
20842         * doc/functions/getdelim.texi: New file.
20843         * doc/functions/getline.texi: Likewise.
20844         * doc/gnulib.texi (Function Substitutes): Add new files.
20845         Reported by Bruno Haible.
20846
20847 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
20848
20849         * users.txt: Add Guile.
20850
20851 2007-08-22  Eric Blake  <ebb9@byu.net>
20852
20853         * tests/test-getdelim.c (main): Use remove, not unlink.
20854         * tests/test-getline.c (main): Likewise.
20855
20856         Move getline and getdelim into stdio.h, per POSIX 200x.
20857         * modules/getline (Files): Remove getline.h.
20858         (Depends-on): Add stdio.
20859         (configure.ac): Add module indicator.
20860         * modules/getdelim (Files): Remove getdelim.h.
20861         (Depends-on): Add stdio.
20862         (configure.ac): Add module indicator.
20863         * modules/stdio (Makefile.am): Work with new indicators.
20864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
20865         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
20866         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
20867         * lib/getdelim.h: Delete.
20868         * lib/getline.h: Delete.
20869         * lib/stdio_.h (getdelim, getline): Declare.
20870         * modules/getdelim-tests: New module.
20871         * modules/getline-tests: Likewise.
20872         * tests/test-getdelim.c: New file.
20873         * tests/test-getline.c: Likewise.
20874         * NEWS: Document the change.
20875         * lib/getline.c: Update choice of header.
20876         * lib/csharpcomp.c: Likewise.
20877         * lib/getpass.c: Likewise.
20878         * lib/javacomp.c: Likewise.
20879         * lib/javaversion.c: Likewise.
20880         * lib/yesno.c: Likewise.
20881         * lib/getdelim.c: Likewise.
20882         (getdelim): Set errno on failure, and avoid memory leak.
20883
20884 2007-08-19  Bruno Haible  <bruno@clisp.org>
20885
20886         * modules/closein (Depends-on): Add freadahead.
20887         * lib/closein.c: Include freadahead.h.
20888         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
20889         is zero.
20890
20891 2007-08-19  Bruno Haible  <bruno@clisp.org>
20892
20893         * modules/freadahead-tests: New file.
20894         * tests/test-freadahead.sh: New file.
20895         * tests/test-freadahead.c: New file.
20896
20897         * modules/freadahead: New file.
20898         * lib/freadahead.h: New file.
20899         * lib/freadahead.c: New file.
20900         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
20901         fbufmode, fpurge, freadable, fwritable.
20902
20903 2007-08-19  Eric Blake  <ebb9@byu.net>
20904
20905         Test yesno in combination with closein.
20906         * lib/yesno.c (yesno): Document use of stdin.
20907         * modules/yesno-tests (Files): New module.
20908         * tests/test-yesno.c (main): New file.
20909         * tests/test-yesno.sh: Likewise.
20910
20911 2007-08-19  Bruno Haible  <bruno@clisp.org>
20912
20913         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
20914         * lib/fseeko.c (rpl_fseeko): Likewise.
20915         * lib/fseterr.c (fseterr): Likewise.
20916
20917 2007-08-19  Bruno Haible  <bruno@clisp.org>
20918
20919         * tests/test-lseek.c (main): Disable a test for BeOS.
20920         * doc/functions/lseek.texi: Document the BeOS bug.
20921
20922 2007-08-19  Bruno Haible  <bruno@clisp.org>
20923             Eric Blake  <ebb9@byu.net>
20924
20925         * lib/lseek.c: Include <sys/stat.h>.
20926         (rpl_lseek): Add workaround code also for Unix platforms.
20927         Needed for BeOS.
20928         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
20929         * doc/functions/lseek.texi: Document BeOS definiency.
20930
20931 2007-08-18  Bruno Haible  <bruno@clisp.org>
20932
20933         * modules/fstrcmp-tests: New file.
20934         * tests/test-fstrcmp.c: New file.
20935
20936 2007-08-18  Bruno Haible  <bruno@clisp.org>
20937
20938         * modules/fstrcmp: New file, from GNU gettext with modifications.
20939         * lib/fstrcmp.h: New file, from GNU gettext.
20940         * lib/fstrcmp.c: New file, from GNU gettext.
20941         * MODULES.html.sh (String handling): Add fstrcmp.
20942
20943 2007-08-18  Bruno Haible  <bruno@clisp.org>
20944
20945         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
20946         'bool'.
20947         (diag, compareseq): Remove const from the ctxt argument.
20948         (USE_HEURISTIC): Undefine at the end.
20949
20950 2007-08-18  Jim Meyering  <jim@meyering.net>
20951
20952         New file: lib/idcache.h
20953         * NEWS: Mention the addition.
20954         * modules/idcache (Files): Add lib/idcache.h
20955         * lib/idcache.c: Include "idcache.h".
20956         Don't include <sys/types.h>.
20957         Add a FIXME comment.
20958         Move file-scoped "static" declarations to the top.
20959         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
20960
20961 2007-08-17  Bruno Haible  <bruno@clisp.org>
20962         and Paul Eggert  <eggert@cs.ucla.edu>
20963
20964         * MODULES.html.sh: Add diffseq.
20965         * modules/diffseq: New file.
20966         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
20967         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
20968
20969 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20970
20971         Import changes from coreutils for bootstrap script.
20972
20973         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
20974
20975         * build-aux/bootstrap (slurp): Work even in environments where
20976         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
20977         current code does not slurp files whose names start with ".", and
20978         this looks like it might be a troublesome area.
20979
20980         2007-07-11  Jim Meyering  <jim@meyering.net>
20981
20982         If there's a GPL vN copyright comment, require that N == 3.
20983
20984         2007-07-08  Jim Meyering  <jim@meyering.net>
20985
20986         Run the coreutils-specific code only if tests/Makefile.am.in exists.
20987         * build-aux/bootstrap (mam_template): Move definition out of loop.
20988
20989         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
20990
20991         * build-aux/bootstrap (symlink_to_dir): Rename function from
20992         symlink_to_gnulib.  Add a directory parameter.  Update all
20993         callers.
20994         (cp_mark_as_generated): Also check for -- and link to -- files in
20995         gl/.
20996
20997         2007-07-08  Jim Meyering  <jim@meyering.net>
20998
20999         Adapt to deeper hierarchy in gnulib.
21000         * build-aux/bootstrap (symlink_to_dir): If the destination
21001         directory doesn't exist, create it. This is required at least for
21002         "lib/uniwidth/cjk.h".
21003
21004         2007-05-15  Jim Meyering  <jim@meyering.net>
21005
21006         * build-aux/bootstrap: Now that generated Makefile.am files
21007         are no longer under version control, they must be created at
21008         bootstrap time.
21009
21010 2007-08-14  Ben Pfaff  <blp@gnu.org>
21011
21012         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
21013
21014 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21015
21016         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
21017         given the changes below.
21018         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
21019         even on hosts that have padding bits beyond the supported 64.
21020
21021 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21022
21023         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
21024         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
21025         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
21026         depends on it.
21027         (xstrtol_error): Remove.
21028         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
21029         but with a different signature.
21030         (ATTRIBUTE_NORETURN, __attribute__): New macros.
21031         * lib/xstrtol-error.c: Include exitfail.h.
21032         (xstrtol_fatal): New function, with a different signature from the
21033         old xstrtol_error, so that the caller need not worry about passing
21034         in an exit status, or about storage management of the option argument.
21035         (xstrtol_error): Now a static function.  Redo signature to
21036         implement xstrtol_fatal.  Output the correct number of hyphens in
21037         front of the option so that the caller need not worry about
21038         storage management.
21039         (N_): New macro.
21040         (_): Remove; not used now.
21041         * modules/xstrtol: Depend on getopt.
21042         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
21043         of old STRTOL_FATAL_ERROR macro.
21044         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
21045         of test program.
21046         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
21047         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
21048
21049 2007-08-08  Eric Blake  <ebb9@byu.net>
21050
21051         * lib/xstrtol-error.c: Add missing include.
21052
21053         Move xstrtol messages into gnulib domain, when --pobase is used.
21054         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
21055         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
21056         * modules/xstrtol (Files): Distribute new file.
21057         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
21058         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
21059         * tests/test-xstrtol.c: ...into new file.
21060         * tests/test-xstrtoul.c: Also test xstrtoul.
21061         * tests/test-xstrtoimax.c: Also test xstrtoimax.
21062         * tests/test-xstrtoumax.c: Also test xstrtoumax.
21063         * tests/test-xstrtol.sh: Drive the tests.
21064         * tests/test-xstrtoimax.sh: Likewise.
21065         * tests/test-xstrtoumax.sh: Likewise.
21066         * modules/xstrtol-tests: New module.
21067         * modules/xstrtoimax-tests: Likewise.
21068         * modules/xstrtoumax-tests: Likewise.
21069
21070 2007-08-08  Jim Meyering  <jim@meyering.net>
21071
21072         New function: mfile_name_concat.
21073         * lib/filenamecat.c (mfile_name_concat): New function, just like
21074         file_name_concat, but return NULL upon failure rather than exiting
21075         with a diagnostic.
21076         * lib/filenamecat.h: Declare it.
21077
21078 2007-08-07  Bruno Haible  <bruno@clisp.org>
21079
21080         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
21081         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
21082         warning from gcc.
21083         Reported by Eric Blake.
21084
21085 2007-08-07  Simon Josefsson  <simon@josefsson.org>
21086
21087         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
21088         * modules/crypto/arcfour (License): Likewise.
21089         * modules/crypto/des-tests (License): Likewise.
21090         * modules/crypto/gc-arctwo-tests (License): Likewise.
21091         * modules/crypto/gc-des-tests (License): Likewise.
21092         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
21093         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
21094         * modules/crypto/gc-md2-tests (License): Likewise.
21095         * modules/crypto/gc-md4-tests (License): Likewise.
21096         * modules/crypto/gc-md5-tests (License): Likewise.
21097         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
21098         * modules/crypto/gc-rijndael-tests (License): Likewise.
21099         * modules/crypto/gc-sha1-tests (License): Likewise.
21100         * modules/crypto/gc-tests (License): Likewise.
21101         * modules/crypto/hmac-md5 (License): Likewise.
21102         * modules/crypto/hmac-sha1 (License): Likewise.
21103         * modules/crypto/md2-tests (License): Likewise.
21104         * modules/crypto/md4-tests (License): Likewise.
21105         * modules/crypto/md5 (License): Likewise.
21106         * modules/crypto/rijndael (License): Likewise.
21107         * modules/crypto/sha1 (License): Likewise.
21108         * modules/memxor (License): Likewise.
21109
21110 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21111         and Bruno Haible  <bruno@clisp.org>
21112
21113         * NEWS: Describe interface changes to human, xstrtol.
21114         * lib/human.h: Include <xstrtol.h>.
21115         (human_options): Return enum strtol_error, not int.  Remove
21116         bool arg; take int * instead.
21117         * lib/human.c: Don't include "gettext.h".
21118         (_): Remove; no longer used.
21119         Don't include <xstrtol.h>, since human.h does it.
21120         (human_options): Adjust to abovementioned interface changes.
21121         Do not report error to stderr; that's now the caller's
21122         responsibility.
21123         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
21124         interface change.
21125         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
21126         Str, Argument_type_string.  All uses changed.  Put " argument"
21127         in diagnostics to make them clearer.  Change wording of suffix
21128         message for clarity.
21129         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
21130         Argument_type_string.
21131         (STRTOL_FATAL_WARN): Remove; no longer used.
21132         * modules/human (Depends-on): Remove gettext-h.
21133
21134 2007-08-06  Simon Josefsson  <simon@josefsson.org>
21135
21136         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
21137
21138 2007-07-31  Bruno Haible  <bruno@clisp.org>
21139
21140         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
21141         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
21142         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
21143
21144 2007-07-31  Bruno Haible  <bruno@clisp.org>
21145
21146         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
21147         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
21148
21149 2007-07-30  Bruno Haible  <bruno@clisp.org>
21150
21151         * modules/base64 (License): Use the synonymous term "LGPLv2+".
21152         * modules/c-ctype (License): Likewise.
21153         * modules/c-strcase (License): Likewise.
21154         * modules/check-version (License): Likewise.
21155         * modules/iconv (License): Likewise.
21156         * modules/iconv_open (License): Likewise.
21157         * modules/read-file (License): Likewise.
21158         * modules/striconv (License): Likewise.
21159         * modules/strverscmp (License): Likewise.
21160         * modules/vasprintf (License): Likewise.
21161         * modules/crypto/des (License): Likewise.
21162         * modules/crypto/gc (License): Likewise.
21163         * modules/crypto/gc-arcfour (License): Likewise.
21164         * modules/crypto/gc-arctwo (License): Likewise.
21165         * modules/crypto/gc-des (License): Likewise.
21166         * modules/crypto/gc-hmac-md5 (License): Likewise.
21167         * modules/crypto/gc-hmac-sha1 (License): Likewise.
21168         * modules/crypto/gc-md2 (License): Likewise.
21169         * modules/crypto/gc-md4 (License): Likewise.
21170         * modules/crypto/gc-md5 (License): Likewise.
21171         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
21172         * modules/crypto/gc-random (License): Likewise.
21173         * modules/crypto/gc-rijndael (License): Likewise.
21174         * modules/crypto/gc-sha1 (License): Likewise.
21175         * modules/crypto/md2 (License): Likewise.
21176         * modules/crypto/md4 (License): Likewise.
21177
21178 2007-07-30  Jim Meyering  <jim@meyering.net>
21179
21180         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
21181         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
21182         it has valid stat data.  This bug would cause du not to count the
21183         sizes of inaccessible directories.
21184         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
21185         in <http://bugzilla.redhat.com/250077>.
21186
21187 2007-07-25  Peter O'Gorman  <peter@pogma.com>
21188             Bruno Haible  <bruno@clisp.org>
21189
21190         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
21191         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
21192         #include_next, gives a diagnostic about it, but reports no error in
21193         the exit code.
21194         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
21195
21196 2007-07-24  Ben Pfaff  <blp@gnu.org>
21197
21198         Improve name: "count-one-bits" is better than "popcount".
21199         * MODULES.html.sh: Update name.
21200         * lib/popcount.h: Renamed lib/count-one-bits.h.
21201         (popcount): Renamed count_one_bits.
21202         (popcountl): Renamed count_one_bits_l.
21203         (popcountll): Renamed count_one_bits_ll.
21204         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
21205         * modules/popcount: Renamed module/count-one-bits.
21206         * modules/popcount-tests: Renamed module/count-one-bits-tests.
21207         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
21208
21209 2007-07-23  Ben Pfaff  <blp@gnu.org>
21210
21211         * lib/popcount.h (popcount32): Reduce size of constants, to allow
21212         better code generation, and add U to large constants to avoid
21213         warnings, in non-GCC case.
21214         Suggested by Bruno Haible.
21215
21216 2007-07-23  Ben Pfaff  <blp@gnu.org>
21217
21218         * lib/popcount.h: Use verify_true instead of if...abort.
21219         * modules/popcount: Depend on verify module.
21220         Suggested by Jim Meyering.
21221
21222 2007-07-23  Bruno Haible  <bruno@clisp.org>
21223
21224         * gnulib-tool (func_import): Create a .cvsignore file also when the
21225         directory is not yet in CVS but the toplevel directory is. When
21226         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
21227         Reported by Karl Berry.
21228
21229 2007-07-22  Ben Pfaff  <blp@gnu.org>
21230
21231         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
21232         case.
21233         Suggested by Eric Blake.
21234
21235 2007-07-22  Ben Pfaff  <blp@gnu.org>
21236
21237         New module: popcount.
21238         * MODULES.html.sh: Add popcount.
21239         * modules/popcount: New file.
21240         * modules/popcount-tests: New file.
21241         * tests/test-popcount.c: New file.
21242         * lib/popcount.h: New file.
21243         * m4/popcount.m4: New file.
21244
21245 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21246
21247         * build-aux/announce-gen: Update to GPLv3.
21248
21249         * build-aux/config.guess: Update from config.
21250
21251 2007-07-21  Bruno Haible  <bruno@clisp.org>
21252
21253         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
21254         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
21255
21256 2007-07-20  Jim Meyering  <jim@meyering.net>
21257
21258         * check-module: Diagnose a self-dependency.
21259
21260 2007-07-19  Bruno Haible  <bruno@clisp.org>
21261
21262         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
21263         empty.
21264         Reported by Eric Blake.
21265
21266 2007-07-18  Bruno Haible  <bruno@clisp.org>
21267
21268         * gnulib-tool: New options --po-base, --po-domain.
21269         (func_usage): Document them.
21270         (pobase, po_domain): New variables.
21271         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
21272         DEFAULT_TEXT_DOMAIN.
21273         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
21274         (func_import): Consider pobase and po_domain. Create a po/ directory.
21275         (func_create_testdir): Set pobase and po_domain to empty.
21276         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
21277         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
21278
21279 2007-07-18  Bruno Haible  <bruno@clisp.org>
21280
21281         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21282         EXTRA_DIST augmentation for files in build-aux/.
21283
21284 2007-07-16  Bruno Haible  <bruno@clisp.org>
21285
21286         * modules/lseek (License): Use the synonymous term "LGPLv2+".
21287         * modules/getdelim (License): Likewise.
21288
21289 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21290
21291         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
21292         * modules/d-type (License): Likewise.
21293         * modules/extensions (License): Likewise.
21294         * modules/fnmatch (License): Likewise.
21295         * modules/fseeko (License): Likewise.
21296         * modules/getaddrinfo (License): Likewise.
21297         * modules/getline (License): Likewise.
21298         * modules/getlogin_r (License): Likewise.
21299         * modules/getpass (License): Likewise.
21300         * modules/gettimeofday (License): Likewise.
21301         * modules/glob (License): Likewise.
21302         * modules/inet_ntop (License): Likewise.
21303         * modules/malloc (License): Likewise.
21304         * modules/malloca (License): Likewise.
21305         * modules/memmem (License): Likewise.
21306         * modules/mempcpy (License): Likewise.
21307         * modules/memset (License): Likewise.
21308         * modules/minmax (License): Likewise.
21309         * modules/mktime (License): Likewise.
21310         * modules/netinet_in (License): Likewise.
21311         * modules/pathmax (License): Likewise.
21312         * modules/poll (License): Likewise.
21313         * modules/regex (License): Likewise.
21314         * modules/snprintf (License): Likewise.
21315         * modules/stdbool (License): Likewise.
21316         * modules/stdint (License): Likewise.
21317         * modules/stdio (License): Likewise.
21318         * modules/strcase (License): Likewise.
21319         * modules/strcasestr (License): Likewise.
21320         * modules/strdup (License): Likewise.
21321         * modules/string (License): Likewise.
21322         * modules/strndup (License): Likewise.
21323         * modules/strnlen (License): Likewise.
21324         * modules/strpbrk (License): Likewise.
21325         * modules/strptime (License): Likewise.
21326         * modules/strsep (License): Likewise.
21327         * modules/sys_select (License): Likewise.
21328         * modules/sys_socket (License): Likewise.
21329         * modules/sys_stat (License): Likewise.
21330         * modules/sys_time (License): Likewise.
21331         * modules/time (License): Likewise.
21332         * modules/time_r (License): Likewise.
21333         * modules/timegm (License): Likewise.
21334         * modules/unistd (License): Likewise.
21335         * modules/vsnprintf (License): Likewise.
21336         * modules/wctype (License): Likewise.
21337
21338 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21339
21340         * modules/argz (License): LGPLv2+.
21341
21342 2007-07-15  Karl Berry  <karl@gnu.org>
21343
21344         * doc/gnulib.texi: revise node structure per new fdl.texi.
21345
21346 2007-07-14  Bruno Haible  <bruno@clisp.org>
21347
21348         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
21349         the output file.
21350         * lib/uniname/uninames.h: Regenerated.
21351
21352 2007-07-14  Karl Berry  <karl@gnu.org>
21353
21354         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
21355         omitting sectioning and index commands.
21356
21357 2007-07-13  Bruno Haible  <bruno@clisp.org>
21358
21359         New gnulib-tool option --more-symlinks.
21360         * gnulib-tool (func_usage): Document --more-symlinks.
21361         (do_copyrights): New variable.
21362         Recognize option --more-symlinks.
21363         (func_import): Don't add a copyright notice transform to
21364         sed_transform_lib_file if do_copyrights is empty.
21365
21366 2007-07-13  Bruno Haible  <bruno@clisp.org>
21367
21368         * lib/vasnprintf.c (decimal_point_char): Define also if
21369         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
21370         && !NEED_PRINTF_DIRECTIVE_A.
21371         Reported by Clemens Koller <clemens.koller@anagramm.de> via
21372         Gary V. Vaughan <gary@gnu.org>.
21373
21374 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * lib/inttypes_.h: Undo previous change, since it was fixed
21377         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
21378
21379 2007-07-13  Bruno Haible  <bruno@clisp.org>
21380
21381         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
21382         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
21383
21384 2007-07-13  Jim Meyering  <jim@meyering.net>
21385
21386         df: Don't fail for Tru64's "file-on-file mount".
21387         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
21388         so we fall through and use statfs instead.  Details here:
21389         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
21390         Reported by Albert Chin.
21391
21392 2007-07-13  Bruno Haible  <bruno@clisp.org>
21393
21394         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
21395         * modules/configmake (License): Likewise.
21396         * modules/gettext (License): Likewise.
21397         * modules/gettext-h (License): Likewise.
21398         * modules/include_next (License): Likewise.
21399         * modules/link-warning (License): Likewise.
21400         * modules/localcharset (License): Likewise.
21401         * modules/localename (License): Likewise.
21402         * modules/lock (License): Likewise.
21403         * modules/relocatable-lib-lgpl (License): Likewise.
21404         * modules/size_max (License): Likewise.
21405         * modules/vasnprintf (License): Likewise.
21406         * modules/wchar (License): Likewise.
21407         * modules/xsize (License): Likewise.
21408
21409 2007-07-13  Bruno Haible  <bruno@clisp.org>
21410
21411         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
21412         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
21413
21414 2007-07-12  Bruno Haible  <bruno@clisp.org>
21415
21416         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
21417         in the modules files.
21418
21419 2007-07-11  Karl Berry  <karl@gnu.org>
21420
21421         * MODULES.html.sh (func_module): use
21422          sed -e '\|^'"${includefile}"'$|d'
21423          instead of /.../d, to avoid errors on $includefile's containing /.
21424
21425 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21426
21427         * gnulib-tool (func_import): Avoid duplication of --avoid
21428         statements
21429         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
21430         names to `_' in variable names.
21431
21432 2007-07-10  Eric Blake  <ebb9@byu.net>
21433
21434         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
21435         * NEWS: Document this change.
21436
21437 2007-07-08  Bruno Haible  <bruno@clisp.org>
21438
21439         Update to Unicode 5.0.
21440         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
21441         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
21442         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
21443         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
21444         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
21445         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
21446         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
21447         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
21448         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
21449         U+10A3F, U+1D242..U+1D244.
21450         (nonspacing_table_ind): Update.
21451         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
21452         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
21453
21454 2007-07-08  Bruno Haible  <bruno@clisp.org>
21455
21456         Update to Unicode 5.0.
21457         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
21458         code transform. Extend the name index field of unicode_name_to_code and
21459         unicode_code_to_name from 16 to 24 bits.
21460         * lib/uniname/uniname.c (unicode_character_name,
21461         unicode_name_character): Add the range 0x12xxx to the code transform.
21462         * lib/uniname/uninames.h: Regenerated.
21463         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
21464
21465 2007-07-07  Bruno Haible  <bruno@clisp.org>
21466
21467         * modules/wcwidth-tests: New file.
21468         * tests/test-wcwidth.c: New file.
21469
21470         Work around MacOS X wcwidth() bug.
21471         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
21472         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
21473         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
21474         original wcwidth in non-UTF-8 locales.
21475         * modules/wcwidth (Depends-on): Add localcharset, streq,
21476         uniwidth/width.
21477         * doc/functions/wcwidth.texi: Update.
21478
21479 2007-07-07  Bruno Haible  <bruno@clisp.org>
21480
21481         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
21482         (wcwidth): New declaration.
21483         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
21484         macros.
21485         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
21486         here. Prepare for creating <wchar.h> unconditionally.
21487         * modules/wchar (Depends-on): Add link-warning.
21488         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
21489         REPLACE_WCWIDTH, and GL_LINK_WARNING.
21490         * lib/wcwidth.h: Remove file.
21491         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
21492         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
21493         * modules/wcwidth (Files): Remove lib/wcwidth.h.
21494         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
21495         (Include): Replace wcwidth.h with <wchar.h>.
21496         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
21497         * lib/mbchar.h: Don't include wcwidth.h.
21498         * lib/mbswidth.c: Likewise.
21499         * NEWS: Mention the change.
21500
21501 2007-07-07  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
21504         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
21505         definition with an external declaration.
21506         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
21507         defined as a function. Remove AC_C_INLINE requirement.
21508         * modules/wcwidth (Files): Add lib/wcwidth.c.
21509         (Makefile.am): Remove redundant statement.
21510
21511 2007-07-07  Bruno Haible  <bruno@clisp.org>
21512
21513         * MODULES.html.sh (Unicode string functions): Add the new modules.
21514
21515         * tests/uniwidth/test-u32-strwidth.c: New file.
21516         * modules/uniwidth/u32-strwidth-tests: New file.
21517
21518         * lib/uniwidth/u32-strwidth.c: New file.
21519         * modules/uniwidth/u32-strwidth: New file.
21520
21521         * tests/uniwidth/test-u16-strwidth.c: New file.
21522         * modules/uniwidth/u16-strwidth-tests: New file.
21523
21524         * lib/uniwidth/u16-strwidth.c: New file.
21525         * modules/uniwidth/u16-strwidth: New file.
21526
21527         * tests/uniwidth/test-u8-strwidth.c: New file.
21528         * modules/uniwidth/u8-strwidth-tests: New file.
21529
21530         * lib/uniwidth/u8-strwidth.c: New file.
21531         * modules/uniwidth/u8-strwidth: New file.
21532
21533         * tests/uniwidth/test-u32-width.c: New file.
21534         * modules/uniwidth/u32-width-tests: New file.
21535
21536         * lib/uniwidth/u32-width.c: New file.
21537         * modules/uniwidth/u32-width: New file.
21538
21539         * tests/uniwidth/test-u16-width.c: New file.
21540         * modules/uniwidth/u16-width-tests: New file.
21541
21542         * lib/uniwidth/u16-width.c: New file.
21543         * modules/uniwidth/u16-width: New file.
21544
21545         * tests/uniwidth/test-u8-width.c: New file.
21546         * modules/uniwidth/u8-width-tests: New file.
21547
21548         * lib/uniwidth/u8-width.c: New file.
21549         * modules/uniwidth/u8-width: New file.
21550
21551         * tests/uniwidth/test-uc_width.c: New file.
21552         * modules/uniwidth/width-tests: New file.
21553
21554         * lib/uniwidth/width.c: New file, from GNU libiconv.
21555         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
21556         * modules/uniwidth/width: New file.
21557
21558         * lib/uniwidth.h: New file, from GNU libiconv.
21559         * modules/uniwidth/base: New file.
21560
21561 2007-07-07  Bruno Haible  <bruno@clisp.org>
21562
21563         * lib/uniname.h: New file, from GNU gettext.
21564         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
21565         * lib/uniname/uninames.h: New file, from GNU gettext.
21566         * lib/uniname/uniname.c: New file, from GNU gettext.
21567         * tests/uniname/test-uninames.sh: New file.
21568         * tests/uniname/test-uninames.c: New file, from GNU gettext.
21569         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
21570         * modules/uniname/base: New file.
21571         * modules/uniname/uniname: New file.
21572         * modules/uniname/uniname-tests: New file.
21573         * MODULES.html.sh (Unicode string functions): Add the new modules.
21574
21575 2007-07-06  Bruno Haible  <bruno@clisp.org>
21576
21577         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
21578
21579 2007-07-06  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
21582         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
21583         includes <cygwin/sys_time.h> which includes <sys/select.h> which
21584         include <sys/time.h>.
21585         Reported by Eric Blake.
21586
21587 2007-07-06  Eric Blake  <ebb9@byu.net>
21588
21589         Fix testing canonicalize on cygwin.
21590         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
21591         Revert patch from 2007-06-19.
21592         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
21593         canonicalize module is also in use.
21594         * tests/test-canonicalize.c: New file.
21595         * tests/test-canonicalize.sh: Likewise.
21596         * modules/canonicalize-tests: Likewise.
21597
21598 2007-07-06  Jim Meyering  <jim@meyering.net>
21599
21600         * lib/getugroups.c (getugroups): Detect getgrent failure.
21601         Adjust comment to reflect reality: this function may return -1.
21602
21603 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
21604
21605         * build-aux/bootstrap (TP_URL,get_translations): Update to use
21606         the new TP address.
21607         (usage): Fix typo
21608         (gnulib_mk): New variable.
21609
21610 2007-07-05  Jim Meyering  <jim@meyering.net>
21611
21612         Don't let endgrent clobber errno, no matter how improbable.
21613         * lib/getugroups.c (getugroups): Save and restore errno around
21614         endgrent call.
21615
21616         Close the group DB even when failing with 2^31 or more members.
21617         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
21618
21619 2007-07-04  Jim Meyering  <jim@meyering.net>
21620
21621         * lib/getugroups.h: New file.
21622         * lib/getugroups.c: Include "getugroups.h".
21623         Remove uses of "register" keyword.
21624         Move local variable, "cp", down into scope where used.
21625         Give "username" parameter the "const" attribute.
21626         * modules/getugroups (Files): Add lib/getugroups.h
21627
21628 2007-07-04  Karl Berry  <karl@gnu.org>
21629
21630         * MODULES.html.sh (func_all_modules): Complete rename of
21631         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
21632
21633 2007-07-02  Bruno Haible  <bruno@clisp.org>
21634
21635         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
21636         mode, when inttypes.h comes from gnulib.
21637         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21638
21639 2007-07-02  Simon Josefsson  <simon@josefsson.org>
21640
21641         * NEWS: Mention lgpl module name change.
21642
21643         * modules/lgpl-2.1: Renamed from lgpl.
21644
21645         * NEWS: Mention gpl module name change.
21646
21647         * modules/gpl-3.0: New file, based on gpl-2.0.
21648
21649         * modules/gpl-2.0: Renamed from gpl.
21650
21651         * modules/gpl: Fix filename, doc/gpl.texi is now found at
21652         doc/gpl-2.0.texi.
21653
21654 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
21657         #define __STDC_LIMIT_MACROS temporarily while including
21658         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
21659         Problem reported by Joel E. Denny in
21660         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
21661
21662 2007-07-01  Bruno Haible  <bruno@clisp.org>
21663
21664         * lib/unistdio.h: New file.
21665         * lib/unistdio/u-asnprintf.h: New file.
21666         * lib/unistdio/u-asprintf.h: New file.
21667         * lib/unistdio/u-printf-args.c: New file.
21668         * lib/unistdio/u-printf-args.h: New file.
21669         * lib/unistdio/u-printf-parse.h: New file.
21670         * lib/unistdio/u-snprintf.h: New file.
21671         * lib/unistdio/u-sprintf.h: New file.
21672         * lib/unistdio/u-vasprintf.h: New file.
21673         * lib/unistdio/u-vsnprintf.h: New file.
21674         * lib/unistdio/u-vsprintf.h: New file.
21675         * lib/unistdio/ulc-asnprintf.c: New file.
21676         * lib/unistdio/ulc-asprintf.c: New file.
21677         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
21678         * lib/unistdio/ulc-printf-parse.c: New file.
21679         * lib/unistdio/ulc-snprintf.c: New file.
21680         * lib/unistdio/ulc-sprintf.c: New file.
21681         * lib/unistdio/ulc-vasnprintf.c: New file.
21682         * lib/unistdio/ulc-vasprintf.c: New file.
21683         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
21684         * lib/unistdio/ulc-vsnprintf.c: New file.
21685         * lib/unistdio/ulc-vsprintf.c: New file.
21686         * lib/unistdio/u8-asnprintf.c: New file.
21687         * lib/unistdio/u8-asprintf.c: New file.
21688         * lib/unistdio/u8-printf-parse.c: New file.
21689         * lib/unistdio/u8-snprintf.c: New file.
21690         * lib/unistdio/u8-sprintf.c: New file.
21691         * lib/unistdio/u8-vasnprintf.c: New file.
21692         * lib/unistdio/u8-vasprintf.c: New file.
21693         * lib/unistdio/u8-vsnprintf.c: New file.
21694         * lib/unistdio/u8-vsprintf.c: New file.
21695         * lib/unistdio/u8-u8-asnprintf.c: New file.
21696         * lib/unistdio/u8-u8-asprintf.c: New file.
21697         * lib/unistdio/u8-u8-snprintf.c: New file.
21698         * lib/unistdio/u8-u8-sprintf.c: New file.
21699         * lib/unistdio/u8-u8-vasnprintf.c: New file.
21700         * lib/unistdio/u8-u8-vasprintf.c: New file.
21701         * lib/unistdio/u8-u8-vsnprintf.c: New file.
21702         * lib/unistdio/u8-u8-vsprintf.c: New file.
21703         * lib/unistdio/u16-asnprintf.c: New file.
21704         * lib/unistdio/u16-asprintf.c: New file.
21705         * lib/unistdio/u16-printf-parse.c: New file.
21706         * lib/unistdio/u16-snprintf.c: New file.
21707         * lib/unistdio/u16-sprintf.c: New file.
21708         * lib/unistdio/u16-vasnprintf.c: New file.
21709         * lib/unistdio/u16-vasprintf.c: New file.
21710         * lib/unistdio/u16-vsnprintf.c: New file.
21711         * lib/unistdio/u16-vsprintf.c: New file.
21712         * lib/unistdio/u16-u16-asnprintf.c: New file.
21713         * lib/unistdio/u16-u16-asprintf.c: New file.
21714         * lib/unistdio/u16-u16-snprintf.c: New file.
21715         * lib/unistdio/u16-u16-sprintf.c: New file.
21716         * lib/unistdio/u16-u16-vasnprintf.c: New file.
21717         * lib/unistdio/u16-u16-vasprintf.c: New file.
21718         * lib/unistdio/u16-u16-vsnprintf.c: New file.
21719         * lib/unistdio/u16-u16-vsprintf.c: New file.
21720         * lib/unistdio/u32-asnprintf.c: New file.
21721         * lib/unistdio/u32-asprintf.c: New file.
21722         * lib/unistdio/u32-printf-parse.c: New file.
21723         * lib/unistdio/u32-snprintf.c: New file.
21724         * lib/unistdio/u32-sprintf.c: New file.
21725         * lib/unistdio/u32-vasnprintf.c: New file.
21726         * lib/unistdio/u32-vasprintf.c: New file.
21727         * lib/unistdio/u32-vsnprintf.c: New file.
21728         * lib/unistdio/u32-vsprintf.c: New file.
21729         * lib/unistdio/u32-u32-asnprintf.c: New file.
21730         * lib/unistdio/u32-u32-asprintf.c: New file.
21731         * lib/unistdio/u32-u32-snprintf.c: New file.
21732         * lib/unistdio/u32-u32-sprintf.c: New file.
21733         * lib/unistdio/u32-u32-vasnprintf.c: New file.
21734         * lib/unistdio/u32-u32-vasprintf.c: New file.
21735         * lib/unistdio/u32-u32-vsnprintf.c: New file.
21736         * lib/unistdio/u32-u32-vsprintf.c: New file.
21737         * tests/unistdio/test-ulc-asnprintf1.c: New file.
21738         * tests/unistdio/test-ulc-asnprintf1.h: New file.
21739         * tests/unistdio/test-ulc-printf1.h: New file.
21740         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
21741         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
21742         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
21743         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
21744         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
21745         * tests/unistdio/test-ulc-vasprintf1.c: New file.
21746         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
21747         * tests/unistdio/test-ulc-vsprintf1.c: New file.
21748         * tests/unistdio/test-u8-asnprintf1.c: New file.
21749         * tests/unistdio/test-u8-asnprintf1.h: New file.
21750         * tests/unistdio/test-u8-printf1.h: New file.
21751         * tests/unistdio/test-u8-vasnprintf1.c: New file.
21752         * tests/unistdio/test-u8-vasnprintf2.c: New file.
21753         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
21754         * tests/unistdio/test-u8-vasnprintf3.c: New file.
21755         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
21756         * tests/unistdio/test-u8-vasprintf1.c: New file.
21757         * tests/unistdio/test-u8-vsnprintf1.c: New file.
21758         * tests/unistdio/test-u8-vsprintf1.c: New file.
21759         * tests/unistdio/test-u16-asnprintf1.c: New file.
21760         * tests/unistdio/test-u16-asnprintf1.h: New file.
21761         * tests/unistdio/test-u16-printf1.h: New file.
21762         * tests/unistdio/test-u16-vasnprintf1.c: New file.
21763         * tests/unistdio/test-u16-vasnprintf2.c: New file.
21764         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
21765         * tests/unistdio/test-u16-vasnprintf3.c: New file.
21766         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
21767         * tests/unistdio/test-u16-vasprintf1.c: New file.
21768         * tests/unistdio/test-u16-vsnprintf1.c: New file.
21769         * tests/unistdio/test-u16-vsprintf1.c: New file.
21770         * tests/unistdio/test-u32-asnprintf1.c: New file.
21771         * tests/unistdio/test-u32-asnprintf1.h: New file.
21772         * tests/unistdio/test-u32-printf1.h: New file.
21773         * tests/unistdio/test-u32-vasnprintf1.c: New file.
21774         * tests/unistdio/test-u32-vasnprintf2.c: New file.
21775         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
21776         * tests/unistdio/test-u32-vasnprintf3.c: New file.
21777         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
21778         * tests/unistdio/test-u32-vasprintf1.c: New file.
21779         * tests/unistdio/test-u32-vsnprintf1.c: New file.
21780         * tests/unistdio/test-u32-vsprintf1.c: New file.
21781         * modules/unistdio/base: New file.
21782         * modules/unistdio/u-printf-args: New file.
21783         * modules/unistdio/ulc-asnprintf: New file.
21784         * modules/unistdio/ulc-asprintf: New file.
21785         * modules/unistdio/ulc-fprintf: New file.
21786         * modules/unistdio/ulc-printf-parse: New file.
21787         * modules/unistdio/ulc-snprintf: New file.
21788         * modules/unistdio/ulc-sprintf: New file.
21789         * modules/unistdio/ulc-vasnprintf: New file.
21790         * modules/unistdio/ulc-vasprintf: New file.
21791         * modules/unistdio/ulc-vfprintf: New file.
21792         * modules/unistdio/ulc-vsnprintf: New file.
21793         * modules/unistdio/ulc-vsprintf: New file.
21794         * modules/unistdio/u8-asnprintf: New file.
21795         * modules/unistdio/u8-asprintf: New file.
21796         * modules/unistdio/u8-printf-parse: New file.
21797         * modules/unistdio/u8-snprintf: New file.
21798         * modules/unistdio/u8-sprintf: New file.
21799         * modules/unistdio/u8-vasnprintf: New file.
21800         * modules/unistdio/u8-vasprintf: New file.
21801         * modules/unistdio/u8-vsnprintf: New file.
21802         * modules/unistdio/u8-vsprintf: New file.
21803         * modules/unistdio/u8-u8-asnprintf: New file.
21804         * modules/unistdio/u8-u8-asprintf: New file.
21805         * modules/unistdio/u8-u8-snprintf: New file.
21806         * modules/unistdio/u8-u8-sprintf: New file.
21807         * modules/unistdio/u8-u8-vasnprintf: New file.
21808         * modules/unistdio/u8-u8-vasprintf: New file.
21809         * modules/unistdio/u8-u8-vsnprintf: New file.
21810         * modules/unistdio/u8-u8-vsprintf: New file.
21811         * modules/unistdio/u16-asnprintf: New file.
21812         * modules/unistdio/u16-asprintf: New file.
21813         * modules/unistdio/u16-printf-parse: New file.
21814         * modules/unistdio/u16-snprintf: New file.
21815         * modules/unistdio/u16-sprintf: New file.
21816         * modules/unistdio/u16-vasnprintf: New file.
21817         * modules/unistdio/u16-vasprintf: New file.
21818         * modules/unistdio/u16-vsnprintf: New file.
21819         * modules/unistdio/u16-vsprintf: New file.
21820         * modules/unistdio/u16-u16-asnprintf: New file.
21821         * modules/unistdio/u16-u16-asprintf: New file.
21822         * modules/unistdio/u16-u16-snprintf: New file.
21823         * modules/unistdio/u16-u16-sprintf: New file.
21824         * modules/unistdio/u16-u16-vasnprintf: New file.
21825         * modules/unistdio/u16-u16-vasprintf: New file.
21826         * modules/unistdio/u16-u16-vsnprintf: New file.
21827         * modules/unistdio/u16-u16-vsprintf: New file.
21828         * modules/unistdio/u32-asnprintf: New file.
21829         * modules/unistdio/u32-asprintf: New file.
21830         * modules/unistdio/u32-printf-parse: New file.
21831         * modules/unistdio/u32-snprintf: New file.
21832         * modules/unistdio/u32-sprintf: New file.
21833         * modules/unistdio/u32-vasnprintf: New file.
21834         * modules/unistdio/u32-vasprintf: New file.
21835         * modules/unistdio/u32-vsnprintf: New file.
21836         * modules/unistdio/u32-vsprintf: New file.
21837         * modules/unistdio/u32-u32-asnprintf: New file.
21838         * modules/unistdio/u32-u32-asprintf: New file.
21839         * modules/unistdio/u32-u32-snprintf: New file.
21840         * modules/unistdio/u32-u32-sprintf: New file.
21841         * modules/unistdio/u32-u32-vasnprintf: New file.
21842         * modules/unistdio/u32-u32-vasprintf: New file.
21843         * modules/unistdio/u32-u32-vsnprintf: New file.
21844         * modules/unistdio/u32-u32-vsprintf: New file.
21845         * modules/unistdio/ulc-asnprintf-tests: New file.
21846         * modules/unistdio/ulc-vasnprintf-tests: New file.
21847         * modules/unistdio/ulc-vasprintf-tests: New file.
21848         * modules/unistdio/ulc-vsnprintf-tests: New file.
21849         * modules/unistdio/ulc-vsprintf-tests: New file.
21850         * modules/unistdio/u8-asnprintf-tests: New file.
21851         * modules/unistdio/u8-vasnprintf-tests: New file.
21852         * modules/unistdio/u8-vasprintf-tests: New file.
21853         * modules/unistdio/u8-vsnprintf-tests: New file.
21854         * modules/unistdio/u8-vsprintf-tests: New file.
21855         * modules/unistdio/u16-asnprintf-tests: New file.
21856         * modules/unistdio/u16-vasnprintf-tests: New file.
21857         * modules/unistdio/u16-vasprintf-tests: New file.
21858         * modules/unistdio/u16-vsnprintf-tests: New file.
21859         * modules/unistdio/u16-vsprintf-tests: New file.
21860         * modules/unistdio/u32-asnprintf-tests: New file.
21861         * modules/unistdio/u32-vasnprintf-tests: New file.
21862         * modules/unistdio/u32-vasprintf-tests: New file.
21863         * modules/unistdio/u32-vsnprintf-tests: New file.
21864         * modules/unistdio/u32-vsprintf-tests: New file.
21865         * MODULES.html.sh (Unicode string functions): Add the new modules.
21866
21867 2007-07-01  Bruno Haible  <bruno@clisp.org>
21868
21869         * lib/sprintf.c (sprintf): Limit the available length estimation,
21870         to avoid address wraparound.
21871         * lib/vsprintf.c (vsprintf): Likewise.
21872         * modules/sprintf-posix (Dependencies): Add stdint.
21873         * modules/vsprintf-posix (Dependencies): Likewise.
21874
21875 2007-07-01  Bruno Haible  <bruno@clisp.org>
21876
21877         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
21878         Windows PATH as well. Conservative double-quoting. Comments.
21879
21880 2007-07-01  Bruno Haible  <bruno@clisp.org>
21881             Eric Blake  <ebb9@byu.net>
21882             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21883
21884         * gnulib-tool (self_abspathname): Fix algorithm to cope with
21885         empty components in $PATH, denoting '.'.
21886
21887 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21888
21889         * gnulib-tool: Fix indentation.
21890         (func_create_megatestdir): Likewise.
21891         Report by Bruno Haible.
21892
21893 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21894
21895         Sync from Automake.
21896         * build-aux/gnupload: Fix shell portability issues with for loops.
21897         Report by Karl Berry.
21898
21899 2007-06-29  Simon Josefsson  <simon@josefsson.org>
21900
21901         * build-aux/maint.mk (POURL): Use translationproject.org.
21902
21903 2007-06-27  Simon Josefsson  <simon@josefsson.org>
21904             Bruno Haible  <bruno@clisp.org>
21905
21906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
21907         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
21908         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
21909         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
21910         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
21911
21912 2007-06-27  Bruno Haible  <bruno@clisp.org>
21913
21914         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
21915         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
21916
21917 2007-06-26  Karl Berry  <karl@gnu.org>
21918
21919         * MODULES.html.sh: remove xreadlink-with-size.
21920
21921 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21922
21923         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
21924         method that I hope also handles the double-include problem noted
21925         by Bruno Haible in
21926         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
21927
21928 2007-06-23  Bruno Haible  <bruno@clisp.org>
21929
21930         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21931         Don't let the 'mostlyclean' target fail if the last subdirectory could
21932         not be removed.
21933         Reported by Karl Berry.
21934
21935 2007-06-23  Bruno Haible  <bruno@clisp.org>
21936
21937         * gnulib-tool (echo): Add a speedier workaround for ksh.
21938         * tests/test-echo.sh: Likewise.
21939
21940 2007-06-23  Bruno Haible  <bruno@clisp.org>
21941
21942         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
21943         * tests/test-echo.sh: Likewise.
21944
21945 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21946
21947         * gnulib-tool (IFS): Initialize early, so we don't set it to
21948         empty later.
21949         (self_abspathname): Rewrite algorithm to set it, reindent.
21950         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
21951         (func_create_megatestdir): Merge some sed scripts.
21952
21953 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
21956         exposed by Sun Studio 11 cc on Solaris 8.
21957
21958 2007-06-22  Bruno Haible  <bruno@clisp.org>
21959
21960         * gnulib-tool (echo): Ensure the echo primitive does not interpret
21961         backslashes.
21962         * tests/test-echo.sh: New file.
21963
21964 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21965
21966         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
21967         simplify `sed_replace_build_aux' scripts, they are portable but
21968         echoing them with `echo' is not.
21969         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
21970
21971 2007-06-21  Karl Berry  <karl@gnu.org>
21972
21973         * config/srclist.txt: guess we can't handle the licenses via
21974         srclist at the moment.
21975
21976 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         * MODULES.html.sh: Add include_next.
21979         * modules/include_next: New file.
21980
21981 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21982
21983         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
21984         INCLUDE_NEXT.
21985         (gl_CHECK_NEXT_HEADERS): New macro.
21986         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
21987         the obsolescent gl_ABSOLUTE_HEADER.
21988         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
21989         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
21990         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
21991         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21992         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
21993         * m4/math_h.m4 (gl_MATH_H): Likewise.
21994         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21995         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
21996         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
21997         * m4/stdint.m4 (gl_STDINT_H): Likewise.
21998         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
21999         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
22000         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
22001         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22002         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
22003         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
22004         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
22005         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
22006         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
22007         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
22008         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
22009         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
22010         * m4/inttypes.m4 (gl_INTTYPES_H): Define
22011         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
22012         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
22013         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
22014         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
22015         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
22016         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
22017         * lib/float_.h: Likewise.
22018         * lib/inttypes_.h: Likewise.
22019         * lib/math_.h: Likewise.
22020         * lib/search_.h: Likewise.
22021         * lib/signal_.h: Likewise.
22022         * lib/stdint_.h: Likewise.
22023         * lib/stdio_.h: Likewise.
22024         * lib/stdlib_.h: Likewise.
22025         * lib/string_.h: Likewise.
22026         * lib/sys_stat_.h: Likewise.
22027         * lib/sys_time_.h: Likewise.
22028         * lib/time_.h: Likewise.
22029         * lib/unistd_.h: Likewise.
22030         * lib/wchar_.h: Likewise.
22031         * lib/wctype_.h: Likewise.
22032         * lib/dirent_.h: Likewise.
22033         * lib/iconv_.h: Likewise.
22034         * lib/locale_.h: Likewise.
22035         * lib/netinet_in_.h: Likewise.
22036         * lib/sys_select_.h: Likewise.
22037         * lib/sys_socket_.h: Likewise.
22038         * lib/sysexits_.h: Likewise.
22039         * modules/fcntl (Depends-on): Depend on include_next, not
22040         absolute_header.
22041         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
22042         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
22043         * modules/fchdir: Likewise.
22044         * modules/float: Likewise.
22045         * modules/iconv_open: Likewise.
22046         * modules/inttypes: Likewise.
22047         * modules/locale: Likewise.
22048         * modules/math: Likewise.
22049         * modules/netinet_in: Likewise.
22050         * modules/search: Likewise.
22051         * modules/signal: Likewise.
22052         * modules/stdint: Likewise.
22053         * modules/stdio: Likewise.
22054         * modules/stdlib: Likewise.
22055         * modules/string: Likewise.
22056         * modules/sys_select: Likewise.
22057         * modules/sys_socket: Likewise.
22058         * modules/sys_stat: Likewise.
22059         * modules/sys_time: Likewise.
22060         * modules/sysexits: Likewise.
22061         * modules/time: Likewise.
22062         * modules/unistd: Likewise.
22063         * modules/wchar: Likewise.
22064         * modules/wctype: Likewise.
22065         * modules/sys_stat: Change maintainer to "all".
22066         * modules/unistd: Likewise.
22067
22068 2007-06-20  Karl Berry  <karl@gnu.org>
22069
22070         * config/srclist.txt: track www changes in license files.
22071
22072 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
22073
22074         * build-aux/bootstrap: Remove stray dot.
22075         Make sure build_aux settings are honored when linking
22076         gnulib_extra_files.
22077
22078 2007-06-19  Eric Blake  <ebb9@byu.net>
22079
22080         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
22081         Allow compilation on cygwin.
22082
22083 2007-06-19  Jim Meyering  <jim@meyering.net>
22084
22085         xreadlink-with-size: Remove module.  No longer used.
22086         Ex-callers now use xreadlink or mreadlink-with-size.
22087         * modules/xreadlink-with-size: Remove module.
22088         * lib/xreadlink-with-size.c: Remove file.
22089         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
22090         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
22091         just before the function definition *is* accurate.
22092
22093         Eliminate one way canonicalize_filename_mode could exit.
22094         * lib/canonicalize.c (canonicalize_filename_mode):
22095         Use mreadlink_with_size, not xreadlink_with_size.
22096
22097 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         Detect porting problems to FreeBSD/arm, which has time_t wider than
22100         long int.  Original problem reported for GNU diff by Xin Li in
22101         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
22102         * modules/getdate (Depends-on): Add intprops, verify.
22103         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
22104         is an integer type no wider than long int.
22105
22106 2007-06-18  Jim Meyering  <jim@meyering.net>
22107
22108         New module: mreadlink-with-size.
22109         * MODULES.html.sh: Add mreadlink-with-size.
22110         * modules/mreadlink-with-size: New module
22111         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
22112         not xreadlink-with-size.
22113         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
22114
22115 2007-06-16  Bruno Haible  <bruno@clisp.org>
22116
22117         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
22118         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
22119         Reported by Gary V. Vaughan <gary@gnu.org>.
22120
22121 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         Revamp lchown so that it lives in unistd.h where it belongs.
22124         * lib/lchown.h: Remove.
22125         * lib/dirchownmod.c: Don't include lib/lchown.h.
22126         * lib/fchownat.c: Likewise.
22127         * lib/openat.c: Likewise.
22128         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
22129         does not follow symlinks.
22130         (EOPNOTSUPP): Define if not defined.
22131         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
22132         is defined to 0.
22133         (lchown): New decl.
22134         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
22135         Do not check for lchown decl.
22136         Set REPLACE_LCHOWN.
22137         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
22138         REPLACE_LCHOWN.
22139         * modules/chown: Make it clear it follows symlinks.
22140         * modules/lchown: Make it clear it doesn't follow symlinks.
22141         (Files): Remove lib/lchown.h
22142         (Depends-on): Add unistd.
22143         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
22144         (Include): Include <unistd.h>, not "lchown.h".
22145         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
22146         REPLACE_LCHOWN.
22147
22148 2007-06-15  Jim Meyering  <jim@meyering.net>
22149
22150         Change license (GPL to LGPL) of fsusage and dependents.
22151         * modules/fsusage (License): Change to LGPL.
22152         * modules/full-read (License): Likewise.
22153         * modules/full-write (License): Likewise.
22154         * modules/safe-read (License): Likewise.
22155         * modules/safe-write (License): Likewise.
22156
22157 2007-06-14  Ben Pfaff  <blp@gnu.org>
22158
22159         Missing part of allocsa -> malloca transition.
22160         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
22161         gl_MALLOCA.
22162
22163 2007-06-12  Bruno Haible  <bruno@clisp.org>
22164
22165         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
22166         to ia64, x86_64, i386.
22167         Reported by Eric Blake.
22168
22169 2007-06-12  Bruno Haible  <bruno@clisp.org>
22170
22171         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
22172         cross-compiling to x86_64.
22173
22174 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
22177         glitch reported by Ralf Wildenhues in
22178         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
22179
22180         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
22181         Vin Shelton.
22182
22183 2007-06-11  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
22186         replacement string.
22187         Reported by Eric Blake.
22188
22189 2007-06-10  Bruno Haible  <bruno@clisp.org>
22190
22191         Prepare vasnprintf code for use with Unicode strings.
22192         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
22193         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
22194         TYPE_U32_STRING.
22195         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
22196         a_u32_string variants.
22197         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
22198         * lib/printf-args.c: Don't include config.h and the specification
22199         header if PRINTF_FETCHARGS is already defined.
22200         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
22201         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
22202         TYPE_U16_STRING, TYPE_U32_STRING.
22203         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
22204         u16_directive, u16_directives, u32_directive, u32_directives): New
22205         types.
22206         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
22207         New declarations.
22208         * lib/printf-parse.c: Don't include config.h and the specification
22209         header if PRINTF_PARSE is already defined. Eliminate the set of
22210         parameters for WIDE_CHAR_VERSION; the user of this file must provide
22211         them now. Include c-ctype.h.
22212         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
22213         directive and CHAR_T_ONLY_ASCII.
22214         * lib/vasnprintf.c: Don't include config.h and the specification header
22215         if VASNPRINTF is already defined.
22216         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
22217         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
22218         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
22219         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
22220         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
22221         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
22222         code accordingly.
22223         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
22224         pad_ourselves also in this case, with the 'c' and 's' directives, and
22225         with a different notion of "width".
22226         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
22227
22228 2007-06-10  Bruno Haible  <bruno@clisp.org>
22229
22230         * modules/unistr/u32-mbsnlen: New file.
22231         * lib/unistr/u32-mbsnlen.c: New file.
22232
22233         * modules/unistr/u16-mbsnlen: New file.
22234         * lib/unistr/u16-mbsnlen.c: New file.
22235
22236         * modules/unistr/u8-mbsnlen: New file.
22237         * lib/unistr/u8-mbsnlen.c: New file.
22238
22239         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
22240         declarations.
22241
22242 2007-06-10  Bruno Haible  <bruno@clisp.org>
22243
22244         * lib/string_.h (mbsnlen): New declaration.
22245         * lib/mbsnlen.c: New file.
22246         * m4/mbsnlen.m4: New file.
22247         * modules/mbsnlen: New file.
22248         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
22249         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
22250         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
22251
22252 2007-06-10  Bruno Haible  <bruno@clisp.org>
22253
22254         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
22255
22256 2007-06-10  Bruno Haible  <bruno@clisp.org>
22257
22258         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
22259         * lib/mbuiter.h: Likewise.
22260
22261 2007-06-10  Bruno Haible  <bruno@clisp.org>
22262
22263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
22264         declaration.
22265
22266 2007-06-10  Karl Berry  <karl@gnu.org>
22267
22268         * config/srclist.txt: remove gettext entries, Bruno prefers
22269         to update individually.
22270
22271 2007-06-10  Bruno Haible  <bruno@clisp.org>
22272
22273         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
22274         'maxlen'. Ensure only length + width bytes are allocated, not
22275         length + 1 + width.
22276
22277 2007-06-09  Bruno Haible  <bruno@clisp.org>
22278
22279         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
22280         (CHAR_T): Remove macro.
22281         (VASNPRINTF): Update.
22282
22283 2007-06-09  Bruno Haible  <bruno@clisp.org>
22284
22285         * MODULES.html.sh (Unicode string functions): Add the new modules.
22286
22287         * modules/uniconv/u32-conv-to-enc: New file.
22288         * lib/uniconv/u32-conv-to-enc.c: New file.
22289         * modules/uniconv/u32-conv-to-enc-tests: New file.
22290         * tests/uniconv/test-u32-conv-to-enc.c: New file.
22291
22292         * modules/uniconv/u16-conv-to-enc: New file.
22293         * lib/uniconv/u16-conv-to-enc.c: New file.
22294         * lib/uniconv/u-conv-to-enc.h: New file.
22295         * modules/uniconv/u16-conv-to-enc-tests: New file.
22296         * tests/uniconv/test-u16-conv-to-enc.c: New file.
22297
22298         * modules/uniconv/u8-conv-to-enc: New file.
22299         * lib/uniconv/u8-conv-to-enc.c: New file.
22300         * modules/uniconv/u8-conv-to-enc-tests: New file.
22301         * tests/uniconv/test-u8-conv-to-enc.c: New file.
22302
22303         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
22304         u32_conv_to_encoding): New declarations.
22305
22306 2007-06-09  Bruno Haible  <bruno@clisp.org>
22307
22308         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
22309
22310 2007-06-09  Bruno Haible  <bruno@clisp.org>
22311
22312         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
22313         * modules/malloca: Renamed from modules/allocsa, updated.
22314         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
22315         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
22316         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
22317         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
22318         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
22319         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
22320         * modules/xmalloca: Renamed from modules/xallocsa, updated.
22321         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
22322         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
22323         * modules/c-strcasestr (Depends-on): Update.
22324         * lib/c-strcasestr.c: Update.
22325         * modules/c-strstr (Depends-on): Update.
22326         * lib/c-strstr.c: Update.
22327         * modules/canonicalize-lgpl (Depends-on): Update.
22328         * lib/canonicalize-lgpl.c: Update.
22329         * modules/clean-temp (Depends-on): Update.
22330         * lib/clean-temp.c: Update.
22331         * modules/csharpcomp (Depends-on): Update.
22332         * lib/csharpcomp.c: Update.
22333         * modules/csharpexec (Depends-on): Update.
22334         * lib/csharpexec.c: Update.
22335         * modules/javacomp (Depends-on): Update.
22336         * lib/javacomp.c: Update.
22337         * modules/javaexec (Depends-on): Update.
22338         * lib/javaexec.c: Update.
22339         * modules/mbscasestr (Depends-on): Update.
22340         * lib/mbscasestr.c: Update.
22341         * modules/mbsstr (Depends-on): Update.
22342         * lib/mbsstr.c: Update.
22343         * modules/setenv (Depends-on): Update.
22344         * lib/setenv.c: Update.
22345         * modules/strcasestr (Depends-on): Update.
22346         * lib/strcasestr.c: Update.
22347         * modules/striconveha (Depends-on): Update.
22348         * lib/striconveha.c: Update.
22349         * modules/relocatable-prog-wrapper (Files): Update.
22350         * lib/relocwrapper.c: Update.
22351         * build-aux/install-reloc: Update.
22352         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
22353
22354 2007-06-08  Bruno Haible  <bruno@clisp.org>
22355
22356         Port to uClibc.
22357         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
22358         * lib/fpurge.c (fpurge): Likewise.
22359         * lib/freading.c (freading): Likewise.
22360         * lib/fseeko.c (rpl_fseeko): Likewise.
22361         * lib/fseterr.c (fseterr): Likewise.
22362         * lib/fwriting.c (fwriting): Likewise.
22363         * tests/test-fflush.c (main): Avoid a failure on uClibc.
22364
22365 2007-06-08  Bruno Haible  <bruno@clisp.org>
22366
22367         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
22368         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
22369         * modules/gettext (Files): Add m4/intlmacosx.m4.
22370
22371 2007-06-07  Bruno Haible  <bruno@clisp.org>
22372
22373         * modules/localename-tests: New file.
22374         * tests/test-localename.c: New file.
22375
22376         New module 'localename'.
22377         * lib/localename.h: New file.
22378         * lib/localename.c: New file, from GNU gettext.
22379         * m4/localename.m4: New file.
22380         * modules/localename: New file.
22381
22382 2007-06-07  Bruno Haible  <bruno@clisp.org>
22383
22384         Work around the lack of <wchar.h> on some builds of uClibc.
22385         * doc/headers/wchar.texi: Update.
22386         * lib/wchar_.h: Include <wchar.h> only if it exists.
22387         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
22388         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
22389         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
22390         doesn't exist.
22391         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
22392         * modules/mbfile (Depends-on): Add wchar.
22393         * modules/mbiter (Depends-on): Likewise.
22394         * modules/mbuiter (Depends-on): Likewise.
22395         Reported by Simon Josefsson.
22396
22397 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22398
22399         Work around problem reported by Steven M. Schweda in
22400         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
22401         Tru64 5.1B with the Compaq compiler environment installed declares
22402         an 'isblank' function but does not define it in the C library.
22403         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
22404         * lib/regex_internal.h (isblank): Likewise.
22405         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
22406         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22407
22408 2007-06-05  Bruno Haible  <bruno@clisp.org>
22409
22410         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
22411         ia64.
22412         * modules/printf-safe: New file.
22413         * modules/fprintf-posix (Depends-on): Add printf-safe.
22414         * modules/printf-posix (Depends-on): Likewise.
22415         * modules/snprintf-posix (Depends-on): Likewise.
22416         * modules/sprintf-posix (Depends-on): Likewise.
22417         * modules/vasnprintf-posix (Depends-on): Likewise.
22418         * modules/vasprintf-posix (Depends-on): Likewise.
22419         * modules/vfprintf-posix (Depends-on): Likewise.
22420         * modules/vprintf-posix (Depends-on): Likewise.
22421         * modules/vsnprintf-posix (Depends-on): Likewise.
22422         * modules/vsprintf-posix (Depends-on): Likewise.
22423         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
22424         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
22425         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
22426         "no" on i386, x86_64, ia64.
22427         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
22428         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22429         on i386, x86_64, ia64.
22430         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
22431         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22432         on i386, x86_64, ia64.
22433         * tests/test-vasnprintf-posix.c: Include float.h.
22434         (LDBL80_WORDS): New macro.
22435         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22436         on i386, x86_64, ia64.
22437         * tests/test-vasprintf-posix.c: Include float.h.
22438         (LDBL80_WORDS): New macro.
22439         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22440         on i386, x86_64, ia64.
22441         * tests/test-snprintf-posix.c: Include float.h.
22442         * tests/test-sprintf-posix.c: Likewise.
22443         * tests/test-vsnprintf-posix.c: Likewise.
22444         * tests/test-vsprintf-posix.c: Likewise.
22445
22446 2007-06-05  Bruno Haible  <bruno@clisp.org>
22447
22448         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
22449         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
22450         non-IEEE numbers on i386, x86_64, ia64.
22451         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
22452         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
22453         * tests/test-isnanl.h: Include float.h.
22454         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
22455
22456 2007-06-05  Bruno Haible  <bruno@clisp.org>
22457
22458         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
22459         also the %a / %A. Handle the %a / %A code before this extra handling.
22460
22461 2007-06-05  Bruno Haible  <bruno@clisp.org>
22462
22463         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
22464         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
22465
22466 2007-06-05  Bruno Haible  <bruno@clisp.org>
22467
22468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
22469         typo in variable name.
22470
22471 2007-06-05  Eric Blake  <ebb9@byu.net>
22472
22473         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
22474         Reported by Simon Josefsson.
22475
22476 2007-06-04  Bruno Haible  <bruno@clisp.org>
22477
22478         Avoid test failures on some PowerPC platforms.
22479         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
22480         Define differently for PowerPC.
22481         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
22482         Reported by Gary V. Vaughan <gary@gnu.org>.
22483
22484 2007-06-02  Bruno Haible  <bruno@clisp.org>
22485
22486         Fix test-stdint failure on FreeBSD/ia64.
22487         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
22488         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
22489         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
22490         * doc/headers/stdint.texi: Update.
22491
22492 2007-06-01  Bruno Haible  <bruno@clisp.org>
22493
22494         * tests/test-binary-io.c (main): Pass a third argument to open().
22495         Reported by Gary V. Vaughan <gary@gnu.org>.
22496
22497 2007-06-01  Bruno Haible  <bruno@clisp.org>
22498
22499         * doc/functions/frexpl.texi: Update for mingw.
22500
22501 2007-06-01  Bruno Haible  <bruno@clisp.org>
22502
22503         * tests/test-lseek.c (main): Disable test of errno for invalid third
22504         argument.
22505         * doc/functions/lseek.texi: Update.
22506         Reported by Gary V. Vaughan <gary@gnu.org>.
22507
22508 2007-05-28  Bruno Haible  <bruno@clisp.org>
22509
22510         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
22511
22512 2007-05-31  Eric Blake  <ebb9@byu.net>
22513
22514         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
22515         cross compiling.
22516
22517 2007-05-30  Eric Blake  <ebb9@byu.net>
22518         and Bruno Haible  <bruno@clisp.org>
22519
22520         Work around mingw test failures exposed by m4-1.4.9b.
22521         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
22522         * tests/test-unistd.c: Disable uid_t and git_t tests for the
22523         moment.
22524
22525 2007-05-30  Bruno Haible  <bruno@clisp.org>
22526
22527         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
22528         assuming that they are closed. Needed on HP-UX 11.
22529
22530 2007-05-29  Bruno Haible  <bruno@clisp.org>
22531
22532         Fix a problem with #include_next.
22533         * lib/dirent_.h: Split the double-inclusion guard.
22534         * lib/fcntl_.h: Likewise.
22535         * lib/float_.h: Likewise.
22536         * lib/iconv_.h: Likewise.
22537         * lib/inttypes_.h: Likewise.
22538         * lib/locale_.h: Likewise.
22539         * lib/math_.h: Likewise.
22540         * lib/netinet_in_.h: Likewise.
22541         * lib/search_.h: Likewise.
22542         * lib/signal_.h: Likewise.
22543         * lib/stdint_.h: Likewise.
22544         * lib/stdio_.h: Likewise.
22545         * lib/stdlib_.h: Likewise.
22546         * lib/string_.h: Likewise.
22547         * lib/sys_select_.h: Likewise.
22548         * lib/sys_socket_.h: Likewise.
22549         * lib/sys_stat_.h: Likewise.
22550         * lib/sys_time_.h: Likewise.
22551         * lib/sysexits_.h: Likewise.
22552         * lib/time_.h: Likewise.
22553         * lib/unistd_.h: Likewise.
22554         * lib/wchar_.h: Likewise.
22555         * lib/wctype_.h: Likewise.
22556
22557 2007-05-29  Bruno Haible  <bruno@clisp.org>
22558
22559         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
22560         for the moment.
22561
22562 2007-05-29  Bruno Haible  <bruno@clisp.org>
22563
22564         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
22565         invocation.
22566         Reported by Eric Blake.
22567
22568 2007-05-29  Bruno Haible  <bruno@clisp.org>
22569
22570         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
22571         compiling case.
22572
22573 2007-05-29  Eric Blake  <ebb9@byu.net>
22574             Bruno Haible  <bruno@clisp.org>
22575
22576         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
22577         cross compiles.
22578
22579 2007-05-28  Eric Blake  <ebb9@byu.net>
22580
22581         * modules/closein-tests (test_closein_LDADD): Support test on
22582         cygwin with libtool.
22583
22584 2007-05-28  Bruno Haible  <bruno@clisp.org>
22585
22586         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
22587         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
22588         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
22589         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
22590         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
22591         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
22592         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
22593         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
22594         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
22595
22596 2007-05-28  Eric Blake  <ebb9@byu.net>
22597
22598         Unconditionally include <config.h> in unit tests.
22599         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
22600         * tests/test-allocsa.c, tests/test-arcfour.c,
22601         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
22602         tests/test-array_list.c, tests/test-array_oset.c,
22603         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
22604         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
22605         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
22606         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
22607         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
22608         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
22609         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
22610         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
22611         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
22612         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
22613         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
22614         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
22615         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
22616         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
22617         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
22618         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
22619         test-md5.c, test-memmem.c, test-printf-posix.c,
22620         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
22621         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
22622         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
22623         test-strcasestr.c, test-striconv.c, test-striconveh.c,
22624         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
22625         test-vasnprintf-posix2.c, test-vasnprintf.c,
22626         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
22627         test-vfprintf-posix.c, test-vprintf-posix.c,
22628         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
22629         test-xvasprintf.c: Likewise.
22630
22631 2007-05-28  Bruno Haible  <bruno@clisp.org>
22632
22633         * gnulib-tool (func_import): Remember the --with-tests command-line
22634         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
22635         Reported by Eric Blake.
22636
22637 2007-05-28  Bruno Haible  <bruno@clisp.org>
22638
22639         * modules/ftell-tests: New file.
22640         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
22641         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
22642
22643         * lib/ftell.c: New file.
22644         * modules/ftell: New file.
22645         * m4/ftell.m4: New file.
22646         * doc/functions/ftell.texi: Update.
22647         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
22648         REPLACE_FTELL.
22649         * lib/stdio_.h (rpl_ftell): New declaration.
22650         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
22651         REPLACE_FTELL.
22652
22653 2007-05-28  Eric Blake  <ebb9@byu.net>
22654
22655         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
22656
22657 2007-05-28  Bruno Haible  <bruno@clisp.org>
22658
22659         * modules/fseek-tests: New file.
22660         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
22661         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
22662
22663         * lib/fseek.c: New file.
22664         * modules/fseek: New file.
22665         * m4/fseek.m4: New file.
22666         * doc/functions/fseek.texi: Update.
22667         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
22668         REPLACE_FSEEK.
22669         * lib/stdio_.h (rpl_fseek): New declaration.
22670         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
22671         REPLACE_FSEEK.
22672
22673 2007-05-28  Bruno Haible  <bruno@clisp.org>
22674
22675         * lib/stdio_.h (fflush): More comments.
22676
22677 2007-05-28  Bruno Haible  <bruno@clisp.org>
22678
22679         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
22680         runtime test.
22681
22682 2007-05-28  Eric Blake  <ebb9@byu.net>
22683
22684         Improve lseek module.
22685         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
22686         * lib/unistd_.h (lseek): Scale back link warning message.
22687         * tests/test-lseek.c: Beef up test.
22688         * tests/test-lseek.sh: Exercise more facets of lseek.
22689         Reported by Bruno Haible.
22690
22691 2007-05-28  Bruno Haible  <bruno@clisp.org>
22692
22693         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
22694         to define.
22695
22696 2007-05-27  Bruno Haible  <bruno@clisp.org>
22697
22698         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
22699
22700 2007-05-27  Bruno Haible  <bruno@clisp.org>
22701
22702         * modules/openmp: New file.
22703         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
22704         Noah Misch.
22705
22706 2007-05-26  Bruno Haible  <bruno@clisp.org>
22707
22708         * modules/chdir-long (Depends-on): Add fchdir.
22709         * modules/chdir-safer (Depends-on): Likewise.
22710         * modules/fts (Depends-on): Likewise.
22711         * modules/fts-lgpl (Depends-on): Likewise.
22712         * modules/openat (Depends-on): Likewise.
22713         * modules/savewd (Depends-on): Likewise.
22714
22715 2007-05-24  Eric Blake  <ebb9@byu.net>
22716
22717         Fix lseek on mingw.
22718         * modules/lseek: New module.
22719         * m4/lseek.m4: New file.
22720         * lib/lseek.c: New file.
22721         * modules/lseek-tests: New file.
22722         * tests/test-lseek.c: New file.
22723         * tests/test-lseek.sh: New file.
22724         * MODULES.html.sh: Document lseek module.
22725         * modules/fflush (Depends-on): Add lseek, fseeko.
22726         * modules/fseeko (Depends-on): Likewise.
22727         * modules/ftello (Depends-on): Likewise.
22728         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
22729         broken.
22730         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
22731         broken.
22732         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
22733         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
22734         * lib/ftello.c (rpl_ftello): Likewise.
22735         * tests/test-fseeko.c (main): Test this.
22736         * tests/test-fseeko.sh: Likewise.
22737         * tests/test-ftello.c (main): Likewise.
22738         * tests/test-ftello.sh: Likewise.
22739         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
22740         implies replacing fseek.
22741         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
22742         HAVE_FTELLO.
22743         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
22744         * modules/unistd (Makefile.am): Likewise.
22745         * lib/unistd_.h (lseek): Declare a replacement.
22746         * doc/functions/lseek.texi (lseek): Document this fix.
22747         * doc/functions/fseek.texi (fseek): Likewise.
22748         * doc/functions/ftell.texi (ftell): Likewise.
22749
22750 2007-05-24  Bruno Haible  <bruno@clisp.org>
22751
22752         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
22753         in the printed representation of a NaN.
22754         * tests/test-vasprintf-posix.c (test_function): Likewise.
22755         * tests/test-snprintf-posix.h (test_function): Likewise.
22756         * tests/test-sprintf-posix.h (test_function): Likewise.
22757         Reported by Eric Blake.
22758
22759 2007-05-23  Eric Blake  <ebb9@byu.net>
22760
22761         Fix fseeko/ftello on cygwin 1.5.24.
22762         * doc/functions/fseeko.texi (fseeko): Document the fix.
22763         * doc/functions/ftello.texi (ftello): Document the fix.
22764         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
22765         * doc/functions/stdout.text (stdout): New file.
22766         * doc/functions/stderr.text (stderr): New file.
22767         * doc/gnulib.texi (Function Substitutes): Use new files.
22768         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
22769         prior to 1.7.0.
22770         * tests/test-ftello.c (main): Likewise for ftello.
22771         * tests/test-fseeko.sh: New file.
22772         * tests/test-ftello.sh: New file.
22773         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
22774         with seekable stdin.
22775         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
22776         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
22777         (gl_REPLACE_FSEEKO): New macro.
22778         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
22779         * modules/fseeko (Files): Distribute fseeko.c.
22780         * modules/ftello (Files): Distribute ftello.c.
22781         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
22782         mode.
22783         * lib/ftello.c (rpl_ftello): New file.
22784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
22785         fseeko, ftello.
22786         (gl_STDIN_LARGE_OFFSET): New macro.
22787         * modules/stdio (Makefile.am): Perform the replacement.
22788         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
22789
22790 2007-05-23  Bruno Haible  <bruno@clisp.org>
22791
22792         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
22793         GNULIB_POSIXCHECK is defined.
22794
22795 2007-05-21  Bruno Haible  <bruno@clisp.org>
22796
22797         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
22798         Check also the output for NaN arguments. When cross-compiling, guess
22799         no on IRIX.
22800         * lib/vasnprintf.c: Update comments.
22801         * tests/test-vasnprintf-posix.c (strisnan): New function.
22802         (test_function): Use it.
22803         * tests/test-vasprintf-posix.c (strisnan): New function.
22804         (test_function): Use it.
22805         * tests/test-snprintf-posix.h (strisnan): New function.
22806         (test_function): Use it.
22807         * tests/test-sprintf-posix.h (strisnan): New function.
22808         (test_function): Use it.
22809         Reported by Eric Blake.
22810
22811 2007-05-20  Bruno Haible  <bruno@clisp.org>
22812
22813         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
22814         numbers that fails on BeOS.
22815         * doc/functions/frexpl.texi: Update.
22816
22817 2007-05-20  Jim Meyering  <jim@meyering.net>
22818
22819         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
22820         forced upon us by glibc-2.6.
22821
22822 2007-05-20  Bruno Haible  <bruno@clisp.org>
22823
22824         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
22825         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
22826         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
22827         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
22828         NEED_PRINTF_INFINITE.
22829         (is_infinitel): New function.
22830         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
22831         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
22832         gl_PREREQ_VASNPRINTF_INFINITE.
22833         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
22834         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22835         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
22836         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
22837         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
22838         gl_PREREQ_VASNPRINTF_INFINITE.
22839         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22840         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22841         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22842         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22843         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22844         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22845         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22846         * doc/functions/fprintf.texi: Update.
22847         * doc/functions/printf.texi: Update.
22848         * doc/functions/snprintf.texi: Update.
22849         * doc/functions/sprintf.texi: Update.
22850         * doc/functions/vfprintf.texi: Update.
22851         * doc/functions/vprintf.texi: Update.
22852         * doc/functions/vsnprintf.texi: Update.
22853         * doc/functions/vsprintf.texi: Update.
22854
22855 2007-05-20  Bruno Haible  <bruno@clisp.org>
22856
22857         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
22858         was not found in libc.
22859         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
22860
22861 2007-05-20  Bruno Haible  <bruno@clisp.org>
22862
22863         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
22864         printed as "-nan" instead of "nan".
22865         * tests/test-vasprintf-posix.c (test_function): Likewise.
22866         * tests/test-snprintf-posix.h (test_function): Likewise.
22867         * tests/test-sprintf-posix.h (test_function): Likewise.
22868         Needed for HP-UX 11.
22869
22870 2007-05-20  Jim Meyering  <jim@meyering.net>
22871
22872         Fix buggy test for the fchownat-deref bug.
22873         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
22874         symlink required for the run-test.  Without it, this test would
22875         always declare that fchownat doesn't work, and client code would
22876         unnecessarily use the replacement function with fixed libc.
22877         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
22878         Reported by Greg Schafer.
22879
22880 2007-05-19  Bruno Haible  <bruno@clisp.org>
22881
22882         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
22883         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
22884         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
22885         Needed for IRIX 6.5 and Solaris 2.5.1.
22886
22887 2007-05-19  Bruno Haible  <bruno@clisp.org>
22888
22889         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
22890         (test_function): Skip tests involving -0.0 on platforms where
22891         -0.0 = 0.0.
22892         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
22893         (test_function): Skip tests involving -0.0 on platforms where
22894         -0.0 = 0.0.
22895         * tests/test-snprintf-posix.h (have_minus_zero): New function.
22896         (test_function): Skip tests involving -0.0 on platforms where
22897         -0.0 = 0.0.
22898         * tests/test-sprintf-posix.h (have_minus_zero): New function.
22899         (test_function): Skip tests involving -0.0 on platforms where
22900         -0.0 = 0.0.
22901         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
22902         tests.
22903         * tests/test-printf-posix.h (test_function): Likewise.
22904         * tests/test-printf-posix.output: Remove all -0.0 related results.
22905         Needed for IRIX 6.5.
22906
22907 2007-05-19  Bruno Haible  <bruno@clisp.org>
22908
22909         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
22910         printed as "nan0x7fffffff" instead of "nan".
22911         * tests/test-vasprintf-posix.c (test_function): Likewise.
22912         * tests/test-snprintf-posix.h (test_function): Likewise.
22913         * tests/test-sprintf-posix.h (test_function): Likewise.
22914         * tests/test-fprintf-posix.h (NaN): Remove macro.
22915         (test_function): Remove all NaN related tests.
22916         * tests/test-printf-posix.h (NaN): Remove macro.
22917         (test_function): Remove all NaN related tests.
22918         * tests/test-printf-posix.output: Remove all NaN related results.
22919         Needed for IRIX 6.5.
22920
22921 2007-05-19  Bruno Haible  <bruno@clisp.org>
22922
22923         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
22924         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
22925
22926 2007-05-19  Bruno Haible  <bruno@clisp.org>
22927
22928         * lib/float_.h: New file.
22929         * m4/float_h.m4: New file.
22930         * modules/float: New file.
22931         * modules/isnanl (Dependencies): Add float.
22932         * modules/isnanl-nolibm (Dependencies): Likewise.
22933         * modules/mathl (Dependencies): Likewise.
22934         * modules/printf-frexpl (Dependencies): Likewise.
22935         * modules/signbit (Dependencies): Likewise.
22936         * modules/vasnprintf (Dependencies): Likewise.
22937         * doc/headers/float.texi: Update.
22938
22939 2007-05-19  Jim Meyering  <jim@meyering.net>
22940
22941         * lib/utimens.c (gl_futimens): Rename from futimens,
22942         now that glibc-2.6 declares futimens.
22943         * lib/utimens.h: Likewise.
22944
22945 2007-05-19  Bruno Haible  <bruno@clisp.org>
22946
22947         Avoid test failures on mingw.
22948         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
22949         * tests/test-printf-posix.sh: Likewise.
22950         * tests/test-vfprintf-posix.sh: Likewise.
22951         * tests/test-vprintf-posix.sh: Likewise.
22952
22953 2007-05-19  Bruno Haible  <bruno@clisp.org>
22954
22955         Fix *printf result for NaN, Inf, -0.0 on mingw.
22956         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
22957         * lib/vasnprintf.c: Include math.h and isnan.h.
22958         (is_infinite_or_zero): New function.
22959         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
22960         values in the %f, %F, %e, %E, %g, %G directives.
22961         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
22962         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22963         gl_PRINTF_INFINITE and test its result. Invoke
22964         gl_PREREQ_VASNPRINTF_INFINITE.
22965         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22966         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22967         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22968         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22969         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22970         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22971         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22972         * doc/functions/fprintf.texi: Update.
22973         * doc/functions/printf.texi: Update.
22974         * doc/functions/snprintf.texi: Update.
22975         * doc/functions/sprintf.texi: Update.
22976         * doc/functions/vfprintf.texi: Update.
22977         * doc/functions/vprintf.texi: Update.
22978         * doc/functions/vsnprintf.texi: Update.
22979         * doc/functions/vsprintf.texi: Update.
22980
22981 2007-05-19  Bruno Haible  <bruno@clisp.org>
22982
22983         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
22984         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
22985         Instead of multiplying with 10^k, set extra_zeroes to k.
22986         (scale10_round_long_double): Remove function.
22987
22988 2007-05-18  Bruno Haible  <bruno@clisp.org>
22989
22990         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
22991         introduced on 2007-05-06.
22992
22993 2007-05-18  Bruno Haible  <bruno@clisp.org>
22994
22995         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
22996         %g directives.
22997         * tests/test-vasprintf-posix.c (test_function): Likewise.
22998         * tests/test-snprintf-posix.h (test_function): Likewise.
22999         * tests/test-sprintf-posix.h (test_function): Likewise.
23000
23001 2007-05-18  Bruno Haible  <bruno@clisp.org>
23002
23003         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
23004         (strmatch): New function.
23005         (test_function): Test the %f directive on numbers of various exponents.
23006         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
23007         (strmatch): New function.
23008         (test_function): Test the %f directive on numbers of various exponents.
23009         * tests/test-snprintf-posix.h (strmatch): New function.
23010         (test_function): Test the %f directive on numbers of various exponents.
23011         * tests/test-sprintf-posix.h (strmatch): New function.
23012         (test_function): Test the %f directive on numbers of various exponents.
23013         * tests/test-snprintf-posix.c (SIZEOF): New macro.
23014         * tests/test-sprintf-posix.c (SIZEOF): New macro.
23015         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
23016         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
23017
23018 2007-05-18  Bruno Haible  <bruno@clisp.org>
23019
23020         Add support for 'long double' number output.
23021         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
23022         * lib/vasnprintf.c: Include math.h and float+.h.
23023         (mp_limb_t): New type.
23024         (GMP_LIMB_BITS): New macro.
23025         (mp_twolimb_t): New type.
23026         (GMP_TWOLIMB_BITS): New macro.
23027         (mpn_t): New type.
23028         (multiply, divide, convert_to_decimal, decode_long_double,
23029         scale10_round_long_double, scale10_round_decimal_long_double,
23030         floorlog10l): New functions.
23031         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
23032         for the %f, %F, %e, %E, %g, %G directives.
23033         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
23034         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23035         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
23036         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
23037         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23038         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23039         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23040         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23041         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23042         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23043         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23044         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
23045         * modules/snprintf-posix (Depends-on): Likewise.
23046         * modules/sprintf-posix (Depends-on): Likewise.
23047         * modules/vasnprintf-posix (Depends-on): Likewise.
23048         * modules/vasprintf-posix (Depends-on): Likewise.
23049         * modules/vfprintf-posix (Depends-on): Likewise.
23050         * modules/vsnprintf-posix (Depends-on): Likewise.
23051         * modules/vsprintf-posix (Depends-on): Likewise.
23052         * modules/vasnprintf (Files): Add lib/float+.h.
23053         * doc/functions/fprintf.texi: Update.
23054         * doc/functions/printf.texi: Update.
23055         * doc/functions/snprintf.texi: Update.
23056         * doc/functions/sprintf.texi: Update.
23057         * doc/functions/vfprintf.texi: Update.
23058         * doc/functions/vprintf.texi: Update.
23059         * doc/functions/vsnprintf.texi: Update.
23060         * doc/functions/vsprintf.texi: Update.
23061
23062 2007-05-18  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
23065
23066 2007-05-18  Bruno Haible  <bruno@clisp.org>
23067
23068         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
23069         for printing 64-bit integers. Needed for mingw.
23070
23071 2007-05-18  Bruno Haible  <bruno@clisp.org>
23072
23073         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
23074         gl_FUNC_FREXPL_WORKS.
23075         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
23076
23077 2007-05-18  Bruno Haible  <bruno@clisp.org>
23078
23079         * modules/frexpl-nolibm-tests: New file.
23080
23081         * modules/frexpl-nolibm: New file.
23082         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
23083
23084 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23085
23086         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
23087         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
23088         GCC 4.2, which otherwise issues a lot of warnings.
23089         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
23090         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
23091         Likewise.
23092         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
23093         * modules/iconv_open (iconv.h): Likewise.
23094         * modules/locale (locale.h): Likewise.
23095         * modules/netinet_in (netinet/in.h): Likewise.
23096         * modules/sys_select (sys_select.h): Likewise.
23097         * modules/sys_socket (sys/socket.h): Likewise.
23098         * modules/sys_stat (sys/stat.h): Likewise.
23099         * modules/sysexits (sysexits.h): Likewise.
23100         * modules/unistd (unistd.h): Likewise.
23101
23102 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23103
23104         * modules/closein-tests (Makefile.am): Distribute
23105         `test-closein.sh'.
23106
23107 2007-05-17  Bruno Haible  <bruno@clisp.org>
23108
23109         * tests/test-printf-posix.output: Renamed from
23110         tests/test-fprintf-posix.out.
23111         * modules/fprintf-posix-tests: Update.
23112         * modules/printf-posix-tests: Update.
23113         * modules/vfprintf-posix-tests: Update.
23114         * modules/vprintf-posix-tests: Update.
23115         * tests/test-fprintf-posix.sh: Update.
23116         * tests/test-printf-posix.sh: Update.
23117         * tests/test-vfprintf-posix.sh: Update.
23118         * tests/test-vprintf-posix.sh: Update.
23119         Reported by Ralf Wildenhues.
23120
23121 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23122
23123         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
23124         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
23125         GCC 4.2, which otherwise issues a lot of warnings.
23126         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
23127         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
23128         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
23129         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
23130         it should no longer be needed.
23131         * lib/string_.h: Likewise.
23132         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
23133         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
23134         * modules/inttypes (inttypes.h): Likewise.
23135         * modules/math (math.h): Likewise.
23136         * modules/search (search.h): Likewise.
23137         * modules/signal (signal.h): Likewise.
23138         * modules/stdint (stdint.h): Likewise.
23139         * modules/stdio (stdio.h): Likewise.
23140         * modules/stdlib (stdlib.h): Likewise.
23141         * modules/string (string.h): Likewise.
23142         * modules/sys_time (sys/time.h): Likewise.
23143         * modules/time (time.h): Likewise.
23144         * modules/wchar (wchar.h): Likewise.
23145         * modules/wctype (wtype.h): Likewise.
23146
23147 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
23148
23149         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
23150
23151 2007-05-13  Bruno Haible  <bruno@clisp.org>
23152
23153         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
23154         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23155         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
23156         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23157         (gl_PREREQ_STRTOK_R): Don't require it here.
23158
23159 2007-05-13  Bruno Haible  <bruno@clisp.org>
23160
23161         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
23162         when used in C++ mode.
23163
23164 2007-05-12  Bruno Haible  <bruno@clisp.org>
23165
23166         * lib/linebuffer.h: Tweak doc.
23167         * lib/linebuffer.c: Likewise.
23168
23169 2007-05-12  James Youngman  <jay@gnu.org>
23170
23171         * lib/linebuffer.c (readlinebuffer_delim): New function,
23172         like readlinebuffer, but use a caller-specified delimiter.
23173         (readlinebuffer): Just call readlinebuffer_delim with '\n'
23174         as the delimiter.
23175         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
23176
23177 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23178
23179         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
23180         * modules/openat (Files): Remove openat-die.c.
23181         (Depends-on): Add openat-die.
23182         * modules/openat-die: New module.
23183
23184 2007-05-06  Bruno Haible  <bruno@clisp.org>
23185
23186         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
23187         Update with info about Cygwin.
23188         * doc/functions/fprintf.texi: Update.
23189         * doc/functions/printf.texi: Update.
23190         * doc/functions/snprintf.texi: Update.
23191         * doc/functions/sprintf.texi: Update.
23192         * doc/functions/vfprintf.texi: Update.
23193         * doc/functions/vprintf.texi: Update.
23194         * doc/functions/vsnprintf.texi: Update.
23195         * doc/functions/vsprintf.texi: Update.
23196         Reported by Eric Blake.
23197
23198 2007-05-06  Bruno Haible  <bruno@clisp.org>
23199
23200         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
23201         padding ourselves for the floating-point directives.
23202         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
23203         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
23204         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23205         gl_PRINTF_FLAG_ZERO and test its result. Invoke
23206         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
23207         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23208         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
23209         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23210         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23211         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23212         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23213         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23214         * tests/test-snprintf-posix.h (test_function): Also check the width
23215         and some flags in the %f directive.
23216         * tests/test-sprintf-posix.h (test_function): Likewise.
23217         * tests/test-vasnprintf-posix.c (test_function): Likewise.
23218         * tests/test-vasprintf-posix.c (test_function): Likewise.
23219         * doc/functions/fprintf.texi: Update.
23220         * doc/functions/printf.texi: Update.
23221         * doc/functions/snprintf.texi: Update.
23222         * doc/functions/sprintf.texi: Update.
23223         * doc/functions/vfprintf.texi: Update.
23224         * doc/functions/vprintf.texi: Update.
23225         * doc/functions/vsnprintf.texi: Update.
23226         * doc/functions/vsprintf.texi: Update.
23227
23228 2007-05-06  Bruno Haible  <bruno@clisp.org>
23229
23230         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
23231         pass the ' flag character to sprintf or snprintf.
23232         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
23233         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
23234         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23235         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
23236         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
23237         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23238         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
23239         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23240         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23241         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23242         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23243         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23244         * tests/test-snprintf-posix.h (test_function): Also check the grouping
23245         flag.
23246         * tests/test-sprintf-posix.h (test_function): Likewise.
23247         * tests/test-vasnprintf-posix.c (test_function): Likewise.
23248         * tests/test-vasprintf-posix.c (test_function): Likewise.
23249         * doc/functions/fprintf.texi: Update.
23250         * doc/functions/printf.texi: Update.
23251         * doc/functions/snprintf.texi: Update.
23252         * doc/functions/sprintf.texi: Update.
23253         * doc/functions/vfprintf.texi: Update.
23254         * doc/functions/vprintf.texi: Update.
23255         * doc/functions/vsnprintf.texi: Update.
23256         * doc/functions/vsprintf.texi: Update.
23257
23258 2007-05-01  Bruno Haible  <bruno@clisp.org>
23259
23260         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
23261
23262 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
23263
23264         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
23265         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
23266
23267 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23268
23269         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
23270         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
23271         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
23272
23273 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
23274
23275         * lib/argp-help.c (struct hol_entry): New member `ord'.
23276         (HOL_ENTRY_PTRCMP): Use ord for comparison
23277         (hol_sort): Initialize ord.
23278
23279 2007-05-01  Bruno Haible  <bruno@clisp.org>
23280
23281         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
23282         Reported by Eric Blake.
23283         * doc/gnulib.texi (Function Substitutes): Update.
23284
23285 2007-05-01  Bruno Haible  <bruno@clisp.org>
23286
23287         * doc/functions.texi: Remove file, now redundant through
23288         doc/functions/*.texi.
23289
23290 2007-05-01  Bruno Haible  <bruno@clisp.org>
23291
23292         * modules/argp (Depends-on): Add sleep.
23293
23294 2007-05-01  Bruno Haible  <bruno@clisp.org>
23295
23296         * modules/sleep-tests: New file.
23297         * tests/test-sleep.c: New file.
23298
23299         * modules/sleep: New file.
23300         * lib/sleep.c: New file.
23301         * m4/sleep.m4: New file.
23302         * lib/unistd_.h (sleep): New declaration.
23303         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
23304         HAVE_SLEEP.
23305         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
23306         * doc/functions/sleep.texi: Document the sleep module.
23307
23308 2007-05-01  Bruno Haible  <bruno@clisp.org>
23309
23310         * lib/sigprocmask.h: Remove file.
23311         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
23312         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
23313         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
23314         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
23315         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
23316         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
23317         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
23318         HAVE_SIGSET_T as a shell variable.
23319         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
23320         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
23321         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
23322         (Depends-on): Add signal. Remove verify.
23323         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
23324         (Include): Mention <signal.h> instead of sigprocmask.h.
23325         * NEWS: Mention the change.
23326         * lib/fatal-signal.c: Don't include sigprocmask.h.
23327
23328 2007-05-01  Bruno Haible  <bruno@clisp.org>
23329
23330         * modules/signal: New file.
23331         * lib/signal_.h: New file.
23332         * m4/signal_h.m4: New file.
23333
23334 2007-05-01  Bruno Haible  <bruno@clisp.org>
23335
23336         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
23337         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
23338         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
23339         HAVE_WCTYPE_CTMP_BUG into wctype.h.
23340
23341 2007-05-01  Bruno Haible  <bruno@clisp.org>
23342
23343         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
23344         configure time.
23345         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
23346         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
23347         * modules/sys_stat (Makefile.am): Substitute their values into
23348         sys/stat.h.
23349
23350 2007-05-01  Bruno Haible  <bruno@clisp.org>
23351
23352         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
23353         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
23354         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
23355
23356 2007-05-01  Bruno Haible  <bruno@clisp.org>
23357
23358         * doc/header/assert.texi: Undo last change: don't mention the gnulib
23359         'assert' module here.
23360
23361 2007-05-01  Bruno Haible  <bruno@clisp.org>
23362
23363         * doc/functions/*.texi: New files.
23364         * doc/functions/google-ranking.txt: New file.
23365         * doc/gnulib.texi (Function Substitutes): New chapter.
23366         (ctime, inet_ntoa): Remove sections.
23367         * doc/ctime.texi: Remove file.
23368         * doc/inet_ntoa.texi: Remove file.
23369         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
23370         dependencies.
23371         (%.info): New rule, specifying a --reference-limit.
23372
23373 2007-05-01  Bruno Haible  <bruno@clisp.org>
23374
23375         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
23376
23377 2007-05-01  Bruno Haible  <bruno@clisp.org>
23378
23379         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
23380         the portability of 'mkdir' to mingw systems.
23381
23382 2007-05-01  Bruno Haible  <bruno@clisp.org>
23383
23384         * doc/headers/google-ranking.txt: New file.
23385
23386 2007-04-30  Eric Blake  <ebb9@byu.net>
23387
23388         Prefer fseeko to fseek.
23389         * modules/getpass (Depends-on): Add fseeko.
23390         * lib/getpass.c (getpass): Use fseeko, not fseek.
23391
23392 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
23393
23394         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
23395         assumes the sorting is stable, while most qsort implementations
23396         are not.  Use argument addresses to ensure they never compare as
23397         equal.
23398
23399         * tests/test-argp-2.sh (usage-indent test): Fix output
23400         (func_compare): Restore diff options
23401         * tests/test-argp.c: Restore #include "progname.h"
23402
23403 2007-04-29  Bruno Haible  <bruno@clisp.org>
23404
23405         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
23406         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23407         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
23408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23409         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
23410         (configure.ac): Define CHECK_SNPRINTF_POSIX.
23411         (TESTS, check_PROGRAMS): Add test-snprintf.
23412         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
23413         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
23414         (TESTS, check_PROGRAMS): Add test-vsnprintf.
23415         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
23416         assertions that fail on HP-UX, OSF/1, or IRIX.
23417         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
23418
23419 2007-04-29  Bruno Haible  <bruno@clisp.org>
23420
23421         * MODULES.html.sh (posix_functions): Remove 'contents'.
23422
23423 2007-04-29  Karl Berry  <karl@gnu.org>
23424
23425         * config/srclist.txt (gendocs_template_min): new entry.
23426
23427 2007-04-29  Bruno Haible  <bruno@clisp.org>
23428
23429         Work around fpurge bug on BSD systems.
23430         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
23431         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
23432         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
23433         fpurge to rpl_fpurge if the system already has this function.
23434         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
23435         the case where the system already has this function. Correct invariants
23436         on BSD systems.
23437         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
23438         BSD systems.
23439
23440 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
23441
23442         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
23443         proposed by Sven Verdoolaege.
23444
23445         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
23446         options.
23447         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
23448         (usage and help tests): Update
23449
23450 2007-04-29  Bruno Haible  <bruno@clisp.org>
23451
23452         * tests/test-fflush.c (main): Use a file of size 17, not 10.
23453         Print more information in case of failure. Disable a test on BeOS.
23454
23455 2007-04-29  Bruno Haible  <bruno@clisp.org>
23456
23457         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
23458         This helps debugging on systems on which no gdb is available.
23459
23460 2007-04-29  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/freading.h: Improve comments.
23463         * lib/fwriting.h: Likewise.
23464         * tests/test-freading.c (main): Don't check freading immediately after
23465         repositioning. Needed for glibc.
23466
23467 2007-04-29  Bruno Haible  <bruno@clisp.org>
23468
23469         * lib/freading.c (freading): Trivial simplification.
23470
23471 2007-04-28  Bruno Haible  <bruno@clisp.org>
23472
23473         * tests/test-fwriting.c (main): Also test the interaction between
23474         fflush and fwriting.
23475         * modules/fwriting-tests (Depends-on): Add fflush.
23476
23477         * tests/test-freading.c (main): Also test the interaction between
23478         fflush and freading.
23479         * modules/freading-tests (Depends-on): Add fflush.
23480
23481 2007-04-28  Bruno Haible  <bruno@clisp.org>
23482
23483         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
23484         fseeko and ftello.
23485         Suggested by Eric Blake.
23486
23487 2007-04-28  Jim Meyering  <jim@meyering.net>
23488
23489         Avoid false-negative in gl_STDINT_H's C99 conformance test.
23490         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
23491         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
23492
23493 2007-04-27  Eric Blake  <ebb9@byu.net>
23494
23495         * doc/headers/assert.texi (assert.h): Document assert module use.
23496
23497 2007-04-27  Bruno Haible  <bruno@clisp.org>
23498
23499         * doc/headers/*.texi: New files.
23500         * doc/gnulib.texi (Header File Substitutes): New chapter.
23501         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
23502         dependencies.
23503         (standards.info ,standards.html, standards.dvi): Update dependencies.
23504         (mostlyclean, clean): New targets.
23505
23506 2007-04-27  Bruno Haible  <bruno@clisp.org>
23507
23508         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
23509         * modules/sysexits (Files, Makefile.am): Update.
23510
23511         * lib/sys_socket_.h: Renamed from lib/socket_.h.
23512         * modules/sys_socket (Files, Makefile.am): Update.
23513
23514         * lib/sys_stat_.h: Renamed from lib/stat_.h.
23515         * modules/sys_stat (Files, Makefile.am): Update.
23516
23517 2007-04-27  Eric Blake  <ebb9@byu.net>
23518
23519         * lib/freading.h: Improve comments.
23520         * lib/fwriting.h: Likewise.
23521         * lib/fflush.c: Likewise.
23522
23523         Fix closein for mingw.
23524         * modules/closein-tests: Add tests for closein.
23525         * tests/test-closein.c: New file.
23526         * tests/test-closein.sh: Likewise.
23527         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
23528         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
23529
23530 2007-04-27  Bruno Haible  <bruno@clisp.org>
23531
23532         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
23533         version is < 6.
23534         * lib/math_.h [__DECC]: Likewise.
23535         * lib/stdio_.h [__DECC]: Likewise.
23536         * lib/stdlib_.h [__DECC]: Likewise.
23537         * lib/string_.h [__DECC]: Likewise.
23538         * lib/time_.h [__DECC]: Likewise.
23539         * lib/wchar_.h [__DECC]: Likewise.
23540         * lib/wctype_.h [__DECC]: Likewise.
23541
23542 2007-04-27  Bruno Haible  <bruno@clisp.org>
23543
23544         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
23545
23546 2007-04-27  Bruno Haible  <bruno@clisp.org>
23547
23548         * lib/fflush.c: Add comments.
23549         * modules/fpurge-tests (Depends-on): Add fflush.
23550         * modules/freadable-tests (Depends-on): Likewise.
23551         * modules/fwritable-tests (Depends-on): Likewise.
23552
23553 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
23554
23555         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
23556         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
23557         Report by Bruno Haible <bruno@clisp.org>.
23558
23559 2007-04-26  Eric Blake  <ebb9@byu.net>
23560
23561         Fix fflush on mingw.
23562         * modules/fflush (Depends-on): Add freading.
23563         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
23564         but unread data.
23565
23566 2007-04-26  Eric Blake  <ebb9@byu.net>
23567         and Bruno Haible  <bruno@clisp.org>
23568
23569         Implement freading and fwriting.
23570         * lib/freading.c: New file.
23571         * lib/freading.h: Likewise.
23572         * m4/freading.m4: Likewise.
23573         * modules/freading: Likewise.
23574         * modules/freading-tests: Likewise.
23575         * tests/test-freading.c: Likewise.
23576         * lib/fwriting.c: New file.
23577         * lib/fwriting.h: Likewise.
23578         * m4/fwriting.m4: Likewise.
23579         * modules/fwriting: Likewise.
23580         * modules/fwriting-tests: Likewise.
23581         * tests/test-fwriting.c: Likewise.
23582         * MODULES.html.sh (File stream based Input/Output): Mention them.
23583
23584 2007-04-26  Bruno Haible  <bruno@clisp.org>
23585
23586         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
23587         'long' when we assume it.
23588         Suggested by Eric Blake.
23589
23590 2007-04-26  Bruno Haible  <bruno@clisp.org>
23591
23592         Ensure fseeko, ftello are declared on glibc systems.
23593         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
23594         * modules/fseeko (configure.ac-early): Likewise.
23595         * modules/ftello (configure.ac-early): Likewise.
23596         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
23597         AC_FUNC_FSEEKO for this.
23598         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
23599         (gl_CHECK_FSEEKO): Remove macro.
23600
23601 2007-04-26  Bruno Haible  <bruno@clisp.org>
23602
23603         * tests/test-fflush.c (main): Also check the ftell result after
23604         fflush and fseek/fseeko.
23605         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
23606         file descriptor position cache in the stream.
23607         * lib/fseeko.c (rpl_fseeko): Likewise.
23608
23609 2007-04-26  Bruno Haible  <bruno@clisp.org>
23610
23611         * modules/fflush-tests (Depends-on): Add fseeko.
23612
23613 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
23614             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23615
23616         * lib/argz_.h: ensure error_t definition is obtained in same
23617         mechanism system argz.h would have.
23618         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
23619         argz facilities are known bad.  Err on the side of caution if
23620         cross-compiling.
23621
23622 2007-04-25  Eric Blake  <ebb9@byu.net>
23623
23624         * lib/fpurge.c (includes): Use stdlib.h for free.
23625         * tests/test-fflush.c (main): Also test fflush-fseeko.
23626
23627 2007-04-25  Bruno Haible  <bruno@clisp.org>
23628
23629         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
23630         * lib/fseeko.c: New file.
23631         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
23632         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
23633         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
23634         gl_FUNC_FSEEKO.
23635         (gl_FUNC_FSEEKO): Invoke it.
23636         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
23637         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
23638         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
23639
23640 2007-04-25  Bruno Haible  <bruno@clisp.org>
23641
23642         * modules/fflush (Depends-on): Add ftello.
23643
23644 2007-04-25  Bruno Haible  <bruno@clisp.org>
23645
23646         * modules/ftello-tests: New file.
23647         * tests/test-ftello.c: New file.
23648
23649         * modules/ftello: New file.
23650         * m4/ftello.m4: New file.
23651         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
23652         HAVE_FTELLO.
23653         * lib/stdio_.h (ftello): New declaration.
23654         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
23655         HAVE_FTELLO.
23656
23657 2007-04-25  Bruno Haible  <bruno@clisp.org>
23658
23659         * modules/fseeko-tests: New file.
23660         * tests/test-fseeko.c: New file.
23661
23662         * modules/fseeko: New file.
23663         * m4/fseeko.m4: New file.
23664         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
23665         HAVE_FSEEKO.
23666         * lib/stdio_.h (fseeko): New declaration.
23667         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
23668         HAVE_FSEEKO.
23669
23670 2007-04-25  Bruno Haible  <bruno@clisp.org>
23671
23672         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
23673
23674 2007-04-25  Bruno Haible  <bruno@clisp.org>
23675
23676         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
23677         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
23678         * tests/test-unistd.c: Likewise.
23679         * tests/test-fcntl.c: Likewise.
23680
23681 2007-04-23  Eric Blake  <ebb9@byu.net>
23682
23683         * lib/fflush.c: Fix missing include.
23684         Reported by Bruno Haible.
23685
23686 2007-04-23  Bruno Haible  <bruno@clisp.org>
23687
23688         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
23689         Reported by Eric Blake.
23690
23691 2007-04-23  Bruno Haible  <bruno@clisp.org>
23692
23693         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
23694
23695 2007-04-23  Bruno Haible  <bruno@clisp.org>
23696
23697         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
23698
23699 2007-04-23  Bruno Haible  <bruno@clisp.org>
23700
23701         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
23702         Needed on HP-UX 11.
23703
23704 2007-04-16  Eric Blake  <ebb9@byu.net>
23705
23706         Make fflush rely on fpurge.
23707         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
23708         open coding all variants.
23709         * modules/fflush (Depends-on): Add fpurge and unistd.
23710         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
23711         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
23712
23713         Fix --with-tests compilation on cygwin.
23714         * modules/argmatch-tests (Makefile.am): List gnulib library first
23715         in LDADD.
23716         * modules/argp-tests (Makefile.am): Likewise.
23717         * modules/array-list-tests (Makefile.am): Likewise.
23718         * modules/array-oset-tests (Makefile.am): Likewise.
23719         * modules/avltree-list-tests (Makefile.am): Likewise.
23720         * modules/avltree-oset-tests (Makefile.am): Likewise.
23721         * modules/avltreehash-list-tests (Makefile.am): Likewise.
23722         * modules/carray-list-tests (Makefile.am): Likewise.
23723         * modules/dirname-tests (Makefile.am): Likewise.
23724         * modules/frexp-tests (Makefile.am): Likewise.
23725         * modules/isnanl-tests (Makefile.am): Likewise.
23726         * modules/linked-list-tests (Makefile.am): Likewise.
23727         * modules/linkedhash-list-tests (Makefile.am): Likewise.
23728         * modules/lock-tests (Makefile.am): Likewise.
23729         * modules/rbtree-list-tests (Makefile.am): Likewise.
23730         * modules/rbtree-oset-tests (Makefile.am): Likewise.
23731         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
23732         * modules/tls-tests (Makefile.am): Likewise.
23733         * modules/tsearch-tests (Makefile.am): Likewise.
23734         * modules/xvasprintf-tests (Makefile.am): Likewise.
23735
23736         Fix fpurge for cygwin.
23737         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
23738         value.
23739         * modules/fpurge-tests (Depends-on): Clean up trash.
23740
23741 2007-04-16  Simon Josefsson  <simon@josefsson.org>
23742
23743         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
23744
23745         * m4/autobuild.m4: Re-indent.
23746
23747 2007-04-13  Bruno Haible  <bruno@clisp.org>
23748
23749         * modules/fpurge-tests: New file.
23750         * tests/test-fpurge.c: New file.
23751
23752         * modules/fpurge: New file.
23753         * lib/fpurge.h: New file.
23754         * lib/fpurge.c: New file.
23755         * m4/fpurge.m4: New file.
23756
23757 2007-04-13  Bruno Haible  <bruno@clisp.org>
23758
23759         * modules/fbufmode-tests: New file.
23760         * tests/test-fbufmode.c: New file.
23761
23762         * modules/fbufmode: New file.
23763         * lib/fbufmode.h: New file.
23764         * lib/fbufmode.c: New file.
23765         * m4/fbufmode.m4: New file.
23766
23767 2007-04-13  Bruno Haible  <bruno@clisp.org>
23768
23769         * modules/fwritable-tests: New file.
23770         * tests/test-fwritable.c: New file.
23771
23772         * modules/fwritable: New file.
23773         * lib/fwritable.h: New file.
23774         * lib/fwritable.c: New file.
23775         * m4/fwritable.m4: New file.
23776
23777 2007-04-13  Bruno Haible  <bruno@clisp.org>
23778
23779         * modules/freadable-tests: New file.
23780         * tests/test-freadable.c: New file.
23781
23782         * modules/freadable: New file.
23783         * lib/freadable.h: New file.
23784         * lib/freadable.c: New file.
23785         * m4/freadable.m4: New file.
23786
23787 2007-04-13  Bruno Haible  <bruno@clisp.org>
23788
23789         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
23790         MOSTLYCLEANFILES.
23791
23792 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23793
23794         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
23795         gzip bootstrap.conf to avoid dragging in i18n machinery.
23796         (gnulib_tool_option): Use it.
23797
23798 2007-04-13  Bruno Haible  <bruno@clisp.org>
23799
23800         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
23801         %F directives.
23802         * tests/test-vasprintf-posix.c (test_function): Likewise.
23803         * tests/test-snprintf-posix.h (test_function): Likewise.
23804         * tests/test-sprintf-posix.h (test_function): Likewise.
23805         * tests/test-fprintf-posix.h (test_function): Likewise.
23806         * tests/test-printf-posix.h (test_function): Likewise.
23807         * tests/test-fprintf-posix.out: Likewise.
23808
23809 2007-04-13  Bruno Haible  <bruno@clisp.org>
23810
23811         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
23812         * modules/tls-tests (configure.ac): Likewise.
23813         Reported by Arto C. Nirkko <anirkko@insel.ch>.
23814
23815 2007-04-13  Bruno Haible  <bruno@clisp.org>
23816
23817         * lib/tls.c (glthread_tls_get): Fix return type.
23818         Patch by Arto C. Nirkko <anirkko@insel.ch>.
23819
23820 2007-04-12  Eric Blake  <ebb9@byu.net>
23821
23822         * modules/gettime (Depends-on): Remove gettime.
23823         Reported by Dmitry V. Levin.
23824
23825 2007-04-12  Bruno Haible  <bruno@clisp.org>
23826
23827         * modules/fflush (Include): Mention <stdio.h>.
23828         * modules/strtoimax (Include): Mention <inttypes.h>.
23829         * modules/strtoumax (Include): Likewise.
23830
23831 2007-04-12  Eric Blake  <ebb9@byu.net>
23832
23833         * .cvsignore: New file.
23834         * .gitignore: Likewise.
23835
23836 2007-04-12  Bruno Haible  <bruno@clisp.org>
23837
23838         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
23839         not before, since $(LDADD) often contains libgnu.a.
23840         * modules/striconv-tests (test_striconv_LDADD): Likewise.
23841         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
23842         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
23843         Needed on Cygwin.
23844
23845 2007-04-12  Eric Blake  <ebb9@byu.net>
23846
23847         Work around glibc's failure to flush stdin on fclose.
23848         * lib/closein.c (close_stdin): Flush stdin before closing.
23849
23850         Work around glibc's failure to reset seekable stdin on exit.
23851         * modules/closein: New module.
23852         * lib/closein.c: New file.
23853         * lib/closein.h: Likewise.
23854         * m4/closein.m4: Likewise.
23855         * MODULES.html.sh (File stream based Input/Output): Document it.
23856
23857 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23858
23859         * gnulib-tool: Rename generated 'autobuild' script to
23860         'do-autobuild' in --create-megatestdir output.
23861
23862         * doc/gnulib.texi (Build robot for gnulib): Fix.
23863
23864 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23865
23866         * modules/sysexits (Depends-on): Add absolute-header.
23867
23868 2007-04-12  Eric Blake  <ebb9@byu.net>
23869
23870         No need to preserve errno on success.
23871         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
23872         Reported by Bruno Haible.
23873
23874 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23875
23876         * MODULES.html.sh (Support for maintaining and releasing
23877         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
23878
23879 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23880
23881         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
23882
23883 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23884
23885         * modules/autobuild: New module.
23886
23887         * m4/autobuild.m4: New file.
23888
23889 2007-04-11  Bruno Haible  <bruno@clisp.org>
23890
23891         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
23892         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
23893         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
23894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
23895         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23896         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23897         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23898         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23899         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23900         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23901         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
23902         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23903         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23904         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
23905         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23906         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23907         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
23908         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23909         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23910         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
23911         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23912         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23913         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
23914         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23915         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23916         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
23917         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
23918         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
23919         Reported by Eric Blake.
23920
23921 2007-04-11  Bruno Haible  <bruno@clisp.org>
23922
23923         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
23924
23925 2007-04-10  Bruno Haible  <bruno@clisp.org>
23926
23927         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
23928         for NaN and Infinity. Needed on FreeBSD 6.1.
23929         * tests/test-vasnprintf-posix.c (test_function): Undo last change
23930         regarding results for "%010a" of Infinity and NaN.
23931         * tests/test-vasprintf-posix.c (test_function): Likewise.
23932         * tests/test-snprintf-posix.h (test_function): Likewise.
23933         * tests/test-sprintf-posix.h (test_function): Likewise.
23934         * tests/test-fprintf-posix.h (test_function): Likewise.
23935         * tests/test-printf-posix.h (test_function): Likewise.
23936         * tests/test-fprintf-posix.out: Likewise.
23937
23938 2007-04-10  Bruno Haible  <bruno@clisp.org>
23939
23940         * modules/locale-tests: New file.
23941         * tests/test-locale.c: New file.
23942
23943         * modules/locale: New file.
23944         * lib/locale_.h: New file.
23945         * m4/locale_h.m4: New file.
23946
23947 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
23948             Bruno Haible  <bruno@clisp.org>
23949
23950         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
23951         be determined, test for availability of the copysignf, copysign,
23952         copysignl functions.
23953         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
23954         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
23955         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
23956
23957 2007-04-09  Eric Blake  <ebb9@byu.net>
23958
23959         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
23960         * modules/stdio (Makefile.am): Support fflush.
23961         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23962         * modules/fflush: New file.
23963         * lib/fflush.c: Likewise.
23964         * m4/fflush.m4: Likewise.
23965         * modules/fflush-tests: New test.
23966         * tests/test-fflush.c: Likewise.
23967         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
23968
23969 2007-04-06  Bruno Haible  <bruno@clisp.org>
23970
23971         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
23972         (VASNPRINTF): Use signbit for faster determination whether to print a
23973         minus sign.
23974         * modules/vasnprintf (Files): Remove lib/float+.h.
23975         * modules/fprintf-posix (Depends-on): Add signbit.
23976         * modules/snprintf-posix (Depends-on): Likewise.
23977         * modules/sprintf-posix (Depends-on): Likewise.
23978         * modules/vasnprintf-posix (Depends-on): Likewise.
23979         * modules/vasprintf-posix (Depends-on): Likewise.
23980         * modules/vfprintf-posix (Depends-on): Likewise.
23981         * modules/vsnprintf-posix (Depends-on): Likewise.
23982         * modules/vsprintf-posix (Depends-on): Likewise.
23983
23984 2007-04-06  Bruno Haible  <bruno@clisp.org>
23985
23986         * tests/test-frexp.c (main): Test also the sign bit of zero results.
23987         * tests/test-frexpl.c (main): Likewise.
23988         * tests/test-ldexpl.c (main): Likewise.
23989         * modules/frexp-tests (Depends-on): Add signbit.
23990         * modules/frexpl-tests (Depdends-on): Likewise.
23991         * modules/ldexpl-tests (Depdends-on): Likewise.
23992
23993 2007-04-06  Bruno Haible  <bruno@clisp.org>
23994
23995         * modules/signbit-tests: New file.
23996         * tests/test-signbit.c: New file.
23997
23998         * modules/signbit: New file.
23999         * lib/signbitf.c: New file.
24000         * lib/signbitd.c: New file.
24001         * lib/signbitl.c: New file.
24002         * m4/signbit.m4: New file.
24003         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
24004         (signbit): New macro.
24005         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
24006         REPLACE_SIGNBIT.
24007         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
24008         REPLACE_FREXPL into math.h.
24009
24010 2007-04-06  Bruno Haible  <bruno@clisp.org>
24011
24012         * modules/isnanf-nolibm-tests: New file.
24013         * tests/test-isnanf.c: New file.
24014
24015         * modules/isnanf-nolibm: New file.
24016         * lib/isnanf.h: New file.
24017         * lib/isnanf.c: New file.
24018         * lib/isnan.c: Consider the USE_FLOAT macro.
24019         * m4/isnanf.m4: New file.
24020
24021 2007-04-06  Bruno Haible  <bruno@clisp.org>
24022
24023         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
24024         (Link): New section.
24025
24026         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
24027
24028 2007-04-06  Bruno Haible  <bruno@clisp.org>
24029
24030         Assume the 'long double' type.
24031         * m4/longdouble.m4: Remove file.
24032         * config/srclist.txt: Don't mention longdouble.m4.
24033         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
24034         * lib/float+.h: Likewise.
24035         * lib/frexp.c: Likewise.
24036         * lib/printf-args.h: Likewise.
24037         * lib/printf-args.c: Likewise.
24038         * lib/printf-frexp.c: Likewise.
24039         * lib/printf-parse.c: Likewise.
24040         * lib/vasnprintf.c: Likewise.
24041         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
24042         * m4/intl.m4: Likewise.
24043         * m4/isnanl.m4: Likewise.
24044         * m4/printf.m4: Likewise.
24045         * m4/printf-frexpl.m4: Likewise.
24046         * m4/vasnprintf.m4: Likewise.
24047         * modules/allocsa (Files): Remove m4/longdouble.m4.
24048         * modules/gettext (Files): Likewise.
24049         * modules/relocatable-prog-wrapper (Files): Likewise.
24050         * modules/vasnprintf (Files): Likewise.
24051         * modules/isnanl (Files): Likewise.
24052         (Include): Simplify.
24053         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
24054         (Include): Simplify.
24055         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
24056         (Include): Simplify.
24057         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
24058         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24059         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
24060         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24061         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
24062         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24063         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
24064         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24065         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
24066         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24067         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
24068         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24069         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
24070         * tests/test-isnanl.c: Likewise.
24071         * tests/test-snprintf-posix.h: Likewise.
24072         * tests/test-sprintf-posix.h: Likewise.
24073         * tests/test-vasnprintf-posix.c: Likewise.
24074         * tests/test-vasnprintf-posix2.c: Likewise.
24075         * tests/test-vasprintf-posix.c: Likewise.
24076
24077 2007-04-06  Bruno Haible  <bruno@clisp.org>
24078
24079         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
24080         * lib/math_.h [__DECC]: Include the overridden include file through
24081         #include_next, outside the double-inclusion guard.
24082         * lib/stdio_.h [__DECC]: Likewise.
24083         * lib/stdlib_.h [__DECC]: Likewise.
24084         * lib/string_.h [__DECC]: Likewise.
24085         * lib/time_.h [__DECC]: Likewise.
24086         * lib/wchar_.h [__DECC]: Likewise.
24087         * lib/wctype_.h [__DECC]: Likewise.
24088         * lib/inttypes_.h [__DECC]: Likewise.
24089         Reported by Albert Chin <china@thewrittenword.com> in
24090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
24091
24092 2007-04-04  Eric Blake  <ebb9@byu.net>
24093
24094         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
24095         1.5.x.
24096
24097 2007-04-04  Bruno Haible  <bruno@clisp.org>
24098
24099         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
24100         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
24101
24102 2007-04-04  Bruno Haible  <bruno@clisp.org>
24103
24104         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
24105         results for "%010a" of Infinity and NaN.
24106         * tests/test-vasprintf-posix.c (test_function): Likewise.
24107         * tests/test-snprintf-posix.h (test_function): Likewise.
24108         * tests/test-sprintf-posix.h (test_function): Likewise.
24109         * tests/test-fprintf-posix.h (test_function): Remove these tests.
24110         * tests/test-printf-posix.h (test_function): Likewise.
24111         * tests/test-fprintf-posix.out: Update.
24112         Needed for FreeBSD 6.1.
24113
24114 2007-04-04  Bruno Haible  <bruno@clisp.org>
24115
24116         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
24117         directly used by the gnulib modules nor by gnulib-tool.
24118
24119 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
24120
24121         * DEPENDENCIES: Give overall description of version dependency
24122         desirability.  Use more-typical names for apps.
24123         Add shell, coreutils, diffutils, grep, tar, gzip.
24124
24125 2007-04-04  Simon Josefsson  <simon@josefsson.org>
24126
24127         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
24128
24129 2007-04-04  Karl Berry  <karl@gnu.org>
24130
24131         * MODULES.html.sh (func_module): missing '.
24132
24133 2007-04-03  Bruno Haible  <bruno@clisp.org>
24134
24135         * modules/argmatch-tests (Makefile.am): New variable
24136         test_argmatch_LDADD.
24137         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
24138         * modules/array-list-tests (Makefile.am): New variable
24139         test_array_list_LDADD.
24140         * modules/array-oset-tests (Makefile.am): New variable
24141         test_array_oset_LDADD.
24142         * modules/avltree-list-tests (Makefile.am): New variable
24143         test_avltree_list_LDADD.
24144         * modules/avltree-oset-tests (Makefile.am): New variable
24145         test_avltree_oset_LDADD.
24146         * modules/avltreehash-list-tests (Makefile.am): New variable
24147         test_avltreehash_list_LDADD.
24148         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
24149         test_canonicalize_lgpl_LDADD.
24150         * modules/carray-list-tests (Makefile.am): New variable
24151         test_carray_list_LDADD.
24152         * modules/dirname-tests (Makefile.am): New variable
24153         test_dirname_LDADD.
24154         * modules/linked-list-tests (Makefile.am): New variable
24155         test_linked_list_LDADD.
24156         * modules/linkedhash-list-tests (Makefile.am): New variable
24157         test_linkedhash_list_LDADD.
24158         * modules/rbtree-list-tests (Makefile.am): New variable
24159         test_rbtree_list_LDADD.
24160         * modules/rbtree-oset-tests (Makefile.am): New variable
24161         test_rbtree_oset_LDADD.
24162         * modules/rbtreehash-list-tests (Makefile.am): New variable
24163         test_rbtreehash_list_LDADD.
24164         * modules/xvasprintf-tests (Makefile.am): New variable
24165         test_xvasprintf_LDADD.
24166         Reported by Eric Blake.
24167
24168 2007-04-03  Eric Blake  <ebb9@byu.net>
24169
24170         * DEPENDENCIES: Weaken m4 requirements.
24171
24172 2007-04-03  Bruno Haible  <bruno@clisp.org>
24173
24174         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
24175         * modules/isnanl-tests (configure.ac): Likewise.
24176
24177 2007-04-03  Ben Pfaff  <blp@gnu.org>
24178
24179         * modules/iconv_open: Add $(srcdir)/ to source directory
24180         references in Makefile fragments that call gperf, to fix VPATH
24181         builds.
24182
24183 2007-04-03  Bruno Haible  <bruno@clisp.org>
24184
24185         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
24186         * lib/ldexpl.c: Undo last change.
24187
24188 2007-04-03  Bruno Haible  <bruno@clisp.org>
24189
24190         * modules/printf-frexpl (Depends-on): Undo last change.
24191         (Files): Add m4/ldexpl.m4.
24192
24193 2007-04-03  Bruno Haible  <bruno@clisp.org>
24194
24195         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
24196         * modules/isnanl (Link): New section.
24197
24198         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
24199         * modules/frexp (Link): New section.
24200
24201         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
24202         * modules/frexpl (Link): New section.
24203
24204         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
24205         * modules/ldexpl (Link): New section.
24206
24207 2007-04-03  Bruno Haible  <bruno@clisp.org>
24208
24209         * modules/TEMPLATE-EXTENDED: New file.
24210         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
24211
24212 2007-04-03  Bruno Haible  <bruno@clisp.org>
24213
24214         * DEPENDENCIES: New file.
24215         Suggested by Simon Josefsson.
24216
24217 2007-04-03  Bruno Haible  <bruno@clisp.org>
24218
24219         * doc/gnulib.texi: Escape @.
24220
24221 2007-04-03  James Youngman  <jay@gnu.org>
24222         and Paul Eggert  <eggert@cs.ucla.edu>
24223
24224         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
24225         birthtime on all systems that have birthtime, not just those which
24226         use st_birthtimensec rather than st_birthtim.  Putting zero in
24227         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
24228         that the birth time is not available for files on an NFS mount.
24229
24230 2007-04-03  Simon Josefsson  <simon@josefsson.org>
24231
24232         * modules/memxor: Move back from crypto/, suggested by Bruno.
24233         * modules/crypto/hmac-sha1: Fix memxor dependency.
24234
24235         * modules/crypto/gc: Moved from ../.
24236
24237 2007-04-02  Eric Blake  <ebb9@byu.net>
24238
24239         * lib/ldexpl.c (includes): Avoid libm.
24240
24241         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
24242
24243 2007-04-02  Bruno Haible  <bruno@clisp.org>
24244
24245         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
24246         on IRIX.
24247
24248 2007-04-02  Bruno Haible  <bruno@clisp.org>
24249
24250         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
24251         x86 or x86_64 platforms running MacOS X.
24252         Reported by Ryan Schmidt <@ryandesign.com>.
24253
24254 2007-04-02  Bruno Haible  <bruno@clisp.org>
24255
24256         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
24257         i386.
24258
24259 2007-04-01  Simon Josefsson  <simon@josefsson.org>
24260
24261         * modules/crypto/arcfour: Moved from ../.
24262         * modules/crypto/arcfour-tests: Moved from ../.
24263         * modules/crypto/arctwo: Moved from ../.
24264         * modules/crypto/arctwo-tests: Moved from ../.
24265         * modules/crypto/des: Moved from ../.
24266         * modules/crypto/des-tests: Moved from ../.
24267         * modules/crypto/gc-arcfour: Moved from ../.
24268         * modules/crypto/gc-arcfour-tests: Moved from ../.
24269         * modules/crypto/gc-arctwo: Moved from ../.
24270         * modules/crypto/gc-arctwo-tests: Moved from ../.
24271         * modules/crypto/gc-des: Moved from ../.
24272         * modules/crypto/gc-des-tests: Moved from ../.
24273         * modules/crypto/gc-hmac-md5: Moved from ../.
24274         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
24275         * modules/crypto/gc-hmac-sha1: Moved from ../.
24276         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
24277         * modules/crypto/gc-md2: Moved from ../.
24278         * modules/crypto/gc-md2-tests: Moved from ../.
24279         * modules/crypto/gc-md4: Moved from ../.
24280         * modules/crypto/gc-md4-tests: Moved from ../.
24281         * modules/crypto/gc-md5: Moved from ../.
24282         * modules/crypto/gc-md5-tests: Moved from ../.
24283         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
24284         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
24285         * modules/crypto/gc-random: Moved from ../.
24286         * modules/crypto/gc-rijndael: Moved from ../.
24287         * modules/crypto/gc-rijndael-tests: Moved from ../.
24288         * modules/crypto/gc-sha1: Moved from ../.
24289         * modules/crypto/gc-sha1-tests: Moved from ../.
24290         * modules/crypto/gc-tests: Moved from ../.
24291         * modules/crypto/hmac-md5: Moved from ../.
24292         * modules/crypto/hmac-md5-tests: Moved from ../.
24293         * modules/crypto/hmac-sha1: Moved from ../.
24294         * modules/crypto/hmac-sha1-tests: Moved from ../.
24295         * modules/crypto/md2: Moved from ../.
24296         * modules/crypto/md2-tests: Moved from ../.
24297         * modules/crypto/md4: Moved from ../.
24298         * modules/crypto/md4-tests: Moved from ../.
24299         * modules/crypto/md5: Moved from ../.
24300         * modules/crypto/md5-tests: Moved from ../.
24301         * modules/crypto/memxor: Moved from ../.
24302         * modules/crypto/rijndael: Moved from ../.
24303         * modules/crypto/rijndael-tests: Moved from ../.
24304         * modules/crypto/sha1: Moved from ../.
24305
24306 2007-03-30  James Youngman  <jay@gnu.org>
24307
24308         * tests/test-stat-time.c (prepare_test): use chmod() rather than
24309         rename() to change the ctime of a file (because ctime is unaffected
24310         by rename on jfs2 on AIX 5.1).
24311         (main): Start by doing cleanup, in case a previous run failed leaving
24312         test files behind.
24313
24314 2007-03-31  Bruno Haible  <bruno@clisp.org>
24315
24316         Support old proprietary implementations of iconv.
24317         * modules/iconv_open: New file.
24318         * lib/iconv_.h: New file.
24319         * m4/iconv_h.m4: New file.
24320         * lib/iconv_open.c: New file.
24321         * lib/iconv_open-aix.gperf: New file.
24322         * lib/iconv_open-hpux.gperf: New file.
24323         * lib/iconv_open-irix.gperf: New file.
24324         * lib/iconv_open-osf.gperf: New file.
24325         * m4/iconv_open.m4: New file.
24326         * modules/linebreak (Depends-on): Add iconv_open.
24327         * modules/striconv (Depends-on): Likewise.
24328         * modules/striconveh (Depends-on): Likewise.
24329         * modules/unicodeio (Depends-on): Likewise.
24330         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
24331         (iconv_t)(-1).
24332         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
24333         conversion if cd is (iconv_t)(-1).
24334         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
24335         is not possible.
24336
24337 2007-03-31  Bruno Haible  <bruno@clisp.org>
24338
24339         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
24340         work on Solaris either. Protect also second use of "autodetect_jp".
24341
24342 2007-03-31  Bruno Haible  <bruno@clisp.org>
24343
24344         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
24345         the function is not present.
24346
24347 2007-03-31  Bruno Haible  <bruno@clisp.org>
24348
24349         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
24350         the function is not present.
24351
24352 2007-03-31  Bruno Haible  <bruno@clisp.org>
24353
24354         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
24355         a bug in HP-UX iconv_open().
24356
24357 2007-03-31  Bruno Haible  <bruno@clisp.org>
24358
24359         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
24360         (Mathematics <math.h>): New section, add fpieee.
24361         (Input/output <stdio.h>): Add fseterr.
24362         (Mathematics <math.h>): New section, add printf-frexp.
24363         (Container data structures): Add sublist.
24364         (Core language properties): Add fpucw, inline.
24365         (Functions for greatest-width integer types <inttypes.h>): Add
24366         imaxabs, imaxdiv, inttypes.
24367         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
24368         isnanl-nolibm, ldexp.
24369         (Mathematics <math.h>): New section, add printf-frexpl.
24370         (Support for systems lacking POSIX:2001): Add fprintf-posix,
24371         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
24372         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
24373         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
24374         (Unicode string functions): Add unistr/u*-mbtoucr.
24375         (Java): Add javacomp-script, javaexec-script.
24376         (C#): Add csharpcomp-script, csharpexec-script.
24377         (Support for building libraries and executables): Add havelib,
24378         relocatable-*.
24379         (Support for maintaining and releasing projects): Renamed from
24380         'Support for maintaining and release projects'. Add announce-gen.
24381
24382 2007-03-31  Bruno Haible  <bruno@clisp.org>
24383
24384         * README: Talk primarily about git.
24385         (git and CVS): Renamed from CVS.
24386         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
24387         gnulib is available through git.
24388         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
24389
24390 2007-03-30  Bruno Haible  <bruno@clisp.org>
24391
24392         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
24393         * lib/poll_.h: Likewise.
24394         * lib/stat_.h: Likewise.
24395         * lib/sys_time_.h: Likewise.
24396         * lib/sysexit_.h: Likewise.
24397         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
24398         * lib/stdbool_.h: Likewise.
24399         * lib/byteswap_.h: Add double-inclusion guard.
24400
24401 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
24402
24403         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
24404
24405 2007-03-30  Karl Berry  <karl@gnu.org>
24406
24407         * config/srclist-update: double space after USA in the license
24408         substitution, since that's how it's usually (?) written.
24409
24410 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
24413         reported by Bruno Haible.
24414
24415 2007-03-29  Bruno Haible  <bruno@clisp.org>
24416
24417         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
24418         a bug in AIX iconv().
24419
24420 2007-03-29  Bruno Haible  <bruno@clisp.org>
24421
24422         * modules/ldexpl-tests: New file.
24423         * tests/test-ldexpl.c: New file.
24424
24425 2007-03-29  Bruno Haible  <bruno@clisp.org>
24426
24427         * lib/ldexpl.c: Include fpucw.h.
24428         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
24429         multiplication.
24430         * modules/ldexpl (Depends-on): Add fpucw.
24431
24432 2007-03-29  Bruno Haible  <bruno@clisp.org>
24433
24434         * modules/ldexpl: New file.
24435         * m4/ldexpl.m4: New file.
24436         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
24437         set.
24438         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
24439         REPLACE_LDEXPL.
24440         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
24441         REPLACE_LDEXPL.
24442         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
24443         gl_FUNC_LDEXPL_WORKS.
24444         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
24445         * modules/mathl (Files): Remove lib/ldexpl.c.
24446         (Depends-on): Add ldexpl.
24447
24448 2007-03-29  Bruno Haible  <bruno@clisp.org>
24449
24450         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
24451
24452 2007-03-29  Bruno Haible  <bruno@clisp.org>
24453
24454         * tests/test-striconveh.c (main): Don't assume that a direct conversion
24455         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
24456         and possibly also HP-UX.
24457         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
24458         work on AIX, IRIX, HP-UX, OSF/1.
24459         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
24460         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
24461         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
24462         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
24463         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
24464         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
24465
24466 2007-03-29  Bruno Haible  <bruno@clisp.org>
24467
24468         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
24469
24470 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
24471
24472         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
24473         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
24474
24475 2007-03-29  Eric Blake  <ebb9@byu.net>
24476
24477         * lib/acl-internal.h: Remove redundant include.
24478         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
24479         Cygwin when a file is locked.
24480
24481 2007-03-29  Bruno Haible  <bruno@clisp.org>
24482
24483         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
24484         file.
24485         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
24486
24487 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
24488
24489         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
24490         try to remove a parent directory if the child couldn't be removed
24491         (except for the first rmdir, which could fail because the child
24492         doesn't exist).  Problem reported by Jeff Blaine in
24493         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
24494
24495 2007-03-28  Bruno Haible  <bruno@clisp.org>
24496
24497         * lib/striconveh.c (utf8conv_carefully): New function.
24498         (mem_cd_iconveh_internal): Invoke it.
24499
24500 2007-03-28  Bruno Haible  <bruno@clisp.org>
24501
24502         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
24503         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
24504         input.
24505         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
24506         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
24507         unistr/u8-uctomb.
24508
24509 2007-03-28  Bruno Haible  <bruno@clisp.org>
24510
24511         * modules/unistr/u8-mbtoucr: New file.
24512         * lib/unistr/u8-mbtoucr.c: New file.
24513         * modules/unistr/u16-mbtoucr: New file.
24514         * lib/unistr/u16-mbtoucr.c: New file.
24515         * modules/unistr/u16-mbtoucr: New file.
24516         * lib/unistr/u16-mbtoucr.c: New file.
24517         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
24518
24519 2007-03-27  Simon Josefsson  <simon@josefsson.org>
24520             Bruno Haible  <bruno@clisp.org>
24521
24522         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
24523         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
24524         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
24525
24526         * m4/stdio_h.m4: Add stubs for vasprintf too.
24527
24528         * modules/stdio: Support vasprintf in sed command.
24529
24530         * modules/vasprintf: Depend on stdio for prototypes.  Remove
24531         vasprintf.h.  Add stdio module indicator.
24532
24533         * lib/stdio_.h: Declare asprintf and vasprintf, based on
24534         vasprintf.h.
24535
24536         * lib/vasprintf.h: File removed.
24537
24538         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
24539         * lib/vasprintf.c: Ditto.
24540         * lib/xvasprintf.c: Ditto.
24541         * tests/test-vasprintf-posix.c: Ditto.
24542         * tests/test-vasprintf.c: Ditto.
24543
24544 2007-03-27  Bruno Haible  <bruno@clisp.org>
24545
24546         Make vasnprintf multithread-safe.
24547         * lib/vasnprintf.c (decimal_point_char): New function.
24548         (VASNPRINTF): Use it.
24549         Suggested by Simon Josefsson.
24550
24551 2007-03-27  Eric Blake  <ebb9@byu.net>
24552
24553         Support sub-second birthtime on cygwin.
24554         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
24555         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
24556         (get_stat_birthtime): Also work with st_birthtim.
24557
24558 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
24559
24560         * lib/stat-time.h (USE_BIRTHTIME): Remove.
24561         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
24562         (get_stat_birthtime_ns): Do not try to use "spare" fields.
24563         (get_stat_birthtime_ns): Simplify compile-time tests.
24564         (get_stat_birthtime): Change the API to look like
24565         get_stat_mtime etc., except return a negative tv_nsec on error.
24566         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
24567         Don't check for "spare" fields.
24568         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
24569         or for struct stat.st_birthtime, as these tests aren't used.
24570         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
24571
24572 2007-03-27  Bruno Haible  <bruno@clisp.org>
24573
24574         * lib/stat-time.h: Include <sys/stat.h>.
24575
24576 2007-03-27  James Youngman  <jay@gnu.org>
24577
24578         * lib/stat-time.h (get_stat_birthtime): New function for
24579           retrieving st_birthtime as provided by UFS2 (hence *BSD).
24580         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
24581           and its variants.
24582         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
24583         * modules/stat-time-test: New file.
24584         * tests/test-stat-time.c: New test, devised by Bruno Haible.
24585
24586 2007-03-26  Bruno Haible  <bruno@clisp.org>
24587
24588         Better support of signalling NaNs.
24589         * lib/atanl.c: Include isnanl.h.
24590         (atanl): Perform test for NaN at the beginning of the function and
24591         through a call to isnanl.
24592         * lib/cosl.c: Include isnanl.h.
24593         (cosl): Perform test for NaN at the beginning of the function and
24594         through a call to isnanl.
24595         * lib/ldexpl.c: Include isnanl.h.
24596         (ldexpl): Perform test for NaN through a call to isnanl.
24597         * lib/logl.c: Include isnanl.h.
24598         (logl): Perform test for NaN at the beginning of the function and
24599         through a call to isnanl.
24600         * lib/sinl.c: Include isnanl.h.
24601         (sinl): Perform test for NaN at the beginning of the function and
24602         through a call to isnanl.
24603         * lib/sqrtl.c: Include isnanl.h.
24604         (sqrtl): Perform test for NaN at the beginning of the function and
24605         through a call to isnanl.
24606         * lib/tanl.c: Include isnanl.h.
24607         (tanl): Perform test for NaN at the beginning of the function and
24608         through a call to isnanl.
24609         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
24610         * modules/mathl (Depends-on): Add isnanl.
24611
24612 2007-03-26  Eric Blake  <ebb9@byu.net>
24613
24614         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
24615         regression in logic sense of previous patch.
24616
24617 2007-03-26  Bruno Haible  <bruno@clisp.org>
24618
24619         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
24620         unportable shell command "if ! ...".
24621         Reported by Ralf Wildenhues.
24622
24623 2007-03-25  Bruno Haible  <bruno@clisp.org>
24624
24625         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
24626         <sysexits.h> file, and only add EX_CONFIG.
24627         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
24628         absolute file name and whether it is sufficient. Substitute also
24629         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
24630         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
24631         ABSOLUTE_SYSEXITS_H into sysexits.h.
24632
24633 2007-03-25  Bruno Haible  <bruno@clisp.org>
24634
24635         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
24636         hints is NULL.
24637
24638 2007-03-25  Bruno Haible  <bruno@clisp.org>
24639
24640         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
24641         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
24642
24643 2007-03-25  Bruno Haible  <bruno@clisp.org>
24644
24645         * lib/vasnprintf.c: Include langinfo.h.
24646         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
24647         multithread-safe.
24648         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
24649         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
24650         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24651         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24652         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24653         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24654         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24655         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
24656         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24657         Reported by Simon Josefsson.
24658
24659 2007-03-25  Bruno Haible  <bruno@clisp.org>
24660
24661         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
24662         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
24663         * modules/vasnprintf (Depends-on): Add stdint.
24664
24665 2007-03-25  Bruno Haible  <bruno@clisp.org>
24666
24667         * modules/fpieee: New file.
24668         * m4/fpieee.m4: New file.
24669         * modules/isnan-nolibm (Depends-on): Add fpieee.
24670         * modules/isnanl-nolibm (Depends-on): Add fpieee.
24671         * modules/isnanl (Depends-on): Add fpieee.
24672
24673 2007-03-25  Bruno Haible  <bruno@clisp.org>
24674
24675         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
24676
24677 2007-03-25  Bruno Haible  <bruno@clisp.org>
24678
24679         Avoid test failures on IRIX 6.5.
24680         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
24681         (main): Use it.
24682         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
24683         macros.
24684         (main): Use them.
24685
24686 2007-03-25  Bruno Haible  <bruno@clisp.org>
24687
24688         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
24689         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
24690         exists but doesn't work.
24691         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
24692         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
24693         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
24694         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
24695
24696 2007-03-25  Bruno Haible  <bruno@clisp.org>
24697
24698         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
24699         returns inf. Needed on IRIX 6.5.
24700
24701 2007-03-25  Bruno Haible  <bruno@clisp.org>
24702
24703         * tests/test-frexpl.c: Include isnanl-nolibm.h.
24704         (main): Use isnanl instead of x != x idiom.
24705         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
24706
24707         * tests/test-frexp.c: Include isnan.h.
24708         (main): Use isnan instead of x != x idiom.
24709         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
24710
24711 2007-03-25  Bruno Haible  <bruno@clisp.org>
24712
24713         * tests/test-frexp.c (NaN): New function/macro.
24714         (main): Use it instead of 0.0 / 0.0.
24715         * tests/test-isnan.c (NaN): New function/macro.
24716         (main): Use it instead of 0.0 / 0.0.
24717         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
24718         (test_function): Use it instead of 0.0 / 0.0.
24719         * tests/test-vasprintf-posix.c (NaN): New function/macro.
24720         (test_function): Use it instead of 0.0 / 0.0.
24721         * tests/test-snprintf-posix.h (NaN): New function/macro.
24722         (test_function): Use it instead of 0.0 / 0.0.
24723         * tests/test-sprintf-posix.h (NaN): New function/macro.
24724         (test_function): Use it instead of 0.0 / 0.0.
24725         * tests/test-fprintf-posix.h (NaN): New function/macro.
24726         (test_function): Use it instead of 0.0 / 0.0.
24727         * tests/test-printf-posix.h (NaN): New function/macro.
24728         (test_function): Use it instead of 0.0 / 0.0.
24729
24730         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
24731
24732 2007-03-25  Bruno Haible  <bruno@clisp.org>
24733
24734         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
24735
24736 2007-03-25  Bruno Haible  <bruno@clisp.org>
24737
24738         * lib/regexec.c (merge_state_with_log): Make static.
24739
24740 2007-03-25  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/trigl.c (kernel_rem_pio2): Make static.
24743
24744 2007-03-25  Bruno Haible  <bruno@clisp.org>
24745
24746         * lib/sincosl.c (sincosl_table): Make static.
24747
24748 2007-03-25  Bruno Haible  <bruno@clisp.org>
24749
24750         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
24751         if the compiler does not support C99.
24752
24753 2007-03-25  Bruno Haible  <bruno@clisp.org>
24754
24755         * modules/time (Makefile.am): Ensure all rule action lines start with a
24756         tab.
24757
24758 2007-03-24  Bruno Haible  <bruno@clisp.org>
24759
24760         * modules/tsearch-tests: New file.
24761         * tests/test-tsearch.sh: New file.
24762         * tests/test-tsearch.c: New file, mostly copied from glibc.
24763
24764         * modules/search-tests: New file.
24765         * tests/test-search.c: New file.
24766
24767         * modules/search: New file.
24768         * lib/search_.h: New file, incorporating lib/tsearch.h.
24769         * m4/search_h.m4: New file.
24770         * lib/tsearch.h: Remove file.
24771         * lib/tsearch.c: Include search.h instead of tsearch.h.
24772         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
24773         HAVE_TSEARCH.
24774         * modules/tsearch (Files): Remove lib/tsearch.h.
24775         (Depends-on): Add search.
24776         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
24777         (Include): Change tsearch.h into search.h.
24778
24779 2007-03-24  Bruno Haible  <bruno@clisp.org>
24780
24781         * modules/fpucw: New file.
24782         * lib/fpucw.h: New file.
24783         * lib/frexp.c: Include fpucw.h.
24784         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
24785         (FUNC): Use them.
24786         * lib/printf-frexp.c: Include fpucw.h.
24787         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
24788         (FUNC): Use them.
24789         * lib/vasnprintf.c: Include fpucw.h.
24790         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
24791         'long double' calculations.
24792         * tests/test-frexpl.c: Include fpucw.h.
24793         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
24794         * tests/test-printf-frexpl.c: Include fpucw.h.
24795         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
24796         * modules/frexpl (Depends-on): Add fpucw.
24797         * modules/printf-frexpl (Depends-on): Likewise.
24798         * modules/fprintf-posix (Depends-on): Likewise.
24799         * modules/snprintf-posix (Depends-on): Likewise.
24800         * modules/sprintf-posix (Depends-on): Likewise.
24801         * modules/vasnprintf-posix (Depends-on): Likewise.
24802         * modules/vasprintf-posix (Depends-on): Likewise.
24803         * modules/vfprintf-posix (Depends-on): Likewise.
24804         * modules/vsnprintf-posix (Depends-on): Likewise.
24805         * modules/vsprintf-posix (Depends-on): Likewise.
24806         * modules/frexpl-tests (Depends-on): Likewise.
24807         * modules/printf-frexpl-tests (Depends-on): Likewise.
24808
24809 2007-03-24  Bruno Haible  <bruno@clisp.org>
24810
24811         * lib/float+.h: New file.
24812         * lib/isnan.c: Include float+.h.
24813         (SIZE): New macro.
24814         (FUNC): Compare only SIZE bytes of the value.
24815         * lib/vasnprintf.c: Include float+.h.
24816         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
24817         SIZEOF_LDBL or SIZEOF_DBL bytes.
24818         * modules/isnan-nolibm (Files): Add lib/float+.h.
24819         * modules/isnanl-nolibm (Files): Add lib/float+.h.
24820         * modules/isnanl (Files): Add lib/float+.h.
24821         * modules/vasnprintf (Files): Add lib/float+.h.
24822
24823 2007-03-24  Bruno Haible  <bruno@clisp.org>
24824
24825         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
24826         include isnanl-nolibm.h.
24827
24828 2007-03-24  Bruno Haible  <bruno@clisp.org>
24829
24830         * tests/test-read-file.c (main): Don't produce spurious output for
24831         expected situations. Make the test fail if it encountered unexpected
24832         results.
24833
24834 2007-03-24  Bruno Haible  <bruno@clisp.org>
24835
24836         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
24837         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
24838
24839 2007-03-24  Bruno Haible  <bruno@clisp.org>
24840
24841         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
24842
24843 2007-03-24  Bruno Haible  <bruno@clisp.org>
24844
24845         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
24846         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
24847
24848         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
24849         * modules/utf8-ucs4: Turn into a symbolic link to module
24850         unistr/u8-mbtouc.
24851
24852         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
24853         utf8-ucs4-unsafe.
24854         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
24855         unistr/u8-mbtouc-unsafe.
24856
24857         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
24858         * modules/utf16-ucs4: Turn into a symbolic link to module
24859         unistr/u16-mbtouc.
24860
24861         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
24862         utf16-ucs4-unsafe.
24863         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
24864         unistr/u16-mbtouc-unsafe.
24865
24866         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
24867         * modules/ucs4-utf8: Turn into a symbolic link to module
24868         unistr/u8-ubtomb.
24869
24870         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
24871         * modules/ucs4-utf16: Turn into a symbolic link to module
24872         unistr/u16-ubtomb.
24873
24874 2007-03-24  Bruno Haible  <bruno@clisp.org>
24875
24876         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
24877         Enable the function only if HAVE_INLINE.
24878         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
24879         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
24880         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
24881         Enable the function only if HAVE_INLINE.
24882         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
24883         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
24884         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
24885         Enable the function only if HAVE_INLINE.
24886         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
24887         Enable the function only if HAVE_INLINE.
24888         * modules/utf8-ucs4: Update.
24889         * modules/utf8-ucs4-unsafe: Update.
24890         * modules/utf16-ucs4: Update.
24891         * modules/utf16-ucs4-unsafe: Update.
24892         * modules/ucs4-utf8: Update.
24893         * modules/ucs4-utf16: Update.
24894
24895 2007-03-24  Bruno Haible  <bruno@clisp.org>
24896
24897         * lib/utf8-ucs4.h: Remove file.
24898         * lib/utf8-ucs4-unsafe.h: Remove file.
24899         * lib/utf16-ucs4.h: Remove file.
24900         * lib/utf16-ucs4-unsafe.h: Remove file.
24901         * lib/ucs4-utf8.h: Remove file.
24902         * lib/ucs4-utf16.h: Remove file.
24903         * lib/unistr.h: Include their previous contents.
24904         * m4/utf-ucs4.m4: Remove file.
24905         * m4/ucs4-utf.m4: Remove file.
24906         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
24907         (Depends-on): Add unistr/base.
24908         (configure.ac): Remove gl_UTF_UCS4.
24909         (Makefile.am): Update.
24910         (Include): Change to unistr.h.
24911         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
24912         (Depends-on): Add unistr/base.
24913         (configure.ac): Remove gl_UTF_UCS4.
24914         (Makefile.am): Update.
24915         (Include): Change to unistr.h.
24916         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
24917         (Depends-on): Add unistr/base.
24918         (configure.ac): Remove gl_UTF_UCS4.
24919         (Makefile.am): Update.
24920         (Include): Change to unistr.h.
24921         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
24922         (Depends-on): Add unistr/base.
24923         (configure.ac): Remove gl_UTF_UCS4.
24924         (Makefile.am): Update.
24925         (Include): Change to unistr.h.
24926         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
24927         (Depends-on): Add unistr/base.
24928         (configure.ac): Remove gl_UCS4_UTF.
24929         (Makefile.am): Update.
24930         (Include): Change to unistr.h.
24931         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
24932         (Depends-on): Add unistr/base.
24933         (configure.ac): Remove gl_UCS4_UTF.
24934         (Makefile.am): Update.
24935         (Include): Change to unistr.h.
24936         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
24937         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
24938         utf8-ucs4-unsafe.h.
24939         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
24940         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
24941         utf16-ucs4-unsafe.h.
24942         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
24943         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
24944         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
24945         * lib/unistr/u8-strchr.c: Likewise.
24946         * lib/unistr/u8-strrchr.c: Likewise.
24947         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
24948         * lib/unistr/u16-strchr.c: Likewise.
24949         * lib/unistr/u16-strrchr.c: Likewise.
24950         * lib/striconveh.c: Update.
24951         * lib/linebreak.c: Update.
24952
24953 2007-03-24  Bruno Haible  <bruno@clisp.org>
24954
24955         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
24956         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
24957
24958 2007-03-22  Bruno Haible  <bruno@clisp.org>
24959
24960         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
24961
24962 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
24963
24964         * MODULES.html.sh (File system functions): New module write-any-file.
24965         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
24966         * m4/write-any-file.m4: New files.
24967
24968 2007-03-23  Eric Blake  <ebb9@byu.net>
24969
24970         * gnulib-tool: Rearrange space-tab sequences, since some editors
24971         like to eat them.
24972
24973 2007-03-23  Eric Blake  <ebb9@byu.net>
24974
24975         * lib/version-etc.c (version_etc_va): Update license wording to
24976         be more concise.  Recommended by Richard Stallman.
24977
24978 2007-03-22  Bruno Haible  <bruno@clisp.org>
24979
24980         * lib/poll.c (MSG_PEEK): New fallback definition.
24981
24982 2007-03-22  Bruno Haible  <bruno@clisp.org>
24983
24984         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
24985         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
24986         (main): Update.
24987         Fixes a compilation error on BeOS.
24988
24989 2007-03-22  Bruno Haible  <bruno@clisp.org>
24990
24991         * modules/frexpl-tests: New file.
24992         * tests/test-frexpl.c: New file.
24993
24994         * modules/frexpl: New file.
24995         * m4/frexpl.m4: New file.
24996         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
24997         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
24998         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
24999         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
25000         (Depends-on): Add frexpl. Remove isnanl-nolibm.
25001         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
25002
25003 2007-03-22  Bruno Haible  <bruno@clisp.org>
25004
25005         * lib/frexpl.c: Share code with lib/frexp.c.
25006         * modules/mathl (Files): Add lib/frexp.c.
25007         (Depends-on): Add isnanl-nolibm.
25008
25009 2007-03-22  Bruno Haible  <bruno@clisp.org>
25010
25011         * modules/printf-frexp (Files): Add m4/frexp.m4.
25012         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
25013         only if the found frexp function actually works.
25014
25015 2007-03-22  Bruno Haible  <bruno@clisp.org>
25016
25017         * lib/frexp.c: Remove older implementation that uses divisions.
25018
25019 2007-03-21  Bruno Haible  <bruno@clisp.org>
25020
25021         * modules/frexp-tests: New file.
25022         * tests/test-frexp.c: New file.
25023
25024         * modules/frexp: New file.
25025         * lib/frexp.c: New file.
25026         * m4/frexp.m4: New file.
25027         * lib/math_.h (frexp): New declaration.
25028         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
25029         REPLACE_FREXP.
25030         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
25031
25032 2007-03-21  Bruno Haible  <bruno@clisp.org>
25033
25034         * modules/isnanl-tests: New file.
25035         * tests/test-isnanl.c: New file.
25036
25037         * modules/isnanl: New file.
25038         * lib/isnanl.h: New file.
25039         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
25040         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
25041         gl_FUNC_ISNANL_WORKS.
25042         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
25043         New macros.
25044
25045 2007-03-21  Bruno Haible  <bruno@clisp.org>
25046
25047         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
25048         lib/isnanl.h.
25049         (Include): Update.
25050         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
25051         * lib/vasnprintf.c: Update.
25052         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
25053         tests/test-isnanl.h, remove tests/test-isnanl.c.
25054         (Makefile.am): Update.
25055         * tests/test-isnanl-nolibm.c: New file.
25056         * tests/test-isnanl.h: New file.
25057         * tests/test-isnanl.c: Remove file.
25058
25059 2007-03-21  Jim Meyering  <jim@meyering.net>
25060
25061         When trying to open ".", treat ESTALE like EACCES.
25062         * lib/savewd.c (savewd_save): Resort to forking not just upon
25063         failure with EACCES, but also when errno is ESTALE.
25064
25065 2007-03-20  Bruno Haible  <bruno@clisp.org>
25066
25067         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
25068         Needed on AIX 5.1. Reported by Matthew Woehlke.
25069
25070 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25071
25072         Suggestions by Bruno Haible:
25073         * lib/acl-internal.h: Include "gettext.h" rather than rolling
25074         our own.
25075         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
25076         * modules/acl (Depends-on): Add gettext.
25077
25078 2007-03-19  Bruno Haible  <bruno@clisp.org>
25079
25080         * modules/iconvme: Remove file.
25081         * lib/iconvme.h: Remove file.
25082         * lib/iconvme.c: Remove file.
25083         * m4/iconvme.m4: Remove file.
25084
25085 2007-03-19  Bruno Haible  <bruno@clisp.org>
25086
25087         * doc/relocatable-maint.texi: Break long shell script line.
25088         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25089
25090 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25091
25092         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
25093         handle file_has_acl.
25094         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
25095         * lib/acl.c: Move header inclusions and related macro defns into
25096         lib/acl-internal.h.
25097         (S_ISLNK): Remove defn, since that's now done for us.
25098         (file_has_acl): Move to lib/file-has-acl.c.
25099         Call acl_trivial if available.  This is the crucial part of the fix.
25100         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
25101         shared within the library.  Rewrite a bit, partly to make it compatible
25102         with the GNU coding style.
25103         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
25104         Remove unnecessary double-quotes.
25105         Don't test for acl_to_text; the build will catch that.
25106         Replace acl_entries if it doesn't exist and it is needed.
25107         Check for -lsec and acl_trivial (as used on Solaris 10).
25108         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
25109         lib/file-has-acl.c.
25110         (Depends-on): Add sys_stat, for S_ISLNK.
25111
25112 2007-03-19  Ben Pfaff  <blp@gnu.org>
25113
25114         * doc/gnulib.texi: Fix typos.
25115         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25116
25117 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25118
25119         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
25120         If size is zero here, buf must be zero.
25121
25122 2007-03-19  Simon Josefsson  <simon@josefsson.org>
25123
25124         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
25125         <bruno@clisp.org>.
25126
25127 2007-03-18  Bruno Haible  <bruno@clisp.org>
25128
25129         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
25130         Suggested by Eric Blake.
25131
25132 2007-03-18  Ben Pfaff  <blp@gnu.org>
25133
25134         * doc/relocatable.texi: Recommend using as prefix a directory
25135         that does not exist and will never be created.  Based on
25136         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
25137         and others.
25138
25139 2007-03-17  Bruno Haible  <bruno@clisp.org>
25140
25141         * lib/fchownat.c: Include lchown.h.
25142
25143 2007-03-17  Bruno Haible  <bruno@clisp.org>
25144
25145         Fix endless loop when the given allocated size was > INT_MAX.
25146         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
25147         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
25148         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
25149         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
25150         * lib/sprintf.c (sprintf): Likewise.
25151
25152 2007-03-17  Bruno Haible  <bruno@clisp.org>
25153
25154         * tests/test-argp-2.sh (func_compare): Output a context diff.
25155
25156 2007-03-17  Bruno Haible  <bruno@clisp.org>
25157
25158         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
25159         locale's decimal-point character.
25160
25161 2007-03-17  Bruno Haible  <bruno@clisp.org>
25162
25163         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
25164         before comparing it. Needed because on some platforms (e.g. x86) a
25165         'long double' occupies less bytes than sizeof (long double).
25166
25167 2007-03-17  Bruno Haible  <bruno@clisp.org>
25168
25169         * tests/test-crc.c (main): Make printf statements 64-bit clean.
25170         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
25171         * tests/test-getaddrinfo.c (simple): Likewise.
25172         * tests/test-read-file.c (main): Likewise.
25173
25174 2007-03-17  Bruno Haible  <bruno@clisp.org>
25175
25176         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
25177
25178 2007-03-17  Bruno Haible  <bruno@clisp.org>
25179
25180         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
25181         unused variable.
25182
25183 2007-03-17  Bruno Haible  <bruno@clisp.org>
25184
25185         * tests/test-c-strcasecmp.c: Include c-strcase.h.
25186         * tests/test-c-strncasecmp.c: Likewise.
25187
25188 2007-03-17  Bruno Haible  <bruno@clisp.org>
25189
25190         * modules/stdlib (Depends-on): Add unistd.
25191         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
25192         Needed for MacOS X 10.3.
25193
25194 2007-03-17  Bruno Haible  <bruno@clisp.org>
25195
25196         * lib/unistr/u-strdup.h: Include <stdlib.h>.
25197
25198 2007-03-17  Bruno Haible  <bruno@clisp.org>
25199
25200         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
25201
25202 2007-03-17  Bruno Haible  <bruno@clisp.org>
25203
25204         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
25205         to reflect files copied from gnulib (with or without modifications).
25206         Suggested by Jim Meyering.
25207
25208 2007-03-17  Eric Blake  <ebb9@byu.net>
25209
25210         * NEWS: Document stdlib change from 2007-02-18.
25211
25212 2007-03-17  Jim Meyering  <jim@meyering.net>
25213
25214         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
25215         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
25216         someone uses a name containing shell meta-characters.
25217         Reported by Alfred M. Szmidt.
25218
25219         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
25220
25221 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
25222
25223         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
25224         and copy gettext configuration files only if configure.ac contains
25225         a use of AM_GNU_GETTEXT_VERSION.
25226
25227 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
25228
25229         * build-aux/bootstrap (gnulib_name): New variable.
25230         (gnulib_tool_options): Use it.
25231
25232 2007-03-13  Simon Josefsson  <simon@josefsson.org>
25233
25234         * tests/test-des.c: Use new namespace.
25235
25236 2007-03-15  Bruno Haible  <bruno@clisp.org>
25237
25238         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
25239         Reported by James Youngman <jay@gnu.org>.
25240
25241 2007-03-15  Bruno Haible  <bruno@clisp.org>
25242
25243         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
25244         declared prototype. Needed with cc on OSF/1 5.1.
25245
25246 2007-03-15  Bruno Haible  <bruno@clisp.org>
25247
25248         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
25249         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
25250         (struct gl_list_implementation): Add dispose_fn argument to the
25251         'create_empty', 'create' methods.
25252         (struct gl_list_impl_base): Add field 'dispose_fn'.
25253         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
25254         argument.
25255         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
25256         dispose_fn argument.
25257         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
25258         dispose_fn on the dropped values.
25259         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
25260         dispose_fn argument.
25261         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
25262         dropped values.
25263         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
25264         (gl_tree_remove_node): Call dispose_fn on the dropped value.
25265         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
25266         (gl_tree_remove_node): Call dispose_fn on the dropped value.
25267         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
25268         argument.
25269         (gl_tree_list_free): Call dispose_fn on the dropped values.
25270         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
25271         the dropped values.
25272         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
25273         Add dispose_fn argument.
25274         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
25275         Call dispose_fn on the dropped values.
25276         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
25277         Add dispose_fn argument.
25278         (gl_sublist_create): Initialize the 'dispose_fn' field.
25279         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
25280         * tests/test-array_list.c (main): Update.
25281         * tests/test-carray_list.c (main): Update.
25282         * tests/test-avltree_list.c (main): Update.
25283         * tests/test-rbtree_list.c (main): Update.
25284         * tests/test-avltreehash_list.c (main): Update.
25285         * tests/test-rbtreehash_list.c (main): Update.
25286         * tests/test-linked_list.c (main): Update.
25287         * tests/test-linkedhash_list.c (main): Update.
25288         * tests/test-array_oset.c (main): Update.
25289
25290 2007-03-15  Bruno Haible  <bruno@clisp.org>
25291
25292         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
25293         (gl_oset_create_empty): Add dispose_fn argument.
25294         (struct gl_oset_implementation): Add dispose_fn argument to
25295         'create_empty' method.
25296         (struct gl_oset_impl_base): Add dispose_fn field.
25297         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
25298         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
25299         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
25300         values.
25301         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
25302         (gl_tree_oset_free): Call dispose_fn on the dropped values.
25303         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
25304         dropped value.
25305         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
25306         dropped value.
25307         * tests/test-array_oset.c (main): Update.
25308         * tests/test-avltree_oset.c (main): Update.
25309         * tests/test-rbtree_oset.c (main): Update.
25310         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
25311
25312 2007-03-13  Bruno Haible  <bruno@clisp.org>
25313
25314         * tests/test-stdbool.c (i): Update after last patch.
25315
25316 2007-03-12  Bruno Haible  <bruno@clisp.org>
25317
25318         * lib/quotearg.c: Include <wctype.h> early, before the definition of
25319         the iswprint macro. Needed on Solaris 2.5.1.
25320
25321 2007-03-12  Bruno Haible  <bruno@clisp.org>
25322
25323         * tests/test-printf-frexp.c (main): Declare x as volatile.
25324
25325 2007-03-12  Simon Josefsson  <simon@josefsson.org>
25326
25327         * doc/gnulib.texi (Build robot for gnulib): New section.
25328
25329 2007-03-12  Jim Meyering  <jim@meyering.net>
25330
25331         * build-aux/bootstrap: New file.
25332         * build-aux/bootstrap.conf: New file, from coreutils.
25333
25334 2007-03-11  Bruno Haible  <bruno@clisp.org>
25335
25336         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
25337
25338 2007-03-12  Simon Josefsson  <simon@josefsson.org>
25339
25340         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
25341         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
25342         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
25343
25344 2007-03-11  Bruno Haible  <bruno@clisp.org>
25345
25346         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
25347         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
25348
25349 2007-03-11  Bruno Haible  <bruno@clisp.org>
25350
25351         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
25352         formula. Needed for SunPRO C 5.0.
25353
25354 2007-03-11  Bruno Haible  <bruno@clisp.org>
25355
25356         * modules/long-options (Depends-on): Add getopt.
25357
25358 2007-03-11  Bruno Haible  <bruno@clisp.org>
25359
25360         * modules/modechange (Depends-on): Add stdbool.
25361
25362 2007-03-11  Bruno Haible  <bruno@clisp.org>
25363
25364         * modules/i-ring (Depends-on): Add stdbool.
25365
25366 2007-03-11  Bruno Haible  <bruno@clisp.org>
25367
25368         * modules/gc-des (Depends-on): Add stdbool.
25369
25370 2007-03-11  Bruno Haible  <bruno@clisp.org>
25371
25372         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
25373
25374 2007-03-11  Bruno Haible  <bruno@clisp.org>
25375
25376         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
25377
25378 2007-03-11  Bruno Haible  <bruno@clisp.org>
25379
25380         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
25381
25382 2007-03-11  Bruno Haible  <bruno@clisp.org>
25383
25384         * lib/vasnprintf.c (sprintf): Undefine.
25385
25386 2007-03-11  Bruno Haible  <bruno@clisp.org>
25387
25388         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
25389         initializers in SunPRO C and Compaq C compilers.
25390
25391 2007-03-11  Bruno Haible  <bruno@clisp.org>
25392
25393         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
25394         decrementing code ANSI C compliant.
25395
25396 2007-03-11  Bruno Haible  <bruno@clisp.org>
25397
25398         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
25399         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
25400
25401 2007-03-11  Bruno Haible  <bruno@clisp.org>
25402
25403         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
25404         <stdbool.h> substitute doesn't pass.
25405
25406 2007-03-11  Bruno Haible  <bruno@clisp.org>
25407
25408         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
25409
25410 2007-03-11  Bruno Haible  <bruno@clisp.org>
25411
25412         * gnulib-tool (func_create_megatestdir): Create also an autobuild
25413         script, for submission to autobuild.josefsson.org.
25414
25415 2007-03-10  Bruno Haible  <bruno@clisp.org>
25416
25417         * modules/canonicalize-lgpl-tests: New file.
25418         * tests/test-canonicalize-lgpl.sh: New file.
25419         * tests/test-canonicalize-lgpl.c: New file.
25420
25421         * modules/c-strcase-tests: New file.
25422         * tests/test-c-strcase.sh: New file.
25423         * tests/test-c-strcasecmp.c: New file.
25424         * tests/test-c-strncasecmp.c: New file.
25425
25426         * modules/atexit-tests: New file.
25427         * tests/test-atexit.sh: New file.
25428         * tests/test-atexit.c: New file.
25429
25430 2007-03-10  Bruno Haible  <bruno@clisp.org>
25431
25432         * tests/test-binary-io.sh: Use temporary filenames that are not so
25433         likely to clash with those of other tests (in a parallel make).
25434         * tests/test-binary-io.c: Likewise.
25435
25436 2007-03-10  Bruno Haible  <bruno@clisp.org>
25437
25438         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
25439         fallback; use #error instead.
25440         Suggested by Simon Josefsson.
25441
25442 2007-03-10  Bruno Haible  <bruno@clisp.org>
25443
25444         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
25445         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
25446         first and the last.
25447
25448 2007-03-10  Bruno Haible  <bruno@clisp.org>
25449
25450         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
25451
25452 2007-03-10  Bruno Haible  <bruno@clisp.org>
25453
25454         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
25455         "make distcheck".
25456         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
25457         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
25458         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
25459
25460 2007-03-10  Bruno Haible  <bruno@clisp.org>
25461
25462         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
25463         variable.
25464         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
25465         variable.
25466
25467 2007-03-09  Eric Blake  <ebb9@byu.net>
25468         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
25469
25470         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
25471         types are not being provided by gnulib.
25472         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
25473         types are supported.
25474
25475 2007-03-10  Bruno Haible  <bruno@clisp.org>
25476
25477         * lib/stdio_.h (__attribute__): New macro.
25478         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
25479         vsprintf): Specify __attribute__ __format__ for GCC.
25480         Suggested by Eric Blake.
25481
25482 2007-03-09  Bruno Haible  <bruno@clisp.org>
25483
25484         * modules/printf-posix-tests: New file.
25485         * tests/test-printf-posix.sh: New file.
25486         * tests/test-printf-posix.c: New file.
25487
25488         * modules/printf-posix: New file.
25489         * lib/printf.c: New file.
25490         * m4/printf-posix-rpl.m4: New file.
25491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
25492         REPLACE_PRINTF.
25493         * lib/stdio_.h (printf): New declaration.
25494         (format, __format__, ____printf____, ____scanf____, ____strftime____,
25495         ____strfmon____): New macros.
25496         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
25497         REPLACE_PRINTF.
25498
25499 2007-03-09  Bruno Haible  <bruno@clisp.org>
25500
25501         * tests/test-vasnprintf-posix2.sh: New file.
25502         * tests/test-vasnprintf-posix2.c: New file.
25503         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
25504         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
25505         (Makefile.am): Activate test-vasnprintf-posix2.sh.
25506
25507         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
25508         a locale dependent decimal point, rather than always '.'.
25509
25510 2007-03-09  Eric Blake  <ebb9@byu.net>
25511
25512         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
25513         spite of platforms like Tandem/NSK that define it to -1.
25514
25515 2007-03-08  Bruno Haible  <bruno@clisp.org>
25516
25517         * modules/vprintf-posix-tests: New file.
25518         * tests/test-vprintf-posix.sh: New file.
25519         * tests/test-vprintf-posix.c: New file.
25520         * tests/test-printf-posix.h: New file.
25521
25522         * modules/vprintf-posix: New file.
25523         * lib/vprintf.c: New file.
25524         * m4/vprintf-posix.m4: New file.
25525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
25526         REPLACE_VPRINTF.
25527         * lib/stdio_.h (vprintf): New declaration.
25528         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
25529         REPLACE_VPRINTF.
25530
25531 2007-03-08  Bruno Haible  <bruno@clisp.org>
25532
25533         * modules/fprintf-posix-tests: New file.
25534         * tests/test-fprintf-posix.sh: New file.
25535         * tests/test-fprintf-posix.c: New file.
25536
25537         * modules/fprintf-posix: New file.
25538         * lib/fprintf.c: New file.
25539         * m4/fprintf-posix.m4: New file.
25540         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
25541         REPLACE_FPRINTF.
25542         * lib/stdio_.h (fprintf): New declaration.
25543         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
25544         REPLACE_FPRINTF.
25545
25546 2007-03-08  Bruno Haible  <bruno@clisp.org>
25547
25548         * modules/vfprintf-posix-tests: New file.
25549         * tests/test-vfprintf-posix.sh: New file.
25550         * tests/test-vfprintf-posix.c: New file.
25551         * tests/test-fprintf-posix.h: New file.
25552         * tests/test-fprintf-posix.out: New file.
25553
25554         * modules/vfprintf-posix: New file.
25555         * lib/vfprintf.c: New file.
25556         * m4/vfprintf-posix.m4: New file.
25557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
25558         REPLACE_VFPRINTF.
25559         * lib/stdio_.h (vfprintf): New declaration.
25560         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
25561         REPLACE_VFPRINTF.
25562
25563 2007-03-08  Bruno Haible  <bruno@clisp.org>
25564
25565         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
25566
25567 2007-03-08  Bruno Haible  <bruno@clisp.org>
25568
25569         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
25570         instead of 'expr' invocations.
25571         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25572         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25573         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25574         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25575         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25576         Suggested by Paul Eggert.
25577
25578 2007-03-08  Bruno Haible  <bruno@clisp.org>
25579
25580         * modules/fseterr-tests: New file.
25581         * tests/test-fseterr.c: New file.
25582
25583         * modules/fseterr: New file.
25584         * lib/fseterr.h: New file.
25585         * lib/fseterr.c: New file.
25586
25587 2007-03-08  Bruno Haible  <bruno@clisp.org>
25588
25589         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
25590         * lib/getopt_.h: Likewise.
25591         * lib/mbswidth.h: Likewise.
25592         * lib/setenv.h: Likewise.
25593         * lib/vasnprintf.h: Likewise.
25594         * lib/vasprintf.h: Likewise.
25595         * lib/verror.h: Likewise.
25596         * lib/xsetenv.h: Likewise.
25597         * lib/xvasprintf.h: Likewise.
25598
25599 2007-03-08  Jim Meyering  <jim@meyering.net>
25600
25601         * users.txt: Add parted.
25602
25603         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
25604
25605 2007-03-07  Bruno Haible  <bruno@clisp.org>
25606
25607         * m4/printf.m4: Make the shell script snippets copy&pastable.
25608
25609 2007-03-02  Bruno Haible  <bruno@clisp.org>
25610
25611         * lib/netinet_in_.h: New file.
25612         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
25613         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
25614         * modules/netinet_in (Files): Add lib/netinet_in_.h.
25615         (Depends-on): Add absolute-header.
25616         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
25617         into netinet/in.h.
25618
25619 2007-03-03  Bruno Haible  <bruno@clisp.org>
25620
25621         * lib/sys_select_.h: New file.
25622         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
25623         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
25624         * modules/sys_select (Files): Add lib/sys_select_.h.
25625         (Depends-on): Add absolute-header.
25626         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
25627         into sys/select.h.
25628
25629 2007-03-02  Bruno Haible  <bruno@clisp.org>
25630
25631         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
25632         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
25633         values.
25634         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
25635         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
25636         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
25637         * modules/sys_socket (Depends-on): Add absolute-header.
25638         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
25639         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
25640         (Include): Remove requirement of inclusion of <sys/types.h>.
25641
25642 2007-03-02  Bruno Haible  <bruno@clisp.org>
25643
25644         * lib/byteswap_.h (bswap_32): Fix formula.
25645
25646 2007-03-06  Bruno Haible  <bruno@clisp.org>
25647
25648         * modules/sprintf-posix-tests: New file.
25649         * tests/test-sprintf-posix.c: New file.
25650
25651         * modules/sprintf-posix: New file.
25652         * lib/sprintf.c: New file.
25653         * m4/sprintf-posix.m4: New file.
25654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
25655         REPLACE_SPRINTF.
25656         * lib/stdio_.h (sprintf): New declaration.
25657         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
25658         REPLACE_SPRINTF.
25659
25660 2007-03-06  Bruno Haible  <bruno@clisp.org>
25661
25662         * modules/vsprintf-posix-tests: New file.
25663         * tests/test-vsprintf-posix.c: New file.
25664         * tests/test-sprintf-posix.h: New file.
25665
25666         * modules/vsprintf-posix: New file.
25667         * lib/vsprintf.c: New file.
25668         * m4/vsprintf-posix.m4: New file.
25669         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
25670         REPLACE_VSPRINTF.
25671         * lib/stdio_.h (vsprintf): New declaration.
25672         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
25673         REPLACE_VSPRINTF.
25674
25675 2007-03-06  Bruno Haible  <bruno@clisp.org>
25676
25677         * modules/vsnprintf (Depend-on): Remove minmax.
25678
25679 2007-03-06  Bruno Haible  <bruno@clisp.org>
25680
25681         * modules/snprintf-posix-tests: New file.
25682         * tests/test-snprintf-posix.c: New file.
25683
25684         * modules/snprintf-posix: New file.
25685         * m4/snprintf-posix.m4: New file.
25686         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
25687         gl_FUNC_SNPRINTF.
25688         (gl_FUNC_SNPRINTF): Invoke it.
25689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
25690         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
25691         is set.
25692         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
25693
25694 2007-03-06  Bruno Haible  <bruno@clisp.org>
25695
25696         * modules/vsnprintf-posix-tests: New file.
25697         * tests/test-vsnprintf-posix.c: New file.
25698         * tests/test-snprintf-posix.h: New file.
25699
25700         * modules/vsnprintf-posix: New file.
25701         * m4/vsnprintf-posix.m4: New file.
25702         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
25703         gl_FUNC_VSNPRINTF.
25704         (gl_FUNC_VSNPRINTF): Invoke it.
25705         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
25706         * lib/stdio_.h (vsnprintf): Define as a replacement if
25707         REPLACE_VSNPRINTF is set.
25708         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
25709
25710 2007-03-06  Bruno Haible  <bruno@clisp.org>
25711
25712         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
25713         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
25714
25715 2007-03-06  Bruno Haible  <bruno@clisp.org>
25716
25717         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
25718         (asinl): Declare also if HAVE_DECL_ASINL is set.
25719         (atanl): Declare also if HAVE_DECL_ATANL is set.
25720         (ceill): Declare also if HAVE_DECL_CEILL is set.
25721         (cosl): Declare also if HAVE_DECL_COSL is set.
25722         (expl): Declare also if HAVE_DECL_EXPL is set.
25723         (floorl): Declare also if HAVE_DECL_FLOORL is set.
25724         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
25725         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
25726         (logl): Declare also if HAVE_DECL_LOGL is set.
25727         (sinl): Declare also if HAVE_DECL_SINL is set.
25728         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
25729         (tanl): Declare also if HAVE_DECL_TANL is set.
25730         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
25731         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
25732         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
25733         declaration of frexpl, ldexpl.
25734         * modules/printf-frexpl (Depends-on): Add math.
25735         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
25736
25737 2007-03-05  Bruno Haible  <bruno@clisp.org>
25738
25739         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
25740         frexpl and ldexpl are declared.
25741         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
25742
25743 2007-03-05  Bruno Haible  <bruno@clisp.org>
25744
25745         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
25746         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
25747
25748 2007-03-05  Bruno Haible  <bruno@clisp.org>
25749
25750         * lib/stdio_.h: Include <stddef.h>.
25751
25752 2007-03-05  Bruno Haible  <bruno@clisp.org>
25753
25754         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
25755
25756 2007-03-05  Bruno Haible  <bruno@clisp.org>
25757
25758         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
25759         NetBSD 4, from Ralf Wildenhues.
25760
25761 2007-03-04  Bruno Haible  <bruno@clisp.org>
25762
25763         * lib/vasprintf.h: Update #if logic for the case when the functions
25764         exist but are overridden.
25765
25766 2007-03-04  Bruno Haible  <bruno@clisp.org>
25767
25768         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
25769         implementations: glibc-2.4 and MacOS X 10.3.
25770         * tests/test-vasnprintf-posix.c (test_function): Test also the case
25771         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
25772         * tests/test-vasprintf-posix.c (test_function): Likewise.
25773
25774 2007-03-04  Bruno Haible  <bruno@clisp.org>
25775
25776         * modules/vasprintf-posix-tests: New file.
25777         * tests/test-vasprintf-posix.c: New file.
25778
25779         * modules/vasprintf-posix: New file.
25780         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
25781         defined.
25782         * m4/vasprintf-posix.m4: New file.
25783         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
25784         gl_FUNC_VASPRINTF.
25785         (gl_FUNC_VASPRINTF): Invoke it.
25786         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
25787         here.
25788         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
25789
25790 2007-03-04  Bruno Haible  <bruno@clisp.org>
25791
25792         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
25793         REPLACE_GETTIMEOFDAY.
25794         * modules/sys_time (Makefile.am): Likewise.
25795         * m4/sys_time_h.m4: Likewise.
25796         * m4/gettimeofday.m4: Likewise.
25797
25798 2007-03-04  Bruno Haible  <bruno@clisp.org>
25799
25800         * modules/vasnprintf-posix-tests: New file.
25801         * tests/test-vasnprintf-posix.c: New file.
25802
25803         * modules/vasnprintf-posix: New file.
25804         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
25805         printf-frexpl.h.
25806         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
25807         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
25808         REPLACE_VASNPRINTF is defined.
25809         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
25810         gl_FUNC_VASNPRINTF.
25811         (gl_FUNC_VASNPRINTF): Invoke it.
25812         * m4/vasnprintf-posix.m4: New file.
25813         * m4/printf.m4: New file.
25814
25815 2007-03-04  Bruno Haible  <bruno@clisp.org>
25816
25817         Compile progreloc.c only if --enable-relocatable is specified.
25818         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
25819         if --enable-relocatable was specified.
25820         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
25821         lib_SOURCES.
25822
25823 2007-03-04  Jim Meyering  <jim@meyering.net>
25824
25825         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
25826         Use it consistently, rather than enumerating errno constants.
25827
25828 2007-03-04  Bruno Haible  <bruno@clisp.org>
25829
25830         * modules/xvasprintf-tests: New file.
25831         * tests/test-xvasprintf.c: New file.
25832
25833         * modules/vasprintf-tests: New file.
25834         * tests/test-vasprintf.c: New file.
25835
25836         * modules/vasnprintf-tests: New file.
25837         * tests/test-vasnprintf.c: New file.
25838
25839         * modules/vsnprintf-tests: New file.
25840         * tests/test-vsnprintf.c: New file.
25841
25842         * modules/snprintf-tests: New file.
25843         * tests/test-snprintf.c: New file.
25844
25845 2007-03-04  Bruno Haible  <bruno@clisp.org>
25846
25847         Compile relocatable.c only if --enable-relocatable is specified.
25848         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
25849         gl_RELOCATABLE_LIBRARY.
25850         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
25851         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
25852         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
25853         gl_RELOCATABLE_LIBRARY.
25854         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
25855         (Makefile.am): Remove lib_SOURCES.
25856         * modules/relocatable-lib-lgpl (configure.ac): Invoke
25857         gl_RELOCATABLE_LIBRARY.
25858         (Makefile.am): Remove lib_SOURCES.
25859         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
25860         always.
25861         * modules/relocatable-prog-wrapper (configure.ac): Invoke
25862         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
25863
25864 2007-03-04  Bruno Haible  <bruno@clisp.org>
25865
25866         * modules/argmatch-tests: New file.
25867         * tests/test-argmatch.c: New file.
25868
25869         * tests/test-allocsa.c (main): Halve the number of loop runs.
25870
25871         * modules/alloca-opt-tests: New file.
25872         * tests/test-alloca-opt.c: New file.
25873
25874 2007-03-04  Jim Meyering  <jim@meyering.net>
25875
25876         Work around difference between Linux ACLs and Solaris 10 ZFS.
25877         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
25878         for EINVAL.
25879
25880 2007-03-03  Bruno Haible  <bruno@clisp.org>
25881
25882         * modules/relocatable-prog (Depends-on): Add back progreloc's
25883         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
25884
25885 2007-03-03  Bruno Haible  <bruno@clisp.org>
25886
25887         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
25888         * modules/relocatable-lib: New file.
25889
25890 2007-03-03  Bruno Haible  <bruno@clisp.org>
25891
25892         * modules/relocatable-prog: Renamed from modules/relocatable.
25893         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
25894
25895 2007-03-03  Bruno Haible  <bruno@clisp.org>
25896
25897         * modules/relocatable-script (Files): Add doc/relocatable.texi,
25898         m4/relocatable-lib.m4.
25899         (Depends-on): Remove 'relocatable'.
25900         (configure.ac): Add gl_RELOCATABLE_NOP.
25901
25902 2007-03-03  Bruno Haible  <bruno@clisp.org>
25903
25904         * modules/relocatable-prog-wrapper: New file.
25905         * modules/relocatable (Depends-on): Add it. Remove all other
25906         dependencies except progname.
25907         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
25908
25909         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
25910         (gl_FUNC_STRERROR): Nop.
25911         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
25912
25913         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
25914         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
25915
25916         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
25917         (gl_FUNC_READLINK): Update.
25918
25919         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
25920
25921 2007-03-03  Bruno Haible  <bruno@clisp.org>
25922
25923         * lib/xreadlink.c: Include <unistd.h> unconditionally.
25924         * modules/xreadlink (Depends-on): Add unistd.
25925         * modules/xreadlink-with-size (Depends-on): Likewise.
25926
25927 2007-03-03  Bruno Haible  <bruno@clisp.org>
25928
25929         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
25930         extracted from gt_FUNC_SETENV.
25931         (gt_FUNC_SETENV): Remove macro.
25932         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
25933         remove gt_FUNC_SETENV.
25934
25935 2007-03-03  Bruno Haible  <bruno@clisp.org>
25936
25937         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
25938         ENABLE_RELOCATABLE here.
25939         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
25940
25941 2007-03-03  Bruno Haible  <bruno@clisp.org>
25942
25943         * modules/rbtreehash-list-tests (Depends-on): Add progname.
25944         * tests/test-rbtreehash_list.c: Include progname.h.
25945         (main): Call set_program_name.
25946
25947         * modules/rbtree-oset-tests (Depends-on): Add progname.
25948         * tests/test-rbtree_oset.c: Include progname.h.
25949         (main): Call set_program_name.
25950
25951         * modules/rbtree-list-tests (Depends-on): Add progname.
25952         * tests/test-rbtree_list.c: Include progname.h.
25953         (main): Call set_program_name.
25954
25955         * modules/linked-list-tests (Depends-on): Add progname.
25956         * tests/test-linked_list.c: Include progname.h.
25957         (main): Call set_program_name.
25958
25959 2007-03-03  Bruno Haible  <bruno@clisp.org>
25960
25961         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
25962         All uses of __restrict changed to _Restrict_.
25963         * lib/glob_.h (__restrict): Remove macro.
25964
25965 2007-03-02  Bruno Haible  <bruno@clisp.org>
25966
25967         * modules/gettext (configure.ac): Require gettext infrastructure
25968         from version 0.16.1.
25969
25970 2007-03-02  Bruno Haible  <bruno@clisp.org>
25971
25972         * modules/linkedhash-list-tests (Depends-on): Add progname.
25973         * tests/test-linkedhash_list.c: Include progname.h.
25974         (main): Call set_program_name.
25975
25976         * modules/carray-list-tests (Depends-on): Add progname.
25977         * tests/test-carray_list.c: Include progname.h.
25978         (main): Call set_program_name.
25979
25980         * modules/avltreehash-list-tests (Depends-on): Add progname.
25981         * tests/test-avltreehash_list.c: Include progname.h.
25982         (main): Call set_program_name.
25983
25984         * modules/avltree-oset-tests (Depends-on): Add progname.
25985         * tests/test-avltree_oset.c: Include progname.h.
25986         (main): Call set_program_name.
25987
25988         * modules/avltree-list-tests (Depends-on): Add progname.
25989         * tests/test-avltree_list.c: Include progname.h.
25990         (main): Call set_program_name.
25991
25992         * modules/array-oset-tests (Depends-on): Add progname.
25993         * tests/test-array_oset.c: Include progname.h.
25994         (main): Call set_program_name.
25995
25996         * modules/array-list-tests (Depends-on): Add progname.
25997         * tests/test-array_list.c: Include progname.h.
25998         (main): Call set_program_name.
25999
26000         * modules/argp-tests (Depends-on): Add progname.
26001         * tests/test-argp.c: Include argp.h first. Include progname.h.
26002         (main): Call set_program_name.
26003
26004 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
26005
26006         * doc/gnulib-tool.texi (Initial import): Reword description of
26007         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
26008         limited effect even if defined after the first system include.
26009
26010 2007-03-01  Bruno Haible  <bruno@clisp.org>
26011
26012         * build-aux/config.libpath: Update to libtool-1.5.22.
26013         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
26014
26015 2007-03-01  Bruno Haible  <bruno@clisp.org>
26016
26017         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
26018         foo_CFLAGS.
26019         Reported by Ralf Wildenhues.
26020
26021 2007-03-01  Bruno Haible  <bruno@clisp.org>
26022
26023         * build-aux/install-reloc: Remove object files left over by some
26024         compilers.
26025         Reported by Ralf Wildenhues.
26026
26027 2007-03-01  Bruno Haible  <bruno@clisp.org>
26028
26029         * build-aux/install-reloc: Break long lines.
26030
26031 2007-03-01  Bruno Haible  <bruno@clisp.org>
26032
26033         * doc/relocatable.texi: Document that it may not work on OpenBSD.
26034         Reported by Ralf Wildenhues.
26035
26036 2007-03-01  Bruno Haible  <bruno@clisp.org>
26037
26038         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
26039         include ordering constraints.
26040
26041 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26042
26043         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
26044         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
26045         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
26046         as another example.
26047         * lib/time_.h: Fix misspelling.
26048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26049         Require gl_HEADER_TIME_H_DEFAULTS.
26050         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
26051         * m4/time_r.m4 (gl_TIME_R): Likewise.
26052         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
26053
26054 2007-03-01  Bruno Haible  <bruno@clisp.org>
26055
26056         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
26057         * m4/utimens.m4 (gl_UTIMENS): Likewise.
26058
26059 2007-03-01  Jim Meyering  <jim@meyering.net>
26060
26061         * modules/xreadlink (Maintainer): Add my name.
26062         * modules/xreadlink-with-size (Depends-on): Alphabetize.
26063
26064 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
26065             Bruno Haible  <bruno@clisp.org>
26066
26067         * build-aux/install-reloc: Compile also c-ctype.c.
26068         * build-aux/relocatable.sh.in: New file.
26069         * doc/relocatable.texi: New file.
26070         * doc/relocatable-maint.texi: New file.
26071         * doc/gnulib.texi: Include relocatable-maint.texi.
26072         * lib/progreloc.c: Include unistd.h unconditionally.
26073         * lib/relocwrapper.c: Include unistd.h unconditionally.
26074         Include c-ctype.h.
26075         (add_dotbin): Use c_tolower.
26076         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
26077         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
26078         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
26079         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
26080         to m4/relocatable-lib.m4.
26081         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
26082         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
26083         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
26084         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
26085         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
26086         * modules/relocatable: New file.
26087         * modules/relocatable-lib: New file.
26088         * modules/relocatable-script: New file.
26089
26090 2007-02-28  Bruno Haible  <bruno@clisp.org>
26091
26092         Import --enable-relocatable infrastructure.
26093         * build-aux/config.libpath: New file, from GNU gettext.
26094         * build-aux/install-reloc: New file, from GNU gettext.
26095         * build-aux/reloc-ldflags: New file, from GNU gettext.
26096         * lib/relocatable.h: New file, from GNU gettext.
26097         * lib/relocatable.c: New file, from GNU gettext.
26098         * lib/relocwrapper.c: New file, from GNU gettext.
26099         * m4/relocatable.m4: New file, from GNU gettext.
26100
26101 2007-02-28  Bruno Haible  <bruno@clisp.org>
26102
26103         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
26104
26105         * modules/xreadlink: New file, from GNU gettext with modifications.
26106         * lib/xreadlink.c: New file, from GNU gettext.
26107         * lib/xreadlink.h: Add comments.
26108         (xreadlink): New declaration.
26109
26110         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
26111         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
26112         lib/xreadlink-with-size.c.
26113         (configure.ac): Remove gl_XREADLINK invocation.
26114         (Makefile.am): Augment lib_SOURCES.
26115         * m4/xreadlink.m4: Remove file.
26116         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
26117         (xreadlink_with_size): Renamed from xreadink.
26118         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
26119         * modules/canonicalize (Depends-on): Replace xreadlink with
26120         xreadlink-with-size.
26121         * lib/canonicalize.c (canonicalize_filename_mode): Update.
26122
26123 2007-02-25  Jim Meyering  <jim@meyering.net>
26124
26125         * build-aux/announce-gen: When complaining about excess arguments,
26126         list them.
26127
26128 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26129
26130         * README: Document signed integer overflow situation more
26131         accurately.
26132
26133 2007-02-25  Bruno Haible  <bruno@clisp.org>
26134
26135         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
26136         'a' or 'A' conversion.
26137
26138 2007-02-25  Bruno Haible  <bruno@clisp.org>
26139
26140         * modules/filename: Renamed from modules/pathname.
26141         (Files): Replace lib/pathname.h with lib/filename.h. Replace
26142         lib/concatpath.c with lib/concat-filename.c.
26143         (Makefile.am): Update.
26144         (Include): Replace pathname.h with filename.h.
26145         * lib/filename.h: Renamed from lib/pathname.h.
26146         (concatenated_filename): Renamed from concatenated_pathname.
26147         * lib/concat-filename.c: Renamed from lib/concatpath.c.
26148         (concatenated_filename): Renamed from concatenated_pathname.
26149         * lib/findprog.c: Include filename.h instead of pathname.h.
26150         (find_in_path): Update.
26151         * lib/javacomp.c: Include filename.h instead of pathname.h.
26152         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
26153         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
26154         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
26155         is_oldgcj_14_13_usable, is_javac_usable): Update.
26156         * lib/javaexec.c: Include filename.h instead of pathname.h.
26157         (execute_java_class): Update.
26158         * modules/findprog: Update.
26159         * modules/javacomp: Update.
26160         * modules/javaexec: Update.
26161         * MODULES.html.sh (File system functions): Add 'filename', remove
26162         'pathname'.
26163
26164 2007-02-25  Bruno Haible  <bruno@clisp.org>
26165
26166         * modules/printf-frexpl-tests: New file.
26167         * tests/test-printf-frexpl.c: New file.
26168
26169         * modules/printf-frexpl: New file.
26170         * lib/printf-frexpl.h: New file.
26171         * lib/printf-frexpl.c: New file.
26172         * m4/printf-frexpl.m4: New file.
26173
26174 2007-02-25  Bruno Haible  <bruno@clisp.org>
26175
26176         * modules/printf-frexp-tests: New file.
26177         * tests/test-printf-frexp.c: New file.
26178
26179         * modules/printf-frexp: New file.
26180         * lib/printf-frexp.h: New file.
26181         * lib/printf-frexp.c: New file.
26182         * m4/printf-frexp.m4: New file.
26183
26184 2007-02-25  Bruno Haible  <bruno@clisp.org>
26185
26186         Assume automake >= 1.10 for the tests.
26187         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
26188         * modules/arctwo-tests: Likewise.
26189         * modules/argp-tests: Likewise.
26190         * modules/avltree-list-tests: Likewise.
26191         * modules/avltree-oset-tests: Likewise.
26192         * modules/avltreehash-list-tests: Likewise.
26193         * modules/carray-list-tests: Likewise.
26194         * modules/crc-tests: Likewise.
26195         * modules/des-tests: Likewise.
26196         * modules/gc-arcfour-tests: Likewise.
26197         * modules/gc-arctwo-tests: Likewise.
26198         * modules/gc-des-tests: Likewise.
26199         * modules/gc-hmac-md5-tests: Likewise.
26200         * modules/gc-hmac-sha1-tests: Likewise.
26201         * modules/gc-md2-tests: Likewise.
26202         * modules/gc-md4-tests: Likewise.
26203         * modules/gc-md5-tests: Likewise.
26204         * modules/gc-pbkdf2-sha1-tests: Likewise.
26205         * modules/gc-rijndael-tests: Likewise.
26206         * modules/gc-sha1-tests: Likewise.
26207         * modules/gc-tests: Likewise.
26208         * modules/getaddrinfo-tests: Likewise.
26209         * modules/hmac-md5-tests: Likewise.
26210         * modules/hmac-sha1-tests: Likewise.
26211         * modules/linked-list-tests: Likewise.
26212         * modules/linkedhash-list-tests: Likewise.
26213         * modules/lock-tests: Likewise.
26214         * modules/md2-tests: Likewise.
26215         * modules/md4-tests: Likewise.
26216         * modules/md5-tests: Likewise.
26217         * modules/rbtree-list-tests: Likewise.
26218         * modules/rbtree-oset-tests: Likewise.
26219         * modules/rbtreehash-list-tests: Likewise.
26220         * modules/read-file-tests: Likewise.
26221         * modules/rijndael-tests: Likewise.
26222         * modules/stdint-tests: Likewise.
26223         * modules/tls-tests: Likewise.
26224
26225 2007-02-24  Bruno Haible  <bruno@clisp.org>
26226
26227         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
26228         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
26229         function; instead check whether isnan with a double argument links.
26230         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
26231         function; instead check whether isnan with a 'long double' argument
26232         links.
26233         Reported by Eric Blake <ebb9@byu.net>.
26234
26235 2007-02-24  Bruno Haible  <bruno@clisp.org>
26236
26237         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
26238         defined.
26239         * lib/isnanl.c: Remove all code. Just include isnan.c.
26240         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
26241
26242 2007-02-25  Jim Meyering  <jim@meyering.net>
26243
26244         Avoid conflicting types for 'unsetenv' on FreeBSD.
26245         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
26246         conflicting with FreeBSD's (5.0 and 6.1) function declaration
26247         in stdlib.h.
26248
26249 2007-02-24  Bruno Haible  <bruno@clisp.org>
26250
26251         * modules/isnanl-nolibm-tests: New file.
26252         * tests/test-isnanl.c: New file.
26253
26254         * modules/isnanl-nolibm: New file.
26255         * lib/isnanl.h: New file.
26256         * lib/isnanl.c: New file.
26257         * m4/isnanl.m4: New file.
26258
26259 2007-02-24  Bruno Haible  <bruno@clisp.org>
26260
26261         * modules/isnan-nolibm-tests: New file.
26262         * tests/test-isnan.c: New file.
26263
26264         * modules/isnan-nolibm: New file.
26265         * lib/isnan.h: New file.
26266         * lib/isnan.c: New file.
26267         * m4/isnan.m4: New file.
26268
26269 2007-02-24  Bruno Haible  <bruno@clisp.org>
26270
26271         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
26272         assume that an exponent fits in 20 bits.
26273
26274 2007-02-24  Jim Meyering  <jim@meyering.net>
26275
26276         * m4/regex.m4: Update the description of the configure-time option,
26277         --without-included-regex, to state accurately what the defaults are,
26278         and perhaps to give people an idea why using this option is risky.
26279
26280 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26281
26282         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
26283         loops on small arguments.  This attempts to avoid the problem
26284         Bruno Haible reported for AIX 4.3.2 in
26285         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
26286
26287 2007-02-23  Bruno Haible  <bruno@clisp.org>
26288
26289         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
26290         Needed for help2man.
26291
26292 2007-02-23  Karl Berry  <karl@gnu.org>
26293
26294         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
26295         exists, foo.h should be cvs-ignored, not committed.
26296
26297 2007-02-23  Eric Blake  <ebb9@byu.net>
26298
26299         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
26300         * lib/stat-time.h (includes): Likewise.
26301         * lib/utimecmp.c (includes): Likewise.
26302         * lib/utimens.h (includes): Likewise.
26303         * lib/getdate.y (includes): Also include "timespec.h" for use
26304         internal to the module.
26305         * modules/utimens (Depends-on): Revert yesterday's patch.
26306         * modules/nanosleep (Depends-on): Add missing dependency.
26307
26308 2007-02-22  Bruno Haible  <bruno@clisp.org>
26309
26310         * lib/glob.c: Don't include getlogin_r.h.
26311
26312 2007-02-22  Jim Meyering  <jim@meyering.net>
26313
26314         * modules/utimens (Depends-on): Add timespec, required for
26315         utimens.h's inclusion of timespec.h.
26316
26317 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
26318
26319         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
26320         long unreadable paths in GNU/Linux.  Problem reported by Andreas
26321         Schwab in
26322         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
26323         I'll try to think of a better way to fix the Solaris problem.
26324
26325         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
26326         like glibc; on Solaris 10, it fails with errno == EINVAL.
26327         POSIX says the behavior is unspecified if the first argument is NULL,
26328         so play it safe and never pass NULL to the system getcwd.
26329
26330 2007-02-21  Jim Meyering  <jim@meyering.net>
26331
26332         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
26333         of gettimeofday.  It would conflict with the one now always
26334         provided via sys_time_.h.  Reported by Matthew Woehlke, as
26335         an IRIX 6.5 build failure.
26336
26337 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26338
26339         Minor fixups to port to Solaris 10 with Sun C 5.8.
26340         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
26341         * modules/getcwd (Depends-on): Add dirfd.
26342         * lib/putenv.c (putenv): #undef it.
26343         (rpl_putenv): New decl.
26344         (malloc, free): Include <stdlib.h> rather than prototyping separately.
26345
26346 2007-02-20  Bruno Haible  <bruno@clisp.org>
26347
26348         * modules/stdio-tests: New file.
26349         * tests/test-stdio.c: New file.
26350
26351         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
26352         (Depends-on): Add stdio.
26353         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
26354         (Include): Use <stdio.h> instead of vsnprintf.h.
26355         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
26356         HAVE_DECL_VSNPRINTF.
26357         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
26358
26359         * modules/snprintf (Files): Remove lib/snprintf.h.
26360         (Depends-on): Add stdio.
26361         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
26362         (Include): Use <stdio.h> instead of snprintf.h.
26363         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
26364         HAVE_DECL_SNPRINTF.
26365         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
26366         * lib/getaddrinfo.c: Likewise.
26367
26368         * modules/stdio: New file.
26369         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
26370         * lib/snprintf.h: Remove file.
26371         * lib/vsnprintf.h: Remove file.
26372         * lib/.cppi-disable: Remove snprintf.h.
26373         * m4/stdio_h.m4: New file.
26374         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
26375
26376 2007-02-20  Jim Meyering  <jim@meyering.net>
26377
26378         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
26379         used by e.g., mingw.  From Bruno Haible.
26380
26381 2007-02-19  Bruno Haible  <bruno@clisp.org>
26382
26383         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
26384         warnings.
26385         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26386
26387 2007-02-19  Bruno Haible  <bruno@clisp.org>
26388
26389         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
26390         from mingw users.
26391
26392 2007-02-19  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
26395         warnings.
26396         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
26397
26398 2007-02-19  Jim Meyering  <jim@meyering.net>
26399
26400         Don't use FD after a successful "fdopendir (fd)".
26401         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
26402         Reset it by calling dirfd on the just-obtained DIR*.
26403
26404         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
26405         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
26406
26407 2007-02-18  Bruno Haible  <bruno@clisp.org>
26408
26409         * lib/readlink.c: Include <unistd.h>.
26410         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
26411         HAVE_READLINK.
26412         * modules/readlink (Depends-on): Add unistd.
26413         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26414         (Include): Add <unistd.h>.
26415
26416         * lib/getlogin_r.h: Remove file.
26417         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
26418         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
26419         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
26420         HAVE_DECL_GETLOGIN_R.
26421         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
26422         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26423         (Include): Use <unistd.h> instead of getlogin_r.h.
26424
26425         * lib/getcwd.h: Remove file.
26426         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
26427         * lib/xgetcwd.c: Likewise.
26428         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
26429         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
26430         * modules/getcwd (Files): Remove lib/getcwd.h.
26431         (Depends-on): Add unistd.
26432         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26433         (Include): Use <unistd.h> instad of getcwd.h.
26434
26435         * lib/ftruncate.c: Include <unistd.h> first.
26436         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
26437         Set HAVE_FTRUNCATE.
26438         * modules/ftruncate (Depends-on): Add unistd.
26439         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26440
26441         * lib/fchdir.c: Include <unistd.h> first.
26442         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
26443         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
26444         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
26445         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26446         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
26447
26448         * lib/dup2.c: Include <unistd.h> first.
26449         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
26450         HAVE_DUP2.
26451         * modules/dup2 (Depends-on): Add unistd.
26452         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26453
26454         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
26455         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
26456         REPLACE_CHOWN. Don't define chown as a macro here.
26457         * modules/chown (Depends-on): Add unistd.
26458         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26459
26460         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
26461         Add definition for GL_LINK_WARNING.
26462         (chown, dup2): New declarations.
26463         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
26464         link warning.
26465         (ftruncate): New declaration.
26466         (getcwd): New declaration, taken from old getcwd.h.
26467         (getlogin_r): New declaration, taken from old getlogin_r.h.
26468         (readlink): New declaration.
26469         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
26470         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
26471         (gl_PREREQ_UNISTD): Remove macro.
26472         (gl_UNISTD_MODULE_INDICATOR): New macro.
26473         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
26474         many new variables. Don't set UNISTD_H.
26475         * modules/unistd (Description): Change.
26476         (Depends-on): Add link-warning.
26477         (configure.ac): Update.
26478         (Makefile.am): Create unistd.h always. Substitute many new variables
26479         into it.
26480
26481 2007-02-18  Bruno Haible  <bruno@clisp.org>
26482
26483         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
26484         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
26485         HAVE_GETSUBOPT.
26486         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
26487         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
26488         * lib/getsubopt.h: Remove file.
26489         * modules/getsubopt (Files): Remove lib/getsubopt.h.
26490         (Depends-on): Add stdlib.
26491         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26492         (Includes): Use <stdlib.h> instead of getsubopt.h.
26493         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
26494         Set HAVE_GETSUBOPT.
26495         * lib/getsubopt.c: Don't include getsubopt.h.
26496
26497 2007-02-18  Bruno Haible  <bruno@clisp.org>
26498
26499         * modules/fchdir (Depends-on): Add dup2.
26500
26501 2007-02-18  Bruno Haible  <bruno@clisp.org>
26502
26503         * lib/stdlib_.h: Handle glibc's special invocation convention
26504         specially.
26505
26506 2007-02-18  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/stdlib-tests: New file.
26509         * tests/test-stdlib.c: New file.
26510
26511         * modules/mkstemp (Files): Remove lib/mkstemp.h.
26512         (Depends-on): Add stdlib.
26513         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26514         (Includes): Use <stdlib.h> instead of mkstemp.h.
26515         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
26516         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
26517         * lib/mkstemp.c: Don't include mkstemp.h.
26518         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
26519         * lib/stdlib--.h: Don't include mkstemp.h.
26520
26521         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
26522         (Depends-on): Add stdlib.
26523         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26524         (Includes): Use <stdlib.h> instead of mkdtemp.h.
26525         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
26526         HAVE_MKDTEMP.
26527         * lib/mkdtemp.c: Don't include mkdtemp.h.
26528         * lib/clean-temp.c: Don't include mkdtemp.h.
26529
26530         * modules/exit (Files): Remove lib/exit.h.
26531         (Depends-on): Add stdlib.
26532         (Makefile.am): Remove lib_SOURCES.
26533         (Include): Use <stdlib.h> instead of exit.h.
26534         * lib/argmatch.c: Don't include exit.h.
26535         * lib/execute.c: Likewise.
26536         * lib/pagealign_alloc.c: Likewise.
26537         * lib/pipe.c: Likewise.
26538         * lib/wait-process.c: Likewise.
26539         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
26540         * lib/exitfail.c: Likewise.
26541         * lib/savewd.c: Likewise.
26542         * lib/xsetenv.c: Likewise.
26543
26544         * modules/stdlib: New file.
26545         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
26546         and extra comments about mkstemp().
26547         * lib/exit.h: Remove file.
26548         * lib/mkdtemp.h: Remove file.
26549         * lib/mkstemp.h: Remove file.
26550         * m4/stdlib_h.m4: New file.
26551         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
26552
26553 2007-02-18  Bruno Haible  <bruno@clisp.org>
26554
26555         * modules/math-tests: New file.
26556         * tests/test-math.c: New file.
26557
26558         * modules/math: New file.
26559         * modules/mathl (Files): Remove lib/mathl.h.
26560         (Depends-on): Add math.
26561         (Makefile.am): Don't mention mathl.h.
26562         (Include): Use <math.h> instead of mathl.h.
26563         * lib/math_.h: New file.
26564         * lib/mathl.h: Remove file.
26565         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
26566         mathl.h.
26567         * lib/asinl.c: Likewise.
26568         * lib/atanl.c: Likewise.
26569         * lib/ceill.c: Likewise.
26570         * lib/cosl.c: Likewise.
26571         * lib/expl.c: Likewise.
26572         * lib/floorl.c: Likewise.
26573         * lib/frexpl.c: Likewise.
26574         * lib/ldexpl.c: Likewise.
26575         * lib/logl.c: Likewise.
26576         * lib/sincosl.c: Likewise.
26577         * lib/sinl.c: Likewise.
26578         * lib/sqrtl.c: Likewise.
26579         * lib/tanl.c: Likewise.
26580         * lib/trigl.c: Likewise.
26581         * m4/math_h.m4: New file.
26582         * MODULES.html.sh (Mathematics): Add math.
26583
26584 2007-02-17  Bruno Haible  <bruno@clisp.org>
26585
26586         * modules/wctype-tests: New file.
26587         * tests/test-wctype.c: New file.
26588
26589         * modules/wchar-tests: New file.
26590         * tests/test-wchar.c: New file.
26591
26592         * modules/unistd-tests: New file.
26593         * tests/test-unistd.c: New file.
26594
26595         * modules/time-tests: New file.
26596         * tests/test-time.c: New file.
26597
26598         * modules/sysexits-tests: New file.
26599         * tests/test-sysexits.c: New file.
26600
26601         * modules/sys_time-tests: New file.
26602         * tests/test-sys_time.c: New file.
26603
26604         * modules/sys_stat-tests: New file.
26605         * tests/test-sys_stat.c: New file.
26606
26607         * modules/sys_socket-tests: New file.
26608         * tests/test-sys_socket.c: New file.
26609
26610         * modules/sys_select-tests: New file.
26611         * tests/test-sys_select.c: New file.
26612
26613         * modules/string-tests: New file.
26614         * tests/test-string.c: New file.
26615
26616         * modules/stdbool-tests: New file.
26617         * tests/test-stdbool.c: New file.
26618
26619         * modules/netinet_in-tests: New file.
26620         * tests/test-netinet_in.c: New file.
26621
26622         * modules/inttypes-tests: New file.
26623         * tests/test-inttypes.c: New file.
26624
26625         * modules/fcntl-tests: New file.
26626         * tests/test-fcntl.c: New file.
26627
26628         * modules/byteswap-tests: New file.
26629         * tests/test-byteswap.c: New file.
26630
26631         * modules/arpa_inet-tests: New file.
26632         * tests/test-arpa_inet.c: New file.
26633
26634 2007-02-17  Bruno Haible  <bruno@clisp.org>
26635
26636         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
26637         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
26638         if the corresponding module is not enabled. Emit link warnings if
26639         the function is used nevertheless.
26640         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
26641         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
26642         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
26643         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
26644         * modules/inttypes (Depends-on): Add link-warning.
26645         (Makefile.am): Copy the contents of build-aux/link-warning.h into
26646         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
26647         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
26648         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
26649         * modules/imaxdiv (configure.ac): Likewise.
26650         * modules/strtoimax (configure.ac): Likewise.
26651         * modules/strtoumax (configure.ac): Likewise.
26652
26653 2007-02-17  Bruno Haible  <bruno@clisp.org>
26654
26655         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
26656         gl_STRING_MODULE_INDICATOR_DEFAULTS.
26657         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
26658         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
26659
26660 2007-02-17  Bruno Haible  <bruno@clisp.org>
26661
26662         * modules/link-warning: New file.
26663         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
26664         * lib/string_.h (GL_LINK_WARNING): Remove definition.
26665         * modules/string (Depends-on): Add link-warning.
26666         (Makefile.am): Copy the contents of build-aux/link-warning.h into
26667         string.h.
26668         * MODULES.html.sh (Support for building libraries and executables): Add
26669         link-warning.
26670
26671 2007-02-17  Bruno Haible  <bruno@clisp.org>
26672
26673         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
26674         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
26675         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
26676         long lines.
26677
26678 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
26679             Bruno Haible  <bruno@clisp.org>
26680
26681         * modules/tmpfile: New file.
26682         * lib/tmpfile.c: New file.
26683         * m4/tmpfile.m4: New file.
26684         * MODULES.html.sh (func_all_modules): New section "Input/output".
26685
26686 2007-02-15  Bruno Haible  <bruno@clisp.org>
26687
26688         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
26689         (supports_delete_on_close): New function.
26690         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
26691
26692 2007-02-14  Bruno Haible  <bruno@clisp.org>
26693
26694         * modules/mbspcasecmp-tests: New file.
26695         * tests/test-mbspcasecmp.sh: New file.
26696         * tests/test-mbspcasecmp.c: New file.
26697
26698         New module mbspcasecmp.
26699         * modules/mbspcasecmp: New file.
26700         * lib/mbspcasecmp.c: New file.
26701         * lib/string_.h (strncasecmp): Change warning message.
26702         (mbspcasecmp): New declaration.
26703         * m4/mbspcasecmp.m4: New file.
26704         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26705         GNULIB_MBSPCASECMP.
26706         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
26707         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
26708
26709 2007-02-14  Bruno Haible  <bruno@clisp.org>
26710
26711         * modules/mbsncasecmp-tests: New file.
26712         * tests/test-mbsncasecmp.sh: New file.
26713         * tests/test-mbsncasecmp.c: New file.
26714
26715         New module mbsncasecmp.
26716         * modules/mbsncasecmp: New file.
26717         * lib/mbsncasecmp.c: New file.
26718         * lib/string_.h (mbsncasecmp): New declaration.
26719         * m4/mbsncasecmp.m4: New file.
26720         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26721         GNULIB_MBSNCASECMP.
26722         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
26723         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
26724
26725 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26726
26727         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
26728         Verify that it doesn't overlap with our flags.
26729         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
26730         do not have the desired effect in multibyte locales; instead, use
26731         mbscasecmp.
26732         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
26733         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
26734         we don't require GNU fnmatch ourselves (if our users require it, they
26735         should do so explicitly).
26736
26737         Fix regex code so it doesn't rely on strcasecmp.
26738         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
26739         Otherwise, include gnulib's langinfo.h.
26740         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
26741         undesirable behavior in non-C locales.  Instead, rely on localecharset.
26742         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
26743         * modules/regex (FILES): Remove m4/codeset.m4.
26744         (Depends-on): Add localcharset.  Remove strcase.
26745
26746 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26747
26748         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
26749         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
26750
26751 2007-02-13  Bruno Haible  <bruno@clisp.org>
26752
26753         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
26754         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26755
26756 2007-02-12  Bruno Haible  <bruno@clisp.org>
26757
26758         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
26759         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
26760         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
26761         time warning rather than a link error.
26762
26763 2007-02-12  Bruno Haible  <bruno@clisp.org>
26764
26765         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
26766         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26767         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26768
26769 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
26770
26771         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
26772         args, not 2.
26773
26774 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
26775
26776         New module 'time', so that apps can include <time.h> as per
26777         POSIX and GNU instead of separate include files like time_r.h
26778         and timegm.h.  This implementation tries out a simpler approach
26779         for replacing decls in standard include files (as compared to
26780         the string module), somewhat as an experiment.
26781
26782         * config/srclist.txt: Comment out mktime.c for now.
26783         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
26784         since it doesn't apply any more.  Use generic wording instead.
26785         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
26786         'time'.
26787         * lib/time_.h, m4/time_h.m4, modules/time: New files.
26788         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
26789         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
26790         Don't include <sys/types.h>; no longer needed since we assume C89.
26791         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
26792         * lib/strftime.c: Likewise.
26793         * lib/time_r.c: Likewise.
26794         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
26795         * lib/nanosleep.c: Include <time.h> first, to check interface.
26796         * lib/strptime.c: Likewise.
26797         * lib/time_r.c: Likewise.
26798         * lib/timegm.c: Likewise.
26799         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
26800         needed.
26801         * lib/timegm.c: Don't include timegm.h; no longer needed.
26802         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
26803         time.h now handles any problems in that area.
26804         (struct timespec, nanosleep): Remove; time.h now arranges for these.
26805         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
26806         that time.h defines struct timespec.
26807         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
26808         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
26809         handles that.
26810         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
26811         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
26812         needed.  Set REPLACE_LOCALTIME.
26813         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
26814         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
26815         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
26816         nanosleep; time_h.m4 now does that.  Don't require
26817         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
26818         module handles this now.
26819         * modules/getdate (Depends-on): Remove timespec.  Add time.
26820         * modules/nanosleep (Depends-on): Likewise.
26821         * modules/stat-time (Depends-on): Likewise.
26822         * modules/nanosleep (Include): Include time.h, not timespec.h.
26823         * modules/strptime (Files): Remove lib/strptime.h.
26824         (Depends-on): Add extensions, time.
26825         (Include): Include time.h, not strptime.h.
26826         * modules/time_r (Files): Remove lib/time_r.h.
26827         (Depends-on): Add time.
26828         (Include): Include time.h, not time_r.h.
26829         * modules/timegm: Likewise.
26830         * modules/timespec (Description): Now does timespec-related decls
26831         of our own, instead of struct timespec itself.
26832         (Depends-on): Add time; remove extensions.
26833         (Maintainer): Add self.
26834         * modules/utimecmp (Depends-on): Add time; remove timespec.
26835         * modules/utimens (Depends-on): Likewise.
26836         * modules/xnanosleep (Depends-on): Likewise.
26837
26838 2007-02-11  Bruno Haible  <bruno@clisp.org>
26839
26840         * lib/c-strstr.c: Include allocsa.h.
26841         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
26842         * lib/c-strcasestr.c: Include allocsa.h.
26843         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
26844         * lib/strcasestr.c: Include allocsa.h.
26845         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
26846         * lib/mbsstr.c: Include allocsa.h.
26847         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
26848         allocsa/freesa instead of malloc/free.
26849         * lib/mbscasestr.c: Include allocsa.h.
26850         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
26851         allocsa/freesa instead of malloc/free.
26852         * modules/c-strstr (Depends-on): Add allocsa.
26853         * modules/c-strcasestr (Depends-on): Likewise.
26854         * modules/strcasestr (Depends-on): Likewise.
26855         * modules/mbsstr (Depends-on): Likewise.
26856         * modules/mbscasestr (Depends-on): Likewise.
26857
26858 2007-02-11  Bruno Haible  <bruno@clisp.org>
26859
26860         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
26861
26862         * modules/mbsspn-tests: New file.
26863         * tests/test-mbsspn.sh: New file.
26864         * tests/test-mbsspn.c: New file.
26865
26866 2007-02-11  Bruno Haible  <bruno@clisp.org>
26867
26868         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
26869
26870         * modules/mbspbrk-tests: New file.
26871         * tests/test-mbspbrk.sh: New file.
26872         * tests/test-mbspbrk.c: New file.
26873
26874 2007-02-11  Bruno Haible  <bruno@clisp.org>
26875
26876         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
26877         unneeded cast.
26878
26879         * modules/mbscspn-tests: New file.
26880         * tests/test-mbscspn.sh: New file.
26881         * tests/test-mbscspn.c: New file.
26882
26883 2007-02-11  Bruno Haible  <bruno@clisp.org>
26884
26885         * modules/mbscasecmp-tests: New file.
26886         * tests/test-mbscasecmp.sh: New file.
26887         * tests/test-mbscasecmp.c: New file.
26888
26889 2007-02-11  Bruno Haible  <bruno@clisp.org>
26890
26891         Ensure O(n) worst-case complexity of mbscasestr.
26892         * lib/mbscasestr.c: Include stdbool.h.
26893         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
26894         functions.
26895         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
26896         the bookkeeping indicates that it's worth it.
26897         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
26898
26899         * modules/mbscasestr-tests: New file.
26900         * tests/test-mbscasestr1.c: New file.
26901         * tests/test-mbscasestr2.sh: New file.
26902         * tests/test-mbscasestr2.c: New file.
26903         * tests/test-mbscasestr3.sh: New file.
26904         * tests/test-mbscasestr3.c: New file.
26905         * tests/test-mbscasestr4.sh: New file.
26906         * tests/test-mbscasestr4.c: New file.
26907         * m4/locale-tr.m4: New file.
26908
26909 2007-02-11  Bruno Haible  <bruno@clisp.org>
26910
26911         Ensure O(n) worst-case complexity of mbsstr.
26912         * lib/mbsstr.c: Include stdbool.h.
26913         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
26914         functions.
26915         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
26916         bookkeeping indicates that it's worth it.
26917         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
26918
26919         * modules/mbsstr-tests: New file.
26920         * tests/test-mbsstr1.c: New file.
26921         * tests/test-mbsstr2.sh: New file.
26922         * tests/test-mbsstr2.c: New file.
26923         * tests/test-mbsstr3.sh: New file.
26924         * tests/test-mbsstr3.c: New file.
26925         * m4/locale-fr.m4: New file.
26926
26927 2007-02-11  Bruno Haible  <bruno@clisp.org>
26928
26929         * lib/mbsrchr.c (mbsrchr): Fix bug.
26930
26931         * modules/mbsrchr-tests: New file.
26932         * tests/test-mbsrchr.sh: New file.
26933         * tests/test-mbsrchr.c: New file.
26934
26935 2007-02-11  Bruno Haible  <bruno@clisp.org>
26936
26937         * lib/mbschr.c (mbschr): Fix bug.
26938
26939         * modules/mbschr-tests: New file.
26940         * tests/test-mbschr.sh: New file.
26941         * tests/test-mbschr.c: New file.
26942         * m4/locale-zh.m4: New file.
26943
26944 2007-02-11  Bruno Haible  <bruno@clisp.org>
26945
26946         Support for copying multibyte string iterators.
26947         * lib/mbiter.h: Include <string.h>.
26948         (mbiter_multi_copy): New function.
26949         (mbi_copy): New macro.
26950         * lib/mbuiter.h: Include <string.h>.
26951         (mbuiter_multi_copy): New function.
26952         (mbui_copy): New macro.
26953
26954 2007-02-11  Bruno Haible  <bruno@clisp.org>
26955
26956         New module mbslen.
26957         * modules/mbslen: New file.
26958         * lib/mbslen.c: New file.
26959         * lib/string_.h (mbslen): New declaration.
26960         * m4/mbslen.m4: New file.
26961         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26962         GNULIB_MBSLEN.
26963         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
26964         * MODULES.html.sh (Internationalization functions): Add mbslen.
26965
26966 2007-02-11  Bruno Haible  <bruno@clisp.org>
26967
26968         Ensure O(n) worst-case complexity of strcasestr substitute.
26969         * lib/strcasestr.c: Include stdbool.h.
26970         (knuth_morris_pratt): New function.
26971         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
26972         bookkeeping indicates that it's worth it.
26973         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
26974
26975         * modules/strcasestr-tests: New file.
26976         * tests/test-strcasestr.c: New file.
26977
26978 2007-02-11  Bruno Haible  <bruno@clisp.org>
26979
26980         Ensure O(n) worst-case complexity of c_strcasestr.
26981         * lib/c-strcasestr.c: Include stdbool.h, string.h.
26982         (knuth_morris_pratt): New function.
26983         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
26984         the bookkeeping indicates that it's worth it.
26985         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
26986
26987         * modules/c-strcasestr-tests: New file.
26988         * tests/test-c-strcasestr.c: New file.
26989
26990 2007-02-11  Bruno Haible  <bruno@clisp.org>
26991
26992         Ensure O(n) worst-case complexity of c_strstr.
26993         * lib/c-strstr.c: Include stdbool.h, string.h.
26994         (knuth_morris_pratt): New function.
26995         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
26996         bookkeeping indicates that it's worth it.
26997         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
26998
26999         * lib/c-strstr.c: Complete rewrite for maintainability.
27000
27001         * modules/c-strstr-tests: New file.
27002         * tests/test-c-strstr.c: New file.
27003
27004 2007-02-11  Bruno Haible  <bruno@clisp.org>
27005
27006         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
27007         5.2.1 and earlier, whereby \055 was treated just like the range
27008         delimiter '-'.
27009         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
27010
27011 2007-02-08  Bruno Haible  <bruno@clisp.org>
27012
27013         * modules/regex (Depends-on): Add stdbool.
27014         Reported by Dalibor Topic <robilad@kaffe.org>.
27015
27016 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
27017
27018         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
27019         Prefer returning from main to exiting from it.
27020         Remove unnecessary parens after sizeof.
27021
27022 2007-02-05  Bruno Haible  <bruno@clisp.org>
27023
27024         New module mbssep.
27025         * modules/mbssep: New file.
27026         * lib/mbssep.c: New file.
27027         * lib/string_.h (strsep): Add a conditional link warning.
27028         (mbssep): New declaration.
27029         * m4/mbssep.m4: New file.
27030         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27031         GNULIB_MBSSEP.
27032         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
27033         * MODULES.html.sh (Internationalization functions): Add mbssep.
27034
27035 2007-02-05  Bruno Haible  <bruno@clisp.org>
27036
27037         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
27038         Optimize search in case of 1 delimiter.
27039
27040 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
27041
27042         * lib/acl.h: Include sys/types.h before sys/acl.h.
27043
27044 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
27045
27046         Merge upstream fix for glibc bugzilla #3957:
27047
27048         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
27049
27050         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
27051         bit for RE_HAT_LISTS_NOT_NEWLINE.
27052         (build_charclass_op): Remove bogus comment.
27053
27054 2007-02-05  Simon Josefsson  <simon@josefsson.org>
27055
27056         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
27057
27058 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
27059
27060         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
27061         * lib/memmem.c [!defined _LIBC]: Include config.h.
27062
27063 2007-02-04  Bruno Haible  <bruno@clisp.org>
27064
27065         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
27066         warning message.
27067
27068 2007-02-04  Bruno Haible  <bruno@clisp.org>
27069
27070         New module mbstok_r.
27071         * modules/mbstok_r: New file.
27072         * lib/mbstok_r.c: New file.
27073         * lib/string_.h (strtok_r): Change argument names to match the
27074         comments. Add a conditional link warning.
27075         (mbstok_r): New declaration.
27076         * m4/mbstok_r.m4: New file.
27077         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27078         GNULIB_MBSTOK_R.
27079         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
27080         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
27081
27082 2007-02-04  Bruno Haible  <bruno@clisp.org>
27083
27084         New module mbsspn.
27085         * modules/mbsspn: New file.
27086         * lib/mbsspn.c: New file.
27087         * lib/string_.h (strspn): Add a conditional link warning.
27088         (mbsspn): New declaration.
27089         * m4/mbsspn.m4: New file.
27090         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27091         GNULIB_MBSSPN.
27092         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
27093         * MODULES.html.sh (Internationalization functions): Add mbsspn.
27094
27095 2007-02-04  Bruno Haible  <bruno@clisp.org>
27096
27097         New module mbspbrk.
27098         * modules/mbspbrk: New file.
27099         * lib/mbspbrk.c: New file.
27100         * lib/string_.h (strpbrk): Add a conditional link warning.
27101         (mbspbrk): New declaration.
27102         * m4/mbspbrk.m4: New file.
27103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27104         GNULIB_MBSPBRK.
27105         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
27106         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
27107
27108 2007-02-04  Bruno Haible  <bruno@clisp.org>
27109
27110         New module mbscspn.
27111         * modules/mbscspn: New file.
27112         * lib/mbscspn.c: New file.
27113         * lib/string_.h (strcspn): Add a conditional link warning.
27114         (mbscspn): New declaration.
27115         * m4/mbscspn.m4: New file.
27116         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27117         GNULIB_MBSCSPN.
27118         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
27119         * MODULES.html.sh (Internationalization functions): Add mbscspn.
27120
27121 2007-02-04  Bruno Haible  <bruno@clisp.org>
27122
27123         New module mbscasestr, reduced goal of strcasestr.
27124         * modules/mbscasestr: New file.
27125         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
27126         (mbscasestr): Renamed from strcasestr.
27127         * lib/strcasestr.c: Don't include mbuiter.h.
27128         (strcasestr): Remove support for multibyte locales.
27129         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
27130         Change the conditional link warning.
27131         (mbscasestr): New declaration.
27132         * m4/mbscasestr.m4: New file.
27133         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
27134         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
27135         REPLACE_STRCASESTR.
27136         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
27137         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27138         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
27139         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
27140         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
27141         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
27142         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
27143         (Depends-on): Remove mbuiter.
27144         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
27145
27146 2007-02-04  Bruno Haible  <bruno@clisp.org>
27147
27148         Simplify handling of strncasecmp.
27149         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
27150         the conditional link warning.
27151         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27152         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
27153         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
27154         * modules/strcase (configure.ac): Don't invoke
27155         gl_STRING_MODULE_INDICATOR.
27156         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
27157
27158 2007-02-04  Bruno Haible  <bruno@clisp.org>
27159
27160         New module mbscasecmp, reduced goal of strcasecmp.
27161         * modules/mbscasecmp: New file.
27162         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
27163         (mbscasecmp): Renamed from strcasecmp.
27164         * lib/strcasecmp.c: Don't include mbuiter.h.
27165         (strcasecmp): Remove support for multibyte locales.
27166         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
27167         Change the conditional link warning.
27168         (mbscasecmp): New declaration.
27169         * m4/mbscasecmp.m4: New file.
27170         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
27171         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
27172         REPLACE_STRCASECMP.
27173         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
27174         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27175         GNULIB_MBSCASECMP.
27176         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
27177         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
27178         * modules/strcase (Files): Remove m4/mbrtowc.m4.
27179         (Depends-on): Remove mbuiter.
27180         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
27181
27182 2007-02-04  Bruno Haible  <bruno@clisp.org>
27183
27184         New module mbsstr. Remove module strstr.
27185         * modules/mbsstr: New file.
27186         * modules/strstr: Remove file.
27187         * lib/mbsstr.c: Renamed from lib/strstr.c.
27188         (mbsstr): Renamed from strstr.
27189         * lib/string_.h (strstr): Remove declaration. Change the conditional
27190         link warning.
27191         (mbsstr): New declaration.
27192         * m4/mbsstr.m4: New file.
27193         * m4/strstr.m4: Remove file.
27194         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
27195         REPLACE_STRSTR.
27196         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
27197         Don't initialize GNULIB_STRSTR.
27198         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
27199         substitute GNULIB_STRSTR and REPLACE_STRSTR.
27200         * MODULES.html.sh (Internationalization functions): Add mbsstr.
27201         (Support for systems lacking ANSI C 89): Remove strstr.
27202
27203 2007-02-04  Bruno Haible  <bruno@clisp.org>
27204
27205         New module mbsrchr.
27206         * modules/mbsrchr: New file.
27207         * lib/mbsrchr.c: New file.
27208         * lib/string_.h (strrchr): Add a conditional link warning.
27209         (mbsrchr): New declaration.
27210         * m4/mbsrchr.m4: New file.
27211         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27212         GNULIB_MBSRCHR.
27213         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
27214         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
27215
27216 2007-02-04  Bruno Haible  <bruno@clisp.org>
27217
27218         New module mbschr.
27219         * modules/mbschr: New file.
27220         * lib/mbschr.c: New file.
27221         * lib/string_.h (strchr): Add a conditional link warning.
27222         (mbschr): New declaration.
27223         * m4/mbschr.m4: New file.
27224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27225         GNULIB_MBSCHR.
27226         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
27227         * MODULES.html.sh (Internationalization functions): Add mbschr.
27228
27229 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
27230
27231         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
27232
27233         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
27234
27235 2007-02-04  Bruno Haible  <bruno@clisp.org>
27236
27237         New module description section 'configure.ac-early'.
27238         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
27239         (func_get_autoconf_early_snippet): New function.
27240         (func_import, func_create_testdir): Use it. Remove special cases for
27241         modules 'extensions' and 'lock'.
27242         * modules/extensions (configure.ac-early): Require
27243         gl_USE_SYSTEM_EXTENSIONS.
27244         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
27245
27246 2007-02-04  Bruno Haible  <bruno@clisp.org>
27247
27248         Make use of gcj-4.3's -fsource and -ftarget option.
27249         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
27250         and if so try the options -fsource and -ftarget.
27251         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
27252         source_version, ftarget_option, target_version arguments.
27253         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
27254         (is_envjavac_oldgcj_14_14_usable): Renamed from
27255         is_envjavac_gcj_14_14_usable.
27256         (is_envjavac_oldgcj_14_13_usable): Renamed from
27257         is_envjavac_gcj_14_13_usable.
27258         (is_gcj_present): Update.
27259         (is_gcj_43, is_gcj43_usable): New functions.
27260         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
27261         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
27262         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
27263         try the options -fsource and -ftarget.
27264
27265 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27266
27267         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
27268         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
27269         larger value.
27270
27271 2007-02-03  Jim Meyering  <jim@meyering.net>
27272
27273         Give tools a better chance to allocate space for very large buffers.
27274         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
27275
27276         Make pwd and readlink work also when run with an unreadable parent dir
27277         on systems with openat support.
27278         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
27279         provided getcwd function, even when we have openat support.
27280         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
27281
27282 2007-02-02  Bruno Haible  <bruno@clisp.org>
27283
27284         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
27285         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
27286         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
27287         portability problems if one of these functions is only used on specific
27288         platforms.
27289         Reported by Paul Eggert.
27290
27291 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
27292
27293         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
27294         is causing more trouble than it's curing.
27295         * lib/regex_internal.h (__mempcpy): Remove.
27296         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
27297         (and make the code a tad smaller to boot).
27298         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
27299
27300 2007-02-02  Jim Meyering  <jim@meyering.net>
27301
27302         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
27303         section, not in the Makefile.am: one.
27304
27305 2007-02-02  Eric Blake  <ebb9@byu.net>
27306
27307         * lib/strchrnul.c: Always include config.h first.
27308
27309         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
27310         gnulib strstr is not necessary here.
27311
27312 2007-02-02  Simon Josefsson  <simon@josefsson.org>
27313
27314         * m4/socklen.m4: Fix typo.
27315
27316 2007-02-02  Eric Blake  <ebb9@byu.net>
27317
27318         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
27319         * modules/netinet_in (Makefile.am): Likewise.
27320
27321 2007-02-01  Bruno Haible  <bruno@clisp.org>
27322
27323         * lib/string_.h (GL_LINK_WARNING): New macro.
27324         (strcasecmp, strstr, strcasestr): If provided by the system,
27325         conditionally define as a macro that leads to a warning instead of to
27326         an error.
27327         (strncasecmp): Conditionally define as a macro that leads to a warning.
27328
27329 2007-02-01  Karl Berry  <karl@gnu.org>
27330
27331         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
27332
27333 2007-02-01  Bruno Haible  <bruno@clisp.org>
27334
27335         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
27336         renamings.
27337
27338 2007-02-01  Eric Blake  <ebb9@byu.net>
27339
27340         * modules/regex (Depends-on): Revert dependence on mempcpy.
27341         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
27342         module's definition of mempcpy.
27343         Reported by Paul Eggert.
27344
27345 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
27346
27347         * lib/string_.h: If the gnulib module XYZ is not present, undefine
27348         the symbol XYZ before redefining it.  This fixes a problem with
27349         programs that don't use XYZ, when compiled on systems that define
27350         XYZ to something else.
27351
27352 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
27353
27354         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
27355         occurs when "mkdir -m foo" creates a setgid directory that is (1)
27356         writeable to group or other and (2) is intended to have a special
27357         mode bit that is set or cleared.  In such a case, the directory
27358         should be neither group- nor other-writeable until the special
27359         mode bits are right.
27360
27361 2007-01-31  Eric Blake  <ebb9@byu.net>
27362
27363         * modules/mountlist (Depends-on): Add strstr.
27364
27365         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
27366         bug.
27367         * modules/string (Makefile.am): Remove redundant replacement.
27368         * modules/regex (Depends-on): Add mempcpy.
27369
27370 2007-01-31  Bruno Haible  <bruno@clisp.org>
27371
27372         New module description field 'Link'.
27373         * gnulib-tool (func_usage): Document --extract-link-directive.
27374         (sed_extract_prog): Recognize 'Link' directive.
27375         (func_get_link_directive): New function.
27376         (func_import): Show summary of link directives.
27377         Handle --extract-link-directive option.
27378         * modules/acl (Link): New section.
27379         * modules/clock-time (Link): New section.
27380         * modules/euidaccess (Link): New section.
27381         * modules/gettext (Link): New section.
27382         * modules/iconv (Link): New section.
27383         * modules/lock (Link): New section.
27384         * modules/nanosleep (Link): New section.
27385         * modules/readline (Link): New section.
27386
27387 2007-01-27  Bruno Haible  <bruno@clisp.org>
27388
27389         Enforce the use of gnulib modules for unportable <string.h> functions.
27390         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
27391         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
27392         (gl_HEADER_STRING_H_BODY): Require it.
27393         * lib/string_.h: If the gnulib module XYZ is not present, redefine
27394         the symbol XYZ to one that gives a link error.
27395         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
27396         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
27397         * modules/mempcpy (configure.ac): Likewise.
27398         * modules/memrchr (configure.ac): Likewise.
27399         * modules/stpcpy (configure.ac): Likewise.
27400         * modules/stpncpy (configure.ac): Likewise.
27401         * modules/strcase (configure.ac): Likewise.
27402         * modules/strcasestr (configure.ac): Likewise.
27403         * modules/strchrnul (configure.ac): Likewise.
27404         * modules/strdup (configure.ac): Likewise.
27405         * modules/strndup (configure.ac): Likewise.
27406         * modules/strnlen (configure.ac): Likewise.
27407         * modules/strpbrk (configure.ac): Likewise.
27408         * modules/strsep (configure.ac): Likewise.
27409         * modules/strstr (configure.ac): Likewise.
27410         * modules/strtok_r (configure.ac): Likewise.
27411
27412 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
27413
27414         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
27415
27416 2007-01-30  Jim Meyering  <jim@meyering.net>
27417
27418         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
27419
27420 2007-01-29  Bruno Haible  <bruno@clisp.org>
27421
27422         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
27423         * lib/execute.c: Likewise.
27424         * lib/pipe.c: Likewise.
27425         * lib/printf-args.h: Likewise.
27426         * lib/printf-args.c: Likewise.
27427         * lib/printf-parse.c: Likewise.
27428         * lib/vasnprintf.c: Likewise.
27429
27430 2007-01-29  Eric Blake  <ebb9@byu.net>
27431
27432         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
27433         declaration.
27434
27435 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
27436
27437         * lib/strptime.h (strptime): Use 'restrict' for args where
27438         POSIX requires this.
27439         * lib/strptime.c (strptime): Likewise.
27440         Change license notice from LGPL to GPL, since gnulib-tool will
27441         change this as needed.
27442         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
27443         defined.
27444         Include "strptime.h" first, to check interface.
27445         Do not #undef _LIBC and _NL_CURRENT.
27446         Do not include <stdlib.h>; no longer needed.
27447         Include "time_r.h" and declare ptime_locale_status
27448         only if _LIBC is not defined.
27449         (__P): Remove unused macro.
27450         (match_string): Bring back glibc version, but use it only if _LIBC
27451         is defined.
27452         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
27453         Remove unnecessary assertion and abort() call.
27454         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
27455         * m4/strptime.m4: Fix serial number comment.
27456         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
27457         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
27458         (Depends-on): Add time_r.
27459
27460 2007-01-29  Bruno Haible  <bruno@clisp.org>
27461
27462         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27463         strptime.
27464         * modules/strptime (Depends-on): Add stdbool.
27465         * lib/strptime.h: Include <time.h> always. Add comments.
27466
27467 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27468
27469         * modules/strptime: New file.
27470         * lib/strptime.h: New file.
27471         * lib/strptime.c: New file.
27472         * m4/strptime.m4: New file.
27473
27474 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27475
27476         * MODULES.html.sh: New module mpsort.
27477         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
27478
27479         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
27480         a circularity problem with HP-UX ia64 reported by Bob Proulx in
27481         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
27482         All uses changed.
27483         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
27484         All uses changed.
27485         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
27486         to _Restrict_.
27487         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
27488         the parameter matches the prototype.
27489
27490 2007-01-28  Jim Meyering  <jim@meyering.net>
27491
27492         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
27493         sys/time.h here, reverting that part of the previous patch:
27494         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
27495
27496 2007-01-28  Bruno Haible  <bruno@clisp.org>
27497
27498         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
27499         value of $(SYS_TIME_H).
27500         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
27501         remove it conditionally, too. [added by Jim Meyering]
27502         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
27503         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
27504         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
27505         GETTIMEOFDAY_REPLACEMENT to 1.
27506
27507 2007-01-28  Bruno Haible  <bruno@clisp.org>
27508
27509         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
27510         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
27511         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
27512         Set UNISTD_H instead of UNISTD_H2.
27513         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
27514
27515 2007-01-28  Bruno Haible  <bruno@clisp.org>
27516
27517         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
27518         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
27519
27520 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27521
27522         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
27523         (func_create_testdir): Ensure C locale for `grep' and `tr'
27524         character ranges.
27525         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
27526         ACLOCAL_AMFLAGS parsing state machine.
27527
27528 2007-01-27  Bruno Haible  <bruno@clisp.org>
27529
27530         * modules/unistr/base: Update.
27531
27532 2007-01-27  Bruno Haible  <bruno@clisp.org>
27533
27534         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
27535         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
27536         * modules/unistr/u32-mbtouc-unsafe: Renamed from
27537         modules/unistr/u32-mbtouc.
27538         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
27539         * lib/unistr.h: Update.
27540         * lib/linebreak.c: Update.
27541         * modules/unistr/u32-mbtouc: Renamed from
27542         modules/unistr/u32-mbtouc-safe.
27543         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
27544         * lib/unistr.h: Update.
27545         * lib/unistr/u32-to-u8.c: Update.
27546         * lib/unistr/u32-to-u16.c: Update.
27547
27548 2007-01-27  Bruno Haible  <bruno@clisp.org>
27549
27550         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
27551         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
27552         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
27553         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
27554         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
27555         * modules/unistr/u16-mbtouc-unsafe: Renamed from
27556         modules/unistr/u16-mbtouc.
27557         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
27558         * lib/unistr.h: Update.
27559         * lib/linebreak.c: Update.
27560         * modules/linebreak: Update.
27561         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
27562         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
27563         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
27564         * modules/unistr/u16-mbtouc: Renamed from
27565         modules/unistr/u16-mbtouc-safe.
27566         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
27567         * lib/unistr.h: Update.
27568         * lib/unistr/u16-to-u8.c: Update.
27569         * modules/unistr/u16-to-u8: Update.
27570         * lib/unistr/u16-to-u32.c: Update.
27571         * modules/unistr/u16-to-u32: Update.
27572
27573 2007-01-27  Bruno Haible  <bruno@clisp.org>
27574
27575         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
27576         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
27577         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
27578         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
27579         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
27580         * modules/unistr/u8-mbtouc-unsafe: Renamed from
27581         modules/unistr/u8-mbtouc.
27582         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
27583         * lib/unistr.h: Update.
27584         * lib/striconveh.c: Update.
27585         * modules/striconveh: Update.
27586         * lib/linebreak.c: Update.
27587         * modules/linebreak: Update.
27588         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
27589         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
27590         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
27591         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
27592         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
27593         * lib/unistr.h: Update.
27594         * lib/striconveh.c: Update.
27595         * modules/striconveh: Update.
27596         * lib/unistr/u8-to-u16.c: Update.
27597         * modules/unistr/u8-to-u16: Update.
27598         * lib/unistr/u8-to-u32.c: Update.
27599         * modules/unistr/u8-to-u32: Update.
27600
27601 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27602
27603         Sync from Libtool.
27604         * lib/argz.c: Do not include strings.h nor memory.h, include
27605         string.h unconditionally.  Patch by Simon Josefsson.
27606
27607 2007-01-27  Bruno Haible  <bruno@clisp.org>
27608
27609         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
27610         from gl_HEADER_STRING_H_BODY.
27611         (gl_HEADER_STRING_H_BODY): Require it.
27612         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
27613         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
27614         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
27615         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
27616         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
27617         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
27618         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
27619         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
27620         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
27621         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
27622         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
27623         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
27624         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
27625         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
27626         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
27627
27628 2007-01-27  Bruno Haible  <bruno@clisp.org>
27629
27630         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
27631         check_PROGRAMS into noinst_PROGRAMS.
27632         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
27633         check_PROGRAMS in this case.
27634         (func_import): Set for_test to false.
27635         (func_create_testdir): Set for_test to true.
27636
27637 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
27638             Bruno Haible  <bruno@clisp.org>
27639
27640         * modules/strcasestr (Files): Remove lib/strcasestr.h.
27641         (Depends-on): Add string.
27642         (Includes): Use <string.h> instead of strcasestr.h.
27643         * modules/string (Makefile.am): Also substitute the value of
27644         REPLACE_STRCASESTR.
27645         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
27646         assume strcasestr is declared in <string.h> not <strings.h>. Also
27647         set REPLACE_STRCASESTR.
27648         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
27649         REPLACE_STRCASESTR.
27650         * lib/strcasestr.h: Remove file.
27651         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
27652         * lib/string_.h (strcasestr): New declaration.
27653
27654 2007-01-27  Bruno Haible  <bruno@clisp.org>
27655
27656         * lib/string_.h: Use 'extern'.
27657
27658 2007-01-27  Jim Meyering  <jim@meyering.net>
27659
27660         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
27661         of set-but-not-used local, "q".
27662
27663         * lib/mempcpy.c: Include <config.h> before <string.h>.
27664         This fixes a compilation error on HP-UX, due to the system's
27665         "restrict"-using mempcpy prototype.
27666
27667 2007-01-26  Bruno Haible  <bruno@clisp.org>
27668
27669         Small optimization.
27670         * lib/javacomp.c: Include c-strstr.h.
27671          (is_envjavac_gcj): Use c_strstr instead of strstr.
27672         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
27673
27674 2007-01-26  Bruno Haible  <bruno@clisp.org>
27675
27676         * MODULES.html.sh (Unicode string functions): Add the new modules.
27677
27678         * modules/uniconv/u32-strconv-to-locale: New file.
27679         * lib/uniconv/u32-strconv-to-locale.c: New file.
27680
27681         * modules/uniconv/u16-strconv-to-locale: New file.
27682         * lib/uniconv/u16-strconv-to-locale.c: New file.
27683
27684         * modules/uniconv/u8-strconv-to-locale: New file.
27685         * lib/uniconv/u8-strconv-to-locale.c: New file.
27686
27687         * modules/uniconv/u32-strconv-from-locale: New file.
27688         * lib/uniconv/u32-strconv-from-locale.c: New file.
27689
27690         * modules/uniconv/u16-strconv-from-locale: New file.
27691         * lib/uniconv/u16-strconv-from-locale.c: New file.
27692
27693         * modules/uniconv/u8-strconv-from-locale: New file.
27694         * lib/uniconv/u8-strconv-from-locale.c: New file.
27695
27696         * modules/uniconv/u32-strconv-to-enc: New file.
27697         * lib/uniconv/u32-strconv-to-enc.c: New file.
27698         * modules/uniconv/u32-strconv-to-enc-tests: New file.
27699         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
27700
27701         * modules/uniconv/u16-strconv-to-enc: New file.
27702         * lib/uniconv/u16-strconv-to-enc.c: New file.
27703         * lib/uniconv/u-strconv-to-enc.h: New file.
27704         * modules/uniconv/u16-strconv-to-enc-tests: New file.
27705         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
27706
27707         * modules/uniconv/u8-strconv-to-enc: New file.
27708         * lib/uniconv/u8-strconv-to-enc.c: New file.
27709         * modules/uniconv/u8-strconv-to-enc-tests: New file.
27710         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
27711
27712         * modules/uniconv/u32-strconv-from-enc: New file.
27713         * lib/uniconv/u32-strconv-from-enc.c: New file.
27714         * modules/uniconv/u32-strconv-from-enc-tests: New file.
27715         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
27716
27717         * modules/uniconv/u16-strconv-from-enc: New file.
27718         * lib/uniconv/u16-strconv-from-enc.c: New file.
27719         * modules/uniconv/u16-strconv-from-enc-tests: New file.
27720         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
27721
27722         * modules/uniconv/u8-strconv-from-enc: New file.
27723         * lib/uniconv/u8-strconv-from-enc.c: New file.
27724         * lib/uniconv/u-strconv-from-enc.h: New file.
27725         * modules/uniconv/u8-strconv-from-enc-tests: New file.
27726         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
27727
27728         * modules/uniconv/u32-conv-from-enc: New file.
27729         * lib/uniconv/u32-conv-from-enc.c: New file.
27730         * modules/uniconv/u32-conv-from-enc-tests: New file.
27731         * tests/uniconv/test-u32-conv-from-enc.c: New file.
27732
27733         * modules/uniconv/u16-conv-from-enc: New file.
27734         * lib/uniconv/u16-conv-from-enc.c: New file.
27735         * lib/uniconv/u-conv-from-enc.h: New file.
27736         * modules/uniconv/u16-conv-from-enc-tests: New file.
27737         * tests/uniconv/test-u16-conv-from-enc.c: New file.
27738
27739         * modules/uniconv/u8-conv-from-enc: New file.
27740         * lib/uniconv/u8-conv-from-enc.c: New file.
27741         * modules/uniconv/u8-conv-from-enc-tests: New file.
27742         * tests/uniconv/test-u8-conv-from-enc.c: New file.
27743
27744         * modules/uniconv/base: New file.
27745         * lib/uniconv.h: New file.
27746
27747 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
27748
27749         * doc/gnulib-tool.texi (Initial import): Update to match current
27750         behavior with strdup module.
27751         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
27752         * lib/memmem.h: Remove; all uses removed.  This is now done
27753         by <string.h>.
27754         * lib/mempcpy.h: Likewise.
27755         * lib/memrchr.h: Likewise.
27756         * lib/stpcpy.h: Likewise.
27757         * lib/stpncpy.h: Likewise.
27758         * lib/strcase.h: Likewise.
27759         * lib/strchrnul.h: Likewise.
27760         * lib/strdup.h: Likewise.
27761         * lib/strndup.h: Likewise.
27762         * lib/strnlen.h: Likewise.
27763         * lib/strpbrk.h: Likewise.
27764         * lib/strsep.h: Likewise.
27765         * lib/strstr.h: Likewise.
27766         * lib/strtok_r.h: Likewise.
27767         * lib/string_.h: New file.
27768         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
27769         Rely on <string.h> instead.
27770         * lib/canon-host.c: Likewise.
27771         * lib/chdir-long.c: Likewise.
27772         * lib/concatpath.c: Likewise.
27773         * lib/exclude.c: Likewise.
27774         * lib/fchdir.c: Likewise.
27775         * lib/getaddrinfo.c: Likewise.
27776         * lib/getcwd.c: Likewise.
27777         * lib/getsubopt.c: Likewise.
27778         * lib/glob.c: Likewise.
27779         * lib/hard-locale.c: Likewise.
27780         * lib/iconvme.c: Likewise.
27781         * lib/javacomp.c: Likewise.
27782         * lib/mempcpy.c: Likewise.
27783         * lib/memrchr.c: Likewise.
27784         * lib/regex_internal.h: Likewise.
27785         * lib/stpncpy.c: Likewise.
27786         * lib/strcasecmp.c: Likewise.
27787         * lib/strchrnul.c: Likewise.
27788         * lib/strdup.c: Likewise.
27789         * lib/striconv.c: Likewise.
27790         * lib/striconveh.c: Likewise.
27791         * lib/striconveha.c: Likewise.
27792         * lib/strncasecmp.c: Likewise.
27793         * lib/strndup.c: Likewise.
27794         * lib/strnlen.c: Likewise.
27795         * lib/strsep.c: Likewise.
27796         * lib/strstr.c: Likewise.
27797         * lib/strtok_r.c: Likewise.
27798         * lib/userspec.c: Likewise.
27799         * lib/w32spawn.h: Likewise.
27800         * lib/xstrndup.c: Likewise.
27801         * lib/mountlist.c (strstr): Remove decl.
27802         * m4/string_h.m4: New file.
27803         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
27804         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
27805         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
27806         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
27807         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
27808         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
27809         Set REPLACE_STRCASECMP if necessary.
27810         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
27811         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
27812         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
27813         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
27814         HAVE_DECL_STRDUP if necessary.
27815         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
27816         since gl_FUNC_STRNDUP does that now.
27817         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
27818         Check for decl here...
27819         (gl_PREREQ_STRNLEN): ... not here.
27820         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
27821         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
27822         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
27823         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
27824         necessary.
27825         * modules/string: New file.
27826         * modules/memmem (Files): Remove special-purpose include file.
27827         (Depends-on): Add string.
27828         (Include): Include <string.h>, not the removed file.
27829         * modules/mempcpy: Likewise.
27830         * modules/memrchr: Likewise.
27831         * modules/stpcpy: Likewise.
27832         * modules/stpncpy: Likewise.
27833         * modules/strcase: Likewise.
27834         * modules/strchrnul: Likewise.
27835         * modules/strdup: Likewise.
27836         * modules/strndup: Likewise.
27837         * modules/strnlen: Likewise.
27838         * modules/strpbrk: Likewise.
27839         * modules/strsep: Likewise.
27840         * modules/strstr: Likewise.
27841         * modules/strtok_r: Likewise.
27842         * tests/test-dirname.c: Don't include "strdup.h", since
27843         <string.h> now suffices.
27844         * tests/test-memmem.c: Don't include "memmem.h", since
27845         <string.h> now suffices.
27846
27847 2007-01-25  Bruno Haible  <bruno@clisp.org>
27848
27849         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
27850         *resultp is 0.
27851
27852         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
27853         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
27854         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
27855         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
27856
27857         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
27858         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
27859         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
27860         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
27861         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
27862         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
27863
27864 2007-01-24  Bruno Haible  <bruno@clisp.org>
27865
27866         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
27867         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
27868         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
27869         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
27870         gl_FUNC_FTS_CORE.
27871         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
27872         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
27873         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27874         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
27875         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
27876         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
27877         gl_FUNC_FCHOWNAT.
27878         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
27879         gl_FUNC_STRFTIME.
27880         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
27881         Reported by Ralf Wildenhues.
27882
27883 2007-01-24  Bruno Haible  <bruno@clisp.org>
27884
27885         Drop AC_REQUIRE calls that are redundant with the module dependencies.
27886         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
27887         gl_GETADDRINFO.
27888         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
27889         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
27890         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
27891
27892 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
27893
27894         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
27895         Don't use 'exit'; just return from 'main'.
27896         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
27897
27898         * lib/fnmatch_.h: Readjust white space and comments to match
27899         glibc, to avoid spurious diffs.
27900
27901 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27902
27903         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
27904         2004-12-01 change by Jakub Jelinek, since this code won't compile
27905         if !LIBC.  Problem reported by Bob Proulx.
27906
27907 2007-01-23  Bruno Haible  <bruno@clisp.org>
27908
27909         * lib/striconveh.c: Include c-strcaseeq.h.
27910         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
27911         * modules/striconveh (Depends-on): Add c-strcaseeq.
27912
27913 2007-01-23  Bruno Haible  <bruno@clisp.org>
27914
27915         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
27916
27917         * modules/c-strcaseeq: New file.
27918         * lib/c-strcaseeq.h: New file.
27919
27920         * modules/streq: New file.
27921         * lib/streq.h: New file.
27922
27923 2007-01-23  Bruno Haible  <bruno@clisp.org>
27924
27925         * modules/striconveha-tests: New file.
27926         * tests/test-striconveha.c: New file.
27927
27928         * lib/striconveha.h: Include <stdbool.h>.
27929         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
27930         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
27931         (mem_iconveha_notranslit): Renamed from mem_iconveha.
27932         (mem_iconveha): New function.
27933         (str_iconveha_notranslit): Renamed from str_iconveha.
27934         (str_iconveha): New function.
27935         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
27936         c-strcase.
27937
27938 2007-01-23  Bruno Haible  <bruno@clisp.org>
27939
27940         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
27941         encodings without forgiving before trying any encoding with handler.
27942         (str_iconveha): Try all encodings without forgiving before trying any
27943         encoding with handler.
27944
27945 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27946
27947         Import the following changes from libc.
27948
27949         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27950
27951         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
27952
27953         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
27954
27955         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
27956         normal_bracket label.
27957
27958         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
27959
27960         [BZ #361]
27961         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
27962         to normal_bracket after fetching the next character.
27963
27964 2007-01-22  Bruno Haible  <bruno@clisp.org>
27965
27966         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
27967         argument.
27968         * lib/striconveh.c (iconv_carefully_1): New function.
27969         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
27970         argument.
27971         (str_cd_iconveh): Update.
27972         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
27973         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
27974         * tests/test-striconveh.c (MAGIC): New macro.
27975         (new_offsets): New function.
27976         (main): Test call with and without offsets.
27977
27978 2007-01-22  Bruno Haible  <bruno@clisp.org>
27979
27980         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
27981         * modules/sys_select (Makefile.am): Likewise.
27982         * modules/sys_socket (Makefile.am): Likewise.
27983         * modules/sys_time (Makefile.am): Likewise.
27984
27985 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27986
27987         * modules/gettimeofday (License): Change from GPL to LGPL, since
27988         gettimeofday is a library function.
27989
27990 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27991
27992         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
27993
27994 2007-01-21  Bruno Haible  <bruno@clisp.org>
27995
27996         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
27997
27998 2007-01-21  Bruno Haible  <bruno@clisp.org>
27999
28000         * modules/striconveha: New file.
28001         * lib/striconveha.h: New file.
28002         * lib/striconveha.c: New file.
28003         * MODULES.html.sh (Internationalization functions): Add striconveha.
28004         * lib/striconv.c (str_iconv): Optimize the case of an empty input
28005         string.
28006         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
28007
28008 2007-01-21  Bruno Haible  <bruno@clisp.org>
28009
28010         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
28011         * lib/striconveh.c (str_iconveh): Likewise.
28012
28013 2007-01-21  Bruno Haible  <bruno@clisp.org>
28014
28015         * lib/striconveh.h (mem_iconveh): New declaration.
28016         * lib/striconveh.c (mem_iconveh): New function.
28017         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
28018
28019 2007-01-21  Bruno Haible  <bruno@clisp.org>
28020
28021         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
28022
28023         * lib/striconveh.h (mem_cd_iconveh): Change specification.
28024         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
28025         original result buffer.
28026         (str_cd_iconveh): Update.
28027         * tests/test-striconveh.c (main): Update.
28028
28029         * lib/striconv.h (mem_cd_iconv): Change specification.
28030         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
28031         result buffer.
28032         (str_cd_iconv): Update.
28033         * tests/test-striconv.c (main): Update.
28034
28035 2007-01-21  Bruno Haible  <bruno@clisp.org>
28036
28037         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
28038
28039 2007-01-20  Jim Meyering  <jim@meyering.net>
28040
28041         * lib/userspec.c (parse_with_separator): If a user or group string
28042         starts with "+", skip the corresponding name-to-ID look-up, since
28043         such a look-up must fail: user and group names may not include "+".
28044
28045 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28046
28047         * lib/poll.c: Include sys/time.h and time.h unconditionally,
28048         since we now assume the sys_time module.
28049         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
28050         check for sys/time.h; no longer needed.
28051         * modules/poll (Depends-on): Depend on sys_time.
28052
28053 2007-01-18  Bruno Haible  <bruno@clisp.org>
28054
28055         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
28056         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
28057
28058         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
28059         gettimeofday.
28060
28061         * tests/test-gettimeofday.c: Include <time.h>.
28062         (dummy): Remove variable.
28063
28064         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
28065         gl_HEADER_SYS_TIME_H.
28066         (gl_HEADER_SYS_TIME_H): New macro.
28067
28068         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
28069         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28070         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
28071         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
28072         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28073         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
28074         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
28075         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28076         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
28077         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
28078         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28079
28080         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
28081         last change; it caused a compilation error when cross-compiling to
28082         Cygwin.
28083
28084 2007-01-18  Jim Meyering  <jim@meyering.net>
28085
28086         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
28087         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
28088         than the race-prone "test -d sys || mkdir sys".
28089         (configure.ac): Use AC_PROG_MKDIR_P.
28090         * modules/sys_select: Likewise.
28091         * modules/sys_socket: Likewise.
28092         * modules/sys_time: Likewise.
28093
28094 2007-01-18  Eric Blake  <ebb9@byu.net>
28095
28096         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
28097         replace gettimeofday.
28098         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
28099         name, to avoid infinite recursion.
28100
28101 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
28102
28103         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
28104         module sys_time.
28105         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
28106         assume timespec.h defines struct timeval.
28107         * lib/settime.c: Likewise.
28108         * lib/utimens.c: Likewise.
28109         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
28110         since we now assume the gettimeofday module.
28111         * lib/tempname.c (__gen_tempname): Likewise.
28112         * lib/gettimeofday.h: Remove.
28113         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
28114         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
28115         Include <time.h>, for 'time()'.
28116         (localtime_buffer_addr): Also use this workaround if
28117         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
28118         to simplify the uses.  All uses changed.
28119         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
28120         that #undef is inside {}, and 'const' follows type name consistently.
28121         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
28122         (gettimeofday): Do not use the maximum possible value for
28123         tv->tv_usec, since that might break usages other than ls.c.
28124         Instead, we'll leave ls.c alone.  This undoes today's patch
28125         by Bruno.  Add a compile-time warning for 1s-clock resolution;
28126         we've never observed the problem but might as well keep the
28127         canary.
28128         * lib/nanosleep.c: Include timespec.h first, for interface check.
28129         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
28130         now assume the sys_time module.
28131         * lib/tempname.c: Likewise.
28132         * lib/timespec.h: Likewise.
28133         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
28134         needed.
28135         * lib/strftime.c: Likewise.
28136         * lib/timespec.h: Likewise.
28137         * lib/posixtm.c: Include posixtm.h first, for interface check.
28138         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
28139         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
28140         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
28141         * lib/sys_time_.h: New file.
28142         * lib/timespec.h (struct timespec): Use long int, not long.
28143         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
28144         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
28145         Remove obsolescent call to AC_HEADER_TIME.
28146         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
28147         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28148         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
28149         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
28150         Likewise.
28151         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
28152         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
28153         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
28154         into the sys_time module.  Check for gettimeofday just once.
28155         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
28156         for gettimeofday signature to just check the signature.  Merely
28157         compile it, since linking doesn't test signature.  Improve test for
28158         whether gettimeofday.o is actually needed.
28159         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
28160         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
28161         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
28162         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28163         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
28164         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
28165         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
28166         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
28167         than worrying about sys/time.h.
28168         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28169         Don't bother worrying about TIME_WITH_SYS_TIME.
28170         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
28171         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
28172         * m4/sys_time_h.m4: New file.
28173         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
28174         Don't include sys/time.h.  Return from main rather than exiting.
28175         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
28176         all uses changed.
28177         * modules/gethrxtime (Depends-on): Add sys_time.
28178         * modules/gettime (Depends-on): Likewise.
28179         * modules/gettimeofday (Depends-on): Likewise.
28180         * modules/nanosleep (Depends-on): Likewise.
28181         * modules/settime (Depends-on): Likewise.
28182         * modules/tempname (Depends-on): Likewise.
28183         * modules/utimens (Depends-on): Likewise.
28184         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
28185         (Include:) Change back to <sys/time.h>.
28186         (Maintainer:) Add self.
28187         * modules/sys_time: New file.
28188         * modules/tempname (Depends-on): Add gettimeofday.
28189         * tests/test-gettimeofday.c: Include <sys/time.h>
28190         rather than gettimeofday.h.
28191
28192 2007-01-17  Bruno Haible  <bruno@clisp.org>
28193
28194         * gnulib-tool (func_get_license): Revert last patch. Instead, let
28195         the license default to GPL.
28196         (func_create_testdir): Don't complain if a module is LGPL and its
28197         tests module depends on GPLed modules.
28198
28199 2007-01-17  Bruno Haible  <bruno@clisp.org>
28200
28201         * lib/gettimeofday.c (gettimeofday): Add code for the case
28202         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
28203         maximum possible value for tv->tv_usec, rather than the minimum one.
28204
28205 2005-10-08  Martin Lambers  <marlam@marlam.de>
28206 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
28207 2007-01-16  Bruno Haible  <bruno@clisp.org>
28208
28209         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
28210         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
28211         gl_FUNC_GETTIMEOFDAY.
28212         (Include): Add gettimeofday.h.
28213         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
28214         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
28215         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
28216         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
28217         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
28218         * lib/gettimeofday.h: New file.
28219         * lib/gettimeofday.c: Include <sys/timeb.h>.
28220         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
28221         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28222         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
28223         fall back on time().
28224
28225         * tests/test-gettimeofday.c: New file.
28226         * modules/gettimeofday-tests: New file.
28227
28228 2007-01-16  Eric Blake  <ebb9@byu.net>
28229
28230         * modules/fnmatch (Depends-on): Depend on wchar.
28231         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
28232         * m4/fnmatch.m4: Likewise.
28233         * modules/mbchar (Makefile.am): Assume <wchar.h>.
28234         * m4/mbchar.m4: Likewise.
28235         * modules/mbswidth (Depends-on): Depend on wchar.
28236         * lib/mbswidth.c: Assume <wchar.h>.
28237         * m4/mbswidth.m4: Likewise.
28238         * modules/quotearg (Depends-on): Depend on wchar.
28239         * lib/quotearg.c: Assume <wchar.h>.
28240         * m4/quotearg.m4: Likewise.
28241         * modules/regex (Depends-on): Depend on wchar.
28242         * lib/regex_internal.h: Assume <wchar.h>.
28243         * m4/regex.m4: Likewise.
28244         * modules/stdint (Depends-on): Depend on wchar.
28245         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
28246         * m4/stdint.m4: Likewise.
28247         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
28248         * modules/strftime (Depends-on): Depend on wchar.
28249         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
28250         * modules/strtol (Depends-on): Depend on wchar.
28251         * lib/strtol.c: Assume <wchar.h>.
28252         * modules/wcwidth (Depends-on): Depend on wchar.
28253         * lib/wcwidth.h: Assume <wchar.h>.
28254         * m4/wcwidth.m4: Likewise.
28255
28256 2007-01-16  Bruno Haible  <bruno@clisp.org>
28257
28258         * modules/csharpexec-script: New, created from...
28259         * modules/csharpexec: ... this.
28260
28261 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28262
28263         * modules/javaexec-script: New, created from...
28264         * modules/javaexec: ... this.
28265
28266 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28267
28268         * modules/poll (Dependencies): Add sys_select.
28269
28270 2007-01-15  Jim Meyering  <jim@meyering.net>
28271
28272         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
28273         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
28274         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
28275         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
28276
28277 2007-01-15  Bruno Haible  <bruno@clisp.org>
28278
28279         * modules/striconveh: New file.
28280         * lib/striconveh.h: New file.
28281         * lib/striconveh.c: New file.
28282         * MODULES.html.sh (Internationalization functions): Add striconveh.
28283
28284         * modules/striconveh-tests: New file.
28285         * tests/test-striconveh.c: New file.
28286
28287 2007-01-15  Bruno Haible  <bruno@clisp.org>
28288
28289         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
28290         not from GNU libiconv or GNU libc.
28291
28292 2007-01-15  Bruno Haible  <bruno@clisp.org>
28293
28294         * doc/gnulib-intro.texi (Copyright): Explain the different license
28295         terms for module descriptions, autoconf macros, tests, documentation.
28296
28297 2007-01-14  Bruno Haible  <bruno@clisp.org>
28298
28299         * modules/striconv-tests: New file.
28300         * tests/test-striconv.c: New file.
28301
28302 2007-01-14  Bruno Haible  <bruno@clisp.org>
28303
28304         * modules/iconv-tests: New file.
28305         * tests/test-iconv.c: New file.
28306
28307 2007-01-14  Bruno Haible  <bruno@clisp.org>
28308
28309         * gnulib-tool (func_get_license): For test modules, use the license of
28310         the main module.
28311
28312 2007-01-14  Bruno Haible  <bruno@clisp.org>
28313
28314         * modules/iconv (Include): Clarify that <iconv.h> can only be included
28315         if iconv is found to exist.
28316
28317 2007-01-14  Bruno Haible  <bruno@clisp.org>
28318
28319         * modules/c-ctype-tests: New file.
28320         * tests/test-c-ctype.c: New file.
28321
28322 2007-01-14  Bruno Haible  <bruno@clisp.org>
28323
28324         * modules/binary-io-tests: New file.
28325         * tests/test-binary-io.sh: New file.
28326         * tests/test-binary-io.c: New file.
28327
28328 2007-01-14  Bruno Haible  <bruno@clisp.org>
28329
28330         * modules/array-oset-tests: New file.
28331         * tests/test-array_oset.c: New file.
28332
28333 2007-01-14  Bruno Haible  <bruno@clisp.org>
28334
28335         * modules/array-list-tests: New file.
28336         * tests/test-array_list.c: New file.
28337
28338 2007-01-14  Bruno Haible  <bruno@clisp.org>
28339
28340         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
28341         and make.
28342         Reported by Simon Josefsson in
28343         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
28344
28345 2007-01-14  Bruno Haible  <bruno@clisp.org>
28346
28347         * modules/allocsa-tests: New file.
28348         * tests/test-allocsa.c: New file.
28349
28350 2007-01-14  Bruno Haible  <bruno@clisp.org>
28351
28352         * modules/fchdir (Depends-on): Add absolute-header.
28353         * modules/unistd (Depends-on): Likewise.
28354
28355 2006-12-30  Bruno Haible  <bruno@clisp.org>
28356
28357         * modules/fchdir: New file.
28358         * modules/unistd (Files): Add lib/unistd_.h.
28359         (Makefile.am): Generate unistd.h from unistd_.h.
28360         * lib/fchdir.c: New file.
28361         * lib/dirent_.h: New file.
28362         * lib/unistd_.h: New file.
28363         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
28364         * m4/fchdir.m4: New file.
28365         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
28366         (gl_HEADER_UNISTD): Invoke it.
28367         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
28368         function.
28369         * lib/backupfile.c (opendir, closedir): Undefine.
28370         * lib/chown.c (open, close): Undefine.
28371         * lib/clean-temp.c (open, close): Undefine.
28372         * lib/copy-file.c (open, close): Undefine.
28373         * lib/execute.c (open, close): Undefine.
28374         * lib/fsusage.c (open, close): Undefine.
28375         * lib/gc-gnulib.c (open, close): Undefine.
28376         * lib/getcwd.c (opendir, closedir): Undefine.
28377         * lib/glob.c (opendir, closedir): Undefine.
28378         * lib/javacomp.c (open, close): Undefine.
28379         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
28380         * lib/openat-proc.c (open, close): Undefine.
28381         * lib/pagealign_alloc.c (open, close): Undefine.
28382         * lib/pipe.c (open, close): Undefine.
28383         * lib/progreloc.c (open, close): Undefine.
28384         * lib/savedir.c (opendir, closedir): Undefine.
28385         * lib/utime.c (open, close): Undefine.
28386         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
28387
28388 2007-01-10  Bruno Haible  <bruno@clisp.org>
28389
28390         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
28391
28392 2007-01-12  Eric Blake  <ebb9@byu.net>
28393
28394         Provide a robust <wchar.h>.  Further simplifications are now
28395         possible in other modules, but not included here.
28396         * modules/wchar: New module.
28397         * m4/wchar.m4: New file.
28398         * lib/wchar_.h: Likewise.
28399         * modules/mbchar (Depends-on): Depend on wchar, as the first use
28400         of the new module.
28401         * MODULES.html.sh (Extended multibyte and wide character utilities):
28402         New section.
28403
28404 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
28405
28406         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
28407         to a reasonable default for memory allocation.
28408         (xreadlink): Don't allocate a huge buffer, to work around a buggy
28409         file system that reports garbage st_size values for symlinks.
28410         Problem reported by Liyang Hu.
28411
28412 2007-01-11  Simon Josefsson  <simon@josefsson.org>
28413
28414         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
28415         Emacs .#* auto-save files).
28416
28417 2007-01-11  Bruno Haible  <bruno@clisp.org>
28418
28419         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
28420         directory.
28421
28422 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28423
28424         Use @...@ consistently in lib/wctype_.h.
28425         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
28426         on it being set to 1 or 0.
28427         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
28428         go back to AC_SUBSTing it.
28429         * modules/wctype (Makefile.am): Undo previous change.
28430
28431 2007-01-10  Eric Blake  <ebb9@byu.net>
28432
28433         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
28434         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
28435         * modules/wctype (Makefile.am): Likewise.
28436         Reported by Chris McGuire.
28437
28438 2007-01-10  Jim Meyering  <jim@meyering.net>
28439
28440         fts.c: a small readability/maintainability improvement
28441         * lib/fts.c (fts_read): Make this code slightly more readable and
28442         maintainable by hoisting the "sp->fts_cur = p" assignments to
28443         immediately follow the statements that set P.  Derived from
28444         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
28445
28446 2007-01-10  Eric Blake  <ebb9@byu.net>
28447
28448         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
28449         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
28450         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28451         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
28452         Reported by Chris McGuire.
28453
28454 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28455
28456         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
28457         in sed script.
28458
28459 2007-01-09  Bruno Haible  <bruno@clisp.org>
28460
28461         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
28462         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
28463         variables.
28464         (func_module): Use them.
28465
28466 2007-01-09  Bruno Haible  <bruno@clisp.org>
28467
28468         * modules/unistr/base: New file.
28469         * lib/unistr.h: New file.
28470
28471         * modules/unistr/u8-to-u16: New file.
28472         * lib/unistr/u8-to-u16.c: New file.
28473
28474         * modules/unistr/u8-to-u32: New file.
28475         * lib/unistr/u8-to-u32.c: New file.
28476
28477         * modules/unistr/u16-to-u8: New file.
28478         * lib/unistr/u16-to-u8.c: New file.
28479
28480         * modules/unistr/u16-to-u32: New file.
28481         * lib/unistr/u16-to-u32.c: New file.
28482
28483         * modules/unistr/u32-to-u8: New file.
28484         * lib/unistr/u32-to-u8.c: New file.
28485
28486         * modules/unistr/u32-to-u16: New file.
28487         * lib/unistr/u32-to-u16.c: New file.
28488
28489         * modules/unistr/u8-check: New file.
28490         * modules/unistr/u16-check: New file.
28491         * modules/unistr/u32-check: New file.
28492         * lib/unistr/u8-check.c: New file.
28493         * lib/unistr/u16-check.c: New file.
28494         * lib/unistr/u32-check.c: New file.
28495
28496         * modules/unistr/u8-chr: New file.
28497         * modules/unistr/u16-chr: New file.
28498         * modules/unistr/u32-chr: New file.
28499         * lib/unistr/u8-chr.c: New file.
28500         * lib/unistr/u16-chr.c: New file.
28501         * lib/unistr/u32-chr.c: New file.
28502
28503         * modules/unistr/u8-cmp: New file.
28504         * modules/unistr/u16-cmp: New file.
28505         * modules/unistr/u32-cmp: New file.
28506         * lib/unistr/u8-cmp.c: New file.
28507         * lib/unistr/u16-cmp.c: New file.
28508         * lib/unistr/u32-cmp.c: New file.
28509
28510         * modules/unistr/u8-cpy: New file.
28511         * modules/unistr/u16-cpy: New file.
28512         * modules/unistr/u32-cpy: New file.
28513         * lib/unistr/u8-cpy.c: New file.
28514         * lib/unistr/u16-cpy.c: New file.
28515         * lib/unistr/u32-cpy.c: New file.
28516         * lib/unistr/u-cpy.h: New file.
28517
28518         * modules/unistr/u8-cpy-alloc: New file.
28519         * modules/unistr/u16-cpy-alloc: New file.
28520         * modules/unistr/u32-cpy-alloc: New file.
28521         * lib/unistr/u8-cpy-alloc.c: New file.
28522         * lib/unistr/u16-cpy-alloc.c: New file.
28523         * lib/unistr/u32-cpy-alloc.c: New file.
28524         * lib/unistr/u-cpy-alloc.h: New file.
28525
28526         * modules/unistr/u8-endswith: New file.
28527         * modules/unistr/u16-endswith: New file.
28528         * modules/unistr/u32-endswith: New file.
28529         * lib/unistr/u8-endswith.c: New file.
28530         * lib/unistr/u16-endswith.c: New file.
28531         * lib/unistr/u32-endswith.c: New file.
28532         * lib/unistr/u-endswith.h: New file.
28533
28534         * modules/unistr/u8-mblen: New file.
28535         * modules/unistr/u16-mblen: New file.
28536         * modules/unistr/u32-mblen: New file.
28537         * lib/unistr/u8-mblen.c: New file.
28538         * lib/unistr/u16-mblen.c: New file.
28539         * lib/unistr/u32-mblen.c: New file.
28540
28541         * modules/unistr/u8-mbtouc: New file.
28542         * modules/unistr/u16-mbtouc: New file.
28543         * modules/unistr/u32-mbtouc: New file.
28544         * lib/unistr/u8-mbtouc.c: New file.
28545         * lib/unistr/u16-mbtouc.c: New file.
28546         * lib/unistr/u32-mbtouc.c: New file.
28547
28548         * modules/unistr/u8-mbtouc-safe: New file.
28549         * modules/unistr/u16-mbtouc-safe: New file.
28550         * modules/unistr/u32-mbtouc-safe: New file.
28551         * lib/unistr/u8-mbtouc-safe.c: New file.
28552         * lib/unistr/u16-mbtouc-safe.c: New file.
28553         * lib/unistr/u32-mbtouc-safe.c: New file.
28554
28555         * modules/unistr/u8-move: New file.
28556         * modules/unistr/u16-move: New file.
28557         * modules/unistr/u32-move: New file.
28558         * lib/unistr/u8-move.c: New file.
28559         * lib/unistr/u16-move.c: New file.
28560         * lib/unistr/u32-move.c: New file.
28561         * lib/unistr/u-move.h: New file.
28562
28563         * modules/unistr/u8-next: New file.
28564         * modules/unistr/u16-next: New file.
28565         * modules/unistr/u32-next: New file.
28566         * lib/unistr/u8-next.c: New file.
28567         * lib/unistr/u16-next.c: New file.
28568         * lib/unistr/u32-next.c: New file.
28569
28570         * modules/unistr/u8-prev: New file.
28571         * modules/unistr/u16-prev: New file.
28572         * modules/unistr/u32-prev: New file.
28573         * lib/unistr/u8-prev.c: New file.
28574         * lib/unistr/u16-prev.c: New file.
28575         * lib/unistr/u32-prev.c: New file.
28576
28577         * modules/unistr/u8-set: New file.
28578         * modules/unistr/u16-set: New file.
28579         * modules/unistr/u32-set: New file.
28580         * lib/unistr/u8-set.c: New file.
28581         * lib/unistr/u16-set.c: New file.
28582         * lib/unistr/u32-set.c: New file.
28583         * lib/unistr/u-set.h: New file.
28584
28585         * modules/unistr/u8-startswith: New file.
28586         * modules/unistr/u16-startswith: New file.
28587         * modules/unistr/u32-startswith: New file.
28588         * lib/unistr/u8-startswith.c: New file.
28589         * lib/unistr/u16-startswith.c: New file.
28590         * lib/unistr/u32-startswith.c: New file.
28591         * lib/unistr/u-startswith.h: New file.
28592
28593         * modules/unistr/u8-stpcpy: New file.
28594         * modules/unistr/u16-stpcpy: New file.
28595         * modules/unistr/u32-stpcpy: New file.
28596         * lib/unistr/u8-stpcpy.c: New file.
28597         * lib/unistr/u16-stpcpy.c: New file.
28598         * lib/unistr/u32-stpcpy.c: New file.
28599         * lib/unistr/u-stpcpy.h: New file.
28600
28601         * modules/unistr/u8-stpncpy: New file.
28602         * modules/unistr/u16-stpncpy: New file.
28603         * modules/unistr/u32-stpncpy: New file.
28604         * lib/unistr/u8-stpncpy.c: New file.
28605         * lib/unistr/u16-stpncpy.c: New file.
28606         * lib/unistr/u32-stpncpy.c: New file.
28607         * lib/unistr/u-stpncpy.h: New file.
28608
28609         * modules/unistr/u8-strcat: New file.
28610         * modules/unistr/u16-strcat: New file.
28611         * modules/unistr/u32-strcat: New file.
28612         * lib/unistr/u8-strcat.c: New file.
28613         * lib/unistr/u16-strcat.c: New file.
28614         * lib/unistr/u32-strcat.c: New file.
28615         * lib/unistr/u-strcat.h: New file.
28616
28617         * modules/unistr/u8-strchr: New file.
28618         * modules/unistr/u16-strchr: New file.
28619         * modules/unistr/u32-strchr: New file.
28620         * lib/unistr/u8-strchr.c: New file.
28621         * lib/unistr/u16-strchr.c: New file.
28622         * lib/unistr/u32-strchr.c: New file.
28623
28624         * modules/unistr/u8-strcmp: New file.
28625         * modules/unistr/u16-strcmp: New file.
28626         * modules/unistr/u32-strcmp: New file.
28627         * lib/unistr/u8-strcmp.c: New file.
28628         * lib/unistr/u16-strcmp.c: New file.
28629         * lib/unistr/u32-strcmp.c: New file.
28630
28631         * modules/unistr/u8-strcpy: New file.
28632         * modules/unistr/u16-strcpy: New file.
28633         * modules/unistr/u32-strcpy: New file.
28634         * lib/unistr/u8-strcpy.c: New file.
28635         * lib/unistr/u16-strcpy.c: New file.
28636         * lib/unistr/u32-strcpy.c: New file.
28637         * lib/unistr/u-strcpy.h: New file.
28638
28639         * modules/unistr/u8-strcspn: New file.
28640         * modules/unistr/u16-strcspn: New file.
28641         * modules/unistr/u32-strcspn: New file.
28642         * lib/unistr/u8-strcspn.c: New file.
28643         * lib/unistr/u16-strcspn.c: New file.
28644         * lib/unistr/u32-strcspn.c: New file.
28645         * lib/unistr/u-strcspn.h: New file.
28646
28647         * modules/unistr/u8-strdup: New file.
28648         * modules/unistr/u16-strdup: New file.
28649         * modules/unistr/u32-strdup: New file.
28650         * lib/unistr/u8-strdup.c: New file.
28651         * lib/unistr/u16-strdup.c: New file.
28652         * lib/unistr/u32-strdup.c: New file.
28653         * lib/unistr/u-strdup.h: New file.
28654
28655         * modules/unistr/u8-strlen: New file.
28656         * modules/unistr/u16-strlen: New file.
28657         * modules/unistr/u32-strlen: New file.
28658         * lib/unistr/u8-strlen.c: New file.
28659         * lib/unistr/u16-strlen.c: New file.
28660         * lib/unistr/u32-strlen.c: New file.
28661         * lib/unistr/u-strlen.h: New file.
28662
28663         * modules/unistr/u8-strmblen: New file.
28664         * modules/unistr/u16-strmblen: New file.
28665         * modules/unistr/u32-strmblen: New file.
28666         * lib/unistr/u8-strmblen.c: New file.
28667         * lib/unistr/u16-strmblen.c: New file.
28668         * lib/unistr/u32-strmblen.c: New file.
28669
28670         * modules/unistr/u8-strmbtouc: New file.
28671         * modules/unistr/u16-strmbtouc: New file.
28672         * modules/unistr/u32-strmbtouc: New file.
28673         * lib/unistr/u8-strmbtouc.c: New file.
28674         * lib/unistr/u16-strmbtouc.c: New file.
28675         * lib/unistr/u32-strmbtouc.c: New file.
28676
28677         * modules/unistr/u8-strncat: New file.
28678         * modules/unistr/u16-strncat: New file.
28679         * modules/unistr/u32-strncat: New file.
28680         * lib/unistr/u8-strncat.c: New file.
28681         * lib/unistr/u16-strncat.c: New file.
28682         * lib/unistr/u32-strncat.c: New file.
28683         * lib/unistr/u-strncat.h: New file.
28684
28685         * modules/unistr/u8-strncmp: New file.
28686         * modules/unistr/u16-strncmp: New file.
28687         * modules/unistr/u32-strncmp: New file.
28688         * lib/unistr/u8-strncmp.c: New file.
28689         * lib/unistr/u16-strncmp.c: New file.
28690         * lib/unistr/u32-strncmp.c: New file.
28691
28692         * modules/unistr/u8-strncpy: New file.
28693         * modules/unistr/u16-strncpy: New file.
28694         * modules/unistr/u32-strncpy: New file.
28695         * lib/unistr/u8-strncpy.c: New file.
28696         * lib/unistr/u16-strncpy.c: New file.
28697         * lib/unistr/u32-strncpy.c: New file.
28698         * lib/unistr/u-strncpy.h: New file.
28699
28700         * modules/unistr/u8-strnlen: New file.
28701         * modules/unistr/u16-strnlen: New file.
28702         * modules/unistr/u32-strnlen: New file.
28703         * lib/unistr/u8-strnlen.c: New file.
28704         * lib/unistr/u16-strnlen.c: New file.
28705         * lib/unistr/u32-strnlen.c: New file.
28706         * lib/unistr/u-strnlen.h: New file.
28707
28708         * modules/unistr/u8-strpbrk: New file.
28709         * modules/unistr/u16-strpbrk: New file.
28710         * modules/unistr/u32-strpbrk: New file.
28711         * lib/unistr/u8-strpbrk.c: New file.
28712         * lib/unistr/u16-strpbrk.c: New file.
28713         * lib/unistr/u32-strpbrk.c: New file.
28714         * lib/unistr/u-strpbrk.h: New file.
28715
28716         * modules/unistr/u8-strrchr: New file.
28717         * modules/unistr/u16-strrchr: New file.
28718         * modules/unistr/u32-strrchr: New file.
28719         * lib/unistr/u8-strrchr.c: New file.
28720         * lib/unistr/u16-strrchr.c: New file.
28721         * lib/unistr/u32-strrchr.c: New file.
28722
28723         * modules/unistr/u8-strspn: New file.
28724         * modules/unistr/u16-strspn: New file.
28725         * modules/unistr/u32-strspn: New file.
28726         * lib/unistr/u8-strspn.c: New file.
28727         * lib/unistr/u16-strspn.c: New file.
28728         * lib/unistr/u32-strspn.c: New file.
28729         * lib/unistr/u-strspn.h: New file.
28730
28731         * modules/unistr/u8-strstr: New file.
28732         * modules/unistr/u16-strstr: New file.
28733         * modules/unistr/u32-strstr: New file.
28734         * lib/unistr/u8-strstr.c: New file.
28735         * lib/unistr/u16-strstr.c: New file.
28736         * lib/unistr/u32-strstr.c: New file.
28737         * lib/unistr/u-strstr.h: New file.
28738
28739         * modules/unistr/u8-strtok: New file.
28740         * modules/unistr/u16-strtok: New file.
28741         * modules/unistr/u32-strtok: New file.
28742         * lib/unistr/u8-strtok.c: New file.
28743         * lib/unistr/u16-strtok.c: New file.
28744         * lib/unistr/u32-strtok.c: New file.
28745         * lib/unistr/u-strtok.h: New file.
28746
28747         * modules/unistr/u8-uctomb: New file.
28748         * modules/unistr/u16-uctomb: New file.
28749         * modules/unistr/u32-uctomb: New file.
28750         * lib/unistr/u8-uctomb.c: New file.
28751         * lib/unistr/u16-uctomb.c: New file.
28752         * lib/unistr/u32-uctomb.c: New file.
28753
28754         * MODULES.html.sh (Unicode string functions): Add the new modules.
28755
28756 2007-01-08  Bruno Haible  <bruno@clisp.org>
28757
28758         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
28759         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
28760         subdirectories.
28761
28762 2007-01-08  Karl Berry  <karl@gnu.org>
28763
28764         * doc/error.texi: mention that main() fns must set program_name
28765         when progname is used.
28766
28767 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
28768
28769         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
28770         WCTYPE_H is empty, for the benefit of builds from non-distclean
28771         directories.  Problem reported by Eric Blake in
28772         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
28773
28774 2007-01-08  Bruno Haible  <bruno@clisp.org>
28775
28776         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
28777         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
28778         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
28779         PROVIDE_CANONICALIZE_FILENAME_MODE.
28780         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
28781
28782 2007-01-08  Bruno Haible  <bruno@clisp.org>
28783
28784         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
28785         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
28786         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
28787         * lib/fts.c: Likewise.
28788         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
28789
28790 2006-12-25  Bruno Haible  <bruno@clisp.org>
28791
28792         * modules/utf8-ucs4-safe: New file.
28793         * lib/utf8-ucs4-safe.h: New file.
28794         * lib/unistr/utf8-ucs4-safe.c: New file.
28795
28796         * modules/utf16-ucs4-safe: New file.
28797         * lib/utf16-ucs4-safe.h: New file.
28798         * lib/unistr/utf16-ucs4-safe.c: New file.
28799
28800         * MODULES.html.sh (Unicode string functions): Add the new modules.
28801
28802 2007-01-08  Bruno Haible  <bruno@clisp.org>
28803
28804         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
28805         (Depends-on): Add unitypes.
28806         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
28807         (u8_mbtouc_aux): Move out to separate file.
28808         (u8_mbtouc): Use ucs4_t, uint8_t types.
28809         * lib/unistr/utf8-ucs4.c: New file.
28810
28811         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
28812         (Depends-on): Add unitypes.
28813         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
28814         (u16_mbtouc_aux): Move out to separate file.
28815         (u16_mbtouc): Use ucs4_t, uint16_t types.
28816         * lib/unistr/utf16-ucs4.c: New file.
28817
28818         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
28819         (Depends-on): Add unitypes.
28820         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
28821         (u8_uctomb_aux): Move out to separate file.
28822         (u8_uctomb): Use ucs4_t, uint8_t types.
28823         * lib/unistr/ucs4-utf8.c: New file.
28824
28825         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
28826         (Depends-on): Add unitypes.
28827         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
28828         (u16_uctomb_aux): Move out to separate file.
28829         (u16_uctomb): Use ucs4_t, uint16_t types.
28830         * lib/unistr/ucs4-utf16.c: New file.
28831
28832 2006-12-25  Bruno Haible  <bruno@clisp.org>
28833
28834         * modules/unitypes: New file.
28835         * lib/unitypes.h: New file.
28836         * MODULES.html.sh (func_all_modules): New section "Unicode string
28837         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
28838         this section. Add unitypes.
28839
28840 2007-01-08  Bruno Haible  <bruno@clisp.org>
28841
28842         Avoid variable names that conflict with those from libtool.
28843         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
28844         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
28845         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
28846         library_names_spec to acl_library_names_spec, hardcode_* to
28847         acl_hardcode_*.
28848         Reported by Ralf Wildenhues.
28849
28850 2007-01-08  Bruno Haible  <bruno@clisp.org>
28851
28852         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
28853         definition.
28854         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
28855         definition.
28856         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
28857         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
28858         definition.
28859         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
28860         definition.
28861         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
28862         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
28863         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
28864         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
28865         definition.
28866         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
28867         definition.
28868         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
28869         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
28870         GC_USE_<algorithm>.
28871         * lib/gc-libgcrypt.c: Likewise.
28872         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
28873         * modules/gc-arctwo (configure.ac): Likewise.
28874         * modules/gc-des (configure.ac): Likewise.
28875         * modules/gc-hmac-md5 (configure.ac): Likewise.
28876         * modules/gc-hmac-sha1 (configure.ac): Likewise.
28877         * modules/gc-md2 (configure.ac): Likewise.
28878         * modules/gc-md4 (configure.ac): Likewise.
28879         * modules/gc-md5 (configure.ac): Likewise.
28880         * modules/gc-random (configure.ac): Likewise.
28881         * modules/gc-rijndael (configure.ac): Likewise.
28882         * modules/gc-sha1 (configure.ac): Likewise.
28883
28884 2007-01-08  Bruno Haible  <bruno@clisp.org>
28885
28886         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
28887         macro definition.
28888         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
28889         definition.
28890         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
28891         definition.
28892         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
28893         * modules/fcntl-safer (configure.ac): Likewise.
28894         * modules/fopen-safer (configure.ac): Likewise.
28895         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
28896         GNULIB_FWRITEERROR macro definition.
28897
28898 2007-01-08  Bruno Haible  <bruno@clisp.org>
28899
28900         * m4/gnulib-common.m4: New file.
28901         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
28902         (func_get_filelist): Add m4/gnulib-common.m4.
28903
28904 2007-01-08  Bruno Haible  <bruno@clisp.org>
28905
28906         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
28907         command.
28908
28909 2007-01-08  Jim Meyering  <jim@meyering.net>
28910
28911         Use a more robust test for a "can't happen" condition.
28912         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
28913         narrowed the st_size value.  Presuming the "can't happen" condition
28914         is true, that narrowing could conceivably convert an invalid st_size
28915         value into a valid one.  Instead, use a change based on Matthew
28916         Woehlke's original patch.
28917
28918         Slight readability improvement: use an assert-like macro
28919         in place of literal "abort ()" uses.
28920         * lib/fts.c (fts_assert): Define.
28921         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
28922         Use this macro instead of a bare 'abort'.
28923
28924 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
28925
28926         Don't worry about using IRIX 5.3's wctype.h broken definitions;
28927         simply work around them.
28928         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
28929         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
28930         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
28931         declaring.
28932         Don't bother to define as macros, since the standard doesn't require it.
28933         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
28934         longer worry about IRIX 5.3.
28935         (HAVE_WCTYPE_CTMP_BUG): Remove.
28936
28937 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28938
28939         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
28940         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
28941         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
28942         Problems reported by Georg Schwarz for IRIX 5.3.
28943
28944         * gnulib-tool (autoconf_minversion): Take the maximum version number
28945         found, not the minimum.  Problem reported by James Youngman.
28946
28947 2007-01-03  Karl Berry  <karl@gnu.org>
28948
28949         * doc/error.texi: new file, explaining interaction with progname.
28950         * doc/gnulib.texi: include it.  Update copyright.
28951
28952 2007-01-03  Simon Josefsson  <simon@josefsson.org>
28953
28954         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
28955         AC_CANONICAL_HOST, to improve autobuild outputs.
28956
28957 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
28958             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
28959
28960         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
28961         sockets, server sockets, and other file descriptors.  Count errors
28962         to compute the return value.  Reorder the code a bit to be easier
28963         to follow.  Don't set event bits that were not requested (except
28964         POLLERR and POLLHUP).
28965
28966 2007-01-01  Bruno Haible  <bruno@clisp.org>
28967
28968         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
28969
28970 2007-01-03  Jim Meyering  <jim@meyering.net>
28971
28972         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
28973
28974 2007-01-02  Bruno Haible  <bruno@clisp.org>
28975
28976         * modules/settime (Include): Require timespec.h.
28977         * modules/nanosleep (Include): Likewise.
28978
28979 2007-01-01  Bruno Haible  <bruno@clisp.org>
28980
28981         * gnulib-tool (func_emit_copyright_notice): Bump year.
28982         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
28983
28984 2007-01-01  Bruno Haible  <bruno@clisp.org>
28985
28986         Improve support for OpenBSD.
28987         * build-aux/config.rpath (libname_spec): Export.
28988         (library_names_spec): New variable. Export.
28989         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
28990         library_names_spec from the config.rpath output. Locate shared library
28991         through the name pattern in library_names_spec.
28992
28993 2007-01-01  Eric Blake  <ebb9@byu.net>
28994
28995         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
28996
28997 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
28998
28999         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
29000         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
29001         assume the C locale, and avoid an "eval" that could cause trouble.
29002         Problem with SORT reported by Bob Proulx.
29003
29004         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
29005         Define.  Trivial patch from Henning Nielsen Lund, originally
29006         sent to bug-grep@gnu.org today.
29007
29008 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29009
29010         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
29011         struct stat.  Problem reported by Henning Nielsen Lund.
29012         * lib/acl.c: Include acl.h first, to check interface.  Don't
29013         bother to include sys/types.h and sys/stat.h again.
29014
29015 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29016
29017         Import the following change from libc; problem reported by
29018         Sven Verdoolaege.
29019
29020         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
29021
29022         [BZ #1373]
29023         * lib/argp.h: Remove __NTH for __argp_usage inline function.
29024
29025 2006-12-28  Jim Meyering  <jim@meyering.net>
29026
29027         * build-aux/announce-gen: Do not assume that the package
29028         builds any of tar.gz, tar.bz2, and .xdelta files.
29029         Suggestion from Simon Josefsson.
29030
29031 2006-12-28  Simon Josefsson  <simon@josefsson.org>
29032
29033         * modules/announce-gen: New file.
29034
29035 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
29036
29037         * lib/mbchar.h: Just include <wctype.h>; the wctype module
29038         handles its gotchas now.
29039         * lib/mbswidth.c: Likewise.
29040         * lib/wcwidth.h: Likewise.
29041         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
29042         and iswcntrl; the wctype module does this stuff now.
29043         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
29044         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
29045         * modules/mbchar (Depends-on): Add wctype.
29046         * modules/mbswidth (Depends-on): Likewise.
29047         * modules/wcwidth (Depends-on): Likewise.
29048
29049 2006-12-27  Eric Blake  <ebb9@byu.net>
29050
29051         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
29052         module uses more than what <wctype.h> is required to provide.
29053
29054 2006-12-26  Eric Blake  <ebb9@byu.net>
29055
29056         * gnulib-tool (sed_extract_prog): Avoid space-tab.
29057
29058 2006-12-26  Eric Blake  <ebb9@byu.net>
29059
29060         * modules/absolute-header: New module.
29061         * modules/fcntl (Depends-on): Depend on it.
29062         * modules/inttypes (Depends-on): Likewise.
29063         * modules/stdint (Depends-on): Likewise.
29064         * modules/sys_stat (Depends-on): Likewise.
29065         * modules/wctype (Depends-on): Likewise.
29066         * MODULES.html.sh (Support for building libraries and
29067         executables): Document it.
29068
29069 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29070
29071         * gnulib-tool (SED): Remove, undoing previous change.
29072         The problem was that it broke coreutils on Solaris, because
29073         "sed --posix" leaked into a makefile.
29074         (sed): New alias, if 'alias' and GNU sed.
29075
29076 2006-12-24  Jim Meyering  <jim@meyering.net>
29077
29078         Work around an fchownat bug in glibc-2.4:
29079         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
29080         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
29081         in spite of the -P option.
29082         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
29083         New macros.
29084         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
29085         * modules/openat (Files): Add lib/fchownat.c.
29086         * lib/openat.c (fchownat): Don't define here.  Move to...
29087         * lib/fchownat.c: ...this new file.
29088
29089 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29090
29091         Fix bug reported by Bruno Haible in
29092         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
29093         where quotearg.c didn't compile on Mac OS X 10.2 because it
29094         lacks <wchar.h> and wint_t.
29095         * lib/wctype_.h (__wctype_wint_t): New type.
29096         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
29097         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
29098         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
29099         Arg is now of type __wctype_wint_t, not wint_t.
29100         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
29101         substitute HAVE_WINT_T.
29102         * modules/wctype (Files): Add m4/wint_t.m4.
29103         (wctype.h): Substitute HAVE_WINT_T.
29104
29105 2006-12-23  Bruno Haible  <bruno@clisp.org>
29106
29107         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
29108
29109 2006-12-23  Bruno Haible  <bruno@clisp.org>
29110
29111         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
29112         S_ISLNK.
29113         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
29114         mingw.
29115
29116 2006-12-22  Bruno Haible  <bruno@clisp.org>
29117
29118         * lib/copy-file.c: Include acl.h.
29119         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
29120         Close the file descriptors only after being done with copy_acl.
29121         * modules/copy-file (Depends-on): Add acl.
29122
29123 2006-12-22  Bruno Haible  <bruno@clisp.org>
29124
29125         * gnulib-tool (SED): New variable.
29126         Use $SED instead of sed everywhere.
29127
29128 2006-12-22  Bruno Haible  <bruno@clisp.org>
29129
29130         * modules/no-c++: New file.
29131         * m4/no-c++.m4: New file.
29132         * MODULES.html.sh (Support for building libraries and executables):
29133         Add no-c++.
29134
29135 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
29136
29137         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
29138         Include <limits.h>, and use its INT_MAX to rewrite the
29139         j loop so that it does not overflow 'int'.  Problem reported by
29140         Ralf Wildenhues in
29141         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
29142         Play it safe by shifting left by 1 rather than multiplying by 2,
29143         as GCC is less likely to optimize this away when the value
29144         is signed (when it assumes overflow leads to undefined behavior).
29145         Also, don't assume time_t uses two's complement.
29146
29147 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
29148
29149         * MODULES.html.sh: New module wctype.
29150         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
29151         * lib/fnmatch.c: Don't bother to include <wchar.h> before
29152         <wctype.h>, since the new wctype module should fix this.
29153         * lib/quotearg.c: Include <wctype.h> unconditionally, since
29154         the wctype module should arrange for it.
29155         * lib/regex_internal.h: Likewise.
29156         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
29157         since the wctype module should handle this now.
29158         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
29159         * modules/fnmatch (Depends-on): Add wctype.
29160         * modules/quotearg (Depends-on): Likewise.
29161         * modules/regex (Depends-on): Likewise.
29162
29163 2006-12-19  Bruno Haible  <bruno@clisp.org>
29164
29165         * lib/strdup.h [C++]: Wrap definitions in extern "C".
29166         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
29167
29168 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29169
29170         * modules/savewd (Depends-on): Fix dependency on fcntl.
29171
29172 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29173
29174         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
29175         conforms to C99, rather than relying on the user's environment
29176         setting of STDINT_H.
29177
29178 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29179         and Eric Blake  <ebb9@byu.net>
29180
29181         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
29182         This is more consistent with the other defines here.
29183         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
29184         Port to z/OS.  Problem reported by Paul Gilmartin.
29185         Change local vars to use gl_ prefix rather than ac_.
29186         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
29187         with other defines.
29188         * modules/double-slash-root: New module.
29189         * modules/dirname (Files): Remove m4/double-slash-root.m4.
29190         (Depends-on): Add double-slash-root.
29191         * MODULES.html.sh (File system functions): Mention new module.
29192
29193 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
29194
29195         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
29196         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
29197         This is for the benefit of gzip, which doesn't do i18n.
29198
29199 2006-12-12  Jim Meyering  <jim@meyering.net>
29200
29201         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
29202         Reported by Andreas Schwab <schwab@suse.de>.
29203
29204 2006-12-12  Bruno Haible  <bruno@clisp.org>
29205
29206         Merge these changes.
29207         2006-09-05  Bruno Haible  <bruno@clisp.org>
29208         * lib/iconvme.c (iconv_string): No need to save and restore errno when
29209         iconv_alloc succeeded.
29210         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
29211         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
29212         test for " && dest " at the end - dest is always != NULL there. Call
29213         iconv with 4xNULL arguments initially, to reset the state. Call iconv
29214         with 2xNULL arguments, also to flush the state storage. Handle the
29215         IRIX iconv behaviour. Realloc the final result, to throw away unused
29216         memory.
29217
29218 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
29219
29220         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
29221         and fchmodat unconditionally, since glibc 2.4 has them.
29222         Problem reported by Arkadiusz Miskiewicz.
29223
29224 2006-12-10  Bruno Haible  <bruno@clisp.org>
29225
29226         * gnulib-tool (func_import): Show the include files only for those
29227         modules that are copied and specified.
29228         Reported by Karl Berry.
29229
29230 2006-12-08  Jim Meyering  <jim@meyering.net>
29231
29232         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
29233         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
29234
29235         * build-aux/announce-gen: Add two new options, both optional:
29236         --bootstrap-tools=TOOL_LIST
29237               a comma-separated list of tools, e.g.,
29238               autoconf,automake,bison,gnulib
29239         --gnulib-snapshot-date=DATE
29240               if gnulib is in the bootstrap tool list,
29241               then report this as the snapshot date.
29242               If not specified, use the current date/time.
29243               If you specify a date here, be sure it's UTC.
29244
29245 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29246
29247         * tests/test-argp-2.sh: Fix test to match actual output.
29248         (func_compare): Fix sed script to be portable.
29249
29250 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
29251
29252         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
29253         workaround for this case.  It is not autoconfigured now; offhand
29254         it's hard to see how to autoconfigure it.
29255
29256 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29257
29258         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
29259         a directory that is about to be chowned.  Such a directory's
29260         initial file permissions should permit the owner only and this
29261         should not be changed until after the chown, since the group and
29262         other bits would be incorrect if they granted permission before
29263         the chown.
29264
29265         Fix porting problem for iswctype reported by Georg Schwarz in:
29266         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
29267         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
29268         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
29269         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
29270         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
29271
29272 2006-12-03  Jim Meyering  <jim@meyering.net>
29273
29274         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
29275         p->fts_statp may not yet be defined.
29276         (fts_read): Instead, set it in the caller, once p->fts_statp is
29277         sure to be defined, and corresponds to a top-level directory.
29278         This bug made du -x fail.  Here's the coreutils test case:
29279         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
29280         Reported by Mike Frysinger.
29281
29282 2006-12-01  Jim Meyering  <jim@meyering.net>
29283
29284         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
29285         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
29286         Reported by Simon Josefsson.
29287
29288 2006-11-30  Jim Meyering  <jim@meyering.net>
29289
29290         * m4/warning.m4: Use the all-permissive copyright notice
29291         recommended by RMS (rather than LGPL).
29292         * m4/vararrays.m4: Likewise.
29293         * m4/flexmember.m4: Likewise.
29294
29295 2006-11-29  Bruno Haible  <bruno@clisp.org>
29296
29297         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
29298         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
29299         using +=.
29300         Reported by Simon Josefsson <simon@josefsson.org>.
29301
29302 2006-11-28  James Youngman <jay@gnu.org>
29303
29304         * README: Advise users that they might find the bug-gnulib@gnu.org
29305         and autotools-announce@gnu.org mailing lists useful.
29306
29307 2006-11-28  Bruno Haible  <bruno@clisp.org>
29308
29309         * m4/ptrdiff_max.m4: Remove file.
29310
29311 2006-11-21  Bruno Haible  <bruno@clisp.org>
29312
29313         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
29314         _AC_COMPUTE_INT.
29315         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29316         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
29317         _AC_COMPUTE_INT.
29318         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29319         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
29320         _AC_COMPUTE_INT.
29321         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29322
29323 2006-11-28  Jim Meyering  <jim@meyering.net>
29324
29325         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
29326         warning from "gcc -Wshadow" about shadowing the builtin.
29327
29328 2006-11-27  Bruno Haible  <bruno@clisp.org>
29329
29330         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
29331         _AC_COMPUTE_INT.
29332         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29333
29334 2006-11-27  Bruno Haible  <bruno@clisp.org>
29335             Paul Eggert  <eggert@cs.ucla.edu>
29336
29337         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
29338
29339 2006-11-26  Bruno Haible  <bruno@clisp.org>
29340
29341         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
29342         noinst_LTLIBRARIES.
29343
29344 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
29345             Bruno Haible  <bruno@clisp.org>
29346
29347         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
29348         if compiling with "gcc -ansi".
29349
29350 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
29351
29352         Fix some incompatibilities with gcc -ansi -pedantic.
29353         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
29354         if compiling pedantically with GCC, unless it's C99 or later.
29355         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
29356         it mishandles gcc -ansi -pedantic as well.
29357         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
29358         if gcc -pedantic.
29359         * lib/regexec.c (check_node_accept_bytes): Don't use auto
29360         initializers for struct if -pedantic, unless it's C99 or later.
29361
29362 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
29363
29364         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
29365         Don't close an fd more than once. Identical atimes indicate
29366         success, not failure.
29367
29368 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
29369
29370         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
29371
29372 2006-11-23  Jim Meyering  <jim@meyering.net>
29373
29374         * build-aux/announce-gen: New file.  From coreutils.
29375
29376 2006-11-22  Jim Meyering  <jim@meyering.net>
29377
29378         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
29379         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
29380         (fts_read): Use a temporary to narrow the overused st_size member
29381         before using it in a switch statement.  Reported by Matthew Woehlke.
29382
29383         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
29384         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
29385
29386 2006-11-20  Bruno Haible  <bruno@clisp.org>
29387
29388         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
29389         changequote instead of pairs of brackets.
29390         Reported by Andreas Schwab <schwab@suse.de>.
29391
29392 2006-11-21  Jim Meyering  <jim@meyering.net>
29393
29394         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
29395         so as to remain compatible with older compilers.
29396         Patch from Michael Deutschmann.
29397
29398 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29399
29400         * MODULES.html.sh (File system functions): Add openat.
29401
29402         * lib/openat.h (rpl_fstatat): New macro, if
29403         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
29404         (fstatat): Define to rpl_fstatat under the same conditions,
29405         unless COMPILING_FSTATAT.
29406         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
29407         seems to have the bug.
29408         * lib/fstatat.c: New file.
29409         * modules/openat (Files): Add it.
29410
29411 2006-11-20  Bruno Haible  <bruno@clisp.org>
29412
29413         * Makefile: New file.
29414
29415 2006-11-20  Jim Meyering  <jim@meyering.net>
29416
29417         The beginnings of syntax-related checks for gnulib.
29418         * lib/Makefile: New file.
29419         * lib/t-idcache: New script.  Ensure that the two halves of
29420         idcache.c stay in sync.
29421
29422         * lib/idcache.c: Adjust comments in user- and group- portions to
29423         be more accurate, and to be consistent with one another.
29424
29425 2006-11-20  Jim Meyering  <jim@meyering.net>
29426
29427         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
29428         continue using the flexible array member (thus, this module performs
29429         half as many malloc calls), with the addition that...
29430         (getgroup, getuser): Consistently record a non-match via an empty
29431         "name" string, and map an empty string match to a NULL return value.
29432         * modules/idcache (Depends-on): Re-add flexmember.
29433
29434         * lib/idcache.c (getuser): Remove all uses of the register keyword.
29435         (getuidbyname, getgroup, getgidbyname): Likewise.
29436
29437         Use cleaner syntax: NULL rather than 0.
29438         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
29439
29440 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29441
29442         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
29443         It mishandled the case where the group was missing.
29444         Problem reported by Greg Schafer.
29445         * modules/idcache: Likewise.
29446
29447 2006-11-18  Jim Meyering  <jim@meyering.net>
29448
29449         * check-module (%exempt_header): Add exception for some
29450         conditionally-included headers.
29451
29452         * modules/i-ring (Depends-on): Add verify.
29453         (License): Change to LGPL.
29454
29455 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29456
29457         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
29458         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
29459         and inttostr.h.  Use snprintf rather than uinttostr, so that
29460         LGPLed code doesn't depend on GPLed.
29461
29462 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29463
29464         * modules/inline (License): Change from GPL to LGPL.
29465
29466 2006-11-17  Jim Meyering  <jim@meyering.net>
29467
29468         * modules/d-type (License): Switch to LGPL.
29469
29470 2006-11-15  Bruno Haible  <bruno@clisp.org>
29471
29472         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
29473
29474 2006-11-15  Eric Blake  <ebb9@byu.net>
29475
29476         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
29477         the module dependency.
29478
29479 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29480             Bruno Haible  <bruno@clisp.org>
29481
29482         * gnulib-tool (func_create_testdir): Add license consistency check.
29483
29484 2006-11-15  Eric Blake  <ebb9@byu.net>
29485
29486         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
29487         random "(cached)" in configure output.
29488
29489 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29490
29491         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
29492         test for conforming inttypes.h is both announced and cached.
29493
29494         * MODULES.html.sh (seen_modules, seen_files): New variables.
29495         (func_module): Rewrite to use a few less gnulib-tool and sed
29496         invocations.  Avoid a couple of quadratic algorithms for ...
29497         (missed_modules, missed_files): ... these, with ...
29498         (func_append, func_tmpdir): ... these new functions, from
29499         gnulib-tool.  Analogously, install traps for cleanup.
29500
29501         * tests/test-gc.c (main): Remove unused variables.
29502         * tests/test-read-file.c: Include stdlib.h, for 'free'.
29503
29504 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
29505
29506         * modules/inttostr (License): Change to LGPL.
29507
29508 2006-11-14  Eric Blake  <ebb9@byu.net>
29509
29510         * modules/tempname (License): Change to LGPL.
29511
29512 2006-11-14  Eric Blake  <ebb9@byu.net>
29513
29514         * doc/functions.texi (Function Portability): *printf functions on
29515         Cygwin now understand all POSIX size specifiers.
29516
29517 2006-11-14  Bruno Haible  <bruno@clisp.org>
29518
29519         * modules/c-ctype (License): Change to LGPL.
29520
29521 2006-11-12  Bruno Haible  <bruno@clisp.org>
29522
29523         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
29524         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
29525         for GNOME libraries, for which the include files are installed in
29526         subdirectories of $prefix/include.
29527
29528 2006-11-12  Bruno Haible  <bruno@clisp.org>
29529
29530         * m4/lib-link.m4: Require at least autoconf-2.54.
29531         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
29532         name to underscores for the --with option.
29533
29534 2006-11-13  Bruno Haible  <bruno@clisp.org>
29535
29536         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
29537         the tests directory.
29538         Reported by Ralf Wildenhues.
29539
29540 2006-11-13  Bruno Haible  <bruno@clisp.org>
29541
29542         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
29543         (func_emit_initmacro_end): Undo the override here.
29544         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
29545         Works around the famous automake error in coreutils.
29546
29547 2006-11-13  Eric Blake  <ebb9@byu.net>
29548
29549         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
29550         element, not its node.
29551
29552 2006-11-12  Bruno Haible  <bruno@clisp.org>
29553
29554         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
29555         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
29556
29557 2006-11-12  Bruno Haible  <bruno@clisp.org>
29558
29559         * gnulib-tool: New option --local-symlink.
29560         (func_usage): Document it.
29561         (lsymbolic): New variable.
29562         (func_import, func_create_testdir): If --symlink was not specified,
29563         test whether --local-symlink was specified and the file comes from
29564         the local_gnulib_dir.
29565
29566 2006-11-12  Bruno Haible  <bruno@clisp.org>
29567
29568         * gnulib-tool (func_ln): New function.
29569         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
29570
29571 2006-11-12  Bruno Haible  <bruno@clisp.org>
29572
29573         Finish support for source files in subdirectories.
29574         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
29575         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
29576         AUTOMAKE_OPTIONS.
29577         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
29578
29579 2006-11-12  Bruno Haible  <bruno@clisp.org>
29580
29581         * gnulib-tool (func_get_automake_snippet): Synthesize also an
29582         EXTRA_lib_SOURCES augmentation.
29583         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
29584
29585 2006-11-12  Jim Meyering  <jim@meyering.net>
29586
29587         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
29588         file descriptors.  This also averts a failure on systems with
29589         native openat support when a traversed directory lacks "x" access.
29590         * lib/fts_.h: Include "i-ring.h"
29591         (struct FTS) [fts_fd_ring]: New member.
29592         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
29593         (FCHDIR): Add parentheses.
29594         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
29595         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
29596         When descending, rather than simply closing the previous
29597         fts_cwd_fd value, push that file descriptor onto the ring.
29598         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
29599         (fts_open): Initialize the new fd_ring member.
29600         (fts_close): Clear the ring.
29601         (fts_safe_changedir): When possible, use our new fd_ring to skip
29602         the diropen and fstat and dev/ino comparison that would normally
29603         accompany a virtual `chdir ("..")'.
29604
29605         * modules/fts (Depends-on): Add i-ring.
29606         * modules/i-ring: New module.
29607         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
29608         * m4/i-ring.m4: New file.
29609
29610 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29611
29612         * gnulib-tool (func_create_testdir): Fix replacement of
29613         `build-aux' in configure.ac.  Run autotools in gltests
29614         subdirectory.
29615         (func_create_testdir, func_create_megatestdir, test): There is
29616         no need for '--force' in most autotool invocations in a new
29617         tree.  Actually fail the whole test if any of the tools, or the
29618         configure or make stages fail.
29619
29620         Sync from Automake.
29621         * build-aux/gnupload: Revert last change.  Add pointer to upload
29622         instructions of the GNU Maintenance Instructions.
29623         Suggestion by Karl Berry.
29624
29625 2006-11-10  Jim Meyering  <jim@meyering.net>
29626
29627         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
29628
29629 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29630
29631         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
29632         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
29633         (bind_textdomain_codeset) [! ENABLE_NLS]:
29634         Evaluate all the arguments.  That way, callers get compatible behavior
29635         if the arguments have side effects.  Also, it avoids some GCC
29636         diagnostics in some cases; Joel E. Denny reported problems when Bison
29637         was configured with --enable-gcc-warnigs.
29638
29639 2006-11-10  Jim Meyering  <jim@meyering.net>
29640
29641         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
29642         relevant options in CFLAGS (like -O, -fno-inline) are taken into
29643         account.
29644
29645 2006-11-10  Jim Meyering  <jim@meyering.net>
29646
29647         * modules/inline: New file/module.
29648         * modules/xalloc (Files): Remove m4/inline.m4.
29649         (Depends-on): Add inline, instead.
29650         * modules/oset: Likewise.
29651         * modules/list: Likewise.
29652
29653 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29654
29655         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
29656         Problem reported by Matthew Woehlke.
29657
29658 2006-11-09  Bruno Haible  <bruno@clisp.org>
29659
29660         * lib/tempname.c (gen_tempname): Remove variant that invokes
29661         __gen_tempname.
29662         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
29663         __gen_tempname.
29664
29665 2006-11-08  Bruno Haible  <bruno@clisp.org>
29666
29667         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
29668         to 'yes' instead of 'cross-compiling'.
29669
29670 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
29671
29672         * lib/quotearg.h (quotearg_free): New decl.
29673         * lib/quotearg.c (quotearg_free): New function.
29674         (slot0, nslots, slotvec0, slotvec):
29675         Now file-scope so that quotearg_free can get at them.
29676
29677 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29678
29679         Sync from Automake.
29680         * build-aux/gnupload: Add missing 'gnu' to example URL.
29681         Report by Karl Berry.
29682
29683 2006-11-08  Bruno Haible  <bruno@clisp.org>
29684
29685         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
29686         Suggested by Paul Eggert.
29687
29688 2006-11-08  Jim Meyering  <jim@meyering.net>
29689
29690         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
29691         It's already included if !_LIBC.
29692         (fts_safe_changedir): Add a comment.
29693
29694 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
29695
29696         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
29697         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
29698         Matthew Woehlke.
29699
29700         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
29701         definitions up, to avoid colliding with change below.
29702         (static_inline) [HAVE_INLINE]: New macro.
29703         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
29704         Provide extern decls when !HAVE_INLINE.  Do not define unless
29705         static_inline is defined, either by us or by xmalloc.c.  Use
29706         static_inline rather than static inline.
29707         (XCALLOC): Optimize sizeof(T) = 1 case.
29708         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
29709
29710 2006-11-07  Bruno Haible  <bruno@clisp.org>
29711
29712         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
29713         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
29714         AC_C_INLINE.
29715         * modules/xalloc (Files): Add m4/inline.m4.
29716
29717 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29718
29719         * README: Fix typo.
29720         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
29721         (Miscellanous Notes): ...from this.
29722
29723 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
29724
29725         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
29726         Mention that offsetof should be used instead of sizeof.
29727         From Bruno Haible.
29728
29729 2006-11-07  Bruno Haible  <bruno@clisp.org>
29730
29731         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
29732
29733 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
29734
29735         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
29736         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
29737         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
29738         (gl_tree_add_before, gl_tree_add_after):
29739         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
29740         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
29741         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
29742         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
29743         (gl_linked_add_after, gl_linked_add_at): Likewise.
29744         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
29745         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
29746         (gl_tree_add_before, gl_tree_add_after): Likewise.
29747         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
29748         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
29749         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
29750
29751 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29752
29753         * lib/gl_oset.h: Use C comment style, not C++ comment style.
29754
29755 2006-11-06  Bruno Haible  <bruno@clisp.org>
29756
29757         * m4/inline.m4: New file.
29758         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
29759         * modules/list (Files): Add m4/inline.m4.
29760         * modules/oset (Files): Likewise.
29761
29762 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
29763
29764         * lib/idcache.c: Include <stddef.h>, for offsetof.
29765         (struct userid.name): Change from char * to a flexible array member.
29766         All uses changed.
29767         * modules/idcache (Depends-on): Add flexmember.
29768
29769         * MODULES.html.sh (Core language properties): New module flexmember.
29770         * modules/flexmember, m4/flexmember.m4: New files.
29771
29772         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
29773         inline functions that are identical with the old xnmalloc_inline,
29774         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
29775         that we can avoid some unnecessary integer multiplications and
29776         divisions in the common case where the element size is known at
29777         compile time.
29778         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
29779         needed.
29780         (xnboundedmalloc): Remove.
29781         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
29782         arguments, for consistency with rest of this header.
29783         (xcharalloc): Rewrite using XNMALLOC.
29784         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
29785         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
29786         versions have been moved to lib/xalloc.h and renamed to be the
29787         non-*_inline versions.
29788         (xmalloc, xrealloc): Implement without reference to the xnmalloc
29789         and xnrealloc functions, since those functions are now inline and
29790         now call us.
29791         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
29792         renaming described above.
29793         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
29794         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
29795         captures the dependency in AC_C_INLINE.
29796
29797         New module canonicalize-lgpl, proposed by Charles Wilson in
29798         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
29799         with a few small changes afterwards.
29800         * MODULES.html.sh (File system functions): New module
29801         canonicalize-lgpl.
29802         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
29803         and canonicalize_file_name.
29804         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
29805         * modules/canonicalize-lgpl: New files.
29806
29807 2006-11-05  Bruno Haible  <bruno@clisp.org>
29808
29809         * gnulib-tool (func_import, func_create_testdir): Create directories
29810         also for files in subdirectories of lib/.
29811
29812 2006-11-05  Bruno Haible  <bruno@clisp.org>
29813
29814         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
29815         ANSI C compliant.
29816
29817 2006-11-03  Bruno Haible  <bruno@clisp.org>
29818
29819         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
29820         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
29821         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
29822         (xnboundedmalloc): New inline function.
29823         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
29824         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
29825         xmalloc.
29826         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
29827         xmalloc.
29828         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
29829         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
29830         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
29831         xmalloc.
29832         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
29833         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
29834         xmalloc.
29835         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
29836         gl_tree_add_after): Use XMALLOC instead of xmalloc.
29837         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
29838         xmalloc.
29839         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
29840         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
29841         gl_tree_add_after): Use XMALLOC instead of xmalloc.
29842         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
29843         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
29844         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
29845         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
29846
29847 2006-11-03  Bruno Haible  <bruno@clisp.org>
29848
29849         * lib/c-ctype.h [C++]: Define functions without name mangling.
29850         * lib/fwriteerror.h [C++]: Likewise.
29851         * lib/gcd.h [C++]: Likewise.
29852         * lib/linebreak.h [C++]: Likewise.
29853
29854 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
29855
29856         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
29857         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
29858         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
29859         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29860         Check for functions and headers just once.
29861         Check for declaration of canonicalize_file_name.
29862         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
29863
29864 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
29865
29866         * gnulib-tool (func_import): Fix typo in actioncmd.
29867
29868 2006-11-02  Bruno Haible  <bruno@clisp.org>
29869
29870         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
29871         newline sequence in the Makefile.am snippet as a space, like "make"
29872         does.
29873         Reported by Roger Persson <perrog@gmail.com>.
29874
29875 2006-11-01  Bruno Haible  <bruno@clisp.org>
29876
29877         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
29878         already declared in <string.h>.
29879         * lib/strcase.h (strncasecmp): Don't declare it if yes.
29880
29881 2006-11-01  Bruno Haible  <bruno@clisp.org>
29882
29883         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
29884         * lib/strcase.h: Include <string.h>.
29885         (strcasecmp): Define to rpl_strcasecmp here.
29886
29887 2006-11-01  Bruno Haible  <bruno@clisp.org>
29888
29889         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
29890
29891 2006-11-01  Eric Blake  <ebb9@byu.net>
29892
29893         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
29894
29895         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
29896
29897 2006-10-29  Bruno Haible  <bruno@clisp.org>
29898
29899         Make it compile in C++ mode.
29900         * lib/full-write.c (full_rw): Add a cast.
29901
29902 2006-11-01  Bruno Haible  <bruno@clisp.org>
29903
29904         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
29905         be POSIX compliant.
29906         Reported by Roger Persson <perrog@gmail.com>.
29907
29908 2006-11-01  Eric Blake  <ebb9@byu.net>
29909
29910         * lib/getopt_.h: Fix comments.
29911
29912 2006-10-31  Eric Blake  <ebb9@byu.net>
29913
29914         * modules/tmpdir (Depends-on): Add sys_stat.
29915         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
29916         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
29917         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
29918         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
29919         tempname.
29920
29921 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
29922
29923         Avoid some C++ diagnostics reported by Bruno Haible.
29924         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
29925         xmalloc.
29926         (quotearg_alloc): Use xcharalloc rather than xmalloc.
29927         (struct slotvec): Move to top level.
29928         (quotearg_n_options): Rewrite to avoid xmalloc.
29929         * lib/xalloc.h (xcharalloc): New function.
29930         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
29931         [defined __cplusplus]: Add function template that provides result
29932         type propagation.  This part of the change is from Bruno Haible.
29933
29934 2006-10-29  Bruno Haible  <bruno@clisp.org>
29935
29936         Make it compile in C++ mode.
29937         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
29938         * lib/strnlen1.c (strnlen1): Cast memchr result.
29939         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
29940         * lib/clean-temp.c (string_equals, string_hash): Add casts.
29941         (create_temp_dir): Rename local variable 'template'.
29942         (compile_csharp_using_sscli): Add cast.
29943         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
29944         * lib/findprog.c (find_in_path): Likewise.
29945         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
29946         * lib/wait-process.c (register_slave_subprocess): Likewise.
29947
29948 2006-10-22  Bruno Haible  <bruno@clisp.org>
29949
29950         * modules/tsearch: New file.
29951         * lib/tsearch.h: New file.
29952         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
29953         * m4/tsearch.m4: New file.
29954         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
29955
29956 2006-10-29  Eric Blake  <ebb9@byu.net>
29957
29958         * lib/arcfour.c: Assume config.h.
29959         * lib/arctwo.c: Likewise.
29960         * lib/base64.c: Likewise.
29961         * lib/check-version.c: Likewise.
29962         * lib/crc.c: Likewise.
29963         * lib/des.c: Likewise.
29964         * lib/gc-gnulib.c: Likewise.
29965         * lib/gc-libgcrypt.c: Likewise.
29966         * lib/gc-pbkdf2-sha1.c: Likewise.
29967         * lib/getaddrinfo.c: Likewise.
29968         * lib/getdelim.c: Likewise.
29969         * lib/getline.c: Likewise.
29970         * lib/hmac-md5.c: Likewise.
29971         * lib/hmac-sha1.c: Likewise.
29972         * lib/iconvme.c: Likewise.
29973         * lib/md2.c: Likewise.
29974         * lib/md4.c: Likewise.
29975         * lib/memxor.c: Likewise.
29976         * lib/read-file.c: Likewise.
29977         * lib/readline.c: Likewise.
29978         * lib/rijndael-alg-fst.c: Likewise.
29979         * lib/rijndael-api-fst.c: Likewise.
29980         * lib/xgetdomainname.c: Likewise.
29981
29982 2006-10-28  Eric Blake  <ebb9@byu.net>
29983
29984         * lib/xstrndup.c: Assume config.h.
29985
29986 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29987
29988         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
29989         stat-macros.h is now for our own macros, whereas stat_h is for
29990         macros in the <sys/stat.h> name space.
29991         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
29992         (STAT_MACROS_H): Remove.
29993         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
29994         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
29995         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
29996         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
29997         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
29998         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
29999         Move these macros to ...
30000         * lib/stat_.h: here.  Don't include stat-macros.h.
30001         * lib/canonicalize.c: Don't include stat-macros.h.
30002         * lib/chown.c: Likewise.
30003         * lib/euidaccess.c: Likewise.
30004         * lib/file-type.c: Likewise.
30005         * lib/filemode.c: Likewise.
30006         * lib/glob.c: Likewise.
30007         * lib/isapipe.c: Likewise.
30008         * lib/lchown.c: Likewise.
30009         * lib/lstat.c: Likewise.
30010         * lib/mkdir-p.c: Likewise.
30011         * lib/rmdir.c: Likewise.
30012         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
30013         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
30014         unless mkdir isn't declared, to speed up 'configure'.
30015         Always create sys/stat.h, since it's unlikely any real sys/stat.h
30016         would define all the S_* symbols.
30017         * modules/canonicalize (Depends-on):
30018         Depend on sys_stat, not stat-macros.
30019         * modules/chown: Likewise.
30020         * modules/euidaccess: Likewise.
30021         * modules/filemode: Likewise.
30022         * modules/file-type: Likewise.
30023         * modules/glob: Likewise.
30024         * modules/isapipe: Likewise.
30025         * modules/lchown: Likewise.
30026         * modules/lstat: Likewise.
30027         * modules/mkancesdirs: Likewise.
30028         * modules/rmdir: Likewise.
30029         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
30030         * modules/modechange: Likewise.
30031         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
30032         (configure.ac): Remove gl_STAT_MACROS.
30033         * modules/sys_stat (Depends-on): Remove stat-macros.
30034
30035 2006-10-27  Bruno Haible  <bruno@clisp.org>
30036
30037         * m4/signed.m4: Remove file.
30038         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
30039         invocation.
30040         * modules/vasnprintf (Files): Remove m4/signed.m4.
30041
30042 2006-10-27  Bruno Haible  <bruno@clisp.org>
30043
30044         Update to GNU gettext 0.16.
30045         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
30046         m4/inttypes-h.m4, m4/signed.m4.
30047         * m4/gettext.m4: Update to GNU gettext 0.16.
30048         * m4/intl.m4: New file, from GNU gettext.
30049         * m4/intldir.m4: New file, from GNU gettext.
30050         * config/srclist.txt: Update
30051
30052 2006-10-27  Eric Blake  <ebb9@byu.net>
30053
30054         * MODULES.html.sh: Document tempname.
30055         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
30056         dependencies.
30057         (Files): Move lib/tempname.c...
30058         * modules/tempname: ...to this new module.
30059         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
30060         (gl_PREREQ_TEMPNAME): Move...
30061         * m4/tempname.m4: ...to this new file.
30062         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
30063         * modules/sys_stat (Depends-on): Add stat-macros.
30064         * lib/stat_.h (includes): Pick up stat macros.
30065         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
30066         if stat macros are broken.
30067         * lib/tempname.c (includes): No need to include "stat-macros.h".
30068         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
30069         (direxists, __path_search) [!_LIBC]: Don't compile these in
30070         gnulib; the tmpdir module covers that.
30071         * lib/tempname.h: New file.
30072
30073 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
30074
30075         * COPYING: Explain how gnulib-tool converts licence headers.
30076         Almost all wording by Eric Blake.
30077
30078 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
30079
30080         * lib/mbchar.h (is_basic_table): Make read-only.
30081         * lib/mbchar.c (is_basic_table): Likewise.
30082         Reported by John Darrington.
30083
30084 2006-10-25  Bruno Haible  <bruno@clisp.org>
30085
30086         * lib/progname.h (set_program_name): Undefine before defining.
30087
30088 2006-10-25  Bruno Haible  <bruno@clisp.org>
30089
30090         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
30091         false for non-gcc C++ compilers.
30092         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
30093
30094 2006-10-24  Bruno Haible  <bruno@clisp.org>
30095
30096         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
30097         iconv implementations like Irix iconv.
30098
30099 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30100
30101         * modules/vararrays: New file.
30102         * m4/vararrays.m4: New file, taken from diffutils.
30103         * MODULES.html.sh: New module vararrays.
30104
30105 2006-10-24  Karl Berry  <karl@gnu.org>
30106
30107         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
30108         Don't call GNU Unix.
30109
30110 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30111
30112         * users.txt: Add Libtool.
30113
30114         Sync from Libtool:
30115
30116         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30117
30118         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
30119         to gnulib's policy of including config.h unconditionally.
30120
30121 2006-10-24  Bruno Haible  <bruno@clisp.org>
30122
30123         * modules/wcwidth (Files): Add m4/wint_t.m4.
30124         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
30125         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
30126
30127 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30128
30129         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
30130         to pacify GCC with some -W flags enabled.  Problem reported by
30131         Bruno Haible.
30132
30133 2006-10-24  Jim Meyering  <jim@meyering.net>
30134
30135         * MODULES.html.sh: Remove uinttostr.  It's not a module.
30136         Reported by Karl Berry.
30137
30138 2006-10-23  Bruno Haible  <bruno@clisp.org>
30139
30140         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
30141
30142 2006-10-24  Bruno Haible  <bruno@clisp.org>
30143
30144         * lib/gl_list.h: Use C comment style, not C++ comment style.
30145
30146 2006-10-23  Eric Blake  <ebb9@byu.net>
30147
30148         * lib/getaddrinfo.c (includes): Add missing include.
30149
30150 2006-10-23  Bruno Haible  <bruno@clisp.org>
30151             Paul Eggert  <eggert@cs.ucla.edu>
30152
30153         Ability to rename obstack_free.
30154         * lib/obstack.h (__obstack_free): New macro. Declare instead of
30155         obstack_free.
30156         (obstack_free): Invoke the __obstack_free macro.
30157         * lib/obstack.c (obstack_free): Use __obstack_free macro.
30158
30159 2006-10-23  Bruno Haible  <bruno@clisp.org>
30160             Paul Eggert  <eggert@cs.ucla.edu>
30161
30162         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
30163         __argc, __argv from the declaration. (They are defined as macros on
30164         mingw.)
30165
30166 2006-10-22  Bruno Haible  <bruno@clisp.org>
30167
30168         * doc/gnulib-intro.texi: New file.
30169         * doc/gnulib.texi: Include it.
30170
30171 2006-10-21  Bruno Haible  <bruno@clisp.org>
30172
30173         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
30174         "Introduction", "Miscellanous Notes", "Particular Modules".
30175
30176 2006-10-21  Bruno Haible  <bruno@clisp.org>
30177
30178         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30179         Change mostlyclean-local rule to avoid sh syntax error from bash
30180         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
30181
30182 2006-10-23  Jim Meyering  <jim@meyering.net>
30183
30184         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
30185         in place of snprintf.
30186
30187         * modules/inttostr (Files): Add lib/uinttostr.c.
30188         * lib/uinttostr.c (inttostr): New file/function.
30189         * lib/inttostr.h (uinttostr): Declare.
30190         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
30191         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
30192         Add uinttostr.
30193         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
30194
30195 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
30196
30197         * lib/canonicalize.c (ELOOP): Define if not already defined.
30198         Problem reported by Bruno Haible in
30199         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
30200
30201 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
30202
30203         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
30204         Problem reported by Perry Smith and Ville Laurikari.
30205
30206         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
30207         uses.
30208
30209 2006-10-19  Bruno Haible  <bruno@clisp.org>
30210
30211         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
30212         for mingw.
30213
30214 2006-10-19  Bruno Haible  <bruno@clisp.org>
30215
30216         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
30217         Needed for mingw.
30218
30219 2006-10-19  Bruno Haible  <bruno@clisp.org>
30220
30221         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
30222
30223 2006-10-19  Bruno Haible  <bruno@clisp.org>
30224
30225         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
30226         it.
30227
30228 2006-10-19  Bruno Haible  <bruno@clisp.org>
30229
30230         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
30231         invocation.
30232
30233 2006-10-19  Bruno Haible  <bruno@clisp.org>
30234
30235         * gnulib-tool (func_create_testdir): Don't include ftruncate and
30236         mountlist by default.
30237
30238 2006-10-16  Bruno Haible  <bruno@clisp.org>
30239
30240         * lib/c-strstr.c: Include c-strstr.h.
30241
30242 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30243
30244         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
30245         in a slash.
30246
30247 2006-10-18  Bruno Haible  <bruno@clisp.org>
30248
30249         * lib/lock.h [C++]: Wrap definitions in extern "C".
30250
30251 2006-10-18  Bruno Haible  <bruno@clisp.org>
30252
30253         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
30254         gl_LIBOBJS list.
30255
30256 2006-10-18  Bruno Haible  <bruno@clisp.org>
30257
30258         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
30259
30260 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
30261
30262         * lib/xstrtol.h: Include gettext.h.
30263         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
30264         Problem reported by Eric Blake.
30265         * modules/xstrtol (Depends-on): Add gettext-h.
30266
30267 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
30268
30269         * lib/strftime.c (advance): New macro.
30270         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
30271         incomplete type, so you can't add 0 to it.  Problem and patch
30272         reported by Eelco Dolstra for dietlibc.
30273
30274 2006-10-18  Jim Meyering  <jim@meyering.net>
30275
30276         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
30277         type for a local, and rename it: s/up/user_proc/.
30278
30279 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
30280
30281         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
30282         READ_UTMP_USER_PROCESS.
30283         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
30284
30285 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30286
30287         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
30288         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
30289
30290 2006-10-17  Eric Blake  <ebb9@byu.net>
30291
30292         * lib/sigprocmask.c (sigprocmask): Fix typo.
30293
30294         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
30295
30296         * modules/clean-temp (Makefile.am): Don't add to make output...
30297         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
30298         config.h.
30299
30300 2006-10-17  Bruno Haible  <bruno@clisp.org>
30301
30302         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
30303         differently if DEFAULT_TEXT_DOMAIN is set.
30304
30305 2006-10-16  Bruno Haible  <bruno@clisp.org>
30306
30307         * lib/clean-temp.c: Include fwriteerror.h.
30308
30309 2006-10-16  Bruno Haible  <bruno@clisp.org>
30310
30311         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
30312
30313 2006-10-16  Bruno Haible  <bruno@clisp.org>
30314
30315         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
30316         * lib/sigprocmask.h: Include <sys/types.h>.
30317         (sigset_t): Use the system's definition if present.
30318
30319 2006-10-17  Eric Blake  <ebb9@byu.net>
30320
30321         * lib/xvasprintf.c (includes): Assume config.h.
30322         * lib/xasprintf.c (includes): Likewise.
30323
30324 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30325
30326         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
30327         at least as wide as intmax_t.
30328
30329 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
30330
30331         (Imported from Automake.)
30332         * build-aux/gnupload: Update to version 1.1 of directive file.
30333
30334 2006-10-16  Eric Blake  <ebb9@byu.net>
30335
30336         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
30337         match Automake 1.10a.
30338
30339 2006-10-14  Bruno Haible  <bruno@clisp.org>
30340
30341         * modules/sigprocmask: New file.
30342         * lib/sigprocmask.h: New file.
30343         * lib/sigprocmask.c: New file.
30344         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
30345         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
30346         request sigprocmask.o.
30347         (gl_PREREQ_SIGPROCMASK): New macro.
30348         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
30349         (Depends-on): Add sigprocmask.
30350         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
30351         gt_SIGNALBLOCKING. Test for 'raise' only once.
30352         * lib/fatal-signal.c: Include sigprocmask.h.
30353         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
30354         unblock_fatal_signals): Define always.
30355         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30356         sigprocmask.
30357
30358 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30359
30360         Sync from Automake.
30361         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
30362         which incorrectly sets the mode of an existing destination
30363         directory.  In some cases the unpatched install-sh could do the
30364         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
30365         system.  We hope this is rare in practice, but it's clearly worth
30366         fixing.  Problem reported by Alex Unleashed in
30367         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
30368         Also, don't bother to check for -m bugs unless we're using -m;
30369         suggested by Stepan Kasal.
30370
30371 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30372
30373         Sync from Automake.
30374         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
30375         `-c' flag, so they appear at the same position as in %FASTDEP%
30376         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
30377         which ignores unknown options only after the first non-option.
30378         Bug report against M4 by Nelson H. F. Beebe.
30379
30380 2006-10-13  Jim Meyering  <jim@meyering.net>
30381
30382         Fix a bug in yesterday's change.
30383         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
30384         p->fts_statp->st_dev would be used uninitialized.
30385         Ensures that we always call fts_stat on the very first entry.
30386         Miklos Szeredi reported that find -xdev stopped working.
30387
30388 2006-10-12  Bruno Haible  <bruno@clisp.org>
30389
30390         * gnulib-tool (func_get_automake_snippet): Append an automatically
30391         computed EXTRA_DIST augmentation.
30392         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
30393         * modules/alloca-opt (Makefile.am): Likewise.
30394         * modules/allocsa (Makefile.am): Likewise.
30395         * modules/arcfour (Makefile.am): Likewise.
30396         * modules/arctwo (Makefile.am): Likewise.
30397         * modules/argmatch (Makefile.am): Likewise.
30398         * modules/argz (Makefile.am): Likewise.
30399         * modules/atexit (Makefile.am): Likewise.
30400         * modules/backupfile (Makefile.am): Likewise.
30401         * modules/byteswap (Makefile.am): Likewise.
30402         * modules/c-strtod (Makefile.am): Likewise.
30403         * modules/c-strtold (Makefile.am): Likewise.
30404         * modules/calloc (Makefile.am): Likewise.
30405         * modules/canon-host (Makefile.am): Likewise.
30406         * modules/canonicalize (Makefile.am): Likewise.
30407         * modules/chdir-long (Makefile.am): Likewise.
30408         * modules/chdir-safer (Makefile.am): Likewise.
30409         * modules/check-version (Makefile.am): Likewise.
30410         * modules/chown (Makefile.am): Likewise.
30411         * modules/cloexec (Makefile.am): Likewise.
30412         * modules/close-stream (Makefile.am): Likewise.
30413         * modules/closeout (Makefile.am): Likewise.
30414         * modules/crc (Makefile.am): Likewise.
30415         * modules/csharpexec (Makefile.am): Likewise.
30416         * modules/cycle-check (Makefile.am): Likewise.
30417         * modules/des (Makefile.am): Likewise.
30418         * modules/dev-ino (Makefile.am): Likewise.
30419         * modules/dirfd (Makefile.am): Likewise.
30420         * modules/dirname (Makefile.am): Likewise.
30421         * modules/dup2 (Makefile.am): Likewise.
30422         * modules/eealloc (Makefile.am): Likewise.
30423         * modules/error (Makefile.am): Likewise.
30424         * modules/euidaccess (Makefile.am): Likewise.
30425         * modules/exclude (Makefile.am): Likewise.
30426         * modules/exitfail (Makefile.am): Likewise.
30427         * modules/fcntl-safer (Makefile.am): Likewise.
30428         * modules/fcntl (Makefile.am): Likewise.
30429         * modules/file-type (Makefile.am): Likewise.
30430         * modules/fileblocks (Makefile.am): Likewise.
30431         * modules/filemode (Makefile.am): Likewise.
30432         * modules/filenamecat (Makefile.am): Likewise.
30433         * modules/fnmatch (Makefile.am): Likewise.
30434         * modules/fopen-safer (Makefile.am): Likewise.
30435         * modules/fpending (Makefile.am): Likewise.
30436         * modules/fprintftime (Makefile.am): Likewise.
30437         * modules/free (Makefile.am): Likewise.
30438         * modules/fsusage (Makefile.am): Likewise.
30439         * modules/ftruncate (Makefile.am): Likewise.
30440         * modules/fts (Makefile.am): Likewise.
30441         * modules/gc-arcfour (Makefile.am): Likewise.
30442         * modules/gc-des (Makefile.am): Likewise.
30443         * modules/gc-hmac-md5 (Makefile.am): Likewise.
30444         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
30445         * modules/gc-md4 (Makefile.am): Likewise.
30446         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
30447         * modules/gc-sha1 (Makefile.am): Likewise.
30448         * modules/gc (Makefile.am): Likewise.
30449         * modules/getaddrinfo (Makefile.am): Likewise.
30450         * modules/getcwd (Makefile.am): Likewise.
30451         * modules/getdelim (Makefile.am): Likewise.
30452         * modules/getdomainname (Makefile.am): Likewise.
30453         * modules/getgroups (Makefile.am): Likewise.
30454         * modules/gethostname (Makefile.am): Likewise.
30455         * modules/gethrxtime (Makefile.am): Likewise.
30456         * modules/getline (Makefile.am): Likewise.
30457         * modules/getloadavg (Makefile.am): Likewise.
30458         * modules/getlogin_r (Makefile.am): Likewise.
30459         * modules/getndelim2 (Makefile.am): Likewise.
30460         * modules/getopt (Makefile.am): Likewise.
30461         * modules/getpagesize (Makefile.am): Likewise.
30462         * modules/getpass-gnu (Makefile.am): Likewise.
30463         * modules/getpass (Makefile.am): Likewise.
30464         * modules/getsubopt (Makefile.am): Likewise.
30465         * modules/gettime (Makefile.am): Likewise.
30466         * modules/gettimeofday (Makefile.am): Likewise.
30467         * modules/getugroups (Makefile.am): Likewise.
30468         * modules/getusershell (Makefile.am): Likewise.
30469         * modules/glob (Makefile.am): Likewise.
30470         * modules/group-member (Makefile.am): Likewise.
30471         * modules/hard-locale (Makefile.am): Likewise.
30472         * modules/hash (Makefile.am): Likewise.
30473         * modules/hmac-md5 (Makefile.am): Likewise.
30474         * modules/hmac-sha1 (Makefile.am): Likewise.
30475         * modules/human (Makefile.am): Likewise.
30476         * modules/idcache (Makefile.am): Likewise.
30477         * modules/imaxabs (Makefile.am): Likewise.
30478         * modules/imaxdiv (Makefile.am): Likewise.
30479         * modules/inet_ntop (Makefile.am): Likewise.
30480         * modules/inet_pton (Makefile.am): Likewise.
30481         * modules/intprops (Makefile.am): Likewise.
30482         * modules/inttostr (Makefile.am): Likewise.
30483         * modules/inttypes (Makefile.am): Likewise.
30484         * modules/isapipe (Makefile.am): Likewise.
30485         * modules/javaversion (Makefile.am): Likewise.
30486         * modules/lchmod (Makefile.am): Likewise.
30487         * modules/lchown (Makefile.am): Likewise.
30488         * modules/localcharset (Makefile.am): Likewise.
30489         * modules/long-options (Makefile.am): Likewise.
30490         * modules/lstat (Makefile.am): Likewise.
30491         * modules/malloc (Makefile.am): Likewise.
30492         * modules/mathl (Makefile.am): Likewise.
30493         * modules/mbchar (Makefile.am): Likewise.
30494         * modules/md2 (Makefile.am): Likewise.
30495         * modules/md4 (Makefile.am): Likewise.
30496         * modules/md5 (Makefile.am): Likewise.
30497         * modules/memcasecmp (Makefile.am): Likewise.
30498         * modules/memchr (Makefile.am): Likewise.
30499         * modules/memcmp (Makefile.am): Likewise.
30500         * modules/memcoll (Makefile.am): Likewise.
30501         * modules/memcpy (Makefile.am): Likewise.
30502         * modules/memmem (Makefile.am): Likewise.
30503         * modules/memmove (Makefile.am): Likewise.
30504         * modules/mempcpy (Makefile.am): Likewise.
30505         * modules/memrchr (Makefile.am): Likewise.
30506         * modules/memset (Makefile.am): Likewise.
30507         * modules/memxor (Makefile.am): Likewise.
30508         * modules/mkancesdirs (Makefile.am): Likewise.
30509         * modules/mkdir-p (Makefile.am): Likewise.
30510         * modules/mkdir (Makefile.am): Likewise.
30511         * modules/mkdtemp (Makefile.am): Likewise.
30512         * modules/mkstemp (Makefile.am): Likewise.
30513         * modules/mktime (Makefile.am): Likewise.
30514         * modules/modechange (Makefile.am): Likewise.
30515         * modules/mountlist (Makefile.am): Likewise.
30516         * modules/nanosleep (Makefile.am): Likewise.
30517         * modules/obstack (Makefile.am): Likewise.
30518         * modules/openat (Makefile.am): Likewise.
30519         * modules/pagealign_alloc (Makefile.am): Likewise.
30520         * modules/pathmax (Makefile.am): Likewise.
30521         * modules/physmem (Makefile.am): Likewise.
30522         * modules/poll (Makefile.am): Likewise.
30523         * modules/posixtm (Makefile.am): Likewise.
30524         * modules/posixver (Makefile.am): Likewise.
30525         * modules/putenv (Makefile.am): Likewise.
30526         * modules/quote (Makefile.am): Likewise.
30527         * modules/quotearg (Makefile.am): Likewise.
30528         * modules/raise (Makefile.am): Likewise.
30529         * modules/read-file (Makefile.am): Likewise.
30530         * modules/readline (Makefile.am): Likewise.
30531         * modules/readlink (Makefile.am): Likewise.
30532         * modules/readtokens (Makefile.am): Likewise.
30533         * modules/readutmp (Makefile.am): Likewise.
30534         * modules/realloc (Makefile.am): Likewise.
30535         * modules/regex (Makefile.am): Likewise.
30536         * modules/rename-dest-slash (Makefile.am): Likewise.
30537         * modules/rename (Makefile.am): Likewise.
30538         * modules/rijndael (Makefile.am): Likewise.
30539         * modules/rmdir (Makefile.am): Likewise.
30540         * modules/rpmatch (Makefile.am): Likewise.
30541         * modules/safe-read (Makefile.am): Likewise.
30542         * modules/safe-write (Makefile.am): Likewise.
30543         * modules/same-inode (Makefile.am): Likewise.
30544         * modules/same (Makefile.am): Likewise.
30545         * modules/save-cwd (Makefile.am): Likewise.
30546         * modules/savedir (Makefile.am): Likewise.
30547         * modules/setenv (Makefile.am): Likewise.
30548         * modules/settime (Makefile.am): Likewise.
30549         * modules/sha1 (Makefile.am): Likewise.
30550         * modules/sig2str (Makefile.am): Likewise.
30551         * modules/snprintf (Makefile.am): Likewise.
30552         * modules/stat-macros (Makefile.am): Likewise.
30553         * modules/stat-time (Makefile.am): Likewise.
30554         * modules/stdbool (Makefile.am): Likewise.
30555         * modules/stdint (Makefile.am): Likewise.
30556         * modules/stdlib-safer (Makefile.am): Likewise.
30557         * modules/stpcpy (Makefile.am): Likewise.
30558         * modules/stpncpy (Makefile.am): Likewise.
30559         * modules/strcase (Makefile.am): Likewise.
30560         * modules/strcasestr (Makefile.am): Likewise.
30561         * modules/strchrnul (Makefile.am): Likewise.
30562         * modules/strcspn (Makefile.am): Likewise.
30563         * modules/strdup (Makefile.am): Likewise.
30564         * modules/strerror (Makefile.am): Likewise.
30565         * modules/strftime (Makefile.am): Likewise.
30566         * modules/strndup (Makefile.am): Likewise.
30567         * modules/strnlen (Makefile.am): Likewise.
30568         * modules/strpbrk (Makefile.am): Likewise.
30569         * modules/strsep (Makefile.am): Likewise.
30570         * modules/strstr (Makefile.am): Likewise.
30571         * modules/strtod (Makefile.am): Likewise.
30572         * modules/strtoimax (Makefile.am): Likewise.
30573         * modules/strtok_r (Makefile.am): Likewise.
30574         * modules/strtol (Makefile.am): Likewise.
30575         * modules/strtoll (Makefile.am): Likewise.
30576         * modules/strtoul (Makefile.am): Likewise.
30577         * modules/strtoull (Makefile.am): Likewise.
30578         * modules/strtoumax (Makefile.am): Likewise.
30579         * modules/strverscmp (Makefile.am): Likewise.
30580         * modules/sys_socket (Makefile.am): Likewise.
30581         * modules/sys_stat (Makefile.am): Likewise.
30582         * modules/sysexits (Makefile.am): Likewise.
30583         * modules/time_r (Makefile.am): Likewise.
30584         * modules/timegm (Makefile.am): Likewise.
30585         * modules/timespec (Makefile.am): Likewise.
30586         * modules/tmpfile-safer (Makefile.am): Likewise.
30587         * modules/trim (Makefile.am): Likewise.
30588         * modules/unistd-safer (Makefile.am): Likewise.
30589         * modules/unlinkdir (Makefile.am): Likewise.
30590         * modules/unlocked-io (Makefile.am): Likewise.
30591         * modules/userspec (Makefile.am): Likewise.
30592         * modules/utime (Makefile.am): Likewise.
30593         * modules/utimecmp (Makefile.am): Likewise.
30594         * modules/utimens (Makefile.am): Likewise.
30595         * modules/vasnprintf (Makefile.am): Likewise.
30596         * modules/vasprintf (Makefile.am): Likewise.
30597         * modules/vsnprintf (Makefile.am): Likewise.
30598         * modules/xalloc (Makefile.am): Likewise.
30599         * modules/xgetcwd (Makefile.am): Likewise.
30600         * modules/xnanosleep (Makefile.am): Likewise.
30601         * modules/xreadlink (Makefile.am): Likewise.
30602         * modules/xstrtod (Makefile.am): Likewise.
30603         * modules/xstrtol (Makefile.am): Likewise.
30604         * modules/xstrtold (Makefile.am): Likewise.
30605         * modules/yesno (Makefile.am): Likewise.
30606         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
30607
30608 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30609
30610         * modules/error (Makefile.am): Distribute files through
30611         EXTRA_DIST, not lib_SOURCES.
30612
30613 2006-10-12  Eric Blake  <ebb9@byu.net>
30614
30615         * modules/error (Makefile.am): Distribute files in /lib.
30616         * modules/obstack (Makefile.am): Likewise.
30617
30618 2006-10-12  Bruno Haible  <bruno@clisp.org>
30619
30620         * modules/acl (Makefile.am): Distribute all files in lib/ through
30621         EXTRA_DIST.
30622         * modules/arcfour (Makefile.am): Likewise.
30623         * modules/arctwo (Makefile.am): Likewise.
30624         * modules/argmatch (Makefile.am): Likewise.
30625         * modules/argz (Makefile.am): Likewise.
30626         * modules/atexit (Makefile.am): Likewise.
30627         * modules/backupfile (Makefile.am): Likewise.
30628         * modules/c-strtod (Makefile.am): Likewise.
30629         * modules/c-strtold (Makefile.am): Likewise.
30630         * modules/calloc (Makefile.am): Likewise.
30631         * modules/canon-host (Makefile.am): Likewise.
30632         * modules/canonicalize (Makefile.am): Likewise.
30633         * modules/chdir-long (Makefile.am): Likewise.
30634         * modules/chdir-safer (Makefile.am): Likewise.
30635         * modules/check-version (Makefile.am): Likewise.
30636         * modules/chown (Makefile.am): Likewise.
30637         * modules/cloexec (Makefile.am): Likewise.
30638         * modules/close-stream (Makefile.am): Likewise.
30639         * modules/closeout (Makefile.am): Likewise.
30640         * modules/crc (Makefile.am): Likewise.
30641         * modules/cycle-check (Makefile.am): Likewise.
30642         * modules/des (Makefile.am): Likewise.
30643         * modules/dirfd (Makefile.am): Likewise.
30644         * modules/dirname (Makefile.am): Likewise.
30645         * modules/dup2 (Makefile.am): Likewise.
30646         * modules/euidaccess (Makefile.am): Likewise.
30647         * modules/exclude (Makefile.am): Likewise.
30648         * modules/exitfail (Makefile.am): Likewise.
30649         * modules/fcntl-safer (Makefile.am): Likewise.
30650         * modules/file-type (Makefile.am): Likewise.
30651         * modules/fileblocks (Makefile.am): Likewise.
30652         * modules/filemode (Makefile.am): Likewise.
30653         * modules/filenamecat (Makefile.am): Likewise.
30654         * modules/fnmatch (Makefile.am): Likewise.
30655         * modules/fopen-safer (Makefile.am): Likewise.
30656         * modules/fpending (Makefile.am): Likewise.
30657         * modules/fprintftime (Makefile.am): Likewise.
30658         * modules/free (Makefile.am): Likewise.
30659         * modules/fsusage (Makefile.am): Likewise.
30660         * modules/ftruncate (Makefile.am): Likewise.
30661         * modules/fts (Makefile.am): Likewise.
30662         * modules/gc (Makefile.am): Likewise.
30663         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
30664         * modules/getaddrinfo (Makefile.am): Likewise.
30665         * modules/getcwd (Makefile.am): Likewise.
30666         * modules/getdelim (Makefile.am): Likewise.
30667         * modules/getdomainname (Makefile.am): Likewise.
30668         * modules/getgroups (Makefile.am): Likewise.
30669         * modules/gethostname (Makefile.am): Likewise.
30670         * modules/gethrxtime (Makefile.am): Likewise.
30671         * modules/getline (Makefile.am): Likewise.
30672         * modules/getloadavg (Makefile.am): Likewise.
30673         * modules/getlogin_r (Makefile.am): Likewise.
30674         * modules/getopt (Makefile.am): Likewise.
30675         * modules/getpass (Makefile.am): Likewise.
30676         * modules/getpass-gnu (Makefile.am): Likewise.
30677         * modules/getsubopt (Makefile.am): Likewise.
30678         * modules/gettime (Makefile.am): Likewise.
30679         * modules/gettimeofday (Makefile.am): Likewise.
30680         * modules/getugroups (Makefile.am): Likewise.
30681         * modules/getusershell (Makefile.am): Likewise.
30682         * modules/glob (Makefile.am): Likewise.
30683         * modules/group-member (Makefile.am): Likewise.
30684         * modules/hard-locale (Makefile.am): Likewise.
30685         * modules/hash (Makefile.am): Likewise.
30686         * modules/hmac-md5 (Makefile.am): Likewise.
30687         * modules/hmac-sha1 (Makefile.am): Likewise.
30688         * modules/human (Makefile.am): Likewise.
30689         * modules/idcache (Makefile.am): Likewise.
30690         * modules/imaxabs (Makefile.am): Likewise.
30691         * modules/imaxdiv (Makefile.am): Likewise.
30692         * modules/inet_ntop (Makefile.am): Likewise.
30693         * modules/inet_pton (Makefile.am): Likewise.
30694         * modules/inttostr (Makefile.am): Likewise.
30695         * modules/isapipe (Makefile.am): Likewise.
30696         * modules/lchown (Makefile.am): Likewise.
30697         * modules/long-options (Makefile.am): Likewise.
30698         * modules/lstat (Makefile.am): Likewise.
30699         * modules/malloc (Makefile.am): Likewise.
30700         * modules/mathl (Makefile.am): Likewise.
30701         * modules/mbchar (Makefile.am): Likewise.
30702         * modules/md2 (Makefile.am): Likewise.
30703         * modules/md4 (Makefile.am): Likewise.
30704         * modules/md5 (Makefile.am): Likewise.
30705         * modules/memcasecmp (Makefile.am): Likewise.
30706         * modules/memchr (Makefile.am): Likewise.
30707         * modules/memcmp (Makefile.am): Likewise.
30708         * modules/memcoll (Makefile.am): Likewise.
30709         * modules/memcpy (Makefile.am): Likewise.
30710         * modules/memmem (Makefile.am): Likewise.
30711         * modules/memmove (Makefile.am): Likewise.
30712         * modules/mempcpy (Makefile.am): Likewise.
30713         * modules/memrchr (Makefile.am): Likewise.
30714         * modules/memset (Makefile.am): Likewise.
30715         * modules/memxor (Makefile.am): Likewise.
30716         * modules/mkancesdirs (Makefile.am): Likewise.
30717         * modules/mkdir (Makefile.am): Likewise.
30718         * modules/mkdir-p (Makefile.am): Likewise.
30719         * modules/mkdtemp (Makefile.am): Likewise.
30720         * modules/mkstemp (Makefile.am): Likewise.
30721         * modules/mktime (Makefile.am): Likewise.
30722         * modules/modechange (Makefile.am): Likewise.
30723         * modules/mountlist (Makefile.am): Likewise.
30724         * modules/nanosleep (Makefile.am): Likewise.
30725         * modules/openat (Makefile.am): Likewise.
30726         * modules/pagealign_alloc (Makefile.am): Likewise.
30727         * modules/physmem (Makefile.am): Likewise.
30728         * modules/poll (Makefile.am): Likewise.
30729         * modules/posixtm (Makefile.am): Likewise.
30730         * modules/posixver (Makefile.am): Likewise.
30731         * modules/putenv (Makefile.am): Likewise.
30732         * modules/quote (Makefile.am): Likewise.
30733         * modules/quotearg (Makefile.am): Likewise.
30734         * modules/raise (Makefile.am): Likewise.
30735         * modules/read-file (Makefile.am): Likewise.
30736         * modules/readline (Makefile.am): Likewise.
30737         * modules/readlink (Makefile.am): Likewise.
30738         * modules/readtokens (Makefile.am): Likewise.
30739         * modules/readutmp (Makefile.am): Likewise.
30740         * modules/realloc (Makefile.am): Likewise.
30741         * modules/regex (Makefile.am): Likewise.
30742         * modules/rename (Makefile.am): Likewise.
30743         * modules/rename-dest-slash (Makefile.am): Likewise.
30744         * modules/rijndael (Makefile.am): Likewise.
30745         * modules/rmdir (Makefile.am): Likewise.
30746         * modules/rpmatch (Makefile.am): Likewise.
30747         * modules/safe-read (Makefile.am): Likewise.
30748         * modules/safe-write (Makefile.am): Likewise.
30749         * modules/same (Makefile.am): Likewise.
30750         * modules/save-cwd (Makefile.am): Likewise.
30751         * modules/savedir (Makefile.am): Likewise.
30752         * modules/setenv (Makefile.am): Likewise.
30753         * modules/settime (Makefile.am): Likewise.
30754         * modules/sha1 (Makefile.am): Likewise.
30755         * modules/sig2str (Makefile.am): Likewise.
30756         * modules/snprintf (Makefile.am): Likewise.
30757         * modules/stdlib-safer (Makefile.am): Likewise.
30758         * modules/stpcpy (Makefile.am): Likewise.
30759         * modules/stpncpy (Makefile.am): Likewise.
30760         * modules/strcase (Makefile.am): Likewise.
30761         * modules/strcasestr (Makefile.am): Likewise.
30762         * modules/strchrnul (Makefile.am): Likewise.
30763         * modules/strcspn (Makefile.am): Likewise.
30764         * modules/strdup (Makefile.am): Likewise.
30765         * modules/strerror (Makefile.am): Likewise.
30766         * modules/strftime (Makefile.am): Likewise.
30767         * modules/strndup (Makefile.am): Likewise.
30768         * modules/strnlen (Makefile.am): Likewise.
30769         * modules/strpbrk (Makefile.am): Likewise.
30770         * modules/strsep (Makefile.am): Likewise.
30771         * modules/strstr (Makefile.am): Likewise.
30772         * modules/strtod (Makefile.am): Likewise.
30773         * modules/strtoimax (Makefile.am): Likewise.
30774         * modules/strtok_r (Makefile.am): Likewise.
30775         * modules/strtol (Makefile.am): Likewise.
30776         * modules/strtoll (Makefile.am): Likewise.
30777         * modules/strtoul (Makefile.am): Likewise.
30778         * modules/strtoull (Makefile.am): Likewise.
30779         * modules/strtoumax (Makefile.am): Likewise.
30780         * modules/strverscmp (Makefile.am): Likewise.
30781         * modules/time_r (Makefile.am): Likewise.
30782         * modules/timegm (Makefile.am): Likewise.
30783         * modules/tmpfile-safer (Makefile.am): Likewise.
30784         * modules/unistd-safer (Makefile.am): Likewise.
30785         * modules/unlinkdir (Makefile.am): Likewise.
30786         * modules/userspec (Makefile.am): Likewise.
30787         * modules/utime (Makefile.am): Likewise.
30788         * modules/utimecmp (Makefile.am): Likewise.
30789         * modules/utimens (Makefile.am): Likewise.
30790         * modules/vasnprintf (Makefile.am): Likewise.
30791         * modules/vasprintf (Makefile.am): Likewise.
30792         * modules/vsnprintf (Makefile.am): Likewise.
30793         * modules/xalloc (Makefile.am): Likewise.
30794         * modules/xgetcwd (Makefile.am): Likewise.
30795         * modules/xnanosleep (Makefile.am): Likewise.
30796         * modules/xreadlink (Makefile.am): Likewise.
30797         * modules/xstrtod (Makefile.am): Likewise.
30798         * modules/xstrtol (Makefile.am): Likewise.
30799         * modules/xstrtold (Makefile.am): Likewise.
30800         * modules/yesno (Makefile.am): Likewise.
30801
30802 2006-10-12  Jim Meyering  <jim@meyering.net>
30803
30804         * m4/getloadavg.m4: Revert the change below.
30805
30806         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
30807         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
30808         fail with a symlink, which is what coreutils' ./bootstrap now
30809         creates by default.
30810
30811 2006-10-12  Bruno Haible  <bruno@clisp.org>
30812
30813         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
30814         mingw.
30815         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
30816         MSVC and mingw explicitly.
30817
30818 2006-10-11  Simon Josefsson  <jas@extundo.com>
30819             Bruno Haible  <bruno@clisp.org>
30820
30821         Add support for multiple gnulib-tool invocations in the scope of a
30822         single configure.ac file.
30823         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
30824         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
30825         with the same contents as the _LIBADD variable.
30826         (func_emit_initmacro_start, func_emit_initmacro_end,
30827         func_emit_initmacro_done): New functions.
30828         (func_import, func_create_testdir): Invoke them. Allow the identifiers
30829         gl_LIBOBJS and gl_LTLIBOBJS.
30830
30831 2006-10-11  Bruno Haible  <bruno@clisp.org>
30832
30833         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
30834         (func_create_testdir): Don't create po/Makefile.am, don't invoke
30835         autoreconf. Instead, invoke autopoint explicitly but move back the
30836         *.m4 files from gnulib.
30837
30838 2006-10-11  Bruno Haible  <bruno@clisp.org>
30839
30840         * gnulib-tool (func_usage): Make module names after --create-testdir
30841         optional.
30842         (func_create_testdir): If no module was specified, use nearly all
30843         modules.
30844
30845 2006-10-12  Jim Meyering  <jim@meyering.net>
30846
30847         Big performance improvement for fts-based tools that use FTS_NOSTAT.
30848         Avoid spurious inode-mismatch problems on non-POSIX file systems.
30849         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
30850         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
30851         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
30852         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
30853         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
30854         (fts_set_stat_required): New function.
30855         (fts_open): Defer the calls to fts_stat, if possible or requested.
30856         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
30857         into fts_stat itself.
30858         (fts_read): Perform any required (deferred) fts_stat call.
30859         (fts_build): Likewise, for the directory we're about to open and read.
30860         In the readdir loop, carefully decide whether each entry will require
30861         an eventual call to fts_stat, using dirent.d_type info if available.
30862         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
30863         a command line argument into this function.  Update all callers.
30864         Map a return value of FTS_DOT to FTS_D for a command line argument.
30865         * modules/fts (Depends-on): Add d-type.  Alphabetize.
30866         Thanks to Miklos Szeredi for his tenacity and for the initial
30867         bug report about "find" failing on a FUSE-based file system.
30868
30869         * lib/fts.c (fts_open): Use consistent indentation.
30870
30871 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30872
30873         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
30874         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
30875         reported by Jim Meyering.  All uses of cache variables renamed
30876         to match Autoconf's.
30877         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
30878         the other one.
30879
30880         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
30881         Fix misspelling in diagnostic.
30882
30883 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30884
30885         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
30886         defined.  Problem reported by Matthew Woehlke.
30887
30888         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
30889         Add support for Tandem NonStop R series.
30890         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
30891         Use new macro.
30892
30893         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
30894         (has_trailing_slash): Omit size arg; all callers changed.
30895         Omit 'inline', since it doesn't help performance and we'd
30896         need to configure it.
30897         Don't count //, ///, etc. as having a trailing slash.
30898         As a side effect, this removes a C99ism reported by Matthew Woehlke.
30899         (rpl_rename_dest_slash): On failure, use rename's errno rather
30900         than (in some cases) an incorrect or junk errno.
30901         Simplify code by removing need to compute length; this does
30902         cause it to make two passes instead of one over the file name,
30903         but it's worth it.
30904
30905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
30906         change, since Autoconf's version may no longer be appropriate now
30907         that we are using CVS Autoconf's version.  Add support for Tandem.
30908
30909 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30910             Bruno Haible  <bruno@clisp.org>
30911
30912         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
30913         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
30914         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
30915         gl_AC_TYPE_LONG_LONG.
30916
30917         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
30918         instead of HAVE_LONG_LONG.
30919         * lib/printf-args.c (printf_fetchargs): Likewise.
30920         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
30921         * lib/vasnprintf.c (VASNPRINTF): Likewise.
30922         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
30923         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
30924         gl_AC_TYPE_LONG_LONG.
30925
30926 2006-10-11  Bruno Haible  <bruno@clisp.org>
30927
30928         * m4/longlong.m4: Add comments.
30929         * m4/ulonglong.m4: Likewise.
30930
30931 2006-10-10  Bruno Haible  <bruno@clisp.org>
30932
30933         Make it possible to #define stpcpy, strdup to aliases.
30934         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
30935         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
30936
30937 2006-10-10  Bruno Haible  <bruno@clisp.org>
30938
30939         Make it possible to #define gcd to an alias.
30940         * lib/gcd.c: Include config.h.
30941
30942 2006-10-10  Bruno Haible  <bruno@clisp.org>
30943
30944         Make it possible to #define c_isascii to an alias.
30945         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
30946         defined. Undefine the macros before defining them, to avoid gcc
30947         warnings.
30948         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
30949         define NO_C_CTYPE_MACROS early.
30950
30951 2006-10-10  Bruno Haible  <bruno@clisp.org>
30952
30953         Make it possible to #define set_program_name to an alias.
30954         * lib/progname.c: Don't undefine set_program_name; instead, undefine
30955         ENABLE_RELOCATABLE early.
30956
30957 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30958
30959         Port to Tandem NSK OSS, which has 64-bit signed int but at most
30960         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
30961         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
30962         More generally, don't assume that 64-bit signed int is available
30963         if unsigned int is, and vice versa.
30964         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
30965         unsigned symbols, not on their signed counterparts.
30966         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
30967         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
30968         (UINT64_C, UINTMAX_C):
30969         Likewise.
30970         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
30971         unsigned counterparts.
30972         (Have_long_long, Unsigned): New macros.
30973         (Int): Renamed from INT.
30974         (strtoimax): Use the new macros.
30975         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
30976         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
30977         * modules/inttypes (inttypes.h): Substitute
30978         HAVE_UNSIGNED_LONG_LONG_INT.
30979         * modules/stdint (stdint.h): Likewise.
30980         (Files): Add m4/ulonglong.m4.
30981
30982 2006-10-10  Bruno Haible  <bruno@clisp.org>
30983
30984         Fix a gcc -Wshadow warning.
30985         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
30986         to 'bucket'.
30987         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
30988         gl_linked_indexof_from_to): Likewise.
30989         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
30990         Likewise.
30991         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
30992         Likewise.
30993         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
30994         Reported by Eric Blake.
30995
30996 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
30997
30998         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
30999         for NetBSD.  Problem reported by Bruno Haible.
31000
31001 2006-10-09  Jim Meyering  <jim@meyering.net>
31002
31003         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
31004         Patch from Bruno Haible.
31005
31006 2006-10-09  Jim Meyering  <jim@meyering.net>
31007
31008         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
31009         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
31010         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
31011
31012 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31013
31014         Don't include <config.h> twice; this doesn't work in some cases,
31015         e.g., when config.h has "#define intmax_t long long int" and
31016         we include <config.h>, <inttypes.h>, <config.h> in that order.
31017         Problem reported by Matthew Woehlke in:
31018         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
31019         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
31020         * lib/fts-cycle.c: Don't include config.h.
31021         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
31022         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
31023         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
31024         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
31025         inttypes.h.
31026         * lib/xstrtoumax.c: Likewise.
31027         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
31028         __strtol and the like, so that this module is more like its siblings.
31029         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
31030         Remove; no longer needed now that we assume gnulib inttypes.h.
31031
31032 2006-10-08  Bruno Haible  <bruno@clisp.org>
31033
31034         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
31035         option.
31036
31037 2006-10-07  Jim Meyering  <jim@meyering.net>
31038
31039         * modules/inttypes (inttypes.h): Revert what seems to have been
31040         an inadvertent part of today's change: use "|", not "/" in the
31041         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
31042
31043 2006-10-07  Bruno Haible  <bruno@clisp.org>
31044
31045         * modules/sublist: New file.
31046
31047 2006-10-07  Bruno Haible  <bruno@clisp.org>
31048
31049         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
31050         * modules/argz (argz.h): Likewise.
31051         * modules/arpa_inet (arpa/inet.h): Likewise.
31052         * modules/byteswap (byteswap.h): Likewise.
31053         * modules/configmake (configmake.h): Likewise.
31054         * modules/fcntl (fcntl.h): Likewise.
31055         * modules/fnmatch (fnmatch.h): Likewise.
31056         * modules/getopt (getopt.h): Likewise.
31057         * modules/glob (glob.h): Likewise.
31058         * modules/inttypes (inttypes.h): Likewise.
31059         * modules/netinet_in (netinet/in.h): Likewise.
31060         * modules/poll (poll.h): Likewise.
31061         * modules/stdbool (stdbool.h): Likewise.
31062         * modules/stdint (stdint.h): Likewise.
31063         * modules/sys_select (sys/select.h): Likewise.
31064         * modules/sys_socket (sys/socket.h): Likewise.
31065         * modules/sys_stat (sys/stat.h): Likewise.
31066         * modules/sysexits (sysexits.h): Likewise.
31067         * modules/unistd (unistd.h): Likewise.
31068         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31069         Add a "DO NOT EDIT" comment to the generated file.
31070         (func_import): Likewise for gnulib-comp.m4.
31071
31072 2006-10-07  Bruno Haible  <bruno@clisp.org>
31073
31074         * lib/gl_sublist.h: New file.
31075         * lib/gl_sublist.c: New file.
31076
31077 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31078
31079         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
31080         name (relative to the original working directory) and the file
31081         name component (relative to the temporary working directory).  All
31082         callers changed.
31083         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
31084         * lib/mkdir-p.c (make_dir_parents): Likewise.
31085         * lib/mkdir-p.h (make_dir_parents): Likewise.
31086
31087 2006-10-06  Eric Blake  <ebb9@byu.net>
31088
31089         Define several macros for use by the clean-temp module.
31090         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
31091         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
31092         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
31093
31094         * lib/clean-temp.h (close_stream_temp): New declaration.
31095         * lib/clean-temp.c (includes): Pull in headers according to what
31096         other modules are in use.
31097         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
31098
31099 2006-10-06  Bruno Haible  <bruno@clisp.org>
31100
31101         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
31102         instead of fopen, fwriteerror.
31103
31104 2006-10-06  Bruno Haible  <bruno@clisp.org>
31105
31106         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
31107         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
31108         int.
31109         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
31110         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
31111         Return an error indicator.
31112         Suggested by Eric Blake.
31113
31114 2006-10-06  Bruno Haible  <bruno@clisp.org>
31115
31116         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
31117         Reported by Eric Blake.
31118
31119 2006-10-06  Bruno Haible  <bruno@clisp.org>
31120
31121         * modules/closeout (Description): Mention stderr too.
31122
31123 2006-10-06  Bruno Haible  <bruno@clisp.org>
31124         and Paul Eggert  <eggert@cs.ucla.edu>
31125
31126         * lib/closeout.c (close_stdout): Also close stderr.
31127         * lib/closeout.h: Update comment.
31128
31129 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31130
31131         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
31132         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
31133         * lib/dirchownmod.c: Include lchown.h.
31134         * lib/lchown.c: Don't include files that lchown.h now includes.
31135         Don't declare chown, since lchown.h now does that.
31136         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
31137         (lchown): Define to rpl_chown if lchown is declared but
31138         does not exist.  Declare using a prototype if lchown is not
31139         declared.  Add a copyright notice.
31140         * lib/mkstemp.h: Include <unistd.h>.
31141         * lib/openat.c: Include lchown.h.
31142
31143         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
31144         we now test for that separately.
31145         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
31146         rather than O_NOFOLLOW, when testing whether it's possible to
31147         avoid a race condition reliably.
31148         * lib/savewd.c (savewd_chdir): Likewise.
31149
31150         Remove macros that are no longer needed now that stdint.h is
31151         reliable.
31152         * lib/fsusage.c (UINTMAX_MAX): Remove.
31153         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
31154         * lib/utimecmp.c (SIZE_MAX): Remove.
31155
31156         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
31157
31158         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
31159         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
31160         O_NOATIME works.
31161
31162 2006-10-05  Bruno Haible  <bruno@clisp.org>
31163
31164         * lib/gl_list.h (gl_sortedlist_search_from_to,
31165         gl_sortedlist_indexof_from_to): New declarations.
31166         (gl_list_implementation): New fields sortedlist_search_from_to,
31167         sortedlist_indexof_from_to.
31168         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
31169         inline functions.
31170         * lib/gl_list.c (gl_sortedlist_search_from_to,
31171         gl_sortedlist_indexof_from_to): New functions.
31172         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
31173         function.
31174         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
31175         (gl_array_sortedlist_search_from_to): New function.
31176         (gl_array_list_implementation): Update.
31177         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
31178         function.
31179         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
31180         (gl_carray_sortedlist_search_from_to): New function.
31181         (gl_carray_list_implementation): Update.
31182         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
31183         gl_linked_sortedlist_indexof_from_to): New functions.
31184         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
31185         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
31186         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
31187         gl_tree_sortedlist_indexof_from_to): New functions.
31188         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
31189         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
31190         Update.
31191         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
31192         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
31193         Update.
31194
31195 2006-10-05  Bruno Haible  <bruno@clisp.org>
31196
31197         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
31198         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
31199         (struct gl_list_implementation): Add fields search_from_to,
31200         indexof_from_to. Remove fields search, indexof.
31201         (gl_list_search): Use the search_from_to method.
31202         (gl_list_search_from, gl_list_search_from_to): New functions.
31203         (gl_list_indexof): Use the indexof_from_to method.
31204         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
31205         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
31206         (gl_list_search_from, gl_list_search_from_to): New functions.
31207         (gl_list_indexof): Use the indexof_from_to method.
31208         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
31209         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
31210         gl_array_indexof. Add start_index, end_index arguments.
31211         (gl_array_search_from_to): Renamed from gl_array_search. Add
31212         start_index, end_index arguments.
31213         (gl_array_remove, gl_array_list_implementation): Update.
31214         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
31215         gl_carray_indexof. Add start_index, end_index arguments.
31216         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
31217         start_index, end_index arguments.
31218         (gl_carray_remove, gl_carray_list_implementation): Update.
31219         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
31220         gl_linked_search. Add start_index, end_index arguments.
31221         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
31222         start_index, end_index arguments.
31223         (gl_linked_remove): Update.
31224         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
31225         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
31226         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
31227         field to 'size_t'.
31228         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
31229         gl_tree_search. Add start_index, end_index arguments.
31230         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
31231         start_index, end_index arguments.
31232         (gl_tree_remove): Update.
31233         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
31234         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
31235         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
31236         function.
31237         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
31238         gl_tree_search. Add start_index, end_index arguments.
31239         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
31240         start_index, end_index arguments.
31241         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
31242         Update.
31243         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
31244
31245 2006-10-05  Bruno Haible  <bruno@clisp.org>
31246
31247         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
31248
31249         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
31250         fwriteerror_temp): New declarations.
31251         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
31252         (descriptors): New variable.
31253         (cleanup): First, close the descriptors.
31254         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
31255         fclose_temp, fwriteerror_temp): New functions.
31256
31257 2006-10-04  Jim Meyering  <jim@meyering.net>
31258
31259         * lib/fts.c (fts_open): Tiny comment change.
31260
31261 2006-10-04  Bruno Haible  <bruno@clisp.org>
31262
31263         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
31264         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
31265         gl_LOCK_BODY.
31266         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
31267         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
31268         gl_LOCK_EARLY_BODY.
31269         (gl_LOCK): Require gl_LOCK_BODY.
31270
31271 2006-10-04  Bruno Haible  <bruno@clisp.org>
31272
31273         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
31274         (gl_oset_search_atleast): New declaration.
31275         (struct gl_oset_implementation): Add field 'search_atleast'.
31276         (gl_oset_search_atleast): New inline function.
31277         * lib/gl_oset.c (gl_oset_search_atleast): New function.
31278         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
31279         (gl_array_oset_implementation): Update.
31280         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
31281         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
31282         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
31283
31284 2006-10-04  Bruno Haible  <bruno@clisp.org>
31285
31286         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
31287
31288 2006-10-03  Bruno Haible  <bruno@clisp.org>
31289
31290         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
31291         from gl_avltreehash_list_implementation.
31292
31293 2006-10-03  Bruno Haible  <bruno@clisp.org>
31294
31295         * lib/gl_oset.c (gl_oset_add): Fix return type.
31296
31297 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
31298
31299         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
31300
31301 2006-10-02  Eric Blake  <ebb9@byu.net>
31302
31303         * modules/strnlen (Depends-on): Add extensions.
31304
31305 2006-10-02  Eric Blake  <ebb9@byu.net>
31306
31307         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
31308         definition in 2.60+.
31309
31310 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31311
31312         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
31313         checks.
31314
31315 2006-10-02  Bruno Haible  <bruno@clisp.org>
31316
31317         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
31318         to the AUTOMAKE_OPTIONS.
31319         Reported by Jim Meyering.
31320
31321 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
31322
31323         Work around bug in Solaris 10 /proc file system:
31324         /proc/self/fd/NNN/.. isn't the parent directory of
31325         the directory whose file descriptor is NNN.  This needs to
31326         be worked around at run time, not compile time, since a
31327         program might be built on Solaris 8, where things work, and
31328         run on Solaris 10.
31329         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
31330         to use the following interface instead:
31331         (OPENAT_BUFFER_SIZE): New macro.
31332         (openat_proc_name): New function.
31333         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
31334         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
31335         Likewise.
31336         * lib/openat-proc.c: New file.
31337         * modules/openat (Files): Add lib/openat-proc.c.
31338         (Depends-on): Add same-inode, stdbool.
31339         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
31340
31341 2006-09-29  Bruno Haible  <bruno@clisp.org>
31342
31343         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
31344         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
31345         argument. Set stdout_closed before testing for ferror, not after.
31346         (fwriteerror, fwriteerror_no_ebadf): New functions.
31347
31348 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31349
31350         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
31351
31352 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
31353
31354         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
31355         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
31356
31357 2006-09-28  Jim Meyering  <jim@meyering.net>
31358
31359         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
31360         Include <unistd.h>.
31361
31362 2006-09-28  Bruno Haible  <bruno@clisp.org>
31363
31364         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
31365         * modules/linkedhash-list (Depends-on): Likewise.
31366         * modules/rbtreehash-list (Depends-on): Likewise.
31367
31368 2006-09-28  Bruno Haible  <bruno@clisp.org>
31369
31370         * lib/strndup.h: Simplify the redefinition of strndup.
31371         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
31372         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
31373
31374 2006-09-28  Bruno Haible  <bruno@clisp.org>
31375
31376         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
31377         * lib/gl_linkedhash_list.c: Likewise.
31378         * lib/gl_rbtreehash_list.c: Likewise.
31379
31380 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
31381
31382         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
31383         getaddrinfo.
31384
31385         * lib/__fpending.h: Don't include <stdio_ext.h> unless
31386         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
31387         it causes <stdio_ext.h> to cause a compile-time error.
31388         Problem reported by Nelson H. F. Beebe.
31389         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
31390         of HAVE_DECL___PENDING.
31391
31392         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
31393         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
31394         declaration.
31395
31396 2006-09-27  Jim Meyering  <jim@meyering.net>
31397
31398         This file could end up with a definition for a function
31399         named __strndup, rather than rpl_strndup on a system with
31400         incomplete weak_alias support.
31401         * lib/strndup.c (strndup): Rename from __strndup.
31402         Remove #defines that used to map __strndup to strndup.
31403         Don't use K&R prototypes.
31404         Remove LIBC-related code, since this file is not sync'd with glibc.
31405         * lib/strndup.h: Revamp, accordingly.
31406         * m4/strndup.m4: Modernize.
31407
31408 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
31409
31410         * modules/savewd (Depends-on): Add 'raise'.
31411         * lib/savewd.c: Include <signal.h>, for 'raise'.
31412
31413 2006-09-26  Jim Meyering  <jim@meyering.net>
31414
31415         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
31416         when we detect Darwin 8.7.0's acl_get_file bug.
31417         Rearrange to perform the new (below) run-test while $LIBS
31418         contains any acl-related library.  Set USE_ACL at the end.
31419         (gl_ACL_GET_FILE): New function.
31420
31421 2006-09-26  Eric Blake  <ebb9@byu.net>
31422
31423         * lib/verror.c: Include <config.h> unconditionally.
31424
31425 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
31426
31427         * modules/clock-time (Maintainer): Add self.
31428         * modules/getlogin_r (Depends-on): Add extensions.
31429
31430 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31431
31432         * modules/clock-time: New module.
31433         * modules/nanosleep (Depends-on): Add clock-time.
31434         * modules/gethrxtime (Depends-on): Likewise.
31435         * modules/gettime (Depends-on): Likewise.
31436         * modules/settime (Depends-on): Likewise.
31437
31438         * modules/fts-lgpl: Depend on openat.
31439         * modules/mkancesdirs: Depend on savewd.
31440         * modules/mkdir-p: Likewise.
31441
31442 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31443
31444         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
31445
31446         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
31447         `gl_have_arbitrary_file_name_length_limit' to
31448         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
31449         actually works between configure runs.
31450
31451 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31452             Bruno Haible  <bruno@clisp.org>
31453
31454         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
31455
31456 2006-09-25  Jim Meyering  <jim@meyering.net>
31457
31458         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
31459         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
31460
31461 2006-09-25  Eric Blake  <ebb9@byu.net>
31462
31463         * gnulib-tool (func_import, func_create_testdir): Fix typos in
31464         exec's in 2006-09-18 patch when shuffling fds.
31465
31466 2006-09-25  Bruno Haible  <bruno@clisp.org>
31467
31468         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
31469         Reported by Jim Meyering.
31470
31471 2006-09-24  Jim Meyering  <jim@meyering.net>
31472
31473         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
31474         compare a pointer against a literal "0".  That caused failures with
31475         at least HP-UX's hpcc.
31476
31477 2006-09-22  Simon Josefsson  <jas@extundo.com>
31478
31479         * modules/gc-sha1:
31480         * modules/gc-md4:
31481         * modules/gc-hmac-sha1:
31482         * modules/gc-hmac-md5:
31483         * modules/gc-des:
31484         * modules/gc-arcfour: Distribute more files.
31485
31486 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31487
31488         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
31489         (gl_linked_iterator_from_to): Initialize struct completely.
31490         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
31491         (gl_tree_iterator_from_to): Likewise
31492         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
31493         * lib/gl_array_list.c [lint] (gl_array_iterator)
31494         (gl_array_iterator_from_to): Likewise.
31495         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
31496         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
31497         (gl_carray_iterator_from_to): Likewise.
31498
31499         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
31500         * lib/md4.c (md4_process_block): Remove unused variable.
31501         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
31502         parentheses for clarity.
31503
31504 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31505
31506         * modules/bison-i18n (Depends-on): Add gettext.
31507
31508 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31509
31510         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
31511         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
31512         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
31513         also add missing comma that caused broken test.
31514         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
31515         stdlib.h, for `abort'.
31516         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
31517         variables.
31518         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
31519         include unistd.h if present, for `rmdir'.
31520         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
31521         variables.
31522         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
31523         in the process include standard headers for prototypes.
31524         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
31525         gets declared on GNU/Linux.
31526         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
31527         unistd.h, for `rmdir'.
31528         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
31529
31530         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
31531         always true.
31532         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
31533
31534         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
31535
31536 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31537
31538         * gnulib-tool (func_version): Create output all at once.  This
31539         may help avoid triggering unnecessary SIGPIPEs, and at any
31540         rate it doesn't hurt.
31541
31542 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31543             Bruno Haible  <bruno@clisp.org>
31544
31545         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
31546         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
31547         * m4/signed.m4 (bh_C_SIGNED): Likewise.
31548
31549         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
31550         (gl_FUNC_VASPRINTF): Invoke it.
31551
31552 2006-09-22  Bruno Haible  <bruno@clisp.org>
31553
31554         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
31555         getloadavg.c as first argument.
31556
31557 2006-09-22  Bruno Haible  <bruno@clisp.org>
31558
31559         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
31560         at the beginning of the gl_INIT macro.
31561         * modules/getloadavg (configure.ac): Pass $gl_source_base to
31562         gl_GETLOADAVG.
31563
31564 2006-09-22  Bruno Haible  <bruno@clisp.org>
31565
31566         * gnulib-tool (func_create_megatestdir): Don't include the config-h
31567         module.
31568         Suggested by Ralf Wildenhues.
31569
31570 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31571
31572         Import this patch from libc:
31573
31574         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
31575
31576         * lib/regex_internal.c (re_string_reconstruct): Handle
31577         offset < pstr->valid_raw_len && pstr->offsets_needed case.
31578         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
31579         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
31580         re_string_context_at.
31581
31582         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
31583         now requires it.
31584         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
31585         gl_REGEX now does it for us.
31586         (gl_REGEX): Add test taken from
31587         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
31588
31589         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
31590         Check that large offsets work.  Modernize Autoconf usages.
31591         Prefer "yes" to mean a good thing rather than a bad.
31592         Don't put "#define mkstemp" in config.h, as this might interfere
31593         with standard system headers that "#define mkstemp mkstemp64".
31594
31595         * modules/mkstemp (Depends-on): Add extensions, so that
31596         mkstemp is visible on some platforms.
31597         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
31598         (Include): Change to "mkstemp.h" from <stdlib.h>.
31599         (Files): Add mkstemp.h.
31600
31601         * lib/mkstemp.h: New file, since some standard headers
31602         #define mkstemp.
31603         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
31604         Include "mkstemp.h".
31605         Make the _LIBC code resemble glibc original more,
31606         e.g., use K&R style.
31607         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
31608         (mkstemp): Remove, since mkstemp.h does this for us.
31609         * lib/stdlib--.h: Include mkstemp.h.
31610
31611         Import this patch from libc:
31612
31613         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
31614
31615         * lib/tempname.c (__gen_tempname): Change attempts_min
31616         into a macro.  Use preprocessor to decide how to initialize
31617         attempts [Coverity CID 67].
31618
31619 2006-09-20  Bruno Haible  <bruno@clisp.org>
31620
31621         * lib/mkdtemp.c: Import from libc.
31622         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
31623                 * sysdeps/posix/tempname.c (__gen_tempname): Change
31624                 attempts_min into a macro.  Use preprocessor to decide how to
31625                 initialize attempts [Coverity CID 67].
31626         2001-11-27  Paul Eggert  <eggert@twinsun.com>
31627                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
31628                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
31629
31630 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31631
31632         * gnulib-tool (func_exit): New function, to allow to pass the
31633         exit status portably through the trap.  Use everywhere.
31634         (--help, --version): Signal a write error.
31635         (trap): catch SIGPIPE, for write errors.
31636         Exit at the end of the trap, with the correct exit status.
31637
31638 2006-09-19  Karl Berry  <karl@gnu.org>
31639
31640         * doc/gnulib.texi: note about the license texinfo files.
31641
31642 2006-09-19  Eric Blake  <ebb9@byu.net>
31643
31644         * gnulib-tool: Avoid space-tab.
31645
31646 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
31647
31648         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
31649         that prevented coreutils 6.1 from building.  Problem reported
31650         by Petter Reinholdtsen.
31651
31652 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
31653
31654         * gnulib-tool (avoidlist): Fix typo that broke options like
31655         --avoid=lock that are used by coreutils bootstrap.
31656
31657 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
31658
31659         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
31660         more systematically.
31661
31662 2006-09-18  Jim Meyering  <jim@meyering.net>
31663
31664         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
31665
31666 2006-09-18  Bruno Haible  <bruno@clisp.org>
31667
31668         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
31669
31670 2006-09-18  Bruno Haible  <bruno@clisp.org>
31671
31672         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
31673         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
31674         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
31675         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
31676         * m4/gettext.m4: Require autoconf >= 2.52.
31677         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
31678         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
31679         of gl_cv_header_inttypes_h.
31680
31681 2006-09-18  Bruno Haible  <bruno@clisp.org>
31682
31683         * lib/javaversion.c: Include configmake.h.
31684
31685 2006-09-18  Bruno Haible  <bruno@clisp.org>
31686
31687         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
31688         avoid that the while loops be executed in a subshell.
31689
31690 2006-09-18  Bruno Haible  <bruno@clisp.org>
31691
31692         * MODULES.html.sh (func_module): Break long lines.
31693         Suggested by Bruce Korb <bkorb@gnu.org>.
31694
31695 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31696
31697         Speed up by a factor of 1.12.
31698         * gnulib-tool (nl): New variable.
31699         (func_import): Rewrite include directive extraction to only read each
31700         directive once.
31701
31702 2006-09-17  Bruno Haible  <bruno@clisp.org>
31703
31704         * modules/javaversion (Makefile.am): Remove DEFS setting.
31705         (Depends-on): Add configmake, for PKGDATADIR definition.
31706
31707 2006-09-17  Bruno Haible  <bruno@clisp.org>
31708
31709         * gnulib-tool (func_create_testdir): Rewrite all files at once.
31710
31711 2006-09-17  Bruno Haible  <bruno@clisp.org>
31712
31713         * gnulib-tool (func_append): New function, stolen from libtool.m4.
31714         (func_modules_transitive_closure, func_modules_add_dummy,
31715         func_modules_to_filelist, func_import, func_create_testdir,
31716         func_create_megatestdir, ...): Use it wherever possible.
31717         Suggested by Ralf Wildenhues.
31718
31719 2006-09-16  Karl Berry  <karl@gnu.org>
31720
31721         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
31722         to avoid sectioning errors.
31723         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
31724         [ifinfo]: blank line after @center-ed titles.
31725         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
31726         Spell FSF address consistently with others.
31727         (These changes approved by rms.)
31728
31729 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31730
31731         Speed up by a factor of 1.61.
31732         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
31733         already checked module names again.
31734
31735 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31736
31737         Speed up by a factor of 1.13.
31738         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
31739         for new_files, and the input to func_add_or_update.
31740
31741 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31742
31743         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
31744         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
31745
31746 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31747
31748         * modules/mkancesdirs (Depends-on): Add fcntl.
31749         * modules/savewd: New file.
31750         * MODULES.html.sh (File system functions): Add savewd.
31751
31752         * modules/configmake (Makefile.am): Add support for the
31753         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
31754
31755 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31756
31757         * m4/savewd.m4: New file.
31758
31759 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31760
31761         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
31762         (dirchownmod): New arg FD.  All callers changed.
31763         Use FD rather than opening the directory ourself, as opening is
31764         now the caller's responsibility.
31765         * lib/dirchownmod.h: Likewise.
31766         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
31767         hosts that require <sys/types.h> before <sys/stat.h>.  Include
31768         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
31769         (test_dir): Remove.
31770         (mkancesdirs): Return length of prefix of FILE that has already
31771         been made, or -2 if there is a child doing the work.  Redo
31772         algorithm so that it is O(N) rather than O(N**2).  Optimize away
31773         ".", and treat ".." specially since it might stray back into
31774         already-created areas.  Use a subprocess if necessary.  New arg
31775         WD; all users changed.  MAKE_DIR function should now return 1
31776         if it creates a directory that is not readable.  Return -2 if
31777         a child process is spun off.
31778         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
31779         Adjust signature to match code.
31780         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
31781         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
31782         all users changed.
31783         * lib/savewd.c, lib/savewd.h: New files.
31784
31785 2006-09-15  Jim Meyering  <jim@meyering.net>
31786
31787         * modules/rename-dest-slash: New module.
31788         * MODULES.html.sh (posix_compat): Add it here.
31789
31790         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
31791
31792 2006-09-15  Jim Meyering  <jim@meyering.net>
31793
31794         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
31795         file.
31796
31797         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
31798
31799 2006-09-15  Jim Meyering  <jim@meyering.net>
31800
31801         * lib/rename-dest-slash.c (has_trailing_slash): Use
31802         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
31803         (rpl_rename_dest_slash): Perform the cheaper trailing slash
31804         test before testing whether SRC is a directory.
31805         Suggestions from Bruno Haible.
31806
31807         Avoid a warning about an unused variable.
31808         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
31809         into the #ifdef block where it's used.
31810
31811         * lib/rename-dest-slash.c: New file.
31812
31813 2006-09-14  Bruno Haible  <bruno@clisp.org>
31814
31815         * lib/allocsa.c: Include <config.h> unconditionally.
31816         * lib/asnprintf.c: Likewise.
31817         * lib/asprintf.c: Likewise.
31818         * lib/c-strcasecmp.c: Likewise.
31819         * lib/c-strcasestr.c: Likewise.
31820         * lib/c-strncasecmp.c: Likewise.
31821         * lib/c-strstr.c: Likewise.
31822         * lib/classpath.c: Likewise.
31823         * lib/clean-temp.c: Likewise.
31824         * lib/concatpath.c: Likewise.
31825         * lib/copy-file.c: Likewise.
31826         * lib/csharpcomp.c: Likewise.
31827         * lib/csharpexec.c: Likewise.
31828         * lib/execute.c: Likewise.
31829         * lib/fatal-signal.c: Likewise.
31830         * lib/findprog.c: Likewise.
31831         * lib/fwriteerror.c: Likewise.
31832         * lib/gl_array_list.c: Likewise.
31833         * lib/gl_array_oset.c: Likewise.
31834         * lib/gl_avltree_list.c: Likewise.
31835         * lib/gl_avltree_oset.c: Likewise.
31836         * lib/gl_avltreehash_list.c: Likewise.
31837         * lib/gl_carray_list.c: Likewise.
31838         * lib/gl_linked_list.c: Likewise.
31839         * lib/gl_linkedhash_list.c: Likewise.
31840         * lib/gl_list.c: Likewise.
31841         * lib/gl_oset.c: Likewise.
31842         * lib/gl_rbtree_list.c: Likewise.
31843         * lib/gl_rbtree_oset.c: Likewise.
31844         * lib/gl_rbtreehash_list.c: Likewise.
31845         * lib/imaxabs.c: Likewise.
31846         * lib/imaxdiv.c: Likewise.
31847         * lib/javacomp.c: Likewise.
31848         * lib/javaexec.c: Likewise.
31849         * lib/javaversion.c: Likewise.
31850         * lib/linebreak.c: Likewise.
31851         * lib/localcharset.c: Likewise.
31852         * lib/lock.c: Likewise.
31853         * lib/mbchar.c: Likewise.
31854         * lib/mbswidth.c: Likewise.
31855         * lib/mkdtemp.c: Likewise.
31856         * lib/pipe.c: Likewise.
31857         * lib/printf-args.c: Likewise.
31858         * lib/printf-parse.c: Likewise.
31859         * lib/progname.c: Likewise.
31860         * lib/progreloc.c: Likewise.
31861         * lib/readlink.c: Likewise.
31862         * lib/sh-quote.c: Likewise.
31863         * lib/stpcpy.c: Likewise.
31864         * lib/stpncpy.c: Likewise.
31865         * lib/strcasecmp.c: Likewise.
31866         * lib/strcasestr.c: Likewise.
31867         * lib/strcspn.c: Likewise.
31868         * lib/striconv.c: Likewise.
31869         * lib/strncasecmp.c: Likewise.
31870         * lib/strnlen1.c: Likewise.
31871         * lib/strstr.c: Likewise.
31872         * lib/strtok_r.c: Likewise.
31873         * lib/tls.c: Likewise.
31874         * lib/tmpdir.c: Likewise.
31875         * lib/unicodeio.c: Likewise.
31876         * lib/unsetenv.c: Likewise.
31877         * lib/vasnprintf.c: Likewise.
31878         * lib/vasprintf.c: Likewise.
31879         * lib/wait-process.c: Likewise.
31880         * lib/xallocsa.c: Likewise.
31881         * lib/xsetenv.c: Likewise.
31882         * lib/xstriconv.c: Likewise.
31883
31884 2006-09-13  Simon Josefsson  <jas@extundo.com>
31885
31886         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
31887         that internally, suggested by Ralf Wildenhues
31888         <Ralf.Wildenhues@gmx.de>.
31889
31890 2006-09-13  Simon Josefsson  <jas@extundo.com>
31891
31892         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
31893         @LIBOBJS@.
31894         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31895
31896 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31897
31898         * lib/_fpending.c: Include <config.h> unconditionally, since we no
31899         longer worry about uses that don't define HAVE_CONFIG_H.
31900         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
31901         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
31902         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
31903         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
31904         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
31905         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
31906         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
31907         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
31908         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
31909         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
31910         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
31911         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
31912         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
31913         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
31914         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
31915         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
31916         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
31917         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
31918         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
31919         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
31920         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
31921         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
31922         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
31923         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
31924         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
31925         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
31926         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
31927         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
31928         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
31929         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
31930         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
31931         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
31932         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
31933         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
31934         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
31935         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
31936         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
31937         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
31938         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
31939         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
31940         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
31941         Likewise.
31942
31943 2006-09-13  Eric Blake  <ebb9@byu.net>
31944
31945         * lib/getopt.c: Fix typo in last commit.
31946
31947 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
31948
31949         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
31950         dgettext.
31951
31952 2006-09-12  Jim Meyering  <jim@meyering.net>
31953
31954         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
31955         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
31956         Reported by Nelson H. F. Beebe.
31957
31958 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31959
31960         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
31961         program_invocation_name and program_invocation_short_name are
31962         initialized.
31963         * lib/argp-namefrob.h: Move declarations of program_invocation_name
31964         and program_invocation_short_name to argp.h, so they are visible
31965         to user programs.
31966         * lib/argp.h: Likewise
31967
31968 2006-09-10  Bruno Haible  <bruno@clisp.org>
31969
31970         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
31971         m4/inttypes_h.m4, m4/uintmax_t.m4.
31972
31973 2006-09-10  Bruno Haible  <bruno@clisp.org>
31974
31975         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
31976         gl_AC_TYPE_UINTMAX_T.
31977
31978 2006-09-10  Bruno Haible  <bruno@clisp.org>
31979
31980         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
31981
31982 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31983
31984         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
31985         convention.  Text proposed by Bruno Haible.
31986         (struct argp_option): Document the use of N_() wrappers.
31987
31988         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
31989         '\v', and translate the two parts separately, instead of feeding
31990         the whole string to gettext.  This allows to exclude
31991         '\v' from the strings visible to the translator by writing doc
31992         strings as N_("..") "\v" N_("..").
31993
31994 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
31995
31996         * config/srclist.txt: Undo latest change; the bug was fixed.
31997
31998 2006-09-09  Bruno Haible  <bruno@clisp.org>
31999
32000         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
32001         assignments if building a library without libtool.
32002         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
32003         in func_emit_lib_Makefile_am.
32004         (func_import): When building a static library libfoo.a, arrange to
32005         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
32006         (func_create_testdir): Likewise.
32007         * modules/gc (configure.ac, Makefile.am): If building statically,
32008         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
32009         * modules/iconvme (configure.ac, Makefile.am): Likewise.
32010         * modules/striconv (configure.ac, Makefile.am): Likewise.
32011         Based on a suggestion by Ralf Wildenhues.
32012
32013 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32014
32015         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
32016         Check for unistd.h too, since Autoconf doesn't assume POSIX.
32017         Also:
32018
32019         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32020         Add year_2050_test to catch glibc bug 2821
32021         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
32022
32023         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32024         Prefer #ifdef to #if.
32025
32026         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
32027         Return from 'main' instead of calling 'exit'.
32028
32029 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32030
32031         * lib/mktime.c (guess_time_tm): Fix bug where mktime
32032         returned the maximum time_t value rather than (time_t) -1.
32033         Problem originally reported by William Bardwell
32034         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
32035
32036         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
32037         Moved to here ...
32038         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
32039         ... from here.
32040
32041 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32042
32043         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
32044         2821 is fixed.
32045
32046 2006-09-08  Jim Meyering  <jim@meyering.net>
32047
32048         Don't make generated files read-only.  That would bother too many
32049         people.  However, do retain the ability to work when targets are
32050         read-only: remove the destination and temporary files before writing
32051         them (when generated via sed or echo), or by using the -f option for
32052         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
32053         * modules/alloca-opt, modules/argz, modules/arpa_inet:
32054         * modules/byteswap, modules/configmake, modules/fcntl:
32055         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
32056         * modules/localcharset, modules/netinet_in, modules/poll:
32057         * modules/stdbool, modules/stdint, modules/sys_select:
32058         * modules/sys_socket, modules/sys_stat, modules/sysexits:
32059
32060 2006-09-08  Jim Meyering  <jim@meyering.net>
32061
32062         Avoid new build failure on FreeBSD 6.0.
32063         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
32064         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
32065         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
32066
32067 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32068
32069         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
32070
32071 2006-09-07  Jim Meyering  <jim@meyering.net>
32072
32073         Fix global typo in last change: use chmod u-w, not chmod u-x.
32074         Spotted by Paul Eggert and Bruce Korb.
32075         * modules/alloca-opt, modules/argz, modules/arpa_inet:
32076         * modules/byteswap, modules/configmake, modules/fcntl:
32077         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
32078         * modules/localcharset, modules/netinet_in, modules/poll:
32079         * modules/stdbool, modules/stdint, modules/sys_select:
32080         * modules/sys_socket, modules/sys_stat, modules/sysexits:
32081
32082 2006-09-06  Jim Meyering  <jim@meyering.net>
32083
32084         Make generated files be read-only.
32085         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
32086         Ensure that each generated file is now read-only.
32087         * modules/argz: Likewise.
32088         * modules/arpa_inet: Likewise.
32089         * modules/byteswap: Likewise.
32090         * modules/configmake: Likewise.
32091         * modules/fcntl: Likewise.
32092         * modules/fnmatch: Likewise.
32093         * modules/getopt: Likewise.
32094         * modules/glob: Likewise.
32095         * modules/inttypes: Likewise.
32096         * modules/netinet_in: Likewise.
32097         * modules/poll: Likewise.
32098         * modules/stdbool: Likewise.
32099         * modules/stdint: Likewise.
32100         * modules/sys_select: Likewise.
32101         * modules/sys_socket: Likewise.
32102         * modules/sys_stat: Likewise.
32103         * modules/sysexits: Likewise.
32104         * modules/localcharset: Same as above, but continue using temporary
32105         file named "t-$@" (why different?) rather than the "$@-t" used
32106         everywhere else.
32107
32108         * modules/sysexits (Makefile.am): Replace literal occurrences
32109         of "sysexit.h" more readable, and more consistent, "$@".
32110
32111 2006-09-06  Bruno Haible  <bruno@clisp.org>
32112
32113         * modules/striconv: New file.
32114         * modules/xstriconv: New file.
32115         * MODULES.html.sh (Internationalization functions): Add striconv,
32116         xstriconv.
32117
32118 2006-09-06  Bruno Haible  <bruno@clisp.org>
32119
32120         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
32121         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
32122         not using libtool correctly.
32123
32124 2006-09-06  Bruno Haible  <bruno@clisp.org>
32125
32126         * lib/striconv.h: New file.
32127         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
32128         iconvstring.c.
32129         * lib/xstriconv.h: New file.
32130         * lib/xstriconv.c: New file.
32131
32132 2006-09-06  Bruno Haible  <bruno@clisp.org>
32133
32134         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
32135         lib_..._LDFLAGS.
32136
32137 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32138
32139         * lib/argz_.h: Sync from Libtool.
32140
32141         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
32142                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32143
32144         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
32145
32146 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
32147
32148         * modules/trim: New file.
32149
32150 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
32151
32152         * lib/trim.h: New file.
32153         * lib/trim.c: New file.
32154
32155 2006-09-05  Bruno Haible  <bruno@clisp.org>
32156
32157         * MODULES.html.sh (String handling): Add trim.
32158
32159 2006-09-04  Karl Berry  <karl@gnu.org>
32160
32161         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
32162         until next release.
32163
32164 2006-09-03  Bruno Haible  <bruno@clisp.org>
32165
32166         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
32167         correctly.
32168
32169 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32170
32171         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
32172         not gl_GETLOADAVG.  Omit unneeded semicolons.
32173         Problems reported by Ralf Wildenhues in
32174         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
32175         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
32176         at the end, which is the usual gnulib style.
32177
32178         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
32179         of doing all the work ourselves.
32180         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
32181         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
32182
32183 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32184
32185         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
32186         Problem reported by Ralf Wildenhues in
32187         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
32188
32189         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
32190         HAVE_STRUCT_STATFS_F_FSTYPENAME.
32191
32192 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32193
32194         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
32195         yesterday's patch by changing test -n to test -z.
32196
32197 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32198
32199         * modules/getloadavg (Files): Add m4/getloadavg.m4.
32200         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
32201         the former is now obsolescent.
32202
32203         * modules/chdir-long (Depends-on): Add fcntl.
32204
32205 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32206
32207         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
32208         obsolescent, and programs should use gnulib instead.
32209         * m4/getloadavg.m4: New file, with contents taken from Autoconf
32210         but with prefixes changed.
32211
32212 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32213
32214         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
32215         or stdbool.h, because they might not exist while configuring.
32216
32217         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
32218         Don't include unistd.h or limits.h; not needed, since chdir-long.h
32219         does that for us.
32220         (O_DIRECTORY): Remove.
32221
32222 2006-08-31  Eric Blake  <ebb9@byu.net>
32223
32224         * gnulib-tool: Don't let emacs change spaces to TAB.
32225
32226 2006-08-31  Bruno Haible  <bruno@clisp.org>
32227
32228         * gnulib-tool: When calling func_import more than once, do it in a
32229         subshell.
32230         Reported by Eric Blake <ebb9@byu.net>.
32231
32232 2006-08-31  Bruno Haible  <bruno@clisp.org>
32233
32234         * gnulib-tool (nl): Remove variable.
32235         (sed_transform_lib_file): Use more robust test for config-h module.
32236         (func_import): Fix typo in 2006-08-25 patch.
32237
32238 2006-08-31  Bruno Haible  <bruno@clisp.org>
32239
32240         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
32241         specified, augment Makefile.am variables instead of assigning them.
32242
32243 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32244
32245         Work around a bug in both the Linux and SunOS 64-bit kernels:
32246         nanosleep mishandles sleeps for longer than 2**31 seconds.
32247         Problem reported by Frank v Waveren in
32248         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
32249         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
32250         Check for nanosleep bug.
32251         (LIB_NANOSLEEP): Append clock_gettime library if needed.
32252
32253 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32254
32255         Work around a bug in both the Linux and SunOS 64-bit kernels:
32256         nanosleep mishandles sleeps for longer than 2**31 seconds.
32257         Problem reported by Frank v Waveren in
32258         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
32259         * lib/nanosleep.c (BILLION): New constant.
32260         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
32261         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
32262         implementation.
32263
32264 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32265
32266         * modules/nanosleep (Depends-on): Add gettime.
32267
32268 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32269         and Simon Josefsson  <jas@extundo.com>
32270         and Oskar Liljeblad  <oskar@osk.mine.nu>
32271
32272         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
32273         * gnulib-tool (func_import): New license type 'unmodifiable license
32274         text'.
32275         * modules/fdl: Use it.  Longer description.
32276         * module/gpl, module/lgpl: New files.
32277
32278 2006-08-30  Jim Meyering  <jim@meyering.net>
32279
32280         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
32281         shadowing the parameter.
32282
32283 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32284
32285         Sync from Libtool:
32286
32287         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32288
32289         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
32290         sharing with gnulib.  Report by Eric Blake.
32291
32292 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32293
32294         * modules/isapipe: New file.
32295         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
32296
32297 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32298
32299         * modules/configmake (Makefile.am): Add a comment, and omit
32300         the CONFIGMAKE_ prefix from generated macro names.  Suggested
32301         by Bruno Haible.
32302
32303 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32304
32305         * m4/isapipe.m4: New file.
32306
32307 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32308
32309         * lib/isapipe.c, lib/isapipe.h: New files.
32310
32311 2006-08-29  Jim Meyering  <jim@meyering.net>
32312
32313         * modules/configmake (Makefile.am): Make configmake.h depend on
32314         Makefile.  Otherwise, a stale configmake.h could hang around.
32315
32316 2006-08-29  Eric Blake  <ebb9@byu.net>
32317
32318         * lib/error.c (error_at_line, print_errno_message): Match libc, after
32319         resolution of upstream bug 3044.
32320
32321 2006-08-29  Bruno Haible  <bruno@clisp.org>
32322
32323         * modules/localcharset (Depends-on): Add configmake.
32324         (Makefile.am): Remove setting of LIBDIR through DEFS.
32325
32326 2006-08-29  Bruno Haible  <bruno@clisp.org>
32327
32328         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
32329         defined.
32330
32331 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32332
32333         * modules/fcntl: New file.
32334         * modules/chdir-safer (Depends-on): Add fcntl.
32335         * modules/fts: Likewise.
32336         * modules/mkdir-p: Likewise.
32337
32338         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
32339         This undoes the most recent change, since we're now addressing the
32340         problem in a different way.
32341
32342         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
32343         into output, since the output might be called Makefile.am even
32344         if $makefile_name is something different.
32345         (func_import): Use $makefile_am rather than
32346         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
32347         empty.
32348
32349         * modules/inttypes (Files): Add m4/inttypes-h.m4.
32350
32351 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32352
32353         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
32354         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
32355         recent change to stdint.m4, since we're now addressing the problem in a
32356         different way.
32357
32358 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32359
32360         * m4/fcntl_h.m4: New file.
32361
32362 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32363
32364         * lib/fcntl_.h: New file.
32365         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
32366         the fcntl module.
32367         * lib/dirchownmod.c: Likewise.
32368         * lib/fts.c: Likewise.
32369
32370         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
32371         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
32372         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
32373         just before including <inttypes.h>, to avoid circular inclusion.
32374
32375 2006-08-28  Jim Meyering  <jim@meyering.net>
32376
32377         * doc/visibility.texi: Actually read and correct the grammar of the
32378         sentence affected by yesterday's change.
32379
32380 2006-08-28  Eric Blake  <ebb9@byu.net>
32381
32382         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
32383         needs wrapper.
32384
32385 2006-08-28  Eric Blake  <ebb9@byu.net>
32386
32387         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
32388
32389 2006-08-28  Eric Blake  <ebb9@byu.net>
32390
32391         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
32392
32393 2006-08-28  Bruno Haible  <bruno@clisp.org>
32394
32395         * modules/c-strstr: New file, from GNU gettext.
32396         * MODULES.html.sh (String handling): Add c-strstr.
32397
32398 2006-08-28  Bruno Haible  <bruno@clisp.org>
32399
32400         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
32401         macros.
32402         Reported by Eric Blake.
32403
32404 2006-08-28  Bruno Haible  <bruno@clisp.org>
32405
32406         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
32407         (VASNPRINTF): Return a string of length > INT_MAX without failing.
32408         * lib/vasprintf.c: Include errno.h, limits.h.
32409         (EOVERFLOW): New fallback definition.
32410         (vasprintf): Test here whether the string length is > INT_MAX.
32411         * lib/vsnprintf.c: Include errno.h, limits.h.
32412         (EOVERFLOW): New fallback definition.
32413         (vsnprintf): Fix bug when generated string was too long for the buffer.
32414         Test here whether the string length is > INT_MAX.
32415
32416 2006-08-28  Bruno Haible  <bruno@clisp.org>
32417
32418         * lib/inttypes_.h (SCNX*): Remove definitions.
32419         Reported by Eric Blake.
32420
32421 2006-08-28  Bruno Haible  <bruno@clisp.org>
32422
32423         * lib/c-strstr.h: New file, from GNU gettext.
32424         * lib/c-strstr.c: New file, from GNU gettext.
32425
32426 2006-08-28  Bruno Haible  <bruno@clisp.org>
32427
32428         * gnulib-tool: Reorder some statements.
32429
32430 2006-08-28  Bruno Haible  <bruno@clisp.org>
32431
32432         * gnulib-tool: New option --makefile-name.
32433         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
32434         $makefile_name.
32435         (func_import): Write $makefile_name to the cache file, and read it from
32436         there unless explicitly specified. Use $makefile_name as file name
32437         instead of Makefile.am. Adjust the recommendations accordingly.
32438
32439 2006-08-28  Bruno Haible  <bruno@clisp.org>
32440
32441         * gnulib-tool (func_verify_module): Check against misapplying patch.
32442
32443 2006-08-28  Bruno Haible  <bruno@clisp.org>
32444
32445         * gnulib-tool (func_relativize, func_relconcat): New functions.
32446         Give an error if --local-dir is given with --update.
32447         Remove trailing slashes from $local_gnulib_dir.
32448         (func_import): Store the relativized $local_gnulib_dir in
32449         gnulib-cache.m4, and read it from there if not specified explicitly.
32450
32451 2006-08-28  Bruno Haible  <bruno@clisp.org>
32452
32453         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
32454         is the current directory. Respect also $local_gnulib_dir.
32455
32456 2006-08-28  Bruno Haible  <bruno@clisp.org>
32457             Simon Josefsson  <jas@extundo.com>
32458
32459         BeOS portability.
32460         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
32461
32462 2006-08-27  Jim Meyering  <jim@meyering.net>
32463
32464         * doc/visibility.texi: Remove duplicate word: "pointer".
32465
32466 2006-08-26  Bruno Haible  <bruno@clisp.org>
32467
32468         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
32469         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
32470         (Makefile.am): Create inttypes.h from inttypes_.h.
32471         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
32472
32473         * modules/imaxabs: New file.
32474
32475         * modules/imaxdiv: New file.
32476
32477 2006-08-26  Bruno Haible  <bruno@clisp.org>
32478
32479         * m4/inttypes.m4: New file.
32480         * m4/_inttypes_h.m4: Remove file.
32481         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
32482         PRI_MACROS_BROKEN.
32483         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
32484
32485         * m4/imaxabs.m4: New file.
32486
32487         * m4/imaxdiv.m4: New file.
32488
32489 2006-08-26  Bruno Haible  <bruno@clisp.org>
32490
32491         * lib/inttypes_.h: New file.
32492         * lib/inttypes.h: Remove file.
32493         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
32494
32495         * lib/imaxabs.c: New file.
32496
32497         * lib/imaxdiv.c: New file.
32498
32499 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32500
32501         New config-h module, so that "make" output needn't be cluttered
32502         by -DHAVE_CONFIG_H.
32503         * MODULES.html.sh (Support for building libraries and executables):
32504         Add config-h.
32505         * modules/config-h: New file.
32506         * gnulib-tool (nl, sed_transform_lib_file): New vars.
32507         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
32508         the config-h module is used.
32509
32510         New configmake module, so that "make" output needn't be cluttered
32511         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
32512         * MODULES.html.sh (Support for building libraries and executables):
32513         Add configmake.
32514         * modules/configmake: New file.
32515
32516 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32517
32518         * m4/config-h.m4: New file.
32519
32520 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32521
32522         * config/srclist.txt: Add elisp-comp.
32523
32524 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32525
32526         * MODULES.html.sh (Support for building libraries and executables):
32527         Add elisp-comp.
32528         * build-aux/elisp-comp: New file.
32529         * modules/elisp-comp: New file.
32530
32531 2006-08-24  Bruno Haible  <bruno@clisp.org>
32532
32533         * gnulib-tool (func_create_testdir): Use non-default values of
32534         sourcebase and m4base.
32535
32536 2006-08-24  Bruno Haible  <bruno@clisp.org>
32537
32538         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
32539         HTML structure.
32540
32541 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32542
32543         * modules/openat (Depends-on): Add lchown.
32544
32545 2006-08-23  Bruno Haible  <bruno@clisp.org>
32546
32547         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
32548         of gl_LOCK_EARLY instead of gl_LOCK.
32549
32550 2006-08-23  Bruno Haible  <bruno@clisp.org>
32551
32552         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
32553         on OSF/1 to no.
32554         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
32555
32556 2006-08-23  Bruno Haible  <bruno@clisp.org>
32557
32558         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
32559         as unusable.
32560
32561         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
32562         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
32563         (gl_LOCK): New macro.
32564
32565 2006-08-22  Simon Josefsson  <jas@extundo.com>
32566
32567         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
32568         to md5 module.
32569
32570 2006-08-22  Simon Josefsson  <jas@extundo.com>
32571
32572         * MODULES.html.sh: Add "Support for maintaining and release
32573         projects".
32574
32575         * build-aux/gnupload: New file, from coreutils.
32576
32577 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
32578
32579         Avoid the need for AC_LIBSOURCES in m4 macros.
32580         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
32581         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
32582         * modules/check-version (EXTRA_DIST): Add check-version.h.
32583         * modules/crc (EXTRA_DIST): Add crc.h.
32584         * modules/des (EXTRA_DIST): Add des.h.
32585         * modules/gc (EXTRA_DIST): Add gc.h.
32586         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
32587         * modules/getline (EXTRA_DIST): Add getline.h.
32588         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
32589         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
32590         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
32591         * modules/md2 (EXTRA_DIST): Add md2.h.
32592         * modules/md4 (EXTRA_DIST): Add md4.h.
32593         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
32594         * modules/read-file (EXTRA_DIST): Add read-file.h.
32595         * modules/readline (EXTRA_DIST): Add readline.h.
32596         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
32597         rijndael-api-fst.h.
32598
32599 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
32600
32601         * m4/rijndael.m4 (gl_ARCFOUR):
32602         * m4/arctwo.m4 (gl_ARCTWO):
32603         * m4/check-version.m4 (gl_CHECK_VERSION):
32604         * m4/crc.m4 (gl_CRC):
32605         * m4/des.m4 (gl_DES):
32606         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
32607         * m4/gc.m4 (gl_GC):
32608         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
32609         * m4/getline.m4 (gl_FUNC_GETLINE):
32610         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
32611         * m4/hmac-md5.m4 (gl_HMAC_MD5):
32612         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
32613         * m4/md2.m4 (gl_MD2):
32614         * m4/md4.m4 (gl_MD4):
32615         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
32616         * m4/read-file.m4 (gl_FUNC_READ_FILE):
32617         * m4/readline.m4 (gl_FUNC_READLINE):
32618         * m4/rijndael.m4 (gl_RIJNDAEL):
32619         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
32620         to get the necessary .h files and whatnot.
32621
32622 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
32623
32624         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
32625         gnulib rather than the other way around.
32626         * config/srclistvars.sh (COREUTILS): Remove.
32627
32628 2006-08-22  Jim Meyering  <jim@meyering.net>
32629
32630         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
32631
32632         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
32633
32634 2006-08-22  Eric Blake  <ebb9@byu.net>
32635
32636         * modules/regexprops-generic: New file.
32637         * MODULES.html.sh (Support for building documentation): List it.
32638
32639 2006-08-22  Eric Blake  <ebb9@byu.net>
32640
32641         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
32642         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
32643         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
32644         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
32645
32646 2006-08-22  Bruno Haible  <bruno@clisp.org>
32647
32648         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
32649         and lib_LTLIBRARIES like the other lib_* variables.
32650
32651 2006-08-22  Bruno Haible  <bruno@clisp.org>
32652
32653         * build-aux/x-to-1.in: New file, from GNU gettext.
32654
32655 2006-08-22  Bruno Haible  <bruno@clisp.org>
32656
32657         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
32658         <utmpx.h> exists.
32659
32660 2006-08-22  Bruno Haible  <bruno@clisp.org>
32661
32662         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
32663         <utmpx.h> exists.
32664
32665 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
32666
32667         BeOS portability.
32668         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
32669         exist.
32670         Problem reported by Bruno Haible.
32671
32672 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
32673
32674         Avoid the need for AC_LIBSOURCES in m4 macros.
32675         * modules/acl (EXTRA_DIST): Add acl.h.
32676         * modules/argmatch (Files): Add m4/argmatch.m4.
32677         (configure.ac): Add gl_ARGMATCH.
32678         (EXTRA_DIST): Renamed from lib_SOURCES, for
32679         consistency with the other modules.  Remove argmatch.c.
32680         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
32681         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
32682         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
32683         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
32684         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
32685         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
32686         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
32687         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
32688         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
32689         * modules/closeout (EXTRA_DIST): Add closeout.h.
32690         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
32691         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
32692         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
32693         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
32694         dirname.h; remove basename.c and stripslash.c.
32695         * modules/exclude (EXTRA_DIST): Add exclude.h.
32696         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
32697         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
32698         * modules/file-type (EXTRA_DIST): Add file-type.h.
32699         * modules/filemode (EXTRA_DIST): Add filemode.h.
32700         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
32701         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
32702         * modules/fpending (EXTRA_DIST): Add __fpending.h.
32703         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
32704         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
32705         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
32706         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
32707         * modules/getdate (EXTRA_DIST): Add getdate.c.
32708         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
32709         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
32710         * modules/getpass (EXTRA_DIST): Add getpass.h.
32711         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
32712         * modules/group-member (EXTRA_DIST): Add group-member.h.
32713         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
32714         * modules/hash (EXTRA_DIST): Add hash.h.
32715         * modules/human (EXTRA_DIST): Add human.h.
32716         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
32717         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
32718         * modules/lchown (EXTRA_DIST): Add lchown.h.
32719         * modules/long-options (EXTRA_DIST): Add long-options.h.
32720         * modules/lstat (EXTRA_DIST): Add lstat.h.
32721         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
32722         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
32723         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
32724         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
32725         * modules/memxor (EXTRA_DIST): Add memxor.h.
32726         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
32727         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
32728         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
32729         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
32730         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
32731         * modules/physmem (EXTRA_DIST): Add physmem.h.
32732         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
32733         * modules/posixver (EXTRA_DIST): Add posixver.h.
32734         * modules/quote (EXTRA_DIST): Add quote.h.
32735         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
32736         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
32737         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
32738         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
32739         regex_internal.h regexec.c.
32740         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
32741         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
32742         * modules/same (EXTRA_DIST): Add same.h.
32743         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
32744         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
32745         * modules/savedir (EXTRA_DIST): Add savedir.h.
32746         * modules/sha1 (EXTRA_DIST): Add sha1.h.
32747         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
32748         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
32749         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
32750         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
32751         * modules/strdup (EXTRA_DIST): Add strdup.h.
32752         * modules/strftime (EXTRA_DIST): Add strftime.h.
32753         * modules/strndup (EXTRA_DIST): Add strndup.h.
32754         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
32755         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
32756         * modules/time_r (EXTRA_DIST): Add time_r.h.
32757         * modules/timespec (EXTRA_DIST): Add timespec.h.
32758         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
32759         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
32760         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
32761         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
32762         * modules/userspec (EXTRA_DIST): Add userspec.h.
32763         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
32764         * modules/utimens (EXTRA_DIST): Add utimens.h.
32765         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
32766         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
32767         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
32768         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
32769         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
32770         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
32771         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
32772         * modules/yesno (EXTRA_DIST): Add yesno.h.
32773
32774 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
32775
32776         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
32777
32778         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
32779         * m4/dev-ino.m4, same-inode.m4: Remove.
32780
32781         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
32782         * m4/acl.m4 (AC_FUNC_ACL):
32783         * m4/backupfile.m4 (gl_BACKUPFILE):
32784         * m4/c-strtod.m4 (gl_C99_STRTOLD):
32785         * m4/canon-host.m4 (gl_CANON_HOST):
32786         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
32787         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
32788         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
32789         * m4/cloexec.m4 (gl_CLOEXEC):
32790         * m4/close-stream.m4 (gl_CLOSE_STREAM):
32791         * m4/closeout.m4 (gl_CLOSEOUT):
32792         * m4/dirfd.m4 (gl_FUNC_DIRFD):
32793         * m4/dirname.m4 (gl_DIRNAME):
32794         * m4/exclude.m4 (gl_EXCLUDE):
32795         * m4/exitfail.m4 (gl_EXITFAIL):
32796         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
32797         * m4/file-type.m4 (gl_FILE_TYPE):
32798         * m4/filemode.m4 (gl_FILEMODE):
32799         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
32800         * m4/fpending.m4 (gl_FUNC_FPENDING):
32801         * m4/fprintftime.m4 (gl_FPRINTFTIME):
32802         * m4/fts.m4 (gl_FUNC_FTS):
32803         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
32804         * m4/getdate.m4 (gl_GETDATE):
32805         * m4/gethrxtime.m4 (gl_GETHRXTIME):
32806         * m4/getpagesize.m4 (gl_GETPAGESIZE):
32807         * m4/getpass.m4 (gl_FUNC_GETPASS):
32808         * m4/gettime.m4 (gl_GETTIME):
32809         * m4/getugroups.m4 (gl_GETUGROUPS):
32810         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
32811         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
32812         * m4/hard-locale.m4 (gl_HARD_LOCALE):
32813         * m4/hash.m4 (gl_HASH):
32814         * m4/idcache.m4 (gl_IDCACHE):
32815         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
32816         * m4/lchown.m4 (gl_FUNC_LCHOWN):
32817         * m4/long-options.m4 (gl_LONG_OPTIONS):
32818         * m4/lstat.m4 (gl_FUNC_LSTAT):
32819         * m4/md5.m4 (gl_MD5):
32820         * m4/memcasecmp.m4 (gl_MEMCASECMP):
32821         * m4/memcoll.m4 (gl_MEMCOLL):
32822         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
32823         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
32824         * m4/memxor.m4 (gl_MEMXOR):
32825         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
32826         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
32827         * m4/modechange.m4 (gl_MODECHANGE):
32828         * m4/mountlist.m4 (gl_MOUNTLIST):
32829         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
32830         * m4/openat.m4 (gl_FUNC_OPENAT):
32831         * m4/pathmax.m4 (gl_PATHMAX):
32832         * m4/physmem.m4 (gl_PHYSMEM):
32833         * m4/posixtm.m4 (gl_POSIXTM):
32834         * m4/posixver.m4 (gl_POSIXVER):
32835         * m4/quote.m4 (gl_QUOTE):
32836         * m4/quotearg.m4 (gl_QUOTEARG):
32837         * m4/readtokens.m4 (gl_READTOKENS):
32838         * m4/readutmp.m4 (gl_READUTMP):
32839         * m4/regex.m4 (gl_REGEX):
32840         * m4/safe-read.m4 (gl_SAFE_READ):
32841         * m4/safe-write.m4 (gl_SAFE_WRITE):
32842         * m4/same.m4 (gl_SAME):
32843         * m4/save-cwd.m4 (gl_SAVE_CWD):
32844         * m4/savedir.m4 (gl_SAVEDIR):
32845         * m4/settime.m4 (gl_SETTIME):
32846         * m4/sha1.m4 (gl_SHA1):
32847         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
32848         * m4/stat-macros.m4 (gl_STAT_MACROS):
32849         * m4/stat-time.m4 (gl_STAT_TIME):
32850         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
32851         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
32852         * m4/strdup.m4 (gl_FUNC_STRDUP):
32853         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
32854         * m4/strndup.m4 (gl_FUNC_STRNDUP):
32855         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
32856         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
32857         * m4/time_r.m4 (gl_TIME_R):
32858         * m4/timespec.m4 (gl_TIMESPEC):
32859         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
32860         * m4/unlinkdir.m4 (gl_UNLINKDIR):
32861         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
32862         * m4/userspec.m4 (gl_USERSPEC):
32863         * m4/utimecmp.m4 (gl_UTIMECMP):
32864         * m4/utimens.m4 (gl_UTIMENS):
32865         * m4/xalloc.m4 (gl_XALLOC):
32866         * m4/xgetcwd.m4 (gl_XGETCWD):
32867         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
32868         * m4/xreadlink.m4 (gl_XREADLINK):
32869         * m4/xstrtod.m4 (gl_XSTRTOD):
32870         * m4/yesno.m4 (gl_YESNO):
32871         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
32872         to get the necessary .h files and whatnot.
32873
32874 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
32875             Bruno Haible  <bruno@clisp.org>
32876
32877         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
32878         /bin/sh understanding of '!' conditional negation.
32879
32880 2006-08-21  Jim Meyering  <jim@meyering.net>
32881
32882         * modules/openat (Depends-on): Really alphabetize.
32883
32884         * modules/acl (Depends-on): Add error and quote.
32885
32886         * check-module (find_included_lib_files): Add at-func.c to the
32887         ok-to-include-more-than-once white list.
32888
32889         * modules/openat (Depends-on): Add lstat.  Alphabetize.
32890
32891 2006-08-21  Bruno Haible  <bruno@clisp.org>
32892
32893         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32894         Emit a pkgdata_DATA variable only if some snippets add contents to it.
32895         Reported by Martin Lambers <marlam@marlam.de>.
32896
32897 2006-08-21  Bruno Haible  <bruno@clisp.org>
32898
32899         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
32900         specify an installation location, don't emit a noinst_LIBRARIES or
32901         noinst_LTLIBRARIES assignment.
32902
32903 2006-08-21  Bruno Haible  <bruno@clisp.org>
32904
32905         BeOS portability.
32906         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
32907         BeOS has mbrtowc() but no <wctype.h>.
32908
32909 2006-08-21  Bruno Haible  <bruno@clisp.org>
32910
32911         BeOS portability.
32912         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
32913         exist.
32914
32915 2006-08-21  Bruno Haible  <bruno@clisp.org>
32916
32917         BeOS portability.
32918         * lib/mbchar.h: Include <wctype.h> only if it exists.
32919
32920 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32921
32922         Remove files that are no longer needed by their respective modules.
32923         * m4/obstack.m4: Remove.
32924         * m4/strerror_r.m4: Remove.
32925         * m4/uint32_t.m4: Remove.
32926         * m4/uintptr_t.m4: Remove.
32927         * m4/ullong_max.m4: Remove.
32928         * m4/xstrtoimax.m4: Remove.
32929         * m4/xstrtoumax.m4: Remove.
32930
32931         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
32932         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
32933         dependencies now capture this.
32934
32935         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
32936         Do not use AC_LIBSOURCES, since gnulib modules now do this.
32937         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
32938         * m4/human.m4 (gl_HUMAN): Likewise.
32939         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
32940         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
32941
32942         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
32943
32944         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
32945         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
32946         stdint.
32947         * m4/human.m4 (gl_HUMAN): Likewise.
32948         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
32949         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
32950         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
32951         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
32952         * m4/xstrtol (gl_XSTRTOL): Likewise.
32953
32954         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
32955         AC_TYPE_LONG_LONG_INT.
32956         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
32957         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
32958         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
32959         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
32960
32961         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
32962         on stdbool.
32963
32964         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
32965         (gl_PREREQ_XSTRTOUL): Remove.
32966
32967         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
32968
32969         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
32970         mode.
32971
32972 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32973
32974         Add and change modules to make it easier for coreutils to use
32975         gnulib-tool.
32976         * modules/backupfile (Files): Remove m4/d-ino.m4.
32977         (Depends-on): Add d-ino.
32978         * modules/cycle-check (Depends-on): Add stdint.
32979         (lib_SOURCES): Add cycle-check.h.
32980         * modules/d-ino: New module.
32981         * modules/d-type: New module.
32982         * modules/error (Files): Remove m4/strerror_r.m4.
32983         * modules/filemode (Files): Add m4/st_dm_mode.m4.
32984         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
32985         m4/inttypes_h.m4, m4/uintmax_t.m4.
32986         (Depends-on): Add stdint.
32987         (lib_SOURCES): Add fsusage.h.
32988         * modules/getcwd (Files): Remove d-ino.m4.
32989         (Depends-on): Add d-ino.
32990         * modules/getndelim2 (Depends-on): Add stdint.
32991         * modules/glob (Files): Remove m4/d-type.m4.
32992         (Depends-on): Add d-type.
32993         * modules/host-os: New module.
32994         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
32995         m4/inttypes_h.m4, m4/uintmax_t.m4.
32996         * Depends-on: Add stdint.
32997         (lib_SOURCES): Add human.h.
32998         * modules/inttostr (Files): Remove m4/intmax_t.m4,
32999         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
33000         m4/uintmax_t.m4, m4/ulonglong.m4.
33001         (Depends-on): Add stdint.
33002         (EXTRA_DIST): Add inttostr.h.
33003         * modules/lchmod: New module.
33004         * modules/link-follow: New module.
33005         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
33006         (Depends-on): Add lchmod.
33007         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
33008         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
33009         (Depends-on): Add stdint.
33010         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
33011         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
33012         (Depends-on): Add stdint.
33013         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
33014         * modules/perl: New module.
33015         * modules/regex (Depends-on): Add stdint.
33016         * modules/rmdir-errno: New module.
33017         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
33018         m4/intmax_t.m4.
33019         (Depends-on): Add stdint.
33020         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
33021         m4/uintmax_t.m4.
33022         (Depends-on): Add stdint.
33023         * modules/unlink-busy: New module.
33024         * modules/utimecmp (Depends-on): Add stdint.
33025         * modules/uptime: New module.
33026         * modules/winsz-ioctl: New module.
33027         * modules/winsz-termios: New module.
33028         * modules/xnanosleep (Depends-on): Add nanosleep.
33029         * modules/ullong_max: Remove.
33030         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
33031         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
33032         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
33033         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
33034         (Depends-on): Add inttypes.
33035         (lib_SOURCES): Add xstrtol.h.
33036         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
33037         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
33038         * MODULES.html.sh: Move 'assert' into the assert section.
33039         Move 'dummy' into the linking section.
33040         Remove ullong_max.
33041         Add section for compatibility checks for POSIX:2001 functions,
33042         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
33043         winsz-ioctl, and winsz-termios into it.
33044         Add lchmod.
33045         Add top-level Misc section and put host-os, perl, and uptime
33046         into it.
33047
33048 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33049
33050         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
33051         now assume the stdint module.  Do not include inttypes.h.
33052         * lib/fsusage.h: Likewise.
33053         * lib/getndelim2.c: Likewise.
33054         * lib/human.h: Likewise.
33055         * lib/inttostr.h: Likewise.
33056         * lib/obstack.c: Likewise.
33057         * lib/regex_internal.h: Likewise.
33058         * lib/tempname.c: Likewise.
33059         * lib/utimecmp.c: Likewise.
33060         * lib/xstrtol.h: Likewise.
33061
33062         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
33063
33064         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
33065         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
33066         * lib/xtime.h: Likewise.
33067
33068 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33069
33070         * modules/openat (Files): Add lib/fchmodat.c.
33071         Fixes problem reported by Jay Youngman.
33072
33073 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33074
33075         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
33076         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
33077
33078 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
33079             Bruno Haible  <bruno@clisp.org>
33080
33081         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
33082         and is a script that invokes bison. Tighten the code. Add comments.
33083
33084 2006-08-18  Jim Meyering  <jim@meyering.net>
33085
33086         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
33087         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
33088         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
33089         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
33090
33091 2006-08-18  Bruno Haible  <bruno@clisp.org>
33092
33093         * modules/bison-i18n: New file.
33094         * MODULES.html.sh (Internationalization functions): Add it.
33095
33096 2006-08-18  Bruno Haible  <bruno@clisp.org>
33097
33098         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
33099         sys/statvfs.h. When getmntinfo was found, check its declaration and
33100         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
33101
33102 2006-08-18  Bruno Haible  <bruno@clisp.org>
33103
33104         * m4/bison-i18n.m4: New file, from bison.
33105
33106 2006-08-18  Bruno Haible  <bruno@clisp.org>
33107
33108         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
33109         (ME_DUMMY): Treat "kernfs" as a dummy.
33110         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
33111
33112 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33113
33114         Update from coreutils.
33115
33116         2006-08-15  Jim Meyering  <jim@meyering.net>
33117
33118         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
33119
33120         2006-01-17  Jim Meyering  <jim@meyering.net>
33121
33122         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
33123
33124         2006-01-11  Jim Meyering  <jim@meyering.net>
33125
33126         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
33127         Check for the lchmod function.
33128
33129 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33130
33131         Update from coreutils.
33132
33133         * lib/__fpending.h: Add copyright notice.
33134         * lib/fprintftime.h: Likewise.
33135         * lib/savedir.c: Use (C) in copyright notice.
33136         * lib/savedir.h: Likewise.
33137
33138         2006-08-15  Jim Meyering  <jim@meyering.net>
33139
33140         * lib/at-func.c: New file, with the logic of all emulated at-functions.
33141         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
33142         in support of the EXPECTED_ERRNO macro.
33143         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
33144         definitions.  Instead, define the appropriate symbols and include
33145         "at-func.c".
33146         * lib/mkdirat.c (mkdirat): Likewise.
33147         * lib/fchmodat.c (fchmodat): Likewise.
33148         (ENOSYS): Remove definition.
33149         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
33150         it.  Don't include "unistd--.h" -- it wasn't ever used.
33151
33152         2006-01-17  Jim Meyering  <jim@meyering.net>
33153
33154         Rewrite fts.c not to change the current working directory,
33155         by using openat, fstatat, fdopendir, etc..
33156
33157         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
33158         (HAVE_OPENAT_SUPPORT): Define.
33159         [_LIBC] (fchdir): Don't undef or define; no longer used.
33160         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
33161         Now, this `function' always succeeds, and consumes its file descriptor
33162         parameter -- so callers must not close such FDs.  Update callers.
33163         (diropen_fd, opendirat, cwd_advance_fd): New functions.
33164         (diropen): Add parameter, SP.  Adjust all callers.
33165         Implement using diropen_fd, rather than open.
33166         (fts_open): Initialize new member, fts_cwd_fd.
33167         Remove fts_rft-setting code.
33168         (fts_close): Close fts_cwd_fd, if necessary.
33169         (__opendir2): Define in terms of opendir or opendirat,
33170         depending on whether the FST_NOCHDIR flag is set.
33171         (fts_build): Since fts_safe_changedir consumes its FD, and since
33172         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
33173         and close the dup'd file descriptor upon failure.
33174         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
33175         (fts_safe_changedir): Tweak semantics to reflect that this function
33176         now calls cwd_advance_fd and hence consumes its FD argument.
33177         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
33178         [struct FTS] (fts_rft): Remove now-unused member.
33179         [struct FTS] (fts_cycle.state): Improve comment.
33180
33181         * lib/openat.c (openat_needs_fchdir): New function.
33182         * lib/openat.h (openat_needs_fchdir): Declare it.
33183
33184 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
33185
33186         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
33187         Problem and fix reported by Pádraig Brady in
33188         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
33189
33190 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33191
33192         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
33193
33194 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33195
33196         * lib/memcoll.c (memcoll): Optimize for the common case where the
33197         arguments are bytewise equal.
33198
33199 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33200
33201         * doc/regexprops-generic.texi: Add a copyright notice.
33202
33203 2006-08-15  Bruno Haible  <bruno@clisp.org>
33204
33205         * modules/tmpdir (License): Change to LGPL.
33206
33207 2006-08-15  Bruno Haible  <bruno@clisp.org>
33208
33209         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
33210         module.
33211
33212 2006-08-14  Simon Josefsson  <jas@extundo.com>
33213
33214         * config/srclist.txt: Add gnupload.
33215
33216 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33217
33218         Change copyright notice from LGPL 2 to GPL 2, since that's the
33219         standard form used in the gnulib repository.
33220         * tests/test-lock.c: Likewise.
33221         * tests/test-stdint.c: Likewise.
33222         * tests/test-tls.c: Likewise.
33223
33224         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
33225         prelude-manager.  User shorter URLs for GNU projects, without '?'.
33226         Add copyright notice.
33227
33228         * check-module: Add copyright notice.  Output a copyright
33229         notice if "--version" is specified.
33230         * modules/COPYING: New file.
33231         * tests/test-getaddrinfo.c: Add copyright notice.
33232         * tests/test-verify.c: Likewise.
33233
33234 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33235
33236         Change copyright notice from LGPL 2 to GPL 2, since that's the
33237         standard form used in the gnulib repository.
33238         * lib/lock.c: LGPL -> GPL.
33239         * lib/lock.h: Likewise.
33240         * lib/strnlen1.c: Likewise.
33241         * lib/strnlen1.h: Likewise.
33242         * lib/tls.c: Likewise.
33243         * lib/tls.h: Likewise.
33244         * lib/tmpdir.c: Likewise.
33245
33246         * lib/TODO: Remove; this belongs only in coreutils.
33247
33248 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33249
33250         Add copyright notices to long-enough files that lack them, since
33251         otherwise the files aren't clearly free.  Use the same notice that
33252         getdate.texi already uses.
33253         * doc/alloca-opt.texi: Add copyright notice.
33254         * doc/alloca.texi: Likewise.
33255         * doc/ctime.texi: Likewise.
33256         * doc/functions.texi: Likewise.
33257         * doc/gcd.texi: Likewise.
33258         * doc/gnulib-tool.texi: Likewise.
33259         * doc/inet_ntoa.texi: Likewise.
33260         * doc/visibility.texi: Likewise.
33261
33262         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
33263         * doc/quote.texi: Add copyright notice.
33264
33265         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
33266         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
33267         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
33268         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
33269         is now obsolete, and give a pointer to the Sun list.
33270         Add copyright notice.
33271
33272 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33273
33274         * config/srclistvars.sh: Add copyright notice.
33275
33276 2006-08-14  Eric Blake  <ebb9@byu.net>
33277
33278         Import the following change from libc:
33279
33280         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
33281
33282         Upstream bug 2997.
33283         * lib/misc/error.c: Add space between program name and message if file
33284         name is missing.
33285
33286 2006-08-12  Karl Berry  <karl@gnu.org>
33287
33288         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
33289         remove, these originate in gnulib now.
33290
33291 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33292
33293         * doc/Makefile (standards.info standards.html standards.dvi):
33294         Also depend on make-stds.texi.
33295
33296 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33297
33298         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
33299         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
33300
33301         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
33302         in wchar_t.  Problem reported by Eric Blake.
33303
33304         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
33305         LEN is smaller than SIZE.  Suggested by Bruno Haible.
33306         Also, help the compiler to keep LEN in a register.
33307
33308 2006-08-11  Eric Blake  <ebb9@byu.net>
33309
33310         * users.txt: Sort.  Add tar.
33311
33312 2006-08-11  Bruno Haible  <bruno@clisp.org>
33313
33314         * users.txt: New file.
33315
33316 2006-08-11  Bruno Haible  <bruno@clisp.org>
33317
33318         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
33319         before <wchar.h>. Needed for OSF/1 and BSD/OS.
33320
33321 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33322
33323         * modules/snprintf (Depends-on): Remove minmax.
33324         (Maintainer): Add self and Bruno.
33325
33326 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33327
33328         * lib/.cppi-disable: Add snprintf.h, socket_.h.
33329         * lib/snprintf.c: Include <errno.h> and <limits.h>.
33330         (EOVERFLOW): Define if the system does not.
33331         Do not include "minmax.h"; it wasn't used.
33332         (snprintf): Don't assume size_t promotes to an unsigned type.
33333         Fix bug when generated string was too long for the buffer: the
33334         buffer's contents are supposed to be the initial prefix of the
33335         output.  Don't assume vasnprintf returns EOVERFLOW if the size
33336         exceeds INT_MAX; do the check ourselves.
33337
33338         Import the following changes from libc:
33339
33340         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
33341
33342         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
33343         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
33344         set wc to the byte which couldn't be converted.
33345         (re_string_reconstruct): Don't clear valid_raw_len before calling
33346         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
33347         tip_context using re_string_context_at.
33348
33349         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
33350
33351         * lib/posix/regex.h: g++ still cannot handled [restrict].
33352
33353         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
33354
33355         * lib/posix/regex.h: Remove special handling for VMS.
33356
33357 2006-08-10  Jim Meyering  <jim@meyering.net>
33358
33359         * modules/same-inode: New module.
33360         * modules/dev-ino: New module.
33361         * modules/cycle-check: Depend on these modules, rather than simply
33362         including their .h files.
33363         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
33364         required via m4/cycle-check.m4.
33365         * modules/same: Depend on new same-inode module, rather than
33366         including same-inode.h.
33367         * modules/chdir-safer: New file.
33368
33369         * modules/chown (Depends-on): Add stat-macros.
33370
33371 2006-08-10  Jim Meyering  <jim@meyering.net>
33372
33373         * m4/cycle-check.m4: New file.
33374         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
33375         * m4/dev-ino.m4, m4/same-inode.m4: New files.
33376
33377 2006-08-10  Eric Blake  <ebb9@byu.net>
33378
33379         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
33380         in from original proposal.
33381
33382 2006-08-10  Eric Blake  <ebb9@byu.net>
33383         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
33384
33385         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
33386         namespace.
33387
33388 2006-08-10  Bruno Haible  <bruno@clisp.org>
33389
33390         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
33391         as well.
33392
33393 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33394
33395         Sync from coreutils.
33396
33397         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
33398
33399         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
33400         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
33401
33402 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33403
33404         * modules/restrict: Remove; no longer needed now that we assume
33405         Autoconf 2.59 or later.
33406         * MODULES.html.sh: Remove 'restrict'.
33407         * modules/argp (Depends-on): Remove 'restrict'.
33408         * modules/base64 (Depends-on): Likewise.
33409         * modules/gc (Depends-on): Likewise.
33410         * modules/getaddrinfo (Depends-on): Likewise.
33411         * modules/glob (Depends-on): Likewise.
33412         * modules/inet_ntop (Depends-on): Likewise.
33413         * modules/inet_pton (Depends-on): Likewise.
33414         * modules/memxor (Depends-on): Likewise.
33415         * modules/regex (Depends-on): Likewise.
33416         * modules/strtok_r (Depends-on): Likewise.
33417         * modules/time_r (Depends-on): Likewise.
33418
33419 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33420
33421         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
33422         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
33423         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33424         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
33425         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
33426         * m4/memxor.m4 (gl_MEMXOR): Likewise.
33427         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
33428         gl_C_RESTRICT replaced by AC_C_RESTRICT.
33429
33430         Merge from coreutils.
33431         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
33432         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
33433         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
33434         * m4/time_r.m4 (gl_TIME_R): Likewise.
33435
33436 2006-08-09  Karl Berry  <karl@gnu.org>
33437
33438         * config/srclist.txt: no more gettext-tools, per Bruno.
33439
33440 2006-08-08  Eric Blake  <ebb9@byu.net>
33441
33442         * modules/verror: New module.
33443         * MODULES.html.sh: Document it.
33444
33445 2006-08-08  Eric Blake  <ebb9@byu.net>
33446
33447         * lib/verror.h, lib/verror.c: New files.
33448
33449 2006-08-08  Eric Blake  <ebb9@byu.net>
33450
33451         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
33452         verror_at_line output complies with GNU Coding Standards even when
33453         file is NULL.
33454
33455 2006-08-07  Bruno Haible  <bruno@clisp.org>
33456
33457         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
33458         versions of AIX.
33459         Reported by Ralf Wildenhues.
33460
33461 2006-08-07  Bruno Haible  <bruno@clisp.org>
33462
33463         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
33464         in an AC_DEFUN. Needed so that the autoconf snippets can use
33465         AC_REQUIRE.
33466
33467 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33468
33469         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33470         Initialize pkgdata_DATA.
33471         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
33472         overriding it.
33473
33474 2006-08-06  Eric Blake  <ebb9@byu.net>
33475
33476         * lib/error.h: Fold in some upstream changes from glibc.
33477         * lib/error.c: Likewise.
33478
33479 2006-08-04  Bruno Haible  <bruno@clisp.org>
33480
33481         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33482         Make the mostlyclean-local rule depend on mostlyclean-generic.
33483         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
33484
33485 2006-07-31  Bruno Haible  <bruno@clisp.org>
33486
33487         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
33488         <stdlib.h>, <string.h>.
33489
33490 2006-07-30  Bruno Haible  <bruno@clisp.org>
33491
33492         * modules/readlink (License): Change to LGPL.
33493
33494 2006-07-30  Bruno Haible  <bruno@clisp.org>
33495
33496         * modules/javaversion (Makefile.am): Distribute javaversion.java and
33497         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
33498         set PKGDATADIR to point to it.
33499
33500 2006-07-30  Bruno Haible  <bruno@clisp.org>
33501
33502         * modules/csharpexec (configure.ac): Comment out macro invocation.
33503         * modules/javaexec (configure.ac): Likewise.
33504         * modules/javacomp-script (configure.ac): Likewise.
33505
33506         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
33507
33508 2006-07-30  Bruno Haible  <bruno@clisp.org>
33509
33510         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
33511         linked-list.
33512
33513 2006-07-30  Bruno Haible  <bruno@clisp.org>
33514
33515         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
33516
33517 2006-07-30  Bruno Haible  <bruno@clisp.org>
33518
33519         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33520         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
33521         get removed.
33522
33523 2006-07-29  Bruno Haible  <bruno@clisp.org>
33524
33525         Make it possible for gnulib-tool to work with locally modified or
33526         augmented gnulib repositories.
33527         * gnulib-tool (func_usage): Document --local-dir option.
33528         (local_gnulib_dir): New variable.
33529         Handle --local-dir option.
33530         (func_lookup_file): New function.
33531         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
33532         (func_get_description, func_get_filelist, func_get_description,
33533         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
33534         func_get_automake_snippet, func_get_include_directive,
33535         func_get_license, func_get_maintainer): Use func_lookup_file.
33536         (func_import, func_create_testdir): Use func_lookup_file.
33537
33538 2006-07-29  Bruno Haible  <bruno@clisp.org>
33539
33540         * modules/setenv (Depends-on): Add unistd.
33541
33542 2006-07-29  Bruno Haible  <bruno@clisp.org>
33543
33544         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
33545
33546 2006-07-29  Bruno Haible  <bruno@clisp.org>
33547
33548         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
33549
33550 2006-07-29  Bruno Haible  <bruno@clisp.org>
33551
33552         * gnulib-tool (import, update): If there is no Makefile.am, look at
33553         aclocal.m4, instead of bailing out.
33554
33555 2006-07-29  Bruno Haible  <bruno@clisp.org>
33556
33557         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
33558         Categorize the options by when they are useful.
33559
33560 2006-07-29  Bruno Haible  <bruno@clisp.org>
33561
33562         * gnulib-tool (func_usage): Document option --no-libtool.
33563         Handle option --no-libtool.
33564         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
33565         for changed semantics of $libtool variable.
33566         (func_import): Likewise. If libtool is not used, show this through
33567         an option --no-libtool.
33568         (func_create_testdir): Update.
33569
33570 2006-07-29  Bruno Haible  <bruno@clisp.org>
33571
33572         * gnulib-tool (func_import): Extend error message about missing
33573         --doc-base.
33574
33575 2006-07-29  Bruno Haible  <bruno@clisp.org>
33576
33577         * gnulib-tool (func_import): Don't create the $docbase directory if
33578         there is no file to store there.
33579
33580 2006-07-29  Bruno Haible  <bruno@clisp.org>
33581
33582         * gnulib-tool (autoconf_minversion): If a --dir option is given and
33583         relevant, look for configure.ac there, not in the current directory.
33584         Also use a simple search for AC_PREREQ, not "autoconf --trace".
33585
33586 2006-07-29  Bruno Haible  <bruno@clisp.org>
33587
33588         * gnulib-tool (SORT): New variable.
33589         (func_usage): Undocument --assume-autoconf option.
33590         Remove --assume-autoconf option handling.
33591         (autoconf_minversion): Determine from the contents of configure.ac.
33592         (func_import): Remove autoconf_minversion handling.
33593         Suggested by Eric Blake.
33594
33595 2006-07-29  Bruno Haible  <bruno@clisp.org>
33596
33597         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
33598
33599 2006-07-29  Bruno Haible  <bruno@clisp.org>
33600
33601         * config/srclist.txt (*setenv.[ch]): Remove rules.
33602
33603 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33604
33605         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
33606
33607 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33608
33609         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
33610         arpa/inet.h.
33611
33612 2006-07-28  Simon Josefsson  <jas@extundo.com>
33613
33614         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
33615         * modules/inet_pton (Depends-on): Likewise.
33616
33617 2006-07-28  Simon Josefsson  <jas@extundo.com>
33618
33619         * m4/netinet_in_h.m4: New file.
33620
33621 2006-07-28  Simon Josefsson  <jas@extundo.com>
33622
33623         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
33624         #include's.
33625
33626 2006-07-28  Simon Josefsson  <jas@extundo.com>
33627
33628         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
33629         #include's.
33630
33631 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
33632
33633         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
33634         setgid on directories only if they set these bits.
33635         * lib/modechange.h: Remove obsolete comment about masks.
33636
33637 2006-07-28  Eric Blake  <ebb9@byu.net>
33638
33639         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
33640         macro expansion.
33641
33642 2006-07-28  Bruno Haible  <bruno@clisp.org>
33643
33644         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
33645
33646 2006-07-28  Bruno Haible  <bruno@clisp.org>
33647
33648         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
33649
33650 2006-07-28  Bruno Haible  <bruno@clisp.org>
33651
33652         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
33653         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
33654         Define fallbacks.
33655         Avoids link error on FreeBSD 4.x.
33656         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33657
33658         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
33659         encoding.
33660         * lib/mbswidth.c (iswcntrl): Likewise.
33661
33662 2006-07-27  Bruno Haible  <bruno@clisp.org>
33663
33664         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
33665         test.
33666
33667 2006-07-27  Bruno Haible  <bruno@clisp.org>
33668
33669         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
33670         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
33671         defined.
33672
33673 2006-07-26  Eric Blake  <ebb9@byu.net>
33674
33675         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
33676
33677 2006-07-26  Eric Blake  <ebb9@byu.net>
33678
33679         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
33680         like mingw that lack mkstemp.
33681         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
33682         avoid compilation warning on mingw.
33683
33684 2006-07-26  Bruno Haible  <bruno@clisp.org>
33685
33686         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
33687         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
33688         INT_FAST*_MIN, INTPTR_MIN.
33689
33690 2006-07-25  Bruno Haible  <bruno@clisp.org>
33691
33692         * modules/version-etc (Depends-on): Add stdarg.
33693
33694 2006-07-25  Bruno Haible  <bruno@clisp.org>
33695
33696         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
33697         complex commands.
33698
33699 2006-07-25  Bruno Haible  <bruno@clisp.org>
33700
33701         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
33702         defined in <stdarg.h> or config.h.
33703
33704 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
33705
33706         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
33707         (gl_STDIO_SAFER): Remove.
33708
33709 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
33710
33711         * MODULES.html.sh (File stream based Input/Output):
33712         Add fopen-safer, tmpfile-safer; remove stdio-safer.
33713         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
33714         * modules/fopen-safer, modules/tmpfile-safer: New files.
33715         * modules/stdio-safer: Remove.
33716
33717 2006-07-24  Bruno Haible  <bruno@clisp.org>
33718
33719         * modules/tmpdir: New file.
33720         * MODULES.html.sh (File system functions): Add it.
33721
33722 2006-07-24  Bruno Haible  <bruno@clisp.org>
33723
33724         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
33725         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
33726
33727 2006-07-24  Bruno Haible  <bruno@clisp.org>
33728
33729         * modules/clean-temp: New file.
33730
33731 2006-07-24  Bruno Haible  <bruno@clisp.org>
33732
33733         * m4/tmpdir.m4: New file, from GNU gettext.
33734
33735 2006-07-24  Bruno Haible  <bruno@clisp.org>
33736
33737         * lib/tmpdir.h: New file, from GNU gettext.
33738         * lib/tmpdir.c: New file, from GNU gettext.
33739
33740 2006-07-24  Bruno Haible  <bruno@clisp.org>
33741
33742         * lib/clean-temp.h: New file, from GNU gettext.
33743         * lib/clean-temp.c: New file, from GNU gettext.
33744
33745 2006-07-23  Eric Blake  <ebb9@byu.net>
33746
33747         * modules/stdio-safer (Files): Add tmpfile-safer.c.
33748         (Depends-on): Add binary-io.
33749
33750 2006-07-23  Eric Blake  <ebb9@byu.net>
33751
33752         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
33753
33754 2006-07-23  Eric Blake  <ebb9@byu.net>
33755
33756         * lib/tmpfile-safer.c: New file.
33757         * lib/stdio-safer.h (fopen_safer): Add prototype.
33758         * lib/stdio--.h (tmpfile): Make safer.
33759
33760 2006-07-23  Bruno Haible  <bruno@clisp.org>
33761
33762         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
33763         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
33764         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
33765         gl_linked_remove_at): Use it.
33766
33767 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33768         and Simon Josefsson <jas@extundo.com>
33769
33770         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
33771
33772         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
33773
33774 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33775
33776         * modules/close-stream: New file.
33777         * modules/closeout (Description): Make it clear that it exits
33778         with a diagnostic on error.
33779         (Depends-on): Add close-stream.  Remove fpending, stdbool.
33780         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
33781
33782 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33783
33784         * m4/close-stream.m4: New file.
33785
33786 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33787
33788         * lib/close-stream.c, lib/close-stream.h: New files.
33789
33790 2006-07-22  Bruno Haible  <bruno@clisp.org>
33791
33792         Merge from GNU gettext 0.15.
33793
33794         2006-05-01  Bruno Haible  <bruno@clisp.org>
33795
33796                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
33797
33798         2006-07-22  Bruno Haible  <bruno@clisp.org>
33799
33800                 * modules/javaversion: New file.
33801                 * MODULES.html.sh (Java): Add javaversion.
33802
33803         2006-03-12  Bruno Haible  <bruno@clisp.org>
33804
33805                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
33806
33807         2005-12-04  Bruno Haible  <bruno@clisp.org>
33808
33809                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
33810                 (untested).
33811
33812         2006-06-21  Bruno Haible  <bruno@clisp.org>
33813
33814                 Avoid warnings from recent versions of mcs.
33815                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
33816                 -o, -L, -r any more. Use options documented since mcs-1.0
33817                 instead. Similarly for -g.
33818
33819         2005-12-04  Bruno Haible  <bruno@clisp.org>
33820
33821                 * build-aux/csharpcomp.sh.in: Suffix for resources is
33822                 .resources, not .resource.
33823
33824         2005-07-09  Bruno Haible  <bruno@clisp.org>
33825
33826                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
33827                 add a .dll suffix.
33828                 Reported by Mark Junker <mjscod@gmx.de>.
33829
33830         2006-07-22  Bruno Haible  <bruno@clisp.org>
33831
33832                 * modules/gettext: Upgrade to gettext-0.15.
33833                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
33834                 m4/visibility.m4.
33835                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
33836
33837 2006-07-22  Bruno Haible  <bruno@clisp.org>
33838
33839         Merge from GNU gettext 0.15.
33840
33841         2006-03-25  Bruno Haible  <bruno@clisp.org>
33842
33843                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
33844
33845         2006-07-21  Bruno Haible  <bruno@clisp.org>
33846
33847                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
33848                 "1.1".
33849
33850         2006-05-09  Bruno Haible  <bruno@clisp.org>
33851
33852                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
33853                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
33854                 for the conftestver execution.
33855
33856         2006-05-01  Bruno Haible  <bruno@clisp.org>
33857
33858                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
33859                 optional target-version argument. Verify that the compiler
33860                 groks source of the specified source-version, or add -source
33861                 option as necessary. Verify that the compiler produces
33862                 bytecode in the specified target-version, or add -target and
33863                 -source options as necessary. Make the result of the test
33864                 available as variable CONF_JAVAC. Also log error output in
33865                 config.log.
33866
33867         2006-03-11  Bruno Haible  <bruno@clisp.org>
33868
33869                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
33870
33871         2006-05-09  Bruno Haible  <bruno@clisp.org>
33872
33873                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
33874                 CLASSPATH_SEPARATOR to a semicolon.
33875
33876         2006-03-12  Bruno Haible  <bruno@clisp.org>
33877
33878                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
33879                 available as variable CONF_JAVA, for subsequent autoconf
33880                 tests. Also log error output in config.log.
33881
33882         2006-07-19  Bruno Haible  <bruno@clisp.org>
33883
33884                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
33885                 that getline works on glibc2 systems. Needed to avoid trouble
33886                 in relocatable.c.
33887                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
33888
33889         2005-12-04  Bruno Haible  <bruno@clisp.org>
33890
33891                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
33892                 launcher (untested).
33893
33894         2005-12-04  Bruno Haible  <bruno@clisp.org>
33895
33896                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
33897
33898         2006-07-22  Bruno Haible  <bruno@clisp.org>
33899
33900                 * gettext.m4: Update from GNU gettext-0.15.
33901                 * nls.m4: Likewise.
33902                 * po.m4: Likewise.
33903                 * inttypes-pri.m4: Likewise.
33904                 * inttypes-h.m4: Renamed from inttypes.m4.
33905                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
33906
33907 2006-07-22  Bruno Haible  <bruno@clisp.org>
33908
33909         Merge from GNU gettext 0.15.
33910
33911         2005-07-05  Bruno Haible  <bruno@clisp.org>
33912
33913                 * printf-args.c (printf_fetchargs): Work around broken
33914                 definition of wint_t on mingw.
33915
33916         2005-02-12  Bruno Haible  <bruno@clisp.org>
33917
33918                 * xallocsa.h: Add extern "C" for C++.
33919
33920         2006-05-17  Bruno Haible  <bruno@clisp.org>
33921
33922                 Cygwin portability.
33923                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
33924
33925         2006-04-30  Bruno Haible  <bruno@clisp.org>
33926
33927                 * progreloc.c: Include <mach-o/dyld.h> if available.
33928                 (find_executable): Use _NSGetExecutablePath when possible.
33929
33930         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
33931
33932                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
33933                 function.
33934
33935         2005-12-29  Bruno Haible  <bruno@clisp.org>
33936
33937                 * progreloc.c (set_program_name_and_installdir): Fix
33938                 compilation error.
33939
33940         2005-12-04  Bruno Haible  <bruno@clisp.org>
33941
33942                 Cygwin portability.
33943                 * progreloc.c: Include <windows.h> also on Cygwin.
33944                 (find_executable): Add support for Cygwin.
33945                 (set_program_name_and_installdir): Handle also platforms with
33946                 nonempty EXEEXT.
33947
33948         2006-07-11  Bruno Haible  <bruno@clisp.org>
33949
33950                 * javacomp.c: Fix a comment.
33951                 Reported by Jim Meyering.
33952
33953         2006-04-30  Bruno Haible  <bruno@clisp.org>
33954
33955                 * javacomp.h (compile_java_class): Add source_version,
33956                 target_version arguments.
33957                 * javacomp.c: Rewritten to choose only a compiler that
33958                 respects the specified source_version and target_version.
33959
33960         2006-06-27  Bruno Haible  <bruno@clisp.org>
33961
33962                 Assume correct S_ISDIR macro.
33963                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
33964
33965         2006-07-22  Bruno Haible  <bruno@clisp.org>
33966
33967                 * javaversion.h: New file, from GNU gettext.
33968                 * javaversion.c: New file, from GNU gettext.
33969                 * javaversion.java: New file, from GNU gettext.
33970                 * javaversion.class: New file, from GNU gettext.
33971
33972         2006-05-17  Bruno Haible  <bruno@clisp.org>
33973
33974                 Cygwin portability.
33975                 * javaexec.c (execute_java_class): Test for jview program
33976                 also on Cygwin.
33977
33978         2006-04-09  Bruno Haible  <bruno@clisp.org>
33979
33980                 * fatal-signal.c: Don't include string.h.
33981                 (at_fatal_signal): Use a copying loop instead of memcpy.
33982
33983         2005-12-04  Bruno Haible  <bruno@clisp.org>
33984
33985                 * csharpexec.c: Add support for 'clix' launcher (untested).
33986                 (execute_csharp_using_sscli): New function.
33987                 (execute_csharp_program): Call it.
33988
33989         2006-06-21  Bruno Haible  <bruno@clisp.org>
33990
33991                 Avoid warnings from recent versions of mcs.
33992                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
33993                 -o, -L, -r any more. Use options documented since mcs-1.0
33994                 instead. Similarly for -g.
33995
33996         2005-07-09  Bruno Haible  <bruno@clisp.org>
33997
33998                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
33999                 add a .dll suffix.
34000                 Reported by Mark Junker <mjscod@gmx.de>.
34001
34002         2006-06-17  Bruno Haible  <bruno@clisp.org>
34003
34004                 * config.charset: Update for NetBSD 3.0.
34005
34006         2006-05-17  Bruno Haible  <bruno@clisp.org>
34007
34008                 Cygwin portability.
34009                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
34010
34011         2006-05-16  Bruno Haible  <bruno@clisp.org>
34012
34013                 * localcharset.c [CYGWIN]: Include <windows.h>.
34014                 (get_charset_aliases): For Cygwin, return the same CPxxx
34015                 aliases list as under WIN32.
34016                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
34017                 the environment variables. Fall back to GetACP().
34018
34019         2006-04-05  Bruno Haible  <bruno@clisp.org>
34020
34021                 * config.charset: Update Juan Manuel Guerrero's address.
34022
34023         2005-02-12  Bruno Haible  <bruno@clisp.org>
34024
34025                 * allocsa.h: Add extern "C" for C++.
34026
34027         2005-02-10  Bruno Haible  <bruno@clisp.org>
34028
34029                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
34030                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
34031
34032         2006-07-22  Bruno Haible  <bruno@clisp.org>
34033
34034                 * gettext.h: Update to GNU gettext-0.15.
34035
34036 2006-07-22  Bruno Haible  <bruno@clisp.org>
34037
34038         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
34039         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
34040         lib-prefix.m4, longdouble.m4, ssize_t.m4.
34041
34042 2006-07-21  Eric Blake  <ebb9@byu.net>
34043
34044         * modules/stdlib-safer: New file.
34045         * MODULES.html.sh (File stream based Input/Output): Add
34046         stdlib-safer.
34047
34048 2006-07-21  Eric Blake  <ebb9@byu.net>
34049
34050         * lib/stdlib-safer.h: New file from coreutils, required by
34051         stdlib--.h.
34052
34053 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
34054
34055         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
34056
34057 2006-07-20  Bruno Haible  <bruno@clisp.org>
34058
34059         * gnulib-tool: Recognize new option --assume-autoconf.
34060         (autoconf_minversion): New variable.
34061         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
34062
34063 2006-07-20  Bruno Haible  <bruno@clisp.org>
34064
34065         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
34066
34067 2006-07-19  Derek R. Price  <derek@ximbiot.com>
34068
34069         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
34070         Reindent and repaginate.
34071
34072 2006-07-19  Derek Price  <derek@ximbiot.com>
34073
34074         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
34075         Correct grammar.
34076
34077 2006-07-17  Bruno Haible  <bruno@clisp.org>
34078
34079         * modules/list: New file.
34080         * modules/array-list: New file.
34081         * modules/carray-list, modules/carray-list-tests: New files.
34082         * modules/linked-list, modules/linked-list-tests: New files.
34083         * modules/avltree-list, modules/avltree-list-tests: New files.
34084         * modules/rbtree-list, modules/rbtree-list-tests: New files.
34085         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
34086         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
34087         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
34088         * modules/oset: New file.
34089         * modules/array-oset: New file.
34090         * modules/avltree-oset, modules/avltree-oset-tests: New files.
34091         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
34092         * tests/test-carray_list.c: New file.
34093         * tests/test-linked_list.c: New file.
34094         * tests/test-avltree_list.c: New file.
34095         * tests/test-rbtree_list.c: New file.
34096         * tests/test-linkedhash_list.c: New file.
34097         * tests/test-avltreehash_list.c: New file.
34098         * tests/test-rbtreehash_list.c: New file.
34099         * tests/test-avltree_oset.c: New file.
34100         * tests/test-rbtree_oset.c: New file.
34101         * MODULES.html.sh (Container data structures): New section.
34102
34103 2006-07-17  Bruno Haible  <bruno@clisp.org>
34104
34105         * m4/gl_list.m4: New file.
34106
34107 2006-07-17  Bruno Haible  <bruno@clisp.org>
34108
34109         * lib/gl_list.h: New file.
34110         * lib/gl_list.c: New file.
34111         * lib/gl_array_list.h: New file.
34112         * lib/gl_array_list.c: New file.
34113         * lib/gl_carray_list.h: New file.
34114         * lib/gl_carray_list.c: New file.
34115         * lib/gl_linked_list.h: New file.
34116         * lib/gl_linked_list.c: New file.
34117         * lib/gl_anylinked_list1.h: New file.
34118         * lib/gl_anylinked_list2.h: New file.
34119         * lib/gl_avltree_list.h: New file.
34120         * lib/gl_avltree_list.c: New file.
34121         * lib/gl_anyavltree_list1.h: New file.
34122         * lib/gl_anyavltree_list2.h: New file.
34123         * lib/gl_rbtree_list.h: New file.
34124         * lib/gl_rbtree_list.c: New file.
34125         * lib/gl_anyrbtree_list1.h: New file.
34126         * lib/gl_anyrbtree_list2.h: New file.
34127         * lib/gl_anytree_list1.h: New file.
34128         * lib/gl_anytree_list2.h: New file.
34129         * lib/gl_linkedhash_list.h: New file.
34130         * lib/gl_linkedhash_list.c: New file.
34131         * lib/gl_anyhash_list1.h: New file.
34132         * lib/gl_anyhash_list2.h: New file.
34133         * lib/gl_avltreehash_list.h: New file.
34134         * lib/gl_avltreehash_list.c: New file.
34135         * lib/gl_rbtreehash_list.h: New file.
34136         * lib/gl_rbtreehash_list.c: New file.
34137         * lib/gl_anytreehash_list1.h: New file.
34138         * lib/gl_anytreehash_list2.h: New file.
34139
34140         * lib/gl_oset.h: New file.
34141         * lib/gl_oset.c: New file.
34142         * lib/gl_array_oset.h: New file.
34143         * lib/gl_array_oset.c: New file.
34144         * lib/gl_avltree_oset.h: New file.
34145         * lib/gl_avltree_oset.c: New file.
34146         * lib/gl_rbtree_oset.h: New file.
34147         * lib/gl_rbtree_oset.c: New file.
34148         * lib/gl_anytree_oset.h: New file.
34149
34150 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34151
34152         * m4/mkancesdirs.m4: New file.
34153         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
34154         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
34155         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
34156         it.
34157
34158 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34159
34160         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
34161         * lib/mkancesdirs.h: New files.
34162         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
34163         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
34164         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
34165         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
34166         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
34167         callers changed.  Revamp internals significantly, by not
34168         attempting to create directories that are temporarily more
34169         permissive than the final results.  Do not attempt to use
34170         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
34171         This removes some race conditions, fixes some bugs, and simplifies
34172         things.  Use new dirchownmod function to do owner and mode changes.
34173         * lib/mkdir-p.h: Likewise.
34174         * lib/modechange.c (octal_to_mode): New function.
34175         (struct mode_change): New member mentioned.
34176         (make_node_op_equals): New arg mentioned.  All callers changed.
34177         (mode_compile): Keep track of which mode bits the user has explicitly
34178         mentioned.
34179         (mode_adjust): New arg DIR, so that we implement the X op correctly.
34180         New arg PMODE_BITS, to keep track of which mode bits the user
34181         mentioned; it treats S_ISUID and S_ISGID speciall.
34182         All callers changed.
34183         * lib/modechange.h: Likewise.
34184
34185 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34186
34187         * MODULES.html.sh: Add mkancestors.
34188         * modules/mkancesdirs: New module.
34189         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
34190         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
34191         The chdir-safer and afs files are now orphans; I'll remove them
34192         unless someone speaks up.
34193         Add lib/dirchownmod.c, lib/dirchownmod.h.
34194         (Depends-on): Remove alloca, chown, save-cwd, dirname.
34195         Add lchown, mkancesdirs.
34196         (Maintainer): Add self.
34197
34198 2006-07-15  Karl Berry  <karl@gnu.org>
34199
34200         * gnulib-tool: help message wording/arrangement.
34201
34202 2006-07-14  Simon Josefsson  <jas@extundo.com>
34203
34204         * doc/gnulib.texi (Libtool and Windows): New section.
34205
34206 2006-07-12  Simon Josefsson  <jas@extundo.com>
34207
34208         * modules/gendocs (License): Fix license, approved by Karl.
34209
34210 2006-07-12  Eric Blake  <ebb9@byu.net>
34211
34212         * MODULES.html.sh: Add gendocs.
34213
34214 2006-07-11  Eric Blake  <ebb9@byu.net>
34215
34216         * modules/fdl: New module, to install doc/fdl.texi.
34217         * MODULES.html.sh: Add new section for documentation modules.
34218         * gnulib-tool: Avoid space-tab.
34219         (--doc-base): New option, to manage files from doc.
34220
34221 2006-07-11  Eric Blake  <ebb9@byu.net>
34222
34223         * m4/absolute-header.m4: Fix comments to match recent change.
34224
34225 2006-07-11  Eric Blake  <ebb9@byu.net>
34226
34227         * gnulib-tool: List --doc-base before --tests-base.
34228
34229 2006-07-11  Derek R. Price  <derek@ximbiot.com>
34230
34231         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
34232
34233 2006-07-11  Bruno Haible  <bruno@clisp.org>
34234
34235         * README: Mention where to put documentation.
34236
34237 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34238
34239         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
34240
34241 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
34242
34243         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
34244         to stdint.m4.
34245
34246 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
34247
34248         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
34249         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
34250         "no/such/file/stdint.h" when there is no such file, so that
34251         the resulting C code can be parsed by dodgy compilers.
34252         Problems reported by Bob Proulx.
34253
34254 2006-07-10  Derek R. Price  <derek@ximbiot.com>
34255
34256         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
34257         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
34258         macros into the GNU _D_EXACT_NAMLEN.
34259         * lib/savedir.c:  Likewise.
34260         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
34261
34262 2006-07-10  Derek R. Price  <derek@ximbiot.com>
34263         and Paul Eggert  <eggert@cs.ucla.edu>
34264
34265         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
34266         * m4/savedir.m4:
34267         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
34268         macros into the GNU _D_EXACT_NAMLEN.
34269
34270 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34271
34272         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
34273         around the absolute name, to work around a problem with the HP-UX
34274         11.23 native C compiler, reported by Bob Proulx.
34275
34276 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34277
34278         * doc/maintain.texi, make-stds.texi: Sync from
34279         <http://savannah.gnu.org/projects/gnustandards>.
34280
34281 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34282
34283         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
34284
34285 2006-07-09  Jim Meyering  <jim@meyering.net>
34286
34287         * m4/glob.m4: Remove a doubled word in a comment.
34288
34289 2006-07-09  Jim Meyering  <jim@meyering.net>
34290
34291         * lib/argp-pv.c: Remove a doubled word in a comment.
34292         * lib/check-version.c (check_version): Likewise.
34293         * lib/javacomp.c (compile_java_class): Likewise.
34294
34295 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
34296
34297         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
34298         for the benefit of people using Autoconf 2.60.  If you want to
34299         support older Autoconf versions you can copy m4/onceonly_2_57.m4
34300         (or m4/onceonly.m4, if pre-2.57) manually.
34301
34302 2006-07-08  Jim Meyering  <jim@meyering.net>
34303
34304         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
34305         comment.
34306         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
34307         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
34308         comment.
34309
34310 2006-07-08  Jim Meyering  <jim@meyering.net>
34311
34312         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
34313
34314 2006-07-07  Simon Josefsson  <jas@extundo.com>
34315
34316         * tests/test-crc.c: Change expected crc value, the test vector
34317         were probably computed using the old broken crc.c?
34318
34319 2006-07-06  Simon Josefsson  <jas@extundo.com>
34320
34321         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
34322         now the canonical place for the M4 file).
34323
34324         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
34325         from the sys_socket dependency now.
34326
34327         * modules/inet_pton (Files): Ditto.
34328
34329         * modules/inet_ntop (Files): Ditto.
34330
34331 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34332
34333         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
34334         not gl_PREREQ_GETUSERSHELL.
34335
34336 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34337
34338         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
34339         with only one argument, for Autoconf 2.60.
34340         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
34341         expand to nothing, so add a shell command to avoid syntax error.
34342         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
34343
34344 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34345
34346         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
34347
34348 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34349
34350         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
34351         no longer needed.  Check for isblank decl.
34352         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
34353         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
34354         of existence.
34355
34356 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34357
34358         * lib/getloadavg.c: Use __VMS, not VMS.
34359         * lib/getopt.c: Likewise.
34360         * lib/getpagesize.h: Likewise.
34361         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
34362         and probably does not work.
34363
34364 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34365
34366         * lib/.cppi-disable: Add wcwidth.
34367         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
34368         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
34369         (ISGRAPH): Remove.  All uses changed to isgraph.
34370         (FOLD) [!defined _LIBC]: Remove special case.
34371         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
34372         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
34373         HAVE_ISBLANK.
34374         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
34375         case.
34376
34377 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
34378
34379         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
34380         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
34381         brackets.  Other minor changes to suppress some compiler
34382         warnings.
34383
34384 2006-07-06  Derek R. Price  <derek@ximbiot.com>
34385         and Paul Eggert  <eggert@cs.ucla.edu>
34386
34387         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
34388         of invoking obsolescent AC_HEADER_DIRENT macro.
34389         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
34390         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
34391         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
34392         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
34393         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
34394         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
34395         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
34396         * m4/readdir.m4: Remove; no longer needed.
34397
34398 2006-07-06  Derek R. Price  <derek@ximbiot.com>
34399         and Paul Eggert  <eggert@cs.ucla.edu>
34400
34401         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
34402         Don't worry about this obsolete case any more.
34403         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
34404         directories.
34405         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
34406         worry about this obsolete case any more.
34407         * lib/fts.c: Likewise.
34408         * lib/getcwd.c: Likewise.
34409         * lib/glob.h: Likewise.
34410         * lib/savedir.c: Likewise.
34411
34412 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
34413
34414         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
34415         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
34416         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
34417         needed.
34418         All uses removed.
34419         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
34420         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
34421         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
34422         needed.
34423         * m4/getdate.m4 (gl_GETDATE): Likewise.
34424         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
34425         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
34426         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
34427         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
34428         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
34429         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34430         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
34431         needed.
34432
34433 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
34434
34435         * lib/memcasecmp.c: Include <limits.h>.
34436         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
34437         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
34438         Don't assume isdigit succeeds only on '0' through '9'.
34439
34440 2006-07-05  Eric Blake  <ebb9@byu.net>
34441
34442         * modules/getaddrinfo (Depends-on): Add snprintf.
34443
34444 2006-07-05  Eric Blake  <ebb9@byu.net>
34445
34446         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
34447         to avoid 'header present but could not be compiled' on cygwin.
34448
34449 2006-07-05  Eric Blake  <ebb9@byu.net>
34450
34451         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
34452         missing from netdb.h.
34453         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
34454
34455 2006-07-05  Derek R. Price  <derek@ximbiot.com>
34456
34457         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
34458         no longer needed.
34459         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
34460         * m4/getdate.m4 (gl_GETDATE): Likewise.
34461         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
34462         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
34463         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
34464         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
34465         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34466
34467 2006-07-05  Derek R. Price  <derek@ximbiot.com>
34468
34469         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
34470         All uses of is_space replaced by isspace.
34471         * lib/exit.h: Don't talk about STDC_HEADERS.
34472         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
34473         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
34474         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
34475         replaced by isprint etc.
34476         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
34477         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
34478         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
34479         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
34480         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
34481         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
34482
34483 2006-07-05  Bruno Haible  <bruno@clisp.org>
34484
34485         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
34486         the function exists, before testing against AIX.
34487         Reported by Martin Lambers <marlam@marlam.de>.
34488
34489 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
34490
34491         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
34492         From Mark D. Baushke.
34493
34494 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
34495
34496         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
34497         to the absolute name, not just one, to bypass Sun C 5.8's
34498         "warning: #include of /usr/include/... may be non-portable".
34499
34500 2006-07-04  Eric Blake  <ebb9@byu.net>
34501
34502         * modules/dirname-tests: New test module.
34503         * tests/test-dirname.c: New file, replacing dirname.c
34504         TEST_DIRNAME section that was recently deleted.
34505
34506 2006-07-04  Bruno Haible  <bruno@clisp.org>
34507
34508         Assume ANSI C header files and <ctype.h> functions.
34509         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
34510         (mbsnwidth): Use isprint, iscntrl instead.
34511
34512 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34513
34514         Merge from coreutils.
34515         * MODULES.html.sh: Add xstrtold.
34516         * modules/xstrtold: New file.
34517         * modules/cycle-check (Files): Add lib/same-inode.h.
34518         * modules/dirname (Files): Add m4/double-slash-root.m4.
34519         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
34520         * modules/mkdir-p (Files): Add lib/same-inode.h.
34521         * modules/same (Files): Add lib/same-inode.h.
34522
34523 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34524
34525         * m4/absolute-header.m4: Renamed from full-header-path.m4.
34526         This is to keep the terminology clean; POSIX talks about
34527         "absolute pathnames", not "full pathnames", but the GNU
34528         Coding Standards say to use "path" for something else;
34529         so use "absolute" to keep both sides happy.
34530         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
34531         Set gl_absolute_header, not gl_full_header_path.
34532         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
34533         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
34534         All uses changed.
34535
34536         Merge from coreutils.
34537
34538         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
34539
34540         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
34541         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
34542         want to require the building of c-strtod.o.
34543         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
34544         needs -lm directly.
34545         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
34546
34547         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
34548
34549         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
34550         --as-needed option if available.  Problem reported by Albert Chin in
34551         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
34552         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
34553         cc merely issues a bunch of annoying warnings for --as-needed
34554         (this problem was reported by Bob Proulx).  Also, try linking with
34555         -lm to detect a bug in binutils 2.16 (this problem was reported
34556         by Ralf Wildenhues).
34557
34558         2006-06-18  Jim Meyering  <jim@meyering.net>
34559
34560         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
34561         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
34562         macro.
34563         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
34564         also check for glibc-2.4's abort-inducing bug.
34565
34566         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
34567         Low-probability clean-up should be to use rmdir to get rid of
34568         the just-created directory, not unlink.
34569
34570         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
34571         configure fail, and request a bug report to inform us about it.
34572         Add a comment that, barring reports to the contrary, in 2007 we'll
34573         assume ftruncate is universally available.
34574
34575         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
34576
34577         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
34578
34579         2006-03-12  Jim Meyering  <jim@meyering.net>
34580
34581         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
34582         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
34583         * m4/same.m4 (gl_SAME): Likewise.
34584         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
34585
34586         2006-03-11  Eric Blake  <ebb9@byu.net>
34587
34588         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
34589         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
34590         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
34591         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
34592
34593 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34594
34595         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
34596         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
34597         reported by Mark D. Baushke, one in
34598         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
34599
34600         Merge from coreutils.
34601
34602         * lib/.cppi-disable: Add stdint_.h.
34603         * lib/.cvsignore: Add stdint.h.
34604
34605         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
34606
34607         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
34608         both double and long double versions.
34609         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
34610         * lib/xstrtold.c: New file.
34611         * lib/xstrtod.h (xstrtold): New decl.
34612
34613         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34614
34615         * lib/filemode.c (setst): Remove.
34616         (strmode): Rewrite to avoid setst.  This makes the code shorter,
34617         (arguably) clearer, and the generated code is a bit smaller on my
34618         Debian GNU/Linux stable x86 host.
34619
34620         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
34621
34622         * lib/filemode.c: Include "filemode.h" first, to test the interface.
34623         Assume that filemode.h includes sys/types.h and sys/stat.h.
34624         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
34625         (ftypelet): Reorder to put common cases first, for efficiency.
34626         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
34627         to do 'M'.
34628         (strmode): Renamed from mode_string, and now stores 12 bytes instead
34629         of 10, for compatibility with FreeBSD.  All callers changed.
34630         (filemodestring): Now stores 12 bytes instead of 10, and sets file
34631         types that can't be deduced solely from st_mode.  First arg is now a
34632         const pointer.
34633         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
34634         (strmode): Renamed from mode_string.
34635         (filemodestring): New decl.
34636         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
34637         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
34638         needed.
34639         (S_ISPORT, S_ISWHT): New macros, if not already defined.
34640
34641         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34642
34643         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
34644         fsusage.h now does that.  Include fsusage.h first, to test interface.
34645         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
34646         at most one method (the old code could have generated decls that
34647         didn't conform to C89, not that this was ever exercised).
34648         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
34649
34650         2006-03-19  Jim Meyering  <jim@meyering.net>
34651
34652         Work even in a chroot where d_ino values for entries in "/"
34653         don't match the stat.st_ino values for the same names.
34654         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
34655         number, iterate through all entries again, using lstat instead.
34656         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
34657         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
34658
34659         * lib/getcwd.c (__getcwd): Clarify a comment.
34660         Use memcpy in place of a call to strcpy.
34661
34662         2006-03-12  Jim Meyering  <jim@meyering.net>
34663
34664         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
34665         matches that of the current directory (which we're about to chdir ".."
34666         out of), then save the dev-ino of the parent, instead.
34667
34668         * lib/same-inode.h (SAME_INODE): New file/macro.
34669         * lib/chdir-safer.c (SAME_INODE): Remove definition.
34670         Include "same-inode.h", instead.
34671         * lib/same.c: Likewise.
34672         * lib/cycle-check.h: Include "same-inode.h".
34673         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
34674         * lib/cycle-check.c (SAME_INODE): Remove definition.
34675         * lib/root-dev-ino.h: Include "same-inode.h".
34676
34677         2006-03-11  Eric Blake  <ebb9@byu.net>
34678
34679         * lib/same.c (same_name): s/base_name/last_component/
34680         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
34681         * lib/filenamecat.c (file_name_concat): Likewise.
34682
34683         2006-03-11  Eric Blake  <ebb9@byu.net>,
34684                     Paul Eggert  <eggert@cs.ucla.edu>
34685
34686         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
34687         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
34688         drive prefix.
34689         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
34690         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
34691         (last_component): New method.
34692         * lib/dirname.c (dir_len): Determine when drive letters need a
34693         subsequent slash.  Preserve // when it is special.
34694         (dir_name): Don't append dot when drive letter is absolute.
34695         [TEST_DIRNAME]: Move into a full-blown gnulib test.
34696         * lib/basename.c (base_name): New semantics - malloc the result.
34697         Preserve // when it is special.  Preserve relative files that look
34698         like drive letters.
34699         (base_len): Preserve // when it is special.
34700         (last_component): New method, similar to old base_name semantics.
34701         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
34702         base_name.  Strip redundant slashes from ///.
34703
34704 2006-07-03  Jim Meyering  <jim@meyering.net>
34705
34706         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
34707         macro is used before the first cycle_check call.
34708
34709 2006-07-03  Eric Blake  <ebb9@byu.net>
34710
34711         * modules/dirname (Depends-on): Add xstrndup.
34712
34713 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34714
34715         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
34716         test cases, so that config.log is a bit easier to follow.
34717
34718 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34719
34720         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
34721         both are 64 bits, since this seems to be the tradition, and this
34722         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
34723         we ever run into a host that prefers long long to long in this
34724         case, we'll need another configure-time test.  Problem reported by
34725         Jim Meyering.
34726
34727 2006-07-02  Eric Blake  <ebb9@byu.net>
34728
34729         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
34730
34731 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
34732
34733         * modules/inttypes (Depends-on): No longer depends on stdint.
34734         * modules/stdint (Description): Say more about assumptions.
34735         Say that the fast types might differ.  Say macros are used.
34736         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
34737         (Makefile.am): Revise list of substituted symbols to match
34738         new stdint.m4.
34739         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
34740         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
34741         * tests/test-stdint.c (verify_same_types)
34742         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
34743         the code conforms to C99/C89.
34744         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
34745         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
34746
34747 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
34748
34749         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
34750         but fix a bug, by requiring at least 64 bits.
34751         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
34752         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
34753         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
34754         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
34755
34756         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
34757         changes.  Make 2.59 a prerequisite.  Check and substitute for
34758         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
34759         inttypes.h.  Do not use special include files; just use the
34760         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
34761         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
34762         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
34763         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
34764         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
34765         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
34766         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
34767         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
34768         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
34769         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
34770         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
34771         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
34772         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
34773         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
34774         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
34775         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
34776         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
34777         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
34778         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
34779         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
34780         WINT_MAX.  Check for C99 conformance more strictly, by detecting
34781         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
34782         not check for things that C99 does not require, e.g., int8_t.  If
34783         a test isn't needed unless <stdint.h> isn't working, and is
34784         unlikely to be needed for any other reason, then don't do it
34785         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
34786         size_t, since we assume C89 freestanding at least.  Do not check
34787         for sig_atomic_t, wchar_t, or wint_t, since the code now does
34788         the right thing even if the types are not defined.  Instead use:
34789         (gl_STDINT_TYPE_PROPERTIES): New macro.
34790         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
34791         testing whether <sys/types.h> clashes, as Autoconf does this for
34792         us now.  All uses removed.
34793         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
34794         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
34795         (gl_CHECK_TYPE_SAME):
34796         Remove; no longer needed.
34797         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
34798         exists, since we'll return 0 anyway in that case.
34799         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
34800
34801 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
34802
34803         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
34804         possible collision with system files.
34805         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
34806         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
34807         WCHAR_MIN and WCHAR_MAX in this case.
34808         (<stddef.h>): Do not include; no longer needed.
34809         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
34810         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
34811         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
34812         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
34813         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
34814         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
34815         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
34816         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
34817         !defined(__c99))]: Include in this case too, since it's harmless
34818         now.
34819         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
34820         dangerous to do so.
34821         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
34822         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
34823         (_STDINT_MIN, _STDINT_MAX): New macros.
34824         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
34825         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
34826         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
34827         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
34828         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
34829         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
34830         macros, not typedefs; this simplifies things quite a bit.
34831         Use long int for all types narrower than int64_t.
34832         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
34833         Define in terms of long long int or int64_t or long int,
34834         not int64_t or int32_t.  This saves some compile-time testing.
34835         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
34836         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
34837         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
34838         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
34839         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
34840         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
34841         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
34842         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
34843         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
34844         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
34845         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
34846         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
34847         undef any previous version and define our own version, for
34848         simplicity and consistency with the new macros for types.
34849         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
34850         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
34851         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
34852         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
34853         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
34854         @WINT_T_SUFFIX@ to keep things simple here.
34855         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
34856         Simplify by assuming typical 8/16/32/64 host, since we're
34857         already doing that elsewhere anyway.
34858         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
34859         and assume long long int is 64 bits if available.  This
34860         speeds up 'configure'.
34861
34862 2006-07-01  Eric Blake  <ebb9@byu.net>
34863
34864         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
34865         Reported by Andreas Buening.
34866
34867 2006-07-01  Eric Blake  <ebb9@byu.net>
34868
34869         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
34870
34871 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
34872
34873         * lib/getaddrinfo.c: fixed typo
34874
34875 2006-06-29  Jim Meyering  <jim@meyering.net>
34876
34877         * modules/strftime (Maintainer): Add my name, since with the
34878         FPRINTFTIME changes strftime.c has forked from glibc.
34879
34880 2006-06-29  Eric Blake  <ebb9@byu.net>
34881
34882         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
34883
34884 2006-06-29  Eric Blake  <ebb9@byu.net>
34885
34886         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
34887
34888 2006-06-29  Eric Blake  <ebb9@byu.net>
34889
34890         * lib/stat_.h: New file.
34891
34892 2006-06-29  Eric Blake  <ebb9@byu.net>
34893
34894         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
34895         unused static function.
34896
34897 2006-06-29  Eric Blake  <ebb9@byu.net>
34898
34899         * doc/functions.texi (Function Portability): Document missing lstat
34900         on mingw.
34901
34902 2006-06-29  Eric Blake  <ebb9@byu.net>
34903
34904         * MODULES.html.sh: Add sys_stat.
34905         * modules/sys_stat: New module.
34906         * modules/mkstemp (Depends-on): Add sys_stat.
34907
34908 2006-06-29  Derek R. Price  <derek@ximbiot.com>
34909
34910         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
34911
34912 2006-06-29  Derek R. Price  <derek@ximbiot.com>
34913
34914         * m4/c-bs-a.m4: Removed.
34915
34916 2006-06-29  Derek R. Price  <derek@ximbiot.com>
34917
34918         * lib/strftime.c: Assume strftime() exists.
34919
34920 2006-06-29  Derek Price  <derek@ximbiot.com>
34921
34922         * modules/c-bs-a: Removed - \a is C89.
34923         * MODULES.html.sh: Remove c-bs-a.
34924
34925 2006-06-29  Bruno Haible  <bruno@clisp.org>
34926
34927         * modules/wcwidth (License): Change to LGPL.
34928
34929 2006-06-28  Simon Josefsson  <jas@extundo.com>
34930
34931         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
34932         on _WIN32.
34933
34934         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
34935         getnameinfo.
34936
34937 2006-06-28  Simon Josefsson  <jas@extundo.com>
34938
34939         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
34940
34941 2006-06-28  Simon Josefsson  <jas@extundo.com>
34942
34943         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
34944         functions there.  It will succeed on Windows XP, but on Windows
34945         2000 and (presumably) earlier, it will fail, and use the internal
34946         re-implementation.
34947         (use_win32_p): New function.
34948         (getaddrinfo): Use strtoul on servname, to support numeric ports.
34949         Support AI_NUMERICSERV to disable getservbyname.
34950         (getnameinfo): New function, only supports
34951         NI_NUMERICHOST|NI_NUMERICSERV for now.
34952
34953         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
34954         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
34955         getnameinfo.
34956
34957 2006-06-28  Eric Blake  <ebb9@byu.net>
34958
34959         * modules/wcwidth: New file.
34960         * modules/mbchar (Depends-on): Add wcwidth.
34961         * modules/mbswidth (Depends-on): Add wcwidth.
34962         * MODULES.html.sh: Add wcwidth.
34963
34964 2006-06-28  Eric Blake  <ebb9@byu.net>
34965
34966         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
34967         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
34968
34969 2006-06-28  Eric Blake  <ebb9@byu.net>
34970
34971         * lib/xvasprintf.h: Fix comments.
34972
34973 2006-06-28  Eric Blake  <ebb9@byu.net>
34974
34975         * lib/mbchar.h (wcwidth): Include wcwidth.h.
34976         * lib/mbswidth.c (wcwidth): Move from here...
34977         * lib/wcwidth.h: ...to this new file.
34978
34979 2006-06-28  Derek R. Price  <derek@ximbiot.com>
34980
34981         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
34982
34983         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
34984         it's obsolete.
34985         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
34986
34987 2006-06-28  Derek R. Price  <derek@ximbiot.com>
34988
34989         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
34990         Autoconf 2.60 says this stuff was obsolete.
34991
34992 2006-06-28  Bruno Haible  <bruno@clisp.org>
34993
34994         * modules/wcwidth (Files): Add m4/wchar_t.m4.
34995
34996 2006-06-28  Bruno Haible  <bruno@clisp.org>
34997
34998         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
34999         gt_TYPE_WCHAR_T.
35000
35001 2006-06-28  Bruno Haible  <bruno@clisp.org>
35002
35003         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
35004         declaration for wcwidth.
35005         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
35006
35007 2006-06-28  Bruno Haible  <bruno@clisp.org>
35008
35009         * lib/mkdtemp.c [MINGW]: Include <io.h>.
35010         (mkdir): Define using _mkdir.
35011
35012 2006-06-28  Bruno Haible  <bruno@clisp.org>
35013
35014         * lib/getaddrinfo.h: Fix POSIX URL.
35015         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
35016         _WIN32.
35017         (use_win32_p): Make static.
35018         (getaddrinfo): Reject service name if it is empty or does not consist
35019         solely of decimal digits, or if its value is > 65535.
35020         (getnameinfo): Remove useless casts.
35021
35022 2006-06-27  Simon Josefsson  <jas@extundo.com>
35023
35024         * modules/sys_select: New file, suggested by Bruno Haible, Paul
35025         Eggert and Martin Lambers.
35026
35027 2006-06-27  Simon Josefsson  <jas@extundo.com>
35028
35029         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
35030         Eggert and Martin Lambers.
35031
35032 2006-06-27  Bruno Haible  <bruno@clisp.org>
35033
35034         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
35035         result to 0, not to empty.
35036         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
35037
35038 2006-06-27  Bruno Haible  <bruno@clisp.org>
35039
35040         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
35041
35042 2006-06-26  Simon Josefsson  <jas@extundo.com>
35043
35044         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
35045         present.
35046
35047 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
35048
35049         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
35050         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
35051         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
35052
35053 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
35054
35055         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
35056
35057 2006-06-26  Bruno Haible  <bruno@clisp.org>
35058
35059         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
35060
35061 2006-06-26  Bruno Haible  <bruno@clisp.org>
35062
35063         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
35064
35065 2006-06-26  Bruno Haible  <bruno@clisp.org>
35066
35067         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
35068         SGI C compiler in pre-C99 mode.
35069         Suggested by Mark D. Baushke and Larry Jones.
35070
35071 2006-06-26  Bruno Haible  <bruno@clisp.org>
35072
35073         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
35074         WCHAR_MAX.
35075         Reported by Mark D. Baushke and Larry Jones.
35076
35077 2006-06-26  Bruno Haible  <bruno@clisp.org>
35078
35079         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
35080         in pre-C99 mode.
35081         Suggested by Mark D. Baushke and Larry Jones.
35082
35083 2006-06-23  Simon Josefsson  <jas@extundo.com>
35084             Bruno Haible  <bruno@clisp.org>
35085
35086         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
35087         Emit mostlyclean-local rule.
35088         (func_emit_tests_Makefile_am): Likewise.
35089         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
35090
35091 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
35092
35093         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
35094
35095 2006-06-23  Bruno Haible  <bruno@clisp.org>
35096
35097         * tests/test-stdint.c: Update to match ISO C 99 Technical
35098         Corrigendum 1.
35099
35100 2006-06-23  Bruno Haible  <bruno@clisp.org>
35101
35102         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
35103
35104 2006-06-23  Bruno Haible  <bruno@clisp.org>
35105
35106         * lib/stdint_.h: Treat IRIX like OpenBSD.
35107
35108 2006-06-23  Bruno Haible  <bruno@clisp.org>
35109
35110         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
35111         ISO C 99 Technical Corrigendum 1.
35112
35113 2006-06-22  Simon Josefsson  <jas@extundo.com>
35114
35115         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
35116         MinGW.
35117
35118 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35119
35120         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
35121         needed.  Some compiler complained about some of them.  Problem reported
35122         by Larry Jones in
35123         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
35124
35125 2006-06-21  Simon Josefsson  <jas@extundo.com>
35126
35127         * tests/test-getaddrinfo.c: New file.
35128
35129         * modules/getaddrinfo-tests: New file.
35130
35131         * MODULES.html.sh: Add inet_pton.
35132
35133         * modules/inet_pton: New file.
35134
35135 2006-06-21  Simon Josefsson  <jas@extundo.com>
35136
35137         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
35138         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
35139         of using the (limited) gnulib implementation on Windows XP.
35140
35141         * m4/inet_pton.m4: New file.
35142
35143 2006-06-21  Simon Josefsson  <jas@extundo.com>
35144
35145         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
35146         variable.
35147
35148         * lib/socket_.h: Don't define WINVER.
35149
35150         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
35151         slightly modified to work in gnulib.
35152
35153 2006-06-21  Simon Josefsson  <jas@extundo.com>
35154
35155         * doc/gnulib.texi (Windows sockets): Add.
35156
35157 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
35158
35159         * lib/read-file.c (fread_file): Start with buffer allocation of
35160         0 bytes rather than 1 byte; this simplifies the code.
35161         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
35162         code to free buffer and save/restore errno.
35163         (internal_read_file): Remove unused local.
35164
35165 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
35166
35167         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
35168         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
35169         Problem reported by Denis Excoffier in
35170         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
35171
35172 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35173
35174         * modules/sys_socket, modules/socklen: Include sys/types since
35175         FreeBSD 4.x's sys/socket.h needs it.
35176
35177 2006-06-19  Simon Josefsson  <jas@extundo.com>
35178
35179         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
35180
35181 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
35182
35183         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
35184
35185 2006-06-19  Bruno Haible  <bruno@clisp.org>
35186
35187         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
35188         and FULL_PATH_INTTYPES_H in angle brackets.
35189         Reported by Mark D. Baushke <mdb@gnu.org>.
35190
35191 2006-06-17  Eric Blake  <ebb9@byu.net>
35192
35193         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
35194         errno.
35195
35196 2006-06-17  Bruno Haible  <bruno@clisp.org>
35197
35198         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
35199         <sys/inttypes.h>.
35200
35201 2006-06-17  Bruno Haible  <bruno@clisp.org>
35202
35203         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
35204         whether errno is declared. Assume <errno.h> declares errno.
35205
35206 2006-06-17  Bruno Haible  <bruno@clisp.org>
35207
35208         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
35209
35210 2006-06-17  Bruno Haible  <bruno@clisp.org>
35211
35212         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
35213         problem on Solaris 2.5.1.
35214
35215 2006-06-16  Eric Blake  <ebb9@byu.net>
35216
35217         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
35218         * lib/unicodeio.c [!defined errno]: Likewise.
35219         * lib/strtol.c [!defined errno]: Likewise.
35220         * lib/strtod.c [!defined errno]: Likewise.
35221
35222 2006-06-15  Eric Blake  <ebb9@byu.net>
35223
35224         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
35225
35226 2006-06-15  Eric Blake  <ebb9@byu.net>
35227
35228         * config/srclist.txt (ssize_t.m4): Lose sync.
35229
35230 2006-06-15  Bruno Haible  <bruno@clisp.org>
35231
35232         * modules/stdint (Files): Include m4/full-header-path.m4,
35233         m4/size_max.m4, m4/wchar_t.m4.
35234         (Makefile.am): Many more substitutions.
35235         * modules/stdint-tests: New file.
35236         * tests/test-stdint.c: New file.
35237
35238 2006-06-15  Bruno Haible  <bruno@clisp.org>
35239
35240         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
35241         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
35242         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
35243         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
35244         gl_CHECK_TYPE_SAME): New macros.
35245
35246 2006-06-15  Bruno Haible  <bruno@clisp.org>
35247
35248         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
35249
35250 2006-06-15  Bruno Haible  <bruno@clisp.org>
35251
35252         * lib/stdint_.h: Rewritten to be fully auto-configured.
35253         Fixes bug on HP-UX/IA64.
35254
35255 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
35256
35257         * lib/getdate.y (__attribute__): Don't define if already defined.
35258         Problem reported by Larry Jones.
35259         * lib/utimens.c (__attribute__): Likewise.
35260
35261 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
35262
35263         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
35264         reported by Andreas Schwab.
35265
35266 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35267             Bruno Haible  <bruno@clisp.org>
35268
35269         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
35270         check for the declaration of strnlen and a run test that exposes the
35271         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
35272         rpl_strndup.
35273
35274 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35275             Bruno Haible  <bruno@clisp.org>
35276
35277         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
35278
35279 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35280
35281         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
35282         compile test, for Tru64 4.0D.
35283
35284 2006-05-28  Karl Berry  <karl@gnu.org>
35285
35286         * config/srclist.txt (printf-args.c): lose sync.
35287
35288 2006-05-26  Martin Lambers  <marlam@marlam.de>
35289
35290         * lib/getpass.c: Updates the test for the native W32 API, and adds
35291         missing includes, thus fixing compilation warnings.
35292
35293 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
35294
35295         * lib/exclude.c (exclude_fnmatch): New function.
35296         (excluded_file_name): Call exclude_fnmatch.
35297         * lib/exclude.h (excluded_file_name): New prototype
35298
35299 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
35300
35301         * lib/tempname.c (small_open, large_open): New macros.
35302         (__open, __open64) [!_LIBC]: Remove.
35303         (__gen_tempname): Use small_open and large_open instead of __open
35304         and __open64.  This fixes a portability bug on HP-UX 11.11i
35305         reported by Simon Wing-Tang in
35306         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
35307
35308 2006-05-24  Bruno Haible  <bruno@clisp.org>
35309
35310         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
35311         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
35312         Reported by Thorsten Maerz <torte@netztorte.de> via
35313         Aaron Stone <aaron@serendipity.cx>.
35314
35315 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35316
35317         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
35318         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
35319         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
35320         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
35321         not really conditional on the cache.
35322         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
35323
35324 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35325
35326         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
35327         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
35328         (my_usleep): Don't mishandle maximum value.
35329
35330 2006-05-19  Jim Meyering  <jim@meyering.net>
35331
35332         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
35333
35334 2006-05-17  Bruno Haible  <bruno@clisp.org>
35335
35336         Cygwin portability.
35337         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
35338
35339 2006-05-17  Bruno Haible  <bruno@clisp.org>
35340
35341         * lib/stdint_.h: Fix recognition of Cygwin.
35342
35343 2006-05-15  Bruno Haible  <bruno@clisp.org>
35344
35345         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
35346         on libtool patch by Ralf Wildenhues.
35347
35348 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35349
35350         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
35351         test for C99 conformance; (bool) 0.5 is an integer constant
35352         expression, but (bool) -0.5 is not.  Problem reported by Fedor
35353         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
35354
35355 2006-05-11  Simon Josefsson  <jas@extundo.com>
35356
35357         * m4/xvasprintf.m4: Fix obvious typo.
35358
35359 2006-05-11  Jim Meyering  <jim@meyering.net>
35360
35361         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
35362         James Lemley.
35363
35364 2006-05-10  Simon Josefsson  <jas@extundo.com>
35365
35366         * lib/md4.c: Typo fix, update copyright years.
35367         (K1, K2): Don't use L because it turn computations into 64-bit on
35368         64-bit platforms.
35369
35370 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35371
35372         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
35373         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
35374         unwanted sign propagation, e.g., on hosts with 64-bit int.
35375         There still are some problems with reeelly weird theoretical hosts
35376         (e.g., 33-bit int) but it's not worth worrying about now.
35377         * lib/sha1.c (rol): Likewise.
35378         (K1, K2, K3, K4): Remove unnecessary L suffix.
35379
35380 2006-05-10  Bruno Haible  <bruno@clisp.org>
35381
35382         * lib/des.c: Cast to avoid warnings.
35383
35384 2006-05-09  Bruno Haible  <bruno@clisp.org>
35385
35386         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
35387         (Depends-on): Depend also on xsize, stdarg.
35388         (configure.ac): Add gl_XVASPRINTF.
35389
35390 2006-05-09  Bruno Haible  <bruno@clisp.org>
35391
35392         * m4/xvasprintf.m4: New file.
35393
35394 2006-05-09  Bruno Haible  <bruno@clisp.org>
35395
35396         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
35397         (EOVERFLOW): Define fallback value.
35398         (xstrcat): New function.
35399         (xvasprintf): Recognize the special case of a string concatenation.
35400
35401 2006-05-08  Eric Blake  <ebb9@byu.net>
35402
35403         * gnulib-tool (func_version): Base copyright year on CVS date.
35404         (func_emit_copyright_notice): New function.
35405         (func_emit_lib_Makefile_am): Use it.
35406         (func_emit_tests_Makefile_am): Likewise.
35407         (func_import): Likewise.
35408
35409 2006-05-08  Bruno Haible  <bruno@clisp.org>
35410
35411         * modules/stdarg: New file.
35412         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
35413
35414 2006-05-08  Bruno Haible  <bruno@clisp.org>
35415
35416         * m4/stdarg.m4: New file, from GNU gettext.
35417
35418 2006-05-08  Bruno Haible  <bruno@clisp.org>
35419
35420         * config/srclist.txt (build-aux/config.rpath): different from latest
35421         release.
35422
35423 2006-05-08  Bruno Haible  <bruno@clisp.org>
35424
35425         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
35426
35427 2006-05-05  Jim Meyering  <jim@meyering.net>
35428
35429         * m4/warning.m4: New file, derived from bison's file by the same name.
35430
35431 2006-05-03  Bruno Haible  <bruno@clisp.org>
35432
35433         * lib/stdint_.h: Shorter URL.
35434         * lib/inttypes.h: Likewise.
35435
35436 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35437
35438         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
35439
35440 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35441
35442         * lib/verify.h: Document the internals better.  Most of this change
35443         was written by Bruno Haible.
35444
35445 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35446
35447         * doc/verify.texi: New file, partly based on a proposal by
35448         Bruno Haible.
35449
35450 2006-05-02  Bruno Haible  <bruno@clisp.org>
35451
35452         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
35453         test from here...
35454         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
35455
35456 2006-04-29  Bruno Haible  <bruno@clisp.org>
35457
35458         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
35459         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
35460
35461 2006-04-29  Bruno Haible  <bruno@clisp.org>
35462
35463         * gnulib-tool: Make --update option actually work.
35464
35465 2006-04-29  Bruno Haible  <bruno@clisp.org>
35466
35467         * doc/gcd.texi: New file.
35468         * doc/gnulib.texi: Include it.
35469
35470 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
35471
35472         * lib/getdate.y (get_date): When adding relative date, start with the
35473         initial time, not with the result of the first mktime call.
35474
35475 2006-04-25  Bruno Haible  <bruno@clisp.org>
35476
35477         * gnulib-tool (func_import): Output the include directives in three
35478         blocks, sorted separately.
35479         Reported by Ben Pfaff <blp@cs.stanford.edu>.
35480
35481 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
35482
35483         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
35484         to define main with arguments, for C++.  Reported by Eric Blake.
35485         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
35486         Prefer 'int main ()' to 'int main (void)', for C++.
35487         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
35488         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
35489         for 'main', for C99 and C++.
35490
35491 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
35492
35493         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
35494         Don't assume that exit status -1 is valid.
35495         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35496         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
35497         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
35498         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
35499         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
35500         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
35501         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
35502         functions can be used without declaring them, or that you can
35503         exit with status -1.
35504         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
35505
35506 2006-04-24  Karl Berry  <karl@gnu.org>
35507
35508         * config/srclist.txt (longdouble.m4): sync lost.
35509
35510 2006-04-24  Eric Blake  <ebb9@byu.net>
35511
35512         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
35513
35514 2006-04-24  Bruno Haible  <bruno@clisp.org>
35515
35516         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
35517         poll() implementation in AIX.
35518         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35519
35520 2006-04-24  Bruno Haible  <bruno@clisp.org>
35521
35522         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
35523         assigned exactly once.
35524
35525 2006-04-23  Claudio Fontana  <claudio@gnu.org>
35526             Bruno Haible  <bruno@clisp.org>
35527
35528         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
35529         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
35530         for AM_CPPFLAGS.
35531
35532 2006-04-23  Bruno Haible  <bruno@clisp.org>
35533
35534         * modules/copy-file: Depend on unistd.
35535         * modules/execute: Likewise.
35536         * modules/fatal-signal: Likewise.
35537         * modules/findprog: Likewise.
35538         * modules/mkdtemp : Likewise.
35539         * modules/pipe: Likewise.
35540         * modules/wait-process: Likewise.
35541
35542 2006-04-23  Bruno Haible  <bruno@clisp.org>
35543
35544         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
35545         condition was already detected.
35546         Reported by Ben Pfaff <blp@cs.stanford.edu>.
35547
35548 2006-04-23  Bruno Haible  <bruno@clisp.org>
35549
35550         * lib/copy-file.c: Include <unistd.h> unconditionally.
35551         * lib/execute.c: Likewise.
35552         * lib/fatal-signal.c: Likewise.
35553         * lib/findprog.c: Likewise.
35554         * lib/mkdtemp.c: Likewise.
35555         * lib/pipe.h: Likewise.
35556         * lib/pipe.c: Likewise.
35557         * lib/wait-process.h: Likewise.
35558
35559 2006-04-23  Bruno Haible  <bruno@clisp.org>
35560
35561         * gnulib-tool (func_usage): Fix --import description. Document
35562         --update.
35563         (func_import): Create temporary file in a temporary directory, if
35564         --dry-run is specified. Silence errors from 'grep' when there are no
35565         m4 files in $m4dir.
35566         (func_create_testdir): Silence errors from 'grep' when there are no
35567         m4 files in $m4dir.
35568         Reported by Karl Berry <karl@freefriends.org>.
35569
35570 2006-04-20  Bruno Haible  <bruno@clisp.org>
35571
35572         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
35573         one argument, so that the code will be portable to Autoconf 2.60.
35574         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
35575         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
35576         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
35577
35578 2006-04-19  Derek Price  <derek@ximbiot.com>
35579             Eric Blake  <ebb9@byu.net>
35580
35581         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
35582         rather than "/full/path.h".  Update comment to match.  Shorten &
35583         generalize m4_translit call via AS_TR_CPP.
35584
35585 2006-04-19  Derek Price  <derek@ximbiot.com>
35586             Eric Blake  <ebb9@byu.net>
35587
35588         * lib/inttypes.h: Correct grammar in comment.
35589
35590 2006-04-18  Derek Price  <derek@ximbiot.com>
35591             Paul Eggert  <eggert@cs.ucla.edu>
35592
35593         * modules/inttypes: New file.
35594         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
35595
35596 2006-04-18  Derek Price  <derek@ximbiot.com>
35597             Paul Eggert  <eggert@cs.ucla.edu>
35598
35599         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
35600         New files.
35601
35602 2006-04-18  Derek Price  <derek@ximbiot.com>
35603             Paul Eggert  <eggert@cs.ucla.edu>
35604
35605         * lib/inttypes.h: New file.
35606         * lib/strtoimax.c: Assume <inttypes.h>.
35607
35608 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
35609
35610         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
35611         isn't mounted.  Problem reported by Kir Kolyshkin.
35612
35613 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35614
35615         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
35616         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
35617         Derek R. Price.
35618         * lib/regex.h (RE_DUP_MAX): Update comment to match current
35619         implementation.
35620
35621 2006-04-12  Eric Blake  <ebb9@byu.net>
35622
35623         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
35624         is now done automatically by the corresponding Autoconf macro.
35625
35626 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
35627
35628         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
35629         time_r.h.
35630
35631 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
35632
35633         Merge regex changes from libc, removing some of our
35634         POSIX-conformance changes that were rejected and redoing them in a
35635         less-intrusive way.
35636
35637         * lib/regcomp.c (re_compile_internal, init_dfa):
35638         Length arg is now size_t, not Idx.  All uses changed.
35639         (peek_token): Forward decl now says internal_function.
35640         (__re_error_msgid, __re_error_msgid_idx):
35641         Now static rather than extern with attribute_hidden.
35642         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
35643         For some reason libc prefers K&R style defns for external functions.
35644         (regerror) [!defined _LIBC]: Likewise.
35645         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
35646         (seek_collating_symbol_entry, lookup_collation_sequence_value):
35647         (build_range_exp, build_collating_symbol):
35648         Use K&R-style defn.
35649         (re_compile_fastmap): Use '\0' to memset, not 0.
35650         (utf8_sb_map): Make the calculations more obvious.
35651         (init_dfa, parse_bracket_exp, build_charclass_op):
35652         Call calloc and cast result, as glibc does.
35653         (init_word_char, fetch_token, peek_token, peek_token_bracket):
35654         (build_range_exp, build_collating_symbol):
35655         Now internal functions.
35656
35657         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
35658
35659         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
35660         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
35661         Don't depend on VMS; depend on __VMS instead, for POSIX
35662         namespace cleanness.
35663         (regoff_t): Define to ssize_t, not long int.
35664
35665         Remove the REG_ macros named below.  Instead, make the old names
35666         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
35667         __USE_GNU_REGEX.
35668         (REG_BACKSLASH_ESCAPE_IN_LISTS):
35669         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
35670         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
35671         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
35672         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
35673         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
35674         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
35675         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
35676         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
35677         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
35678         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
35679         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
35680         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
35681         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
35682         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
35683         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
35684         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
35685         (REG_NREGS):
35686         Remove.  All uses replaced by the old RE_* names.
35687         (RE_BACKSLASH_ESCAPE_IN_LISTS):
35688         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
35689         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
35690         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
35691         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
35692         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
35693         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
35694         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
35695         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
35696         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
35697         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
35698         Don't bother having these macros be independent of each others'
35699         values, since they no longer exist in the POSIX name space.
35700
35701         Rename the following member names back to their old names,
35702         unless !__USE_GNU_REGEX.  All uses changed back.
35703         (buffer): Renamed from re_buffer.
35704         (allocated): Renamed from re_allocated.
35705         (used): Renamed from re_used.
35706         (syntax): Renamed from re_syntax.
35707         (fastmap): Renamed from re_fastmap.
35708         (translate): Renamed from re_translate.
35709         (can_be_null): Renamed from re_can_be_null.
35710         (regs_allocated): Renamed from re_regs_allocated.
35711         (fastmap_accurate): Renamed from re_fastmap_accurate.
35712         (no_sub): Renamed from re_no_sub.
35713         (not_bol): Renamed from re_not_bol.
35714         (not_eol): Renamed from re_not_eol.
35715         (newline_anchor): Renamed from re_newline_anchor.
35716         (num_regs): Renamed from rm_num_regs.
35717         (start): Renamed from rm_start.
35718         (end): Renamed from rm_end.
35719
35720         (free_state): Move up a bit.
35721
35722         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
35723         #define to be empty.
35724         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
35725         when that is what is intended.
35726         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
35727         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
35728         (MAX): New macro.
35729         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
35730         All uses changed back to re_malloc, etc.  It's now the caller's
35731         responsibility to check for overflow; all callers changed.
35732         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
35733         (re_x2nrealloc): Remove.
35734         (free_state): Remove decl.
35735
35736         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
35737         (re_set_registers, re_exec):
35738         Use K&R-style defn.
35739
35740         2006-01-31  Roland McGrath  <roland@redhat.com>
35741
35742         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
35743         Reported by Mike Frysinger <vapier@gentoo.org>.
35744
35745         2006-01-15  Andreas Jaeger  <aj@suse.de>
35746
35747         [BZ #1950]
35748         * lib/regex_internal.c (re_string_reconstruct): Adjust for
35749         build_wcs_upper_buffer change.
35750         (build_wcs_upper_buffer): Change return type.
35751
35752         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
35753
35754         * lib/regex_internal.h: Include <stdint.h> if available.
35755
35756         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
35757
35758         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
35759
35760         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
35761
35762         * lib/regcomp.c: Adjust for changed secondary hash function.
35763
35764         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
35765
35766         * lib/regex.h: Pretty printing.
35767         Clean up namespace a bit.
35768
35769         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
35770
35771         * lib/regexec.c (update_cur_sifted_state, check_arrival,
35772         check_arrival_add_next_nodes): Avoid using uninitialized variable.
35773
35774         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35775                     Ulrich Drepper  <drepper@redhat.com>
35776
35777         [BZ #1302]
35778         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
35779         changed.
35780         (bitset_word_t): Renamed from bitset_word.  All uses changed.
35781
35782         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
35783
35784         [BZ #281]
35785         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
35786         * lib/regcomp.c: Remove unnecessary uses of
35787         unsigned RE_TRANSLATE_TYPE.
35788         * lib/regex_internal.h: Likewise.
35789         * lib/regex_internal.c: Likewise.
35790         * lib/regexec.c: Likewise.
35791         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
35792
35793         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
35794
35795         * lib/regexec.c (find_recover_state): Remove unnecessary
35796         initialization.
35797         (transit_state_bkref): Make DFA a const pointer.
35798         (get_subexp): Likewise.
35799         (check_arrival): Likewise.
35800         (update_cur_sifted_state): Likewise.
35801         (re_search_internal): Likewise.
35802         (prune_impossible_nodes): Likewise.
35803         (acquire_init_state_context): Likewise.
35804         (proceed_next_node): Likewise.
35805         (set_regs): Likewise.
35806         (free_fail_stack_return): Likewise.
35807         (check_arrival_expand_ecl): Mark DFA parameter as const.
35808         (check_arrival_expand_ecl_sub): Likewise.
35809         (check_subexp_limits): Likewise.
35810         (sub_epsilon_src_nodes):  Likewise.
35811         (add_epsilon_src_nodes):  Likewise.
35812         (merge_state_array): Likewise.
35813         (update_regs): Likewise.
35814         (build_trtable): Likewise.
35815         (sift_states_backward): Mark MCTX parameter as const.
35816         (build_sifted_states): Likewise.
35817         (update_cur_sifted_state): Likewise.
35818         (sift_states_mkref): Likewise.
35819         (check_arrival_expand_ecl): Mark eclosure as const.
35820         (check_dst_limits_calc_pos_1): Likewise.
35821         * lib/regex_internal.h (re_match_context_t): Make dfa a const
35822         pointer.
35823
35824         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
35825
35826         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
35827         (transit_state_sb): Likewise.
35828         (transit_state_mb): Likewise.
35829         (sift_states_iter_mb): Likewise.
35830         (check_arrival_add_next_nodes): Likewise.
35831         (check_node_accept_bytes): Change first parameter to pointer-to-const.
35832         [_LIBC] (re_search_2_stub): Use mempcpy.
35833
35834         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
35835         mbrtowc for very simple UTF-8 case.
35836
35837         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
35838         a pointer-to-const.
35839         (re_acquire_state_context): Likewise.
35840         * lib/regex_internal.h: Adjust prototypes.
35841
35842         * lib/regex.c: Prevent using C++ compilers.
35843
35844         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
35845         (re_acquire_state_context): Likewise.
35846
35847 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
35848
35849         * modules/regex (Depends-on): Add ssize_t.
35850
35851 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
35852
35853         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
35854         translation table.
35855
35856 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
35857
35858         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
35859
35860 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
35861             Bruno Haible  <bruno@clisp.org>
35862
35863         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
35864         <sys/types.h> and <inttypes.h>.
35865
35866 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35867
35868         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
35869         `__error_t_defined', so argp.h will not typedef the former.
35870
35871 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
35872
35873         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
35874         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
35875         glibc names.  Even if glibc is changed to conform to POSIX, the
35876         traditional names will be available anyway, since regex depends on
35877         the extensions module.  Also, fix a longstanding typo in the
35878         implementation of Spencer ERE test #75 from grep 2.3.  Problems
35879         reported by Emanuele Giaquinta.  Also, change sense of cached
35880         variable, so that the message makes sense.
35881
35882 2006-03-24  Simon Josefsson  <jas@extundo.com>
35883
35884         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
35885         including some doc fixes.
35886         (base64_encode_alloc): Fix +1 bug on allocation failures.
35887
35888 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35889
35890         * lib/base64.c (base64_encode): Do not read past end of array with
35891         unsanitized input on systems with CHAR_BIT > 8.
35892
35893 2006-03-24  Eric Blake  <ebb9@byu.net>
35894
35895         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
35896
35897 2006-03-22  Karl Berry  <karl@gnu.org>
35898
35899         * config/srclist.txt (*setenv.[ch]): get from coreutils.
35900         * config/srclistvars.sh (COREUTILS): new var.
35901
35902 2006-03-17  Jim Meyering  <jim@meyering.net>
35903
35904         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
35905         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
35906
35907 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
35908
35909         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
35910         no longer needs it.  Instead, check that regoff_t is as least
35911         as wide as ptrdiff_t.
35912
35913         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
35914         so that our regex.h stays compatible with the installed regex.
35915         This is helpful for installers who configure --without-included-regex.
35916         Problem reported by Emanuele Giaquinta.
35917
35918 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
35919
35920         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
35921         Typedef to long int, not to off_, as POSIX will likely change
35922         in that direction.
35923
35924 2006-03-15  Eric Blake  <ebb9@byu.net>
35925
35926         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
35927
35928 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
35929
35930         * lib/argp-help.c (validate_uparams): Fix typo
35931         * lib/argp-parse.c (argp_default_options): Consistently begin help
35932         messages with a lowercase letter.
35933
35934 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
35935
35936         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
35937         overrun buffers and shouldn't be used (much as gets shouldn't be
35938         used).
35939         * lib/time_r.c (asctime_r, ctime_r): Likewise.
35940
35941 2006-03-08  Simon Josefsson  <jas@extundo.com>
35942
35943         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
35944         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35945
35946 2006-03-08  Simon Josefsson  <jas@extundo.com>
35947
35948         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
35949         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35950
35951 2006-03-08  Simon Josefsson  <jas@extundo.com>
35952
35953         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
35954         signal that configure disabled the device.
35955
35956 2006-03-08  Simon Josefsson  <jas@extundo.com>
35957
35958         * build-aux/maint.mk: Fix refresh-po, to handle no translated
35959         languages.
35960
35961 2006-03-07  Simon Josefsson  <jas@extundo.com>
35962
35963         * modules/getopt (Depends-on): Add unistd.
35964
35965         * modules/unistd: New file.
35966
35967 2006-03-07  Simon Josefsson  <jas@extundo.com>
35968
35969         * modules/gc-random: New file.
35970
35971 2006-03-07  Simon Josefsson  <jas@extundo.com>
35972
35973         * m4/unistd_h.m4: New file.
35974
35975 2006-03-07  Simon Josefsson  <jas@extundo.com>
35976
35977         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
35978         test to be side-effect free by storing the result in the cache
35979         variable gl_cv_lib_readline, and moving the assignment of
35980         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
35981         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35982
35983 2006-03-07  Simon Josefsson  <jas@extundo.com>
35984
35985         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
35986         error on missing devices (the functions will return an error).
35987
35988         * m4/gc.m4: Move random stuff to gc-random.m4
35989
35990 2006-03-07  Simon Josefsson  <jas@extundo.com>
35991
35992         * lib/unistd_.h: New file.
35993
35994 2006-03-07  Simon Josefsson  <jas@extundo.com>
35995
35996         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
35997
35998 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
35999
36000         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
36001         Problem reported by Juan Manuel Guerrero.
36002
36003 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36004
36005         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
36006         the unistd module.
36007         * lib/getlogin_r.c: Likewise.
36008         * lib/getlogin_r.h: Likewise.
36009         * lib/glob.c: Likewise.
36010         * lib/pagealign_alloc.c: Likewise.
36011         * lib/unistd_.h: Remove; no longer needed.
36012
36013 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36014
36015         * MODULES.html.sh (Support for systems lacking POSIX:2001):
36016         Add unistd.
36017         * modules/c-stack (Depends-on): Add unistd.
36018         * modules/getlogin_r: Likewise.
36019         * modules/glob: Likewise.
36020         * modules/pagealign_alloc: Likewise.
36021         * modules/unistd (Files): Remove lib/unistd_.h.
36022         (EXTRA_DIST): Remove.
36023         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
36024         need unistd_.h.
36025         (MOSTLYCLEANFILES): Remove unistd.h-t.
36026
36027 2006-03-03  Simon Josefsson  <jas@extundo.com>
36028
36029         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
36030
36031 2006-03-03  Simon Josefsson  <jas@extundo.com>
36032
36033         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
36034         libidn and bison.
36035
36036 2006-03-03  Simon Josefsson  <jas@extundo.com>
36037
36038         * build-aux/maint.mk: Add indent target.
36039
36040 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
36041
36042         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
36043         our replacement poll.h in any case, to avoid a differing
36044         declaration from a system header.  Seen on AIX.
36045
36046 2006-03-01  Simon Josefsson  <jas@extundo.com>
36047
36048         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
36049         <kasal@ucw.cz>.
36050
36051 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36052
36053         * modules/gettime (Depends-on): Add extensions module.
36054         * modules/nanosleep (Depends-on): Likewise.
36055         * modules/settime (Depends-on): Likewise.
36056
36057 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36058
36059         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
36060         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
36061         pedantically.
36062         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36063         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
36064
36065         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
36066         not "==".  Reported by Ralf Wildenhues.
36067
36068 2006-03-01  Karl Berry  <karl@gnu.org>
36069
36070         * doc/Copyright/request-*: new files, synced from gnuorg.
36071
36072 2006-03-01  Karl Berry  <karl@gnu.org>
36073
36074         * config/srclist.txt (Copyright/*): new entries.
36075
36076 2006-02-28  Simon Josefsson  <jas@extundo.com>
36077
36078         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
36079
36080 2006-02-27  Simon Josefsson  <jas@extundo.com>
36081
36082         * lib/base64.h: Indent #define's.  From Jim Meyering
36083         <jim@meyering.net>.
36084
36085 2006-02-27  Jim Meyering  <jim@meyering.net>
36086
36087         Revert the change of 2006-02-24, so these files can continue
36088         to be sync'd from gettext.
36089         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
36090         of `config.h'.
36091
36092 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
36093
36094         * modules/intprops: New file.
36095         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
36096         Add intprops.
36097         * modules/getloadavg (Files): Remove lib/intprops.h.
36098         (Depends-on): Add intprops.
36099         * modules/human: Likewise.
36100         * modules/inttostr: Likewise.
36101         * modules/openat: Likewise.
36102         * modules/sig2str: Likewise.
36103         * modules/userspec: Likewise.
36104         * modules/utimecmp: Likewise.
36105         * modules/xnanosleep: Likewise.
36106         * modules/xstrtol: Likewise.
36107
36108 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
36109
36110         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
36111         * modules/lock-tests (TESTS): Use $(EXEEXT).
36112         * modules/tls-tests: Likewise.
36113         * modules/argp-tests: Likewise.
36114         (check_PROGRAMS): New var, replacing...
36115         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
36116
36117 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36118
36119         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
36120         `config.h'.
36121
36122 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
36123
36124         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
36125
36126 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36127
36128         Sync from coreutils.
36129         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
36130         gl_CHDIR_SAFER.
36131
36132 2006-02-22  Jim Meyering  <jim@meyering.net>
36133
36134         Sync from coreutils.
36135         * m4/chdir-safer.m4: New file.
36136
36137 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
36138
36139         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
36140         AT_FDCWD exceeds INT_MAX.
36141         * lib/openat.h (AT_FDCWD): Likewise.
36142
36143 2006-02-17  Eric Blake  <address@hidden>
36144
36145         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
36146
36147 2006-02-16  Simon Josefsson  <jas@extundo.com>
36148
36149         * modules/getaddrinfo (Depends-on): Add sys_socket.
36150
36151 2006-02-15  Simon Josefsson  <jas@extundo.com>
36152
36153         * build-aux/maint.mk: Add dsyntax-check rule.
36154
36155 2006-02-15  Eric Blake  <ebb9@byu.net>
36156
36157         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
36158         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
36159         'present but cannot compile' warnings on cygwin.
36160         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
36161         use ws2tcpip.h if sys/socket.h works.
36162         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
36163         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
36164
36165 2006-02-14  Simon Josefsson  <jas@extundo.com>
36166
36167         * modules/maintainer-makefile (Files): Rename.
36168
36169         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
36170         and (the local) Makefile.cfg to maint-cfg.mk.
36171
36172         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
36173         to the latter.
36174
36175         * modules/maintainer-makefile: New module.
36176
36177         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
36178         severaly stripped to make it possible to build it up from scratch
36179         with reliable tests.
36180
36181         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
36182         fixes to permit overriding the default actions when configure and
36183         makefile are not available.
36184
36185 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36186
36187         Sync from coreutils.
36188         * modules/lstat (Depends-on): Don't depend on xalloc.
36189         (License): Change from GPL to LGPL, since this is now simply a
36190         replacement for a libc function.
36191
36192 2006-02-14  Jim Meyering  <jim@meyering.net>
36193
36194         Sync from coreutils.
36195
36196         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
36197         failure on deficient systems, and simplify gnulib lgpl dependencies.
36198         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
36199         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
36200
36201         * lib/xalloc-die.c: Remove unused definition of N_.
36202
36203 2006-02-14  Jim Meyering  <jim@meyering.net>
36204
36205         Sync from coreutils.
36206         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
36207         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
36208         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
36209         double-quote uses of that variable, to accommodate the rare case in
36210         which getmntent is available in none of the libraries checked.  This
36211         happens at least on FreeBSD 5.0.
36212
36213 2006-02-13  Simon Josefsson  <jas@extundo.com>
36214
36215         * gnulib-tool (Usage): Fix --import, from
36216         karl@freefriends.org (Karl Berry).
36217
36218 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
36219
36220         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
36221
36222 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
36223
36224         * lib/argp-namefrob.h: Restore changes accidentally lost during the
36225         "autoupdate" on 2005-12-12.
36226
36227 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
36228
36229         * modules/closeout (Depends-on): Remove atexit.
36230
36231 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
36232
36233         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
36234         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
36235
36236 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
36237
36238         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
36239         __EXTENSIONS__ if this causes compilation to fail.  Problem
36240         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
36241         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
36242
36243 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
36244
36245         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
36246         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
36247         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
36248         All uses changed.
36249
36250 2006-01-26  Simon Josefsson  <jas@extundo.com>
36251
36252         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
36253         prototype is visible on mingw32.
36254
36255         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
36256         for mingw32.
36257
36258         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
36259         mingw32).
36260
36261 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
36262
36263         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
36264         attempt to open for write; this always fails, at least on POSIX
36265         hosts.  This reinstates the 2006-01-09 change, which was
36266         inadvertently removed.
36267
36268 2006-01-26  Bruno Haible  <bruno@clisp.org>
36269
36270         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
36271         Reported by Paul Eggert.
36272
36273 2006-01-26  Bruno Haible  <bruno@clisp.org>
36274             Paul Eggert  <eggert@cs.ucla.edu>
36275
36276         * lib/stdbool_.h (_Bool)
36277         [(! (defined __cplusplus || defined __BEOS__)
36278           && !defined __GNUC__
36279           && !(defined __HP_cc || defined __xlc__
36280                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
36281                || defined __sgi))]:
36282         #define to signed char in these cases too; this simplifies
36283         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
36284         etc., separately) and makes it more conservative.
36285
36286 2006-01-25  Simon Josefsson  <jas@extundo.com>
36287
36288         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
36289         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
36290         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
36291
36292 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
36293
36294         * lib/argp-namefrob.h: Bugfix. Remove stray #
36295
36296 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
36297
36298         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
36299         so that we test the test.
36300         Check for yet another HP-UX cc bug involving *bool |= bool.
36301
36302 2006-01-25  Karl Berry  <karl@gnu.org>
36303
36304         * config/srclist.txt (vasnprintf.c): sync lost.
36305
36306 2006-01-25  Jim Meyering  <jim@meyering.net>
36307
36308         Sync from the stable (b5) branch of coreutils:
36309
36310         * lib/fts.c (fts_children): Don't let close() clobber errno from
36311         failed fchdir().
36312
36313         * lib/fts.c (fts_stat): When following a symlink-to-directory,
36314         don't necessarily interpret stat-fails+lstat-succeeds as indicating
36315         a dangling symlink.  That can also happen at least for ELOOP.
36316         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
36317         FYI, this bug predates the inclusion of fts.c in coreutils.
36318
36319         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
36320         in their own block, so pre-c99 compilers don't object.
36321
36322         Avoid the double-free (first in fts_read, second in fts_close) that
36323         would occur when an `active' directory is made inaccessible (e.g.,
36324         via chmod a-x) during a traversal.
36325         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
36326         before returning.  Reproduce this failure by
36327         mkdir -p a/b; cd a; chmod a-x . b
36328         Reported by Stavros Passas.
36329
36330 2006-01-25  Jim Meyering  <jim@meyering.net>
36331
36332         * lib/fileblocks.c: Remove more useless parentheses.
36333         * lib/readutmp.h: Likewise.
36334
36335 2006-01-25  Bruno Haible  <bruno@clisp.org>
36336
36337         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
36338         warnings.
36339         Reported by Paul Eggert.
36340
36341 2006-01-25  Bruno Haible  <bruno@clisp.org>
36342
36343         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
36344         rid of a trap command. For Solaris sh.
36345         Reported by Mark D. Baushke <mdb@gnu.org>.
36346
36347 2006-01-24  Simon Josefsson  <jas@extundo.com>
36348
36349         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
36350         Bruno.
36351
36352 2006-01-24  Karl Berry  <karl@gnu.org>
36353
36354         * config/srclist.txt (argp-namefrob.h): sync lost.
36355
36356 2006-01-24  Jim Meyering  <jim@meyering.net>
36357
36358         * modules/openat (Files): Add lib/intprops.h.
36359         From Mark D. Baushke.
36360
36361 2006-01-24  Jim Meyering  <jim@meyering.net>
36362
36363         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
36364         Reported by Mark D. Baushke.
36365
36366 2006-01-24  Jim Meyering  <jim@meyering.net>
36367
36368         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
36369
36370 2006-01-24  Bruno Haible  <bruno@clisp.org>
36371
36372         * modules/strnlen (Maintainer): Change from glibc to all.
36373
36374 2006-01-24  Bruno Haible  <bruno@clisp.org>
36375
36376         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
36377         Patch by Paul Eggert.
36378
36379 2006-01-24  Bruno Haible  <bruno@clisp.org>
36380
36381         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
36382         already has it.
36383         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
36384         2005-11-26.
36385
36386         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
36387         'signed char' to avoid problems with the built-in _Bool type.
36388         Reported by Paul Eggert on 2005-11-26.
36389
36390 2006-01-24  Bruno Haible  <bruno@clisp.org>
36391
36392         * gnulib-tool (func_import): Avoid constructing complicated sed
36393         expressions inside backquote.
36394         Report and solution by Mark D. Baushke <mdb@gnu.org>.
36395
36396 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
36397
36398         These changes imported from libc.
36399         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
36400         test and two separate function calls.
36401         * lib/strndup.c (__strndup): Add libc_hidden_def.
36402
36403 2006-01-23  Simon Josefsson  <jas@extundo.com>
36404
36405         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
36406         Remove the test_*_SOURCES variable: automake infers it by default.
36407         * modules/tls-tests: Likewise.
36408
36409 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36410
36411         Work around porting bugs reported by Dieter in
36412         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
36413         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
36414         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
36415         Include "getopt.h" first, to check interface.
36416         (getenv): Declare only if defined HAVE_DECL_GETENV &&
36417         !HAVE_DECL_GETENV.
36418         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
36419         (__strndup): Revert to K&R-style function dfns, the glibc style.
36420         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
36421         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
36422         Include strnlen.h first, to get prototype properly.
36423         (strnlen): Renamed from __strnlen.
36424         Remove weak alias.
36425
36426 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36427
36428         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
36429
36430 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36431
36432         * config/srclist.txt: Adjust to reflect glibc reorganization.
36433         This affects only comments.
36434
36435 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36436
36437          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
36438          Reported by Bruce Korb <bkorb@gnu.org>.
36439
36440 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
36441
36442         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
36443         to pacify gcc -Wswitch-default.
36444
36445 2006-01-22  Bruno Haible  <bruno@clisp.org>
36446
36447         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
36448         temporary buffer for sprintf, take into account the precision also
36449         for 'd', 'i', 'u', 'o', 'x', 'X'.
36450
36451 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
36452
36453         * modules/argp-tests: New module
36454         * tests/test-argp.c: New file
36455         * tests/test-argp-2.sh: New file
36456
36457 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
36458
36459         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
36460         (__argp_base_name): Removed
36461         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
36462         typo.
36463         (__argp_base_name): Provide macro definition or extern declaration
36464         depending on the configuration
36465
36466 2006-01-20  Simon Josefsson  <jas@extundo.com>
36467
36468         * modules/inet_ntop (Depends-on): Depend on sys_socket.
36469
36470 2006-01-20  Simon Josefsson  <jas@extundo.com>
36471
36472         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
36473
36474 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36475
36476         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
36477         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
36478         Suggested by Bruno Haible.
36479
36480 2006-01-20  Karl Berry  <karl@gnu.org>
36481
36482         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
36483         until changes propagate, I guess.
36484
36485 2006-01-19  Simon Josefsson  <jas@extundo.com>
36486
36487         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
36488
36489 2006-01-19  Simon Josefsson  <jas@extundo.com>
36490
36491         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
36492
36493 2006-01-19  Simon Josefsson  <jas@extundo.com>
36494
36495         * gnulib-tool: Set check_PROGRAMS.
36496
36497         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
36498         modules/des-tests, modules/gc-arcfour-tests,
36499         modules/gc-arctwo-tests, modules/gc-des-tests,
36500         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
36501         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
36502         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
36503         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
36504         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
36505         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
36506         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
36507         test_*_SOURCES.
36508
36509 2006-01-18  Simon Josefsson  <jas@extundo.com>
36510
36511         * modules/socklen (Depends-on): Depend on sys_socket.
36512
36513 2006-01-18  Simon Josefsson  <jas@extundo.com>
36514
36515         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
36516         modules/des-tests, modules/gc-arcfour-tests,
36517         modules/gc-arctwo-tests, modules/gc-des-tests,
36518         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
36519         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
36520         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
36521         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
36522         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
36523         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
36524         $(EXEEXT) to automake TESTS variable, for mingw32.
36525
36526 2006-01-17  Simon Josefsson  <jas@extundo.com>
36527
36528         * modules/socklen (Include): Need sys/socket.h.
36529
36530 2006-01-17  Bruno Haible  <bruno@clisp.org>
36531
36532         * modules/ssize_t (Include): Add <sys/types.h>.
36533
36534 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
36535
36536         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
36537         it's not portable and it doesn't work with cross-compiles.
36538         Problem reported by Bruno Haible.  Fix missing-$ typo in
36539         'test "gl_cv_ignore_unused_libraries" ...' that prevented
36540         -zignore from being used with Sun's C compiler.
36541
36542 2006-01-12  Simon Josefsson  <jas@extundo.com>
36543
36544         * lib/base64.c: Fix warning, reported by Bruno Haible
36545         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
36546
36547 2006-01-12  Bruno Haible  <bruno@clisp.org>
36548
36549         * modules/ldd: New file.
36550         * build-aux/ldd.sh.in: New file.
36551         * MODULES.html.sh (Support for building libraries and executables): Add
36552         ldd.
36553
36554 2006-01-12  Bruno Haible  <bruno@clisp.org>
36555
36556         * m4/ldd.m4: New file.
36557
36558 2006-01-12  Bruno Haible  <bruno@clisp.org>
36559
36560         * gnulib-tool (func_import, func_create_testdir): Don't go into an
36561         endless loop while replacing $auxdir with build-aux.
36562
36563 2006-01-11  Simon Josefsson  <jas@extundo.com>
36564
36565         * lib/stdint_.h (SIZE_MAX): Add missing (.
36566
36567 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
36568
36569         Sync from coreutils.
36570         * lib/md5.c: Fix commentary typos.
36571         (alignof, UNALIGNED_P): No need for a GCC-specific version.
36572         * lib/md5.h (__attribute__): Remove; unused.
36573         * lib/sha1.c: Fix commentary to match md5 better.
36574         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
36575         so that we don't need to worry about alignment.  All uses changed.
36576         This merges the 2005-10-28 md5 change into sha1.
36577
36578 2006-01-11  Jim Meyering  <jim@meyering.net>
36579
36580         Sync from coreutils.
36581         * lib/md5.c (OP): Fix spacing.
36582
36583 2006-01-11  Bruno Haible  <bruno@clisp.org>
36584
36585         Ensure automatic ordering between gl_LOCK and gl_ARGP.
36586         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
36587         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
36588
36589 2006-01-11  Bruno Haible  <bruno@clisp.org>
36590
36591         Ensure automatic ordering between gl_LOCK and gl_ARGP.
36592         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
36593         the "early" section as well.
36594
36595 2006-01-11  Bruno Haible  <bruno@clisp.org>
36596
36597         Avoid "ar: no archive members specified" error on MacOS X.
36598         * gnulib-tool (func_modules_add_dummy): New function.
36599         (func_import, func_create_testdir): Invoke it.
36600
36601 2006-01-11  Bruno Haible  <bruno@clisp.org>
36602
36603         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
36604         with $auxdir in AC_CONFIG_FILES statements.
36605
36606 2006-01-11  Bruno Haible  <bruno@clisp.org>
36607
36608         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36609         Initialize also noinst_HEADERS to empty.
36610
36611 2006-01-11  Bruno Haible  <bruno@clisp.org>
36612
36613         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
36614         variables.
36615         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
36616         autoreconf.
36617
36618 2006-01-11  Bruno Haible  <bruno@clisp.org>
36619
36620         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
36621         overridable by the user.
36622         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36623
36624 2006-01-10  Simon Josefsson  <jas@extundo.com>
36625
36626         * modules/sys_socket: New file.
36627
36628 2006-01-10  Simon Josefsson  <jas@extundo.com>
36629
36630         * m4/sys_socket_h.m4: New file.
36631
36632 2006-01-10  Simon Josefsson  <jas@extundo.com>
36633
36634         * lib/socket_.h: New file.
36635
36636 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36637
36638         * modules/readutmp (Maintainer): Add myself.
36639
36640 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36641
36642         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
36643         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
36644         People who are still concerned with buggy memcmp implementations
36645         can invoke gl_FUNC_MEMCMP themselves.
36646
36647 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36648
36649         * lib/regex_internal.h (BITSET_WORD_BITS):
36650         Work around a bug in 64-bit PGC (before version 6.1-2), where the
36651         preprocessor mishandles large unsigned values as if they were signed.
36652         Problem reported by Claudio Fontana in
36653         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
36654
36655 2006-01-10  Jim Meyering  <jim@meyering.net>
36656
36657         Avoid the double-free (first in fts_read, second in fts_close) that
36658         would occur when an `active' directory is made inaccessible (e.g.,
36659         via chmod a-x) during a traversal.
36660         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
36661         before returning.  Reproduce this failure by
36662         mkdir -p a/b; cd a; chmod a-x . b
36663         Reported by Stavros Passas.
36664
36665         Sync from coreutils.
36666         * lib/sha1.c: Tweak grammar in a comment.
36667
36668 2006-01-10  Jim Meyering  <jim@meyering.net>
36669
36670         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
36671         Patch by Joerg Sonnenberger.
36672
36673 2006-01-10  Bruno Haible  <bruno@clisp.org>
36674
36675         * modules/readutmp: Depend on module free.
36676         * modules/strtok_r: Depend on module restrict.
36677
36678 2006-01-10  Bruno Haible  <bruno@clisp.org>
36679
36680         * modules/gettext (configure.ac): Add an invocation of
36681         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
36682
36683 2006-01-10  Bruno Haible  <bruno@clisp.org>
36684
36685         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
36686         Reported by Werner Lemberg <wl@gnu.org>.
36687
36688 2006-01-10  Bruno Haible  <bruno@clisp.org>
36689
36690         * lib/localcharset.c: Update from GNU gettext.
36691
36692 2006-01-10  Bruno Haible  <bruno@clisp.org>
36693
36694         * lib/argp.h (__const): Remove macro. Use const instead.
36695         * lib/argp-fmtstream.h (__const): Likewise.
36696         * lib/glob_.h (__const): Remove macro.
36697         * lib/glob-libc.h: Use const instead of __const.
36698
36699 2006-01-10  Bruno Haible  <bruno@clisp.org>
36700
36701         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
36702         variable.
36703         Needed to avoid an automake error regarding the 'gettext' module.
36704
36705 2006-01-09  Simon Josefsson  <jas@extundo.com>
36706
36707         * modules/inet_ntop (Depends-on): Add restrict.
36708
36709 2006-01-09  Simon Josefsson  <jas@extundo.com>
36710
36711         * modules/gc-rijndael-tests (License): Put under LGPL.
36712
36713         * modules/gc-des-tests (License): Likewise.
36714
36715         * modules/gc-arcfour-tests (License): Likewise.
36716
36717         * modules/gc-arctwo-tests (License): Likewise.
36718
36719         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
36720
36721         * modules/gc-hmac-sha1-tests (Files): Likewise.
36722
36723         * modules/gc-hmac-md5-tests (License): Likewise.
36724
36725         * modules/gc-sha1-tests (License): Likewise.
36726
36727         * modules/gc-md5-tests (License): Likewise.
36728
36729         * modules/gc-md4-tests (License): Likewise.
36730
36731         * modules/gc-md2-tests (License): Likewise.
36732
36733         * modules/gc-tests (License): Likewise.
36734
36735         * modules/des-tests (License): Likewise.
36736
36737         * modules/md4-tests (License): Likewise.
36738
36739         * modules/md2-tests (License): Likewise.
36740
36741 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
36742
36743         Sync from coreutils:
36744
36745         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
36746         * modules/lib-ignore: New file.
36747         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
36748         chdir-safer.m4, lchmod.m4.
36749         * modules/openat: Add mkdirat.c, openat-priv.h.
36750
36751 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
36752
36753         Sync from coreutils.
36754         * m4/lib-ignore.m4: New file.
36755         * m4/lchmod.m4: New file.
36756
36757 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
36758
36759         Sync from coreutils.
36760         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
36761         for write access: POSIX says that must fail.
36762         * lib/fts.c (diropen): Likewise.
36763         * lib/save-cwd.c (save_cwd): Likewise.
36764         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
36765         well, for minor improvements on hosts that lack O_DIRECTORY.
36766         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
36767         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
36768         Fall back on chown if open failed with EACCES.
36769
36770         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
36771         Report an error at compile-time if only a 1-second nominal clock
36772         resolution is found.
36773
36774         * lib/lchmod.h: New file.
36775         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
36776         (make_dir_parents): Use lchown rather than chown, and
36777         lchmod rather than chmod.
36778
36779         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
36780         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
36781         "proc" reported by n0dalus.
36782
36783         * lib/mountlist.c: Include <limits.h>.
36784         (dev_from_mount_options)
36785         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
36786         New function.  It no longer assumes "dev=" has the System V meaning
36787         on Linux (since it doesn't).  It also parses "dev=" more carefully.
36788         (read_file_system_list)
36789         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
36790         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
36791         dev= in that case.
36792
36793         * lib/posixtm.h (PDS_PRE_2000): New macro.
36794         * lib/posixtm.c (year): Arg is now syntax_bits rather than
36795         allow_century.  All usages changed.  Reject dates outside the range
36796         1969-1999 if PDS_PRE_2000 is used.
36797
36798 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
36799
36800         Sync from coreutils.
36801         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
36802         (Time of day items): Mention the possibility of leap seconds.
36803         Problem reported by Dr. David Alan Gilbert.
36804
36805 2006-01-09  Jim Meyering  <jim@meyering.net>
36806
36807         Sync from coreutils.
36808
36809         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
36810
36811         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
36812
36813         * lib/modechange.c (mode_compile): Reject an invalid mode string
36814         that starts with an octal digit.  From Andreas Gruenbacher.
36815
36816         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
36817         and dup to open_safer and dup_safer, respectively.
36818         (openat_permissive): Fix typo in comment.
36819
36820         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
36821         "gettext.h"; either no longer needed or are guaranteed by openat.h.
36822         (_): Remove; no longer needed.
36823         (openat): Renamed from rpl_openat; no need for rpl_openat
36824         since openat.h renames openat for us.
36825         Replace most of the body with a call to openat_permissive,
36826         to avoid duplicate code.
36827         Port to (probably hypothetical) environments were mode_t is
36828         wider than int.
36829         (openat_permissive): Require mode arg, so that we can check
36830         types better.  Put it just after flags.  Change cwd failure
36831         indicator from pointer-to-bool to pointer-to-errno-value.
36832         All callers changed.
36833         Invoke openat_save_fail and/or openat_restore_fail if
36834         cwd_errno is null, so that openat can call us.
36835         (openat_permissive, fdopendir, fstatat, unlinkat):
36836         Simplify errno handling to avoid some duplicate code,
36837         as it's OK to set errno on success.
36838         * lib/openat.h: Revamp code so that function macros depend on
36839         __OPENAT_PREFIX only, not also on AT_FDCWD.
36840         (openat_ro): Remove.  Caller changed to use openat_permissive.
36841         (openat_permissive): Now a macro, if not a function.
36842         (openat_restore_fail, openat_save_fail): Now always functions,
36843         since mkdirat needs them even if __OPENAT_PREFIX is defined.
36844
36845         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
36846         and openat.c.
36847         * lib/mkdirat.c: Include openat-priv.h.
36848         Remove definitions of macros defined therein.
36849         * lib/openat.c: Likewise.
36850
36851         * lib/mkdirat.c (mkdirat): New file and function.
36852         * lib/openat.h (mkdirat): Declare.
36853
36854         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
36855
36856         * lib/openat.h (openat_permissive): Declare.
36857         (openat_ro): Define.
36858
36859         * lib/openat.c (EXPECTED_ERRNO): New macro.
36860         (openat_permissive): New function -- used in remove.c rewrite.
36861         (all functions): Set errno just before returning, only if there
36862         was an actual failure.
36863         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
36864
36865         Emulate openat-family functions using Linux's procfs, if possible.
36866         Idea and some code based on Ulrich Drepper's glibc changes.
36867
36868         * lib/openat.c: (BUILD_PROC_NAME): New macro.
36869         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
36870         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
36871         before falling back on save_cwd and restore_cwd.
36872         (fdopendir, fstatat, unlinkat): Likewise.
36873
36874         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
36875         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
36876
36877         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
36878         as second argument to va_arg.  Otherwise, some versions of gcc
36879         warn that `if this code is reached, the program will abort'.
36880
36881 2006-01-09  Jim Meyering  <jim@meyering.net>
36882
36883         Sync from coreutils.
36884         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
36885         Require openat-priv.h.
36886
36887 2006-01-09  Bruno Haible  <bruno@clisp.org>
36888
36889         * modules/strnlen (Include): Use strnlen.h.
36890
36891 2006-01-09  Bruno Haible  <bruno@clisp.org>
36892
36893         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
36894
36895 2006-01-09  Bruno Haible  <bruno@clisp.org>
36896
36897         * lib/sysexit_.h (EX_OK): New macro.
36898         Suggested by Martin Lambers <marlam@marlam.de>.
36899
36900 2006-01-09  Bruno Haible  <bruno@clisp.org>
36901
36902         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
36903         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
36904
36905 2006-01-09  Bruno Haible  <bruno@clisp.org>
36906
36907         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
36908         numbers.
36909
36910 2006-01-09  Bruno Haible  <bruno@clisp.org>
36911
36912         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
36913         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
36914         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
36915         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
36916
36917 2006-01-09  Bruno Haible  <bruno@clisp.org>
36918
36919         * build-aux/javacomp.sh.in: New file, moved from lib/.
36920         * modules/javacomp-script (Files): Update.
36921         (configure.ac): Add AC_CONFIG_FILES invocation.
36922         (EXTRA_DIST): Remove variable.
36923
36924         * build-aux/javaexec.sh.in: New file, moved from lib/.
36925         * modules/javaexec (Files): Update.
36926         (configure.ac): Add AC_CONFIG_FILES invocation.
36927         (EXTRA_DIST): Remove javaexec.sh.in.
36928
36929         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
36930         * modules/csharpcomp-script (Files): Update.
36931         (configure.ac): Add AC_CONFIG_FILES invocation.
36932         (EXTRA_DIST): Remove variable.
36933
36934         * build-aux/csharpexec.sh.in: New file, moved from lib/.
36935         * modules/csharpexec (Files): Update.
36936         (configure.ac): Add AC_CONFIG_FILES invocation.
36937         (EXTRA_DIST): Remove csharpexec.sh.in.
36938
36939 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
36940
36941         Sync from coreutils.
36942
36943         Add POSIX ACL support
36944         * lib/acl.h (copy_acl, set_acl): Add declarations.
36945         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
36946         systems other than Linux.
36947         (chmod_or_fchmod): New function: use fchmod when possible,
36948         and chmod otherwise.
36949         (file_has_acl): Add a POSIX ACL implementation, with a
36950         Linux-specific subcase.
36951         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
36952         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
36953         acls are unsupported.
36954         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
36955         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
36956         are unsupported.
36957
36958 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
36959
36960         Sync from coreutils.
36961         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
36962
36963 2006-01-07  Bruno Haible  <bruno@clisp.org>
36964
36965         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
36966         gl_EARLY.
36967
36968 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36969
36970         * lib/strftime.c (tzname): Don't declare if it is already #defined.
36971         Problem reported for Mingw by Mark Junker.
36972
36973 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36974
36975         * README: Gnulib normally doesn't generate a tarball.
36976
36977 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
36978
36979         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
36980         long int, not int, for nanosecond counts, so that people who are
36981         used to POSIX struct timespec won't be surprised.  Reported by Jim
36982         Meyering.
36983
36984 2005-12-28  Bruno Haible  <bruno@clisp.org>
36985
36986         * build-aux/config.rpath: Update from GNU gettext.
36987
36988 2005-12-16  Jim Meyering  <jim@meyering.net>
36989
36990         * modules/fprintftime: New module.
36991         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
36992
36993 2005-12-16  Jim Meyering  <jim@meyering.net>
36994
36995         * m4/fprintftime.m4: New file.
36996
36997 2005-12-16  Jim Meyering  <jim@meyering.net>
36998
36999         * lib/fprintftime.c, lib/fprintftime.h: New files.
37000
37001 2005-12-15  Simon Josefsson  <jas@extundo.com>
37002
37003         * modules/socklen (configure.ac): Fix M4 macro name, to align with
37004         new m4/socklen.m4.
37005
37006 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37007
37008         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
37009         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
37010
37011 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37012
37013         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
37014         * lib/argp-help.c (fill_in_uparams): Check if the constructed
37015         struct uparams is valid. Fall back to the default values if it is
37016         not.
37017
37018 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37019
37020         * modules/argp (Files): Add argp-pin.c
37021         (Depends-on): dirname
37022         (lib_SOURCES): Add argp-pin.c
37023
37024 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37025
37026         * m4/argp.m4:  Check if program_invocation_name and
37027         program_invocation_short_name are declared and define appropriate
37028         macros if they are not.
37029
37030 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37031
37032         * lib/argp-help.c (__argp_base_name): New function
37033         (__argp_short_program_name): Rewrite using __argp_base_name
37034         * lib/argp-namefrob.h: Define program_invocation_name and
37035         program_invocation_short_name if requested
37036         (__argp_base_name): Add prototype
37037         * lib/argp-parse.c (argp_def): Use gettext wrappers
37038         (argp_default_parser): Use __argp_base_name
37039         * lib/argp-pin.c: New file. Defines program_invocation_name and
37040         program_invocation_short_name on systems that lack them.
37041
37042 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37043
37044         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
37045         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
37046         porting problem reported by Georg Schwarz in
37047         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
37048
37049 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37050
37051         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
37052         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
37053         porting problem reported by Georg Schwarz in
37054         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
37055
37056 2005-12-05  Bruno Haible  <bruno@clisp.org>
37057
37058         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
37059         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
37060         Reported by Mark Junker <mjscod@gmx.de>.
37061
37062 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
37063
37064         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
37065         Use implementation from Albert Chin, with some
37066         comments/corrections by Stepan Kasal and myself.
37067
37068 2005-12-02  Bruno Haible  <bruno@clisp.org>
37069
37070         * gnulib-tool (func_import): Accept GPLed build tool modules when
37071         --lgpl is given.
37072         * modules/csharpcomp-script: New file.
37073         * modules/csharpcomp: Depend on it.
37074         * modules/javacomp-script: New file.
37075         * modules/javacomp: Depend on it.
37076         Suggested by Simon Josefsson.
37077
37078 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
37079
37080         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
37081         statement, to work around an HP-UX 10.20 compiler bug reported by
37082         Peter O'Gorman.
37083
37084 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
37085
37086         * modules/savedir (Depends-on): Add openat.
37087
37088 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
37089
37090         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
37091         (uintmax_t) [defined uintmax_t]: Do not declare.
37092         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
37093         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
37094         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
37095         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
37096         sake of portability to weird hosts that C allows (though we don't
37097         know of any practical examples).
37098
37099         * lib/savedir.h (fdsavedir): New decl.
37100         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
37101         contains most of the former guts of savedir.
37102         (savedir): Use savedirstream.
37103         Include "openat.h".
37104
37105 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37106
37107         * modules/obstack (Files): Add m4/ulonglong.m4.
37108         Problem reported by Davide Angelocola.
37109
37110 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
37111
37112         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
37113         coreutils no longer futzes with rounding modes.
37114
37115 2005-11-14  Jim Meyering  <jim@meyering.net>
37116
37117         * lib/mkstemp-safer.c: Include <config.h>, required for possible
37118         replacement of mkstemp.
37119
37120 2005-11-10  Simon Josefsson  <jas@extundo.com>
37121
37122         * lib/readline.c: Remove EOL.
37123
37124 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37125
37126         * modules/gethrxtime (Depends-on): Add gettime.
37127
37128 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37129
37130         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
37131         or gettimeofday; no longer needed.
37132
37133 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37134
37135         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
37136         time business.
37137         (gethrxtime) [! (HAVE_NANOUPTIME
37138         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
37139         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
37140         our own approximation.
37141
37142 2005-11-08  Eric Blake  <ebb9@byu.net>
37143
37144         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
37145
37146 2005-11-08  Eric Blake  <ebb9@byu.net>
37147
37148         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
37149
37150 2005-11-04  Bruno Haible  <bruno@clisp.org>
37151
37152         * gnulib-tool: Implement --update mode.
37153
37154 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37155
37156         Fix porting problem reported by Theodoros V. Kalamatianos.
37157         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
37158         Don't assume that futimes failing means we must fail.
37159
37160 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37161
37162         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
37163         variables to suggest the intended function of the PATH_MAX check.
37164
37165 2005-10-30  Kean Johnston  <jkj@sco.com>
37166
37167         Trivial changes to support SCO systems.
37168         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
37169         as PATH_MAX.
37170         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
37171         where __ptr is null when no I/O is pending.
37172
37173 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37174
37175         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
37176         leave errno alone.  Problem reported by Dmitry V. Levin.
37177
37178 2005-10-28  Simon Josefsson  <jas@extundo.com>
37179
37180         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
37181         Test more.
37182
37183         * tests/test-gc-md2.c, tests/test-md2.c: New files.
37184
37185         * modules/md2, modules/md2-tests: New files.
37186
37187 2005-10-28  Simon Josefsson  <jas@extundo.com>
37188
37189         * m4/inet_ntop.m4: More tests.
37190
37191         * m4/gc-md2.m4, md2.m4: New file.
37192
37193 2005-10-28  Simon Josefsson  <jas@extundo.com>
37194
37195         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
37196         "restrict" keywords, as per POSIX.  Protect the function
37197         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
37198         Don't use K&R prototypes.  Check the sprintf return values.
37199         Re-define EAFNOSUPPORT if not present.  Indent.
37200
37201         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
37202         suggested by Bruno Haible <bruno@clisp.org>.
37203
37204         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
37205
37206         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
37207
37208         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
37209         libgcrypt).
37210
37211         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
37212
37213         * lib/md2.h, lib/md2.c: New files.
37214
37215 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
37216
37217         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
37218         errno alone.  Problem reported by Frederic Jolliton.
37219
37220 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37221
37222         * modules/verify (License): Change from GPL to LGPL.  This is a
37223         tiny module and there are apparently near-equivalents that are
37224         under the BSD license.
37225
37226 2005-10-24  Simon Josefsson  <jas@extundo.com>
37227
37228         * modules/sha1: Relicense to LGPL.
37229
37230 2005-10-24  Simon Josefsson  <jas@extundo.com>
37231
37232         * lib/md4.h: Shrink buffer size, now that we changed the type.
37233
37234 2005-10-23  Simon Josefsson  <jas@extundo.com>
37235
37236         * gnulib-tool (func_import): Fix --tests-base.
37237
37238 2005-10-22  Simon Josefsson  <jas@extundo.com>
37239
37240         * modules/arcfour (Depends-on): Need stdint.
37241
37242 2005-10-22  Simon Josefsson  <jas@extundo.com>
37243
37244         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
37245         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
37246
37247 2005-10-22  Simon Josefsson  <jas@extundo.com>
37248
37249         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
37250         suggested by Bruno Haible <bruno@clisp.org>.
37251
37252 2005-10-22  Simon Josefsson  <jas@extundo.com>
37253
37254         * lib/crc.h: Include stddef.h, for size_t.
37255
37256 2005-10-22  Simon Josefsson  <jas@extundo.com>
37257
37258         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
37259         arcfour_context struct (simplify test vector testing in GNU
37260         Shishi).
37261
37262 2005-10-21  Simon Josefsson  <jas@extundo.com>
37263
37264         * modules/des, modules/des-tests: New files.
37265
37266         * modules/gc-des, modules/gc-des-tests: New files.
37267
37268         * tests/test-des.c, tests/test-gc-des.c: New file.
37269
37270 2005-10-21  Simon Josefsson  <jas@extundo.com>
37271
37272         * modules/arctwo, modules/arctwo-tests: New files.
37273
37274         * tests/test-arctwo.c: New file.
37275
37276         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
37277
37278         * tests/test-gc-arctwo.c: New file.
37279
37280 2005-10-21  Simon Josefsson  <jas@extundo.com>
37281
37282         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
37283         Bruno Haible <bruno@clisp.org>.
37284
37285         * m4/gc-des.m4: New file.
37286
37287 2005-10-21  Simon Josefsson  <jas@extundo.com>
37288
37289         * m4/arctwo.m4: New file.
37290
37291         * m4/gc-arctwo.m4: New file.
37292
37293 2005-10-21  Simon Josefsson  <jas@extundo.com>
37294
37295         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
37296         block.
37297
37298 2005-10-21  Simon Josefsson  <jas@extundo.com>
37299
37300         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
37301         <bruno@clisp.org>.
37302
37303         * lib/hmac-sha1.c (hmac_sha1): Likewise.
37304
37305         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
37306         Bruno Haible <bruno@clisp.org>.
37307
37308         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
37309         <bruno@clisp.org>.
37310
37311 2005-10-21  Simon Josefsson  <jas@extundo.com>
37312
37313         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
37314
37315 2005-10-21  Simon Josefsson  <jas@extundo.com>
37316
37317         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
37318
37319 2005-10-21  Simon Josefsson  <jas@extundo.com>
37320
37321         * lib/des.h, lib/des.c: New files.
37322
37323         * lib/gc-gnulib.c: Support DES.c
37324
37325 2005-10-21  Simon Josefsson  <jas@extundo.com>
37326
37327         * lib/arctwo.h, lib/arctwo.c: New files.
37328
37329         * lib/gc-gnulib.c: Support ARCTWO.
37330
37331 2005-10-21  Simon Josefsson  <jas@extundo.com>
37332
37333         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
37334         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37335
37336 2005-10-21  Simon Josefsson  <jas@extundo.com>
37337
37338         * gnulib-tool (func_import, func_create_testdir): Define automake
37339         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
37340         Makefile.am snippet),
37341         suggested by Bruno Haible <bruno@clisp.org>.
37342
37343         * modules/gc (Makefile.am): Use it.
37344
37345 2005-10-21  Bruno Haible  <bruno@clisp.org>
37346
37347         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
37348         patch.
37349
37350 2005-10-19  Simon Josefsson  <jas@extundo.com>
37351
37352         * tests/test-gc-rijndael.c: New file.
37353
37354         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
37355
37356 2005-10-19  Simon Josefsson  <jas@extundo.com>
37357
37358         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
37359         interface too.
37360
37361 2005-10-19  Simon Josefsson  <jas@extundo.com>
37362
37363         * tests/test-gc-arcfour.c: New file.
37364
37365         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
37366
37367 2005-10-19  Simon Josefsson  <jas@extundo.com>
37368
37369         * modules/gc-md4, modules/gc-md4-tests: New file.
37370
37371         * tests/test-gc-md4.c: New file.
37372
37373 2005-10-19  Simon Josefsson  <jas@extundo.com>
37374
37375         * m4/gc-md4.m4: New file.
37376
37377 2005-10-19  Simon Josefsson  <jas@extundo.com>
37378
37379         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
37380         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
37381         <kasal@ucw.cz>.
37382
37383 2005-10-19  Simon Josefsson  <jas@extundo.com>
37384
37385         * m4/gc-arcfour.m4: New file.
37386
37387         * m4/gc-rijndael.m4: New file.
37388
37389 2005-10-19  Simon Josefsson  <jas@extundo.com>
37390
37391         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
37392
37393 2005-10-19  Simon Josefsson  <jas@extundo.com>
37394
37395         * lib/gc-gnulib.c: Support ARCFOUR.
37396
37397 2005-10-19  Simon Josefsson  <jas@extundo.com>
37398
37399         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
37400         support.
37401
37402         * lib/gc.h: Add ECB enum type.
37403
37404         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
37405
37406 2005-10-18  Simon Josefsson  <jas@extundo.com>
37407
37408         * tests/test-md5.c: New file.
37409
37410         * modules/md5-tests: New file.
37411
37412 2005-10-18  Simon Josefsson  <jas@extundo.com>
37413
37414         * tests/test-md4.c: New file.
37415
37416         * modules/md4, modules/md4-tests: New files.
37417
37418 2005-10-18  Simon Josefsson  <jas@extundo.com>
37419
37420         * m4/md4.m4: New file.
37421
37422 2005-10-18  Simon Josefsson  <jas@extundo.com>
37423
37424         * lib/md4.h, lib/md4.c: New files, based on md5.?.
37425
37426 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
37427
37428         * gnulib-tool (func_create_testdir): Omit the second check whether
37429         BUILT_SOURCES in nonempty.
37430
37431 2005-10-17  Simon Josefsson  <jas@extundo.com>
37432
37433         * tests/test-rijndael.c: New file.
37434
37435 2005-10-17  Simon Josefsson  <jas@extundo.com>
37436
37437         * modules/sha1: Depend on stdint instead of md5.
37438
37439         * modules/md5: Depend on stdint, remove uint32_t.
37440
37441 2005-10-17  Simon Josefsson  <jas@extundo.com>
37442
37443         * modules/gc-sha1-tests: New file.
37444
37445         * tests/test-gc-sha1.c: New file.
37446
37447 2005-10-17  Simon Josefsson  <jas@extundo.com>
37448
37449         * m4/md5.m4: Remove call to uint32_t.m4.
37450
37451 2005-10-17  Simon Josefsson  <jas@extundo.com>
37452
37453         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
37454
37455         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
37456         md5.h.
37457
37458         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
37459
37460         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
37461
37462 2005-10-17  Simon Josefsson  <jas@extundo.com>
37463
37464         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
37465
37466 2005-10-17  Simon Josefsson  <jas@extundo.com>
37467
37468         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
37469
37470 2005-10-17  Simon Josefsson  <jas@extundo.com>
37471
37472         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
37473
37474         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
37475
37476 2005-10-17  Bruno Haible  <bruno@clisp.org>
37477
37478         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
37479         that it can also be used in a test.
37480
37481 2005-10-16  Bruno Haible  <bruno@clisp.org>
37482
37483         * gnulib-tool (func_emit_tests_Makefile_am): Also define
37484         TESTS_ENVIRONMENT, so that individual tests can augment it.
37485
37486         * gnulib-tool (func_create_testdir): Use an intermediate target for
37487         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
37488         macros, like $(ALLOCA_H), which cannot be passed through the command
37489         line.
37490
37491 2005-10-15  Simon Josefsson  <jas@extundo.com>
37492
37493         * modules/rijndael-tests: New file.
37494
37495         * modules/rijndael: New file.
37496
37497 2005-10-15  Simon Josefsson  <jas@extundo.com>
37498
37499         * m4/rijndael.m4: New file.
37500
37501 2005-10-15  Simon Josefsson  <jas@extundo.com>
37502
37503         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
37504
37505         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
37506
37507 2005-10-14  Simon Josefsson  <jas@extundo.com>
37508
37509         * tests/test-arcfour.c: New file.
37510
37511         * modules/arcfour, modules/arcfour-tests: New files.
37512
37513 2005-10-14  Simon Josefsson  <jas@extundo.com>
37514
37515         * m4/arcfour.m4: New file.
37516
37517 2005-10-14  Simon Josefsson  <jas@extundo.com>
37518
37519         * lib/arcfour.h, lib/arcfour.c: New files.
37520
37521 2005-10-14  Roland McGrath  <roland@redhat.com>
37522
37523         Import from libc.  [BZ #1331]
37524         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
37525         macro argument.
37526         Reported by Matej Vela <vela@debian.org>.
37527
37528 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37529
37530         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
37531         include <wchar.h>; no longer needed.
37532
37533 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37534
37535         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
37536
37537 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
37538         and  Ulrich Drepper  <drepper@redhat.com>
37539
37540         Import from libc.
37541         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
37542         instead of inline stream orientation test and two separate
37543         function calls.  Pay no attention to USE_IN_LIBIO.
37544
37545 2005-10-13  Simon Josefsson  <jas@extundo.com>
37546
37547         * modules/gc-hmac-md5-tests: New file.
37548
37549         * tests/test-gc-hmac-sha1.c: New file.
37550
37551         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
37552
37553         * modules/gc-hmac-md5-tests: New file.
37554
37555         * tests/test-gc-md5.c: New file.
37556
37557         * modules/gc-md5-tests: New file.
37558
37559 2005-10-13  Simon Josefsson  <jas@extundo.com>
37560
37561         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
37562         Move memory allocation outside of loop.
37563
37564 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
37565
37566         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
37567         intermediate directory is in a read-only file system.  Problem
37568         reported by Eric Blake.
37569
37570 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
37571
37572         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
37573
37574 2005-10-12  Simon Josefsson  <jas@extundo.com>
37575
37576         * tests/test-hmac-sha1.c: New file.
37577
37578         * modules/hmac-sha1-tests: New file.
37579
37580         * modules/hmac-sha1: New file.
37581
37582 2005-10-12  Simon Josefsson  <jas@extundo.com>
37583
37584         * modules/gc-sha1: New file.
37585
37586 2005-10-12  Simon Josefsson  <jas@extundo.com>
37587
37588         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
37589
37590         * tests/test-gc-pbkdf2-sha1.c: New file.
37591
37592 2005-10-12  Simon Josefsson  <jas@extundo.com>
37593
37594         * modules/gc-md5, modules/gc-hmac-md5: New files.
37595
37596         * modules/gc (Files): Remove md5, memxor and hmac files.
37597
37598 2005-10-12  Simon Josefsson  <jas@extundo.com>
37599
37600         * m4/gc-pbkdf2-sha1.m4: New file.
37601
37602         * m4/gc-hmac-sha1.m4: New file.
37603
37604         * m4/gc-sha1: New file.
37605
37606         * m4/hmac-sha1.m4: New file.
37607
37608 2005-10-12  Simon Josefsson  <jas@extundo.com>
37609
37610         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
37611
37612         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
37613
37614 2005-10-12  Simon Josefsson  <jas@extundo.com>
37615
37616         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
37617         suggested by Bruno Haible <bruno@clisp.org>.
37618
37619 2005-10-12  Simon Josefsson  <jas@extundo.com>
37620
37621         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
37622
37623 2005-10-12  Simon Josefsson  <jas@extundo.com>
37624
37625         * lib/gc-pbkdf2-sha1.c: New file.
37626
37627         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
37628
37629 2005-10-12  Simon Josefsson  <jas@extundo.com>
37630
37631         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
37632
37633         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
37634
37635 2005-10-12  Simon Josefsson  <jas@extundo.com>
37636
37637         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
37638         GC_USE_HMAC_MD5, respectively.
37639
37640         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
37641         (gc_md5): Fix typo.
37642
37643         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
37644
37645         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
37646
37647         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
37648
37649 2005-10-12  Bruno Haible  <bruno@clisp.org>
37650
37651         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
37652         Reported by Stepan Kasal <kasal@ucw.cz>.
37653
37654 2005-10-11  Simon Josefsson  <jas@extundo.com>
37655
37656         * tests/test-crc.c: New file.
37657
37658         * modules/crc, modules/crc-tests: New files.
37659
37660 2005-10-11  Simon Josefsson  <jas@extundo.com>
37661
37662         * m4/crc.m4: New file.
37663
37664 2005-10-11  Simon Josefsson  <jas@extundo.com>
37665
37666         * lib/gc.h: Add gc_hash and gc_hash_buffer.
37667
37668         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
37669
37670         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
37671
37672 2005-10-11  Simon Josefsson  <jas@extundo.com>
37673
37674         * lib/crc.h, lib/crc.c: New files.
37675
37676         * lib/gc.h (gc_hash_buffer): Add doc.
37677
37678 2005-10-11  Bruno Haible  <bruno@clisp.org>
37679
37680         * modules/c-strcasestr: New file.
37681         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
37682
37683 2005-10-11  Bruno Haible  <bruno@clisp.org>
37684
37685         * modules/c-strcase: New file.
37686         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
37687
37688 2005-10-11  Bruno Haible  <bruno@clisp.org>
37689
37690         * lib/strcasecmp.c: Include limits.h.
37691         (strcasecmp): Avoid integer overflow on exotic platforms.
37692         * lib/strncasecmp.c: Include limits.h.
37693         (strncasecmp): Avoid integer overflow on exotic platforms.
37694         Reported by Paul Eggert.
37695
37696 2005-10-11  Bruno Haible  <bruno@clisp.org>
37697
37698         * lib/c-strcasestr.h: New file, from GNU gettext.
37699         * lib/c-strcasestr.c: New file, from GNU gettext.
37700
37701 2005-10-11  Bruno Haible  <bruno@clisp.org>
37702
37703         * lib/c-strcase.h: New file, from GNU gettext.
37704         * lib/c-strcasecmp.c: New file, from GNU gettext.
37705         * lib/c-strncasecmp.c: New file, from GNU gettext.
37706
37707 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
37708
37709         * modules/mempcpy (License): GPL -> LGPL.
37710         * modules/strchrnul (License): Likewise.
37711         * modules/sysexits (License): Likewise.
37712
37713 2005-10-08  Simon Josefsson  <jas@extundo.com>
37714
37715         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
37716
37717 2005-10-07  Simon Josefsson  <jas@extundo.com>
37718
37719         * m4/memxor.m4: Remove gl_C_RESTRICT call.
37720
37721 2005-10-06  Simon Josefsson  <jas@extundo.com>
37722
37723         * tests/test-hmac-md5.c: New file.
37724
37725         * modules/hmac-md5-tests: New file.
37726
37727         * modules/hmac-md5: New file.
37728
37729 2005-10-06  Simon Josefsson  <jas@extundo.com>
37730
37731         * m4/hmac-md5.m4: New file.
37732
37733         * m4/memxor.m4: Require gl_C_RESTRICT.
37734
37735 2005-10-06  Simon Josefsson  <jas@extundo.com>
37736
37737         * lib/memxor.c (memxor): Avoid casts and warnings.
37738
37739 2005-10-06  Simon Josefsson  <jas@extundo.com>
37740
37741         * lib/hmac-md5.c: New file.
37742
37743         * lib/hmac.h: New file.
37744
37745 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
37746
37747         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
37748         promotes to int, not unsigned int, to catch the AIX 5.3
37749         compiler bug.
37750
37751 2005-10-05  Simon Josefsson  <jas@extundo.com>
37752
37753         * modules/memxor: New file.
37754
37755         * modules/iconv (Files): Move config.rpath to havelib, it is used
37756         there.
37757
37758         * modules/havelib (Files): Add config.rpath.
37759
37760 2005-10-05  Simon Josefsson  <jas@extundo.com>
37761
37762         * m4/memxor.m4: New file.
37763
37764 2005-10-05  Simon Josefsson  <jas@extundo.com>
37765
37766         * lib/memxor.c (memxor): Fix compiler error.
37767
37768         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
37769         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
37770
37771         * lib/memxor.h, lib/memxor.c: New files.
37772
37773         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
37774         we assume all systems have it, suggested by Jim Meyering
37775         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
37776         any systems lack sys/socket.h; mingw32 is known to lack it, but we
37777         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
37778         same reasons.
37779
37780 2005-10-05  Simon Josefsson  <jas@extundo.com>
37781
37782         * config/srclist.txt: Add glibc bug 1423 for md5.h.
37783
37784 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
37785
37786         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
37787         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
37788         needed, since the source code now assumes these .h files.
37789
37790 2005-10-05  Derek Price  <derek@ximbiot.com>
37791
37792         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
37793
37794 2005-10-05  Bruno Haible  <bruno@clisp.org>
37795
37796         * modules/stdint (License): Change to LGPL.
37797
37798 2005-10-04  Simon Josefsson  <jas@extundo.com>
37799
37800         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
37801         D. Baushke" <mdb@gnu.org>.
37802
37803 2005-10-04  Bruno Haible  <bruno@clisp.org>
37804
37805         * lib/verify.h (verify_true): Provide alternative definition for C++.
37806
37807 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
37808
37809         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
37810         (SSIZE_MAX): New macro, if not already defined.
37811         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
37812         than 2 GiB.
37813
37814 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
37815
37816         Sync from coreutils.
37817         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
37818         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
37819         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
37820         ULLONG_MAX doesn't work with 2.7.2.1.
37821
37822 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
37823
37824         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
37825         From Ben Pfaff.
37826
37827         * modules/exclude (Depends-on): Depend on verify.
37828         * modules/strtoimax (Depends-on): Likewise.
37829         * modules/utimecmp (Depends-on): Likewise.
37830
37831 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
37832
37833         * lib/exclude.c: Include verify.h.
37834         (verify): Remove.  All callers changed to use verify.h's version.
37835         * lib/strtoimax.c: Likewise.
37836         * lib/utimecmp.c: Likewis.e
37837
37838         Sync from coreutils.
37839         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
37840         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
37841         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
37842         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
37843         bother returning ENOSYS if settimeofday or stime fails; just let
37844         them return whatever errno they want to return.
37845         * lib/utimens.c: Include unistd.h, for dup2.
37846         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
37847         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
37848
37849 2005-10-02  Jim Meyering  <jim@meyering.net>
37850
37851         Sync from coreutils.
37852         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
37853         from glibc-2.2.5 that fails for read-only files.
37854
37855 2005-10-02  Jim Meyering  <jim@meyering.net>
37856
37857         Sync from coreutils.
37858         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
37859         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
37860         `#if HAVE_CONFIG_H'.
37861         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
37862         Remove AT_FDCWD test.
37863         Do not consume the fd unless successful.
37864         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
37865         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
37866         block, so that we don't even try to compile it if settimeofday is
37867         available.  This works around a compilation failure on OSF1 V5.1,
37868         due to stime requiring a `long int*' while tv_sec is `int'.
37869
37870 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
37871
37872         Sync from coreutils.
37873         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
37874         against `yes', rather than just testing for nonempty.
37875
37876 2005-10-01  Simon Josefsson  <jas@extundo.com>
37877
37878         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
37879         and Darwin.
37880
37881         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
37882         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
37883         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
37884         freeaddrinfo and gai_strerror are declared by the POSIX headers.
37885         Check if struct addrinfo is declared.
37886
37887 2005-10-01  Simon Josefsson  <jas@extundo.com>
37888
37889         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
37890         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
37891         AI_* and EAI_* definitions.  Protect function declarations.
37892
37893 2005-10-01  Jim Meyering  <jim@meyering.net>
37894
37895         Sync from coreutils.
37896
37897         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
37898         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
37899         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
37900         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
37901         in the inet and nsl libraries.  Required on Solaris 5.7.
37902
37903 2005-10-01  Jim Meyering  <jim@meyering.net>
37904
37905         Sync from coreutils.
37906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
37907         in the inet and nsl libraries.  Required on Solaris 5.7.
37908
37909 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
37910
37911         * lib/getdelim.c (getdelim): Remove unused variables.
37912
37913 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
37914
37915         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
37916         so that the code works even with ancient cpp.  Portability problem
37917         with GCC 2.7.2.1 reported by Thomas M.Ott.
37918
37919 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
37920
37921         * modules/regex (Depends-on): Add strcase.
37922
37923         * modules/gethostname (Licence): Change from GPL to LGPL, since
37924         gethostname.c is a trivial implementation of a standard library
37925         function.
37926         * modules/poll (License): Change from GPL to LGPL, since it's
37927         derived from LGPL code.
37928
37929 2005-09-27  Jim Meyering  <jim@meyering.net>
37930
37931         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
37932         HAVE_CONFIG_H.
37933
37934         * lib/intprops.h (signed_type_or_expr__): Define.
37935         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
37936         for unsigned types.
37937
37938 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
37939
37940         * lib/verify.h (verify_expr): Remove, replacing with:
37941         (verify_true): New macro that returns true instead of void.
37942         (verify_type__): Remove.
37943         (verify): Use verify_true rather than verify_type__.
37944
37945 2005-09-26  Bruno Haible  <bruno@clisp.org>
37946
37947         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
37948         is necessary.
37949         (lib_SOURCES): Remove mbchar.c.
37950         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
37951         (Files): Add m4/mbrtowc.m4.
37952         * modules/mbiter: Likewise.
37953         * modules/mbuiter: Likewise.
37954
37955 2005-09-26  Bruno Haible  <bruno@clisp.org>
37956
37957         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
37958         compile mbchar.c if they are not both present.
37959         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
37960         * m4/mbiter.m4 (gl_MBITER): Likewise.
37961         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
37962         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
37963         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
37964
37965 2005-09-25  Jim Meyering  <jim@meyering.net>
37966
37967         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
37968         also uses socklen_t.
37969
37970 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
37971
37972         * lib/utimens.c (ENOSYS): Define if not already defined.
37973         (futimens): Support having a null PATH if the file descriptor
37974         is nonnegative.
37975
37976         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
37977         Remove.
37978         (__attribute): Define to empty unless GCC 3.1 or later.
37979         This works around a core dump on OpenBSD 3.4, which has GCC
37980         2.95.3, which dumps core when given __attribute__(()).  It also
37981         simplifies other tests, since we really don't want to bother with
37982         worrying about which ancient version of GCC supported what.
37983         Original problem reported by Yoann Vandoorselaere, with part of
37984         the fix suggested by Derek Price.
37985
37986 2005-09-24  Jim Meyering  <jim@meyering.net>
37987
37988         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
37989         so we can once again use a positive bitfield width of 1 -- now we
37990         don't have to explain why we were using a bitfield width of 2.
37991
37992 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
37993
37994         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
37995         and similarly for the other external symbols.  Problem reported
37996         by James Gallager.
37997
37998         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
37999         bug reported by Jim Meyering.
38000
38001         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
38002         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
38003         not needed, since socklen is a prerequisite module.
38004
38005 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
38006
38007         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
38008         Problem reported by Eric Blake.
38009         (getaddrinfo): Initialize se so that it's not garbage.
38010         Redo internal storage allocation so that it doesn't make unportable
38011         assumptions about alignment.
38012         Fix a memory leak.
38013
38014         * lib/utimens.c (futimens): Use futimesat if available.
38015         Prefer it to futimes since it doesn't have the futimes bug.
38016
38017         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
38018         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
38019         Instead, declare a function that returns a pointer to an array,
38020         and use verify_type__ to declare the size of the array.
38021         Problem and germ of a solution reported by Bruno Haible.
38022         (verify_type__): Use 2, not 1, for bitfield size, to avoid
38023         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
38024
38025 2005-09-23  Jim Meyering  <jim@meyering.net>
38026
38027         Sync from coreutils.
38028         Correct build failure (socklen_t not defined) on at least
38029         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
38030         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
38031
38032 2005-09-23  Jim Meyering  <jim@meyering.net>
38033
38034         * modules/getaddrinfo (Depends-on): Add socklen.
38035
38036 2005-09-23  Bruno Haible  <bruno@clisp.org>
38037
38038         * tests/test-verify.c: New file.
38039
38040 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38041
38042         Sync from coreutils.
38043
38044         * modules/argmatch (Depends-on): Add verify.
38045         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
38046         unistd-safer.
38047         * modules/save-cwd (Depends-on): Likewise.
38048
38049         * modules/openat (Files): Add lib/openat-die.c.
38050         (Depends-on): Remove error, exitfail.
38051         Add dirname.
38052
38053         * modules/verify: New file.
38054         * MODULES.html.sh (Diagnostics <assert.h>): New section,
38055         with "verify" module.
38056
38057 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38058
38059         Sync from coreutils.
38060
38061         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
38062         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
38063         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
38064         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
38065         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
38066         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
38067         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
38068         Don't bother checking for string.h, stdlib.h, unistd.h.
38069         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
38070         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
38071         module's job.
38072         * m4/jm-macros.m4 (gl_MACROS): Likewise.
38073         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
38074
38075         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
38076         (gl_GETDATE): Use it.
38077
38078         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
38079
38080 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38081
38082         Sync from coreutils.
38083
38084         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
38085         stat-time.h.
38086         * lib/argmatch.h: Include verify.h
38087         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
38088         (ARGMATCH_ASSERT): Remove; unused.
38089         * lib/canonicalize.c: Assume STDC_HEADERS.
38090         * lib/exclude.c: Include "strcase.h".
38091         * lib/regex_internal.h [!defined _LIBC]: Likewise.
38092         * lib/getusershell.c: Include stdio--.h rather than stdio.h
38093         and stdio-safer.h.
38094         (getusershell): Call fopen, not fopen_safer.
38095         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
38096         Do not include unistd-safer.h.
38097         (save_cwd): Don't call fd_safer; no longer needed
38098         now that we include fcntl--.h.
38099
38100         * lib/getdate.y (relative_time): New type.
38101         (RELATIVE_TIME_0): New constant.
38102         (parser_control): Use relative_time instead of doing it ourselves.
38103         (%union): Add new relative_time rel member.
38104         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
38105         Now typeless.
38106         (relunit, relunit_snumber): Now of type rel.
38107         (zone, rel, relunit, get_date): Adjust to above changes.
38108
38109         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
38110         Do not include unistd-safer.h.
38111         (getloadavg): Don't call fd_safer; no longer needed
38112         now that we include fcntl--.h.
38113
38114         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
38115         (make_dir_parents): Treat ENOSYS like EEXIST.
38116
38117         Improve quality of diagnostics on restore_cwd failure.
38118         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
38119         (make_dir_parents): Last arg is now int * (for errno), not bool *.
38120         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
38121         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
38122         each time through the loop.  Do not diagnose restore_cwd failure;
38123         that is the caller's job (and perhaps the caller does not care).
38124
38125         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
38126         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
38127         If the file already exists but is not a directory, don't bother
38128         to try to make its parents.
38129         Close potential file descriptor leak if we can't chdir("/") (!).
38130         Don't always return true if chdir($PWD) fails; return true only
38131         if the requested action was done successfully (except for the
38132         chdir($PWD)).
38133         Don't log final directory unless we actually made it.
38134         Refactor to avoid duplicate code to fix up permissions.
38135         Don't attempt to fix up parent permissions if chdir($PWD) fails.
38136
38137         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
38138         to make it a bit faster and (I hope) clearer.
38139         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
38140         Fix bug in formats like %2N.
38141
38142         * lib/verify.h: New file.
38143
38144 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38145
38146         Sync from coreutils.
38147         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
38148
38149 2005-09-22  Jim Meyering  <jim@meyering.net>
38150
38151         Sync from coreutils.
38152
38153         * m4/lstat.m4 (gl_FUNC_LSTAT):
38154         Use AC_LIBSOURCES to require lstat.c and lstat.h.
38155         Remove obsolete comment.
38156         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
38157         * m4/xstrtod.m4: Likewise.
38158
38159         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
38160
38161 2005-09-22  Jim Meyering  <jim@meyering.net>
38162
38163         Sync from coreutils.
38164
38165         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
38166
38167         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
38168         the .tm_year member, since otherwise gcc-4.0 would now warn about
38169         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
38170
38171         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
38172         order to avoid an unsuppressible warning from gcc on 64-bit systems.
38173
38174         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
38175         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
38176         when run in a time zone for which daylight savings time is in effect
38177         for the starting date.
38178
38179         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
38180         stop us from restricting permissions of just-created absolute-named
38181         directories.
38182         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
38183         to restore initial working directory.
38184         * lib/mkdir-p.c (make_dir_parents): New parameter:
38185         different_working_dir, to tell caller if/when we change the working
38186         directory and are unable to return to the initial one.
38187         * lib/mkdir-p.h (make_dir_parents): Update prototype.
38188         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
38189         `return false'.  This fixes a bug introduced on 2004-07-30.
38190
38191         * lib/openat.c (fdopendir): Be sure to close the supplied
38192         file descriptor before returning.  This makes our replacement
38193         implementation a little closer to Solaris's, where fdopendir
38194         ties the file descriptor to the returned DIR* pointer.
38195         * lib/openat.c (unlinkat): New function.
38196         * lib/openat.h (unlinkat): Add prototype.
38197         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
38198         (openat_restore_fail): Rename from openat_restore_die.
38199         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
38200
38201         Provide an alternative to exiting immediately upon save_cwd or
38202         restore_cwd failure.  Now, an application can arrange e.g.,
38203         to perform a longjump in that case.
38204         * lib/openat.c: Include dirname.h.
38205         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
38206         (rpl_openat, fdopendir, fstatat): Call openat_save_die
38207         and openat_restore_die rather than calling error directly.
38208         Don't include "error.h" or "exitfail.h"; they're no longer needed.
38209
38210         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
38211         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
38212         define.
38213
38214         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
38215         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
38216                             int utc, int nanoseconds);
38217         Background:
38218         date should not have to allocate a megabyte of virtual memory to
38219         handle a format argument like +%1048575T.  When implemented with
38220         strftime, it must allocate such a buffer, use strftime to fill it
38221         in, print it, then free it.
38222         With fprintftime, it simply prints everything and exits.
38223         With no need for memory allocation, that's one fewer way to fail.
38224         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
38225         optional field width, not before, so we accept %9:z, not %:9z.
38226         (my_strftime): Be sure to use L_('x') for literals.
38227
38228         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
38229         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
38230         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
38231         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
38232         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
38233         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
38234         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
38235         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
38236         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
38237         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
38238         * lib/xgethostname.c, lib/xreadlink.c:
38239         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
38240
38241         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
38242         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
38243         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
38244         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
38245         and don't include <sys/file.h>).
38246
38247 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
38248
38249         Sync from coreutils.
38250
38251         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
38252         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
38253         [!LDAV_DONE]: Avoid unused variable warning.
38254
38255 2005-09-21  Bruno Haible  <bruno@clisp.org>
38256
38257         * lib/unicodeio.h (unicode_to_mb): New declaration.
38258
38259 2005-09-20  Derek Price  <derek@ximbiot.com>
38260
38261         * lib/getaddrinfo.c: Don't include <netdb.h> included from
38262         getaddrinfo.h.
38263
38264 2005-09-20  Bruno Haible  <bruno@clisp.org>
38265
38266         * gnulib-tool: Remove trailing slashes from the values specified for
38267         --source-base, --m4-base, --tests-base, --aux-dir.
38268         Suggested by Simon Josefsson <jas@extundo.com>.
38269
38270 2005-09-20  Bruno Haible  <bruno@clisp.org>
38271
38272         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
38273         func_modules_to_filelist, func_import, func_create_testdir): Make all
38274         sorting results locale-independent, so that gnulib-cache.m4 doesn't
38275         change when gnulib-tool is invoked in a different locale.
38276
38277 2005-09-19  Simon Josefsson  <jas@extundo.com>
38278
38279         * m4/socklen.m4: Fix typo.
38280
38281 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38282
38283         Use a consistent style for including <config.h>.
38284         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
38285         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
38286         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
38287         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
38288         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
38289         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
38290         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
38291         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
38292         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
38293         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
38294         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
38295         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
38296         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
38297         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
38298         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
38299         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
38300         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
38301         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
38302         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
38303         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
38304         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
38305         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
38306         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
38307         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
38308         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
38309         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
38310         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
38311         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
38312         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
38313         lib/xstrtoumax.c, lib/yesno.c:
38314         Standardize inclusion of config.h.
38315         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
38316         lib/inttostr.h:  Removed inclusion of config.h from header files.
38317         * lib/inttostr.c:  Adjusted in-tree users.
38318         * lib/timespec.h: Remove superfluous warning to include config.h.
38319         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
38320         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
38321         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
38322         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
38323         config.h with HAVE_CONFIG_H.
38324
38325 2005-09-19  Jim Meyering  <jim@meyering.net>
38326
38327         * modules/pathmax (License): Change to LGPL.
38328
38329 2005-09-19  Derek Price  <derek@ximbiot.com>
38330
38331         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
38332
38333 2005-09-19  Bruno Haible  <bruno@clisp.org>
38334
38335         * gnulib-tool (import): Provide default for --tests-base.
38336
38337 2005-09-19  Bruno Haible  <bruno@clisp.org>
38338
38339         * doc/quote.texi: New file, extracted from gnulib.texi.
38340         * doc/ctime.texi: New file, extracted from gnulib.texi.
38341         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
38342         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
38343         * doc/gnulib.texi: Include them.
38344
38345 2005-09-18  Bruno Haible  <bruno@clisp.org>
38346
38347         Portability fix.
38348         * gnulib-tool (func_readlink): New function.
38349         (func_ln_if_changed): Use it.
38350
38351 2005-09-18  Bruno Haible  <bruno@clisp.org>
38352
38353         * gnulib-tool: Support --with-tests also with --import.
38354         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
38355         (func_import): Use variables $testsbase and $inctests. Emit a
38356         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
38357         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
38358         SUBDIRS += $testsdir.
38359         (func_create_testdir): Update.
38360
38361 2005-09-18  Bruno Haible  <bruno@clisp.org>
38362
38363         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
38364         instead of $dry_run.
38365         (func_cp_if_changed, func_mv_if_changed): Remove functions.
38366         (func_ln_if_changed): Don't handle dry-run here.
38367         (func_import): In dry-run mode, detect more precisely which actions
38368         would be performed, and don't use "...ing" verbs.
38369
38370 2005-09-18  Bruno Haible  <bruno@clisp.org>
38371
38372         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
38373         (func_import): Use join on two temporary files instead of three nested
38374         loops, in order to determine which files are new or old.
38375
38376 2005-09-18  Bruno Haible  <bruno@clisp.org>
38377
38378         * gnulib-tool (func_import): Comment out code that spits out the
38379         new files with --dry-run.
38380
38381 2005-09-18  Bruno Haible  <bruno@clisp.org>
38382
38383         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
38384
38385 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
38386
38387         * lib/stat-time.h: New file.
38388         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
38389         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
38390         in a different way.
38391         (timespec_cmp): New function.
38392         * lib/utimecmp.c: Include stat-time.h.
38393         (SYSCALL_RESOLUTION): Depend on whether various struct stat
38394         members exist, not on the obsolescent ST_MTIM_NSEC.
38395         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
38396
38397 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
38398
38399         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
38400
38401 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
38402
38403         * MODULES.html.sh (File system functions): Add stat-time.
38404         * modules/stat-time: New file.
38405         * modules/timespec (Files): Remove m4/st_mtim.m4; this
38406         is now done in a different way, by the stat-time module.
38407         * modules/utimecmp (Depends-on): Add stat-time.
38408
38409 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38410
38411         * m4/st_mtim.m4: Remove.  Superseded by...
38412         * m4/stat-time.m4: New file.
38413         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
38414         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
38415
38416 2005-09-15  Derek Price  <derek@ximbiot.com>
38417
38418         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
38419
38420 2005-09-15  Derek Price  <derek@ximbiot.com>
38421
38422         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
38423         * lib/regex_internal.c: Ditto, using this...
38424         (__GNUC_PREREQ): ...new macro.
38425         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
38426         using...
38427         (__GNUC_PREREQ): ...this new macro.
38428
38429         * lib/strstr.h: Include string.h. Define strstr as a macro here.
38430
38431 2005-09-15  Derek Price  <derek@ximbiot.com>
38432             Paul Eggert  <eggert@cs.ucla.edu>
38433
38434         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
38435         changes, consolidating in...
38436         * lib/regex_internal.h: ...this file.
38437
38438 2005-09-13  Jim Meyering  <jim@meyering.net>
38439
38440         * lib/canon-host.c: Filter through gnu indent and reword comments
38441         slightly.
38442         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
38443
38444 2005-09-13  Derek Price  <derek@ximbiot.com>
38445
38446         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
38447         failure.
38448         Reported by Jim Meyering  <jim@meyering.net>.
38449
38450 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38451
38452         * lib/base64.c: Typo.
38453         (base64_encode): Put b64str in initialized data section.
38454
38455 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
38456
38457         Merge glibc and coreutils changes into gnulib, plus a few
38458         extra fixes.
38459         * lib/md5.c: Use #error rather than a string.
38460         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
38461         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
38462         (__attribute__): Define to empty for non recent-GCC.
38463         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
38464         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
38465         Renamed from their non-__ counterparts, with new macros replacing
38466         them if not _LIBC.  Add __THROW attribute.
38467         (rol): Remove.
38468         (struct md5_ctx): Align buffer if using GCC.
38469         * lib/sha1.h (struct sha1_ctx): Likewise.
38470         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
38471         The old name was backwards.
38472         (NOTSWAP): Remove; not used.
38473         (rol): New macro, moved here from md5.h.
38474         (sha1_process_block): Remove a FIXME that doesn't make sense.
38475
38476 2005-09-12  Derek Price  <derek@ximbiot.com>
38477
38478         Return usable errors from canon-host.
38479         * lib/canon-host.h: New file.
38480         * lib/canon-host.c (canon_host): Wrap...
38481         (canon_host_r): ...this new function, which now relies exclusively on
38482         getaddrinfo.
38483         (ch_strerror): New function.
38484         (last_cherror): New global.
38485         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
38486         interface.
38487         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
38488         void *.
38489         (freeaddrinfo): Free ai->ai_canonname when set.
38490
38491 2005-09-12  Derek Price  <derek@ximbiot.com>
38492
38493         Make canon-host require getaddrinfo.
38494         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
38495         AC_LIBSOURCE canon-host.h.  Call...
38496         (gl_PREREQ_CANON_HOST): ...this new function, which requires
38497         gl_GETADDRINFO.
38498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
38499
38500 2005-09-12  Derek Price  <derek@ximbiot.com>
38501
38502         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
38503         LGPL.
38504         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
38505
38506 2005-09-12  Derek Price  <derek@ximbiot.com>
38507
38508         * lib/gai_strerror.c: Include config.h when available.  Include
38509         getaddrinfo.h before other headers to test interface.
38510         Reported by Larry Jones <lawrence.jones@ugs.com>.
38511
38512 2005-09-12  Derek Price  <derek@ximbiot.com>
38513             Paul Eggert  <eggert@cs.ucla.edu>
38514
38515         * modules/glob (Files): Add glob-libc.h.
38516
38517 2005-09-12  Derek Price  <derek@ximbiot.com>
38518             Paul Eggert  <eggert@cs.ucla.edu>
38519
38520         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
38521         glob_.h, glob-libc.h.
38522         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
38523
38524 2005-09-12  Derek Price  <derek@ximbiot.com>
38525             Paul Eggert  <eggert@cs.ucla.edu>
38526
38527         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
38528         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
38529         protecting things that should be done only in gnulib contexts.
38530         * lib/glob_.h: New file, containing only the glob things needed for
38531         gnulib.
38532         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
38533         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
38534         (glob, globfree, glob_pattern_p): Now defined simply in terms of
38535         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
38536         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
38537         and to respect the namespace rules better.
38538
38539 2005-09-08  Simon Josefsson  <jas@extundo.com>
38540
38541         * modules/socklen: New file.
38542
38543 2005-09-08  Simon Josefsson  <jas@extundo.com>
38544
38545         * m4/socklen.m4: New file.
38546
38547 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38548
38549         * modules/utimens (Files): Add m4/utimbuf.m4, since
38550         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
38551         Reported by Sergey Poznyakoff.
38552
38553 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38554
38555         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
38556         definitions, since that's the preferred style in glibc.
38557         Fix a minor spacing issue, and update copyright notice to match
38558         glibc's.
38559
38560 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38561
38562         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
38563
38564 2005-09-06  Simon Josefsson  <jas@extundo.com>
38565
38566         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
38567         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
38568
38569 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
38570
38571         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
38572         warning.
38573
38574 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
38575
38576         * config/srclist.txt: Add glibc bug 1302.
38577
38578 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
38579
38580         Change bitset word type from unsigned int to unsigned long int,
38581         as this has better performance on typical 64-bit hosts.
38582         Port bitset code to hosts with unusual word sizes.
38583         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
38584         (build_collating_symbol):
38585         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
38586         argument is a bitset.  This is merely a style issue, but it makes
38587         it clearer that an entire array is expected.
38588         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
38589         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
38590         Port to the case where bitset_word is not the same as unsigned int.
38591         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
38592         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
38593         Likewise.
38594         * lib/regexec.c (check_dst_limits_calc_pos_1,
38595         check_subexp_matching_top):
38596         (build_trtable, group_nodes_into_DFAstates):
38597         Likewise.
38598         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
38599         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
38600         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
38601         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
38602         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
38603         * lib/regcomp.c (optimize_subexps, lower_subexp):
38604         Work even if bitset_word has holes in its bitwise representation.
38605         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
38606         * lib/regexec.c (check_dst_limits_calc_pos_1,
38607         check_subexp_matching_top):
38608         Likewise.
38609         * lib/regex_internal.c (re_string_reconstruct):
38610         Don't assume UCHAR_MAX == 255.
38611         * lib/regex_internal.h (bitset_set_all): Likewise.
38612         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
38613         All uses changed.
38614         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
38615         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
38616         All uses changed.
38617         (BITSET_WORD_MAX): New macro.
38618         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
38619         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
38620         (bitset_empty, bitset_copy):
38621         Prefer sizeof (bitset) to multiplying it out ourselves.
38622         (bitset_not_merge): Remove; unused.
38623         (bitset_contain): Return bool, not unsigned int with one bit on.
38624         All callers changed.
38625         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
38626         alignment than re_node_set; do this by defining a new internal
38627         type struct dests_alloc and using it to allocate memory.
38628
38629 2005-09-05  Bruno Haible  <bruno@clisp.org>
38630
38631         * gnulib-tool (func_import): Fix comparison in handling of symbolic
38632         links.
38633
38634 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
38635
38636         * modules/size_max (Makefile.am): Add size_max.h
38637
38638 2005-09-04  Derek Price  <derek@ximbiot.com>
38639
38640         * gnulib-tool (func_import): Fix reversed $symbolic logic.
38641
38642 2005-09-03  Simon Josefsson  <jas@extundo.com>
38643
38644         * gnulib-tool: Fix typo.
38645
38646 2005-09-03  Simon Josefsson  <jas@extundo.com>
38647
38648         * config/srclist.txt: Add glibc bug 1293.
38649
38650 2005-09-03  Derek Price  <derek@ximbiot.com>
38651
38652         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
38653         From Larry Jones <lawrence.jones@ugs.com>.
38654
38655 2005-09-02  Simon Josefsson  <jas@extundo.com>
38656
38657         * modules/socklen: New file.
38658
38659 2005-09-02  Simon Josefsson  <jas@extundo.com>
38660
38661         * modules/havelib: New module.
38662
38663         * modules/gettext, modules/iconv, modules/lock, modules/readline:
38664         Use havelib.
38665
38666 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
38667
38668         Check for arithmetic overflow when calculating sizes, to prevent
38669         some buffer-overflow issues.  These patches are conservative, in the
38670         sense that when I couldn't determine whether an overflow was possible,
38671         I inserted a run-time check.
38672         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
38673         macros.
38674         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
38675         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
38676         (re_xnrealloc, re_x2nrealloc): New inline functions.
38677         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
38678         parse_bracket_exp):
38679         (build_equiv_class, build_charclass): Check for arithmetic overflow
38680         in size expression calculations.
38681         * lib/regex_internal.c (re_string_realloc_buffers):
38682         (build_wcs_upper_buffer, re_node_set_add_intersect):
38683         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
38684         (re_dfa_add_node, register_state): Likewise.
38685         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
38686         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
38687         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
38688         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
38689
38690 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
38691
38692         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
38693         m4/ulonglong.m4.  Problem reported by Martin Lambers.
38694
38695 2005-09-02  Bruno Haible  <bruno@clisp.org>
38696
38697         Support for lib vs. lib64 distinction on biarch platforms.
38698         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
38699         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
38700         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
38701
38702 2005-09-02  Bruno Haible  <bruno@clisp.org>
38703
38704         * gnulib-tool (import): In the other first-use case, provide defaults
38705         as well.
38706
38707 2005-09-02  Bruno Haible  <bruno@clisp.org>
38708
38709         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
38710         patches not yet found in the latest gettext release.
38711
38712 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38713
38714         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
38715         to avoid a collision with bits/local_lim.h in glibc.
38716         All uses changed.  Problem reported by Dmitry V. Levin in
38717         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
38718
38719         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
38720         bugs in int versus size_t comparisons.
38721         (re_string_context_at): Fix bug where the code assumed that
38722         Idx is signed.
38723
38724         Use bool where appropriate.
38725         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
38726         All callers changed.
38727         (calc_eclosure_iter): Likewise, for ROOT arg.
38728         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
38729         (build_charclass_op): Likewise, for NON_MATCH arg.
38730         * lib/regex_internal.c (re_string_allocate, re_string_construct):
38731         (re_string_construct_common): Likewise, for ICASE arg.
38732         * lib/regexec.c (re_search_2_stub, re_search_stub):
38733         Likewise, for RET_LEN arg.
38734         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
38735         (set_regs): Likewise, for FL_BACKTRACK arg.
38736         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
38737         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
38738         (calc_eclosure_iter, parse_bracket_exp):
38739         Use bool for internal variables that are booleans.
38740         * lib/regexec.c (re_search_internal, check_matching,
38741         proceed_next_node):
38742         (set_regs, build_sifted_states, sift_states_bkref):
38743         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
38744         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
38745         (find_collation_sequence_value):
38746         Likewise.
38747         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
38748         (re_node_set_compare):
38749         Return bool, not int. All callers changed.
38750         * lib/regexec.c (check_halt_node_context, check_dst_limits):
38751         (build_trtable, check_node_accept): Likewise.
38752         * lib/regex_internal.h: Include stdbool.h.
38753
38754         Fix bugs uncovered when converting to bool.
38755         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
38756         failure instead of charging ahead blindly.
38757         * lib/regex_internal.c (register_state): Likewise.
38758         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
38759         for freeing internal storage.
38760         (group_nodes_into_DFA_states): Use unsigned int, not int, for
38761         bitset pieces used as boolean, to avoid undefined behavior
38762         on hosts that do int overflow checking.
38763
38764 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
38765
38766         * config/srclist.txt: Add glibc bugs 1285-1287.
38767
38768 2005-09-01  Jim Meyering  <jim@meyering.net>
38769
38770         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
38771         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
38772         Require gl_STAT_MACROS, too.
38773
38774 2005-09-01  Bruno Haible  <bruno@clisp.org>
38775
38776         * gnulib-tool (import): In the first-use case, provide defaults.
38777
38778 2005-09-01  Bruno Haible  <bruno@clisp.org>
38779
38780         * gnulib-tool (func_import): Remove the .tmp files.
38781
38782 2005-09-01  Bruno Haible  <bruno@clisp.org>
38783
38784         * gnulib-tool (func_import): Fix handling of symbolic links.
38785
38786 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38787
38788         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
38789         old glibc regex code mishandles strings longer than 2**31 bytes.
38790         This patch fixes this when the regex code is used in gnulib
38791         (i.e., outside glibc).
38792
38793         This patch should not affect the use of the regex code inside
38794         glibc.  No doubt this problem also needs to be handled for glibc
38795         as well, but the result will be an incompatible change to the
38796         glibc ABI, and the old ABI will have to be supported too.  That
38797         can be the the subject for another patch.
38798
38799         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
38800         governing whether the rest of this patch is active.  By default,
38801         the macro is disabled and the patch has no effect.
38802         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
38803         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
38804         (struct re_pattern_buffer, re_search, re_search_2, re_match):
38805         (re_match_2, re_set_registers): Use the new types.
38806         * lib/regex_internal.h (Idx, re_hashval_t): New types.
38807         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
38808         New macros.
38809         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
38810         (re_string_context_at, bin_tree_t, re_dfastate_t):
38811         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
38812         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
38813         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
38814         (re_string_char_size_at, re_string_wchar_at):
38815         (re_string_elem_size_at):
38816         Use the new types and macros to port to 64-bit hosts.
38817         Use unsigned types for internal values, so that the code
38818         mostly works even for arrays larger than SSIZE_MAX.
38819         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
38820         (search_duplicated_node, calc_eclosure_iter, fetch_number):
38821         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
38822         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
38823         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
38824         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
38825         (calc_inveclosure, parse_dup_op, build_range_exp):
38826         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
38827         (fetch_number, create_token_tree, mark_opt_subexp):
38828         Likewise.
38829         * lib/regex_internal.c (re_string_construct_common,
38830         create_ci_newstate):
38831         (create_cd_newstate, re_string_allocate, re_string_construct):
38832         (re_string_realloc_buffers, build_wcs_upper_buffer):
38833         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
38834         (re_string_reconstruct, re_string_peek_byte_case):
38835         (re_string_fetch_byte_case, re_string_context_at):
38836         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
38837         (re_node_set_init_copy, re_node_set_add_intersect):
38838         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
38839         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
38840         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
38841         (re_acquire_state, re_acquire_state_context, register_state):
38842         Likewise.
38843         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
38844         search_cur_bkref_entry):
38845         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
38846         (re_search_internal, re_search_2_stub, re_search_stub)
38847         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
38848         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
38849         (update_cur_sifted_state, check_dst_limits):
38850         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
38851         (check_subexp_limits, sift_states_bkref, merge_state_array):
38852         (check_subexp_matching_top, get_subexp, get_subexp_sub):
38853         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
38854         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
38855         (expand_bkref_cache, check_node_accept_bytes):
38856         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
38857         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
38858         (acquire_init_state_context, check_halt_node_context):
38859         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
38860         (sift_states_backward, clean_state_log_if_needed):
38861         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
38862         (find_recover_state, transit_state_sb, transit_state_mb):
38863         (transit_state_bkref, build_trtable, match_ctx_clean):
38864         Likewise.
38865         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
38866         to work around an assumption that REG_MISSING is negative.
38867
38868         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
38869         (seek_collating_symbol_entry) [defined _LIBC]:
38870         (lookup_collation_sequence_value) [defined _LIBC]:
38871         (build_range_exp, build_collating_symbol) [defined _LIBC]:
38872         Use prototypes rather than old-style function definitions.
38873         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
38874         (transit_state_sb) [0]:
38875         (find_collation_sequence_value) [defined _LIBC]: Likewise.
38876
38877         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
38878         rm_eo.
38879
38880         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
38881         (optimize_subexps, lower_subexp):
38882         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
38883         since the signed shift might overflow.  Use 1u<<31 instead.
38884         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
38885         Likewise.
38886         * lib/regexec.c (check_dst_limits_calc_pos_1,
38887         check_subexp_matching_top): Likewise.
38888
38889         * lib/regcomp.c (optimize_subexps, lower_subexp):
38890         Use CHAR_BIT rather than 8, for clarity.
38891         * lib/regexec.c (check_dst_limits_calc_pos_1):
38892         (check_subexp_matching_top): Likewise.
38893         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
38894         have to worry about portability issues when shifting it left.
38895         Remove no-longer-needed test for table_size > 0.
38896         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
38897         in a word, as the resulting behavior is undefined.
38898         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
38899         in one case, a <= should have been an <, and in another case the
38900         whole test was missing.
38901         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
38902         the standard name CHAR_BIT.
38903         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
38904         this is not true on one's complement and signed-magnitude hosts.
38905
38906         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
38907         next_last_offset.
38908         (struct re_dfa_t): Remove unused member states_alloc.
38909         * lib/regcomp.c (init_dfa): Don't initialize unused members.
38910
38911 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38912
38913         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
38914         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
38915         and large-file glibc and in 32-bit large-file Solaris.
38916
38917 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38918
38919         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
38920         lengths fit in regoff_t; this isn't true if regoff_t is the same
38921         width as size_t.
38922         * lib/regex.c (re_search_internal): 5th arg is LAST_START
38923         (= START + RANGE) instead of RANGE.  This avoids overflow
38924         problems when regoff_t is the same width as size_t.
38925         All callers changed.
38926         (re_search_2_stub): Check for overflow when adding the
38927         sizes of the two strings.
38928         (re_search_stub): Check for overflow when adding START
38929         to RANGE; if it occurs, substitute the extreme value.
38930
38931 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
38932
38933         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
38934
38935 2005-08-31  Jim Meyering  <jim@meyering.net>
38936
38937         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
38938         a pointer-to-const.
38939         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
38940         (register_state): Likewise.
38941         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
38942         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
38943         (group_nodes_into_DFAstates): Likewise.
38944
38945 2005-08-31  Jim Meyering  <jim@meyering.net>
38946
38947         * check-module: Add a FIXME comment.
38948
38949 2005-08-31  Eric Blake  <ebb9@byu.net>
38950
38951         * modules/unistd-safer (Files): Add unistd--.h.
38952         * modules/stdio-safer (Files): Add stdio--.h.
38953
38954 2005-08-31  Derek Price  <derek@ximbiot.com>
38955
38956         * lib/getdelim.c (getdelim): Return EOF on EOF.
38957         Reported by Larry Jones <lawrence.jones@ugs.com>.
38958
38959 2005-08-31  Bruno Haible  <bruno@clisp.org>
38960
38961         Avoid unnecessary diffs in the generated lib/Makefile.am.
38962         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
38963         the generated files.
38964         (func_import): Don't set cmd.
38965
38966 2005-08-31  Bruno Haible  <bruno@clisp.org>
38967
38968         * lib/strstr.c: Include <stddef.h>, for NULL.
38969         * lib/strcasestr.c: Likewise.
38970         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
38971
38972 2005-08-31  Bruno Haible  <bruno@clisp.org>
38973
38974         * gnulib-tool: New option --macro-prefix.
38975         (func_import): Use macro_prefix.
38976         (import): Handle option --macro-prefix.
38977
38978 2005-08-31  Bruno Haible  <bruno@clisp.org>
38979
38980         * gnulib-tool (import): Rename most ac_* variables to cached_*.
38981         Also use new variables cached_lgpl, cached_libtool.
38982
38983 2005-08-31  Bruno Haible  <bruno@clisp.org>
38984
38985         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
38986         always instantiating them.
38987
38988 2005-08-31  Bruno Haible  <bruno@clisp.org>
38989
38990         * gnulib-tool (func_import): Read the previous cached settings
38991         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
38992         earlier added by gnulib but are now dropped. Warn when a gnulib file
38993         overwrites a non-gnulib file.
38994
38995 2005-08-31  Bruno Haible  <bruno@clisp.org>
38996
38997         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
38998         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
38999         projects that don't keep autogenerated files in CVS. Put into
39000         actioncmd only the specified modules, not the transitive closure.
39001
39002 2005-08-31  Bruno Haible  <bruno@clisp.org>
39003
39004         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
39005         Create directories that shall be filled.
39006         (import): Don't look for gl_* macros in configure.ac. Recurse across
39007         all directories containing a gnulib-cache.m4 files, if meaningful.
39008
39009 2005-08-31  Bruno Haible  <bruno@clisp.org>
39010
39011         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
39012         (import): Set seen_libtool when we see gl_LIBTOOL.
39013
39014 2005-08-31  Bruno Haible  <bruno@clisp.org>
39015
39016         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
39017         declaration macro definitions from generated gnulib.m4.
39018
39019 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
39020
39021         * lib/iconvme.h: Add prototype for iconv_alloc.
39022
39023 2005-08-29  Simon Josefsson  <jas@extundo.com>
39024
39025         * lib/iconvme.c: Fix errno.
39026
39027 2005-08-29  Bruno Haible  <bruno@clisp.org>
39028
39029         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
39030         that it works when the directory contains spaces.
39031
39032 2005-08-29  Bruno Haible  <bruno@clisp.org>
39033
39034         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
39035
39036 2005-08-29  Bruno Haible  <bruno@clisp.org>
39037
39038         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
39039         Emit more advice.
39040
39041 2005-08-29  Bruno Haible  <bruno@clisp.org>
39042         and Stepan Kasal  <kasal@ucw.cz>
39043
39044         * check-module: If more parameters are given, check each of them
39045         separately; add more exceptions, as noted by Jim Meyering.
39046         (check_module): New procedure.
39047         (%exempt_header): Now contains all exceptions.
39048
39049 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
39050
39051         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
39052
39053 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39054
39055         * lib/iconvme.c: Split iconv_string into iconv_alloc.
39056
39057 2005-08-28  Bruno Haible  <bruno@clisp.org>
39058
39059         * m4/gnulib-tool.m4: New file.
39060
39061 2005-08-27  Jim Meyering  <jim@meyering.net>
39062
39063         * modules/unistd-safer (Files): Add pipe-safer.c.
39064         * modules/fcntl-safer (Files): Add creat-safer.c.
39065
39066 2005-08-27  Jim Meyering  <jim@meyering.net>
39067
39068         * m4/stdlib-safer.m4: New file.  From coreutils.
39069         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
39070         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
39071         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
39072         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
39073         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
39074
39075 2005-08-27  Jim Meyering  <jim@meyering.net>
39076
39077         * lib/fopen-safer.c: Merge minor changes from coreutils.
39078         * lib/dup-safer.c: Likewise.
39079         * lib/fd-safer.c: Likewise.
39080
39081         Merge from coreutils.
39082         * lib/stdio--.h: New file.
39083         * lib/stdlib--.h: New file.
39084         * lib/mkstemp-safer.c: New file.
39085
39086         GNU tar needs these.
39087         * lib/pipe-safer.c: New file.
39088         * lib/creat-safer.c: New file.
39089         * lib/fcntl--.h (creat): Define to creat_safer.
39090         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
39091         * lib/unistd--.h (pipe): Define to pipe_safer.
39092         * lib/unistd-safer.h: Declare pipe_safer.
39093
39094 2005-08-26  Simon Josefsson  <jas@extundo.com>
39095
39096         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
39097         Haible <bruno@clisp.org>.
39098
39099 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
39100
39101         * lib/regex_internal.h: Remove all references to
39102         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
39103         or better.
39104         (bitset_not, bitset_merge, bitset_not_merge):
39105         (bitset_mask, re_string_allocate, re_string_construct):
39106         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
39107         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
39108         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
39109         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
39110         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39111         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39112         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
39113         (re_acquire_state_context):
39114         Remove unnecessary forward decls.
39115         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
39116         Put __attribute at function definition,
39117         now that the function decl has been removed.
39118         * lib/regex_internal.c (re_string_peek_byte_case):
39119         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
39120         Likewise.
39121
39122 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
39123
39124         * m4/regex.m4: Add AC_PREREQ(2.50).
39125         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
39126
39127 2005-08-25  Simon Josefsson  <jas@extundo.com>
39128
39129         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
39130         __fsetlocking.
39131
39132 2005-08-25  Simon Josefsson  <jas@extundo.com>
39133
39134         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
39135         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
39136         GLIBC specific code.
39137
39138 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39139
39140         Make regex safe for g++.  This fixes one real bug (an "err"
39141         that should have been "*err").  g++ problem reported by
39142         Sam Steingold.
39143         * lib/regex_internal.h (re_calloc): New macro, consistent with
39144         re_malloc etc.  All callers of calloc changed to use re_calloc.
39145         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
39146         not int.  All callers changed.
39147         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
39148         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
39149         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
39150         (find_recover_state): Change "err" to "*err"; this fixes what
39151         appears to be a real bug.
39152         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
39153         versus int.
39154
39155 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39156
39157         * modules/regex (Depends-on): Add malloc, since the code
39158         assumes that !malloc(0) means failure.
39159
39160 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39161
39162         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
39163
39164         alloca modernization/simplification for regex.
39165         * lib/regex.c: Remove portability cruft for alloca.  This no longer
39166         needs to be at the start of the file, and can be moved into
39167         regex_internal.h and simplified.
39168         * lib/regex_internal.h: Include <alloca.h>.
39169         (__libc_use_alloca) [!defined _LIBC]: New macro.
39170         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
39171         now works outside glibc.
39172
39173 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39174
39175         * config/srclist.txt: Add glibc bugs 1241, 1245.
39176
39177 2005-08-25  Jim Meyering  <jim@meyering.net>
39178
39179         * lib/open-safer.c: Include <config.h>.
39180         Otherwise, we'd lose LARGEFILE support in any file using
39181         e.g. "fcntl--.h"
39182
39183 2005-08-25  Bruno Haible  <bruno@clisp.org>
39184
39185         * m4/minmax.m4: Require autoconf 2.52.
39186         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
39187         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
39188         alternatives of translit over the alphabet.
39189         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
39190
39191 2005-08-24  Simon Josefsson  <jas@extundo.com>
39192
39193         * tests/test-getpass.c: New file.
39194
39195 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39196
39197         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
39198         for GNU regex features.
39199
39200 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39201
39202         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
39203         * lib/regex.h (regerror): Likewise.
39204
39205         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
39206         requires this.  (The code never needed it.)
39207
39208         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
39209         All uses of recently-renamed identifiers changed to use the new,
39210         POSIX-compliant names.  The code will build and run just fine
39211         without these changes, but it's better to eat our own dog food
39212         and use the standard-conforming names.
39213
39214         * lib/regex.h: Fix a multitude of POSIX name space violations.
39215         These changes have an effect only for programs that define
39216         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
39217         do not change anything for programs compiled in the normal way.
39218         Also, there is no effect on the ABI.
39219
39220         (_REGEX_SOURCE): New macro.
39221         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
39222         defined and _GNU_SOURCE is not; this fixes a name space violation.
39223
39224         Rename the following macros to obey POSIX requirements.
39225         The old names are still visible as macros if _REGEX_SOURCE is defined.
39226         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
39227         RE_BACKSLASH_ESCAPE_IN_LISTS.
39228         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
39229         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
39230         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
39231         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
39232         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
39233         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
39234         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
39235         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
39236         (REG_INTERVALS): renamed from RE_INTERVALS.
39237         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
39238         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
39239         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
39240         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
39241         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
39242         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
39243         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
39244         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
39245         RE_UNMATCHED_RIGHT_PAREN_ORD.
39246         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
39247         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
39248         (REG_DEBUG): renamed from RE_DEBUG.
39249         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
39250         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
39251         unusual, since we can't clash with the POSIX REG_ICASE.
39252         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
39253         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
39254         (REG_NO_SUB): renamed from RE_NO_SUB.
39255         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
39256         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
39257         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
39258         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
39259         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
39260         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
39261         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
39262         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
39263         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
39264         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
39265         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
39266         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
39267         RE_SYNTAX_POSIX_MINIMAL_BASIC.
39268         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
39269         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
39270         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
39271         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
39272         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
39273         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
39274         (REG_FIXED): Renamed from REGS_FIXED.
39275         (REG_NREGS): Renamed from RE_NREGS.
39276
39277         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
39278         of other REG_* macros, since POSIX says the user is allowed to
39279         #undef these macros selectively.
39280
39281         (reg_errcode_t): Update comment stating what other tables need
39282         to be consistent.
39283
39284         Rename the following enum values to obey POSIX requirements.
39285         The old names are still visible as macros.
39286         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
39287         is not defined, since GNU is supposed to be a superset of POSIX as
39288         much as possible, and since we want reg_errcode_t to be a signed
39289         type for implementation consistency.
39290         (_REG_NOERROR): Renamed from REG_NOERROR.
39291         (_REG_NOMATCH): Renamed from REG_NOMATCH.
39292         (_REG_BADPAT): Renamed from REG_BADPAT.
39293         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
39294         (_REG_ECTYPE): Renamed from REG_ECTYPE.
39295         (_REG_EESCAPE): Renamed from REG_EESCAPE.
39296         (_REG_ESUBREG): Renamed from REG_ESUBREG.
39297         (_REG_EBRACK): Renamed from REG_EBRACK.
39298         (_REG_EPAREN): Renamed from REG_EPAREN.
39299         (_REG_EBRACE): Renamed from REG_EBRACE.
39300         (_REG_BADBR): Renamed from REG_BADBR.
39301         (_REG_ERANGE): Renamed from REG_ERANGE.
39302         (_REG_ESPACE): Renamed from REG_ESPACE.
39303         (_REG_BADRPT): Renamed from REG_BADRPT.
39304         (_REG_EEND): Renamed from REG_EEND.
39305         (_REG_ESIZE): Renamed from REG_ESIZE.
39306         (_REG_ERPAREN): Renamed from REG_ERPAREN.
39307         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
39308         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
39309         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
39310         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
39311
39312         (_REG_RE_NAME, _REG_RM_NAME): New macros.
39313         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
39314         changed.  But support the old name if the new one is not defined
39315         and if _REGEX_SOURCE.
39316
39317         Change the following member names in struct re_pattern_buffer.
39318         The old names are still supported if !_REGEX_SOURCE.
39319         The new names are always supported, regardless of _REGEX_SOURCE.
39320         (re_buffer): Renamed from buffer.
39321         (re_allocated): Renamed from allocated.
39322         (re_used): Renamed from used.
39323         (re_syntax): Renamed from syntax.
39324         (re_fastmap): Renamed from fastmap.
39325         (re_translate): Renamed from translate.
39326         (re_can_be_null): Renamed from can_be_null.
39327         (re_regs_allocated): Renamed from regs_allocated.
39328         (re_fastmap_accurate): Renamed from fastmap_accurate.
39329         (re_no_sub): Renamed from no_sub.
39330         (re_not_bol): Renamed from not_bol.
39331         (re_not_eol): Renamed from not_eol.
39332         (re_newline_anchor): Renamed from newline_anchor.
39333
39334         Change the following member names in struct re_registers.
39335         The old names are still supported if !_REGEX_SOURCE.
39336         The new names are always supported, regardless of _REGEX_SOURCE.
39337         (rm_num_regs): Renamed from num_regs.
39338         (rm_start): Renamed from start.
39339         (rm_end): Renamed from end.
39340
39341         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
39342         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
39343         Prepend __ to parameter names.
39344
39345         Undo yesterday's changes.
39346
39347 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39348
39349         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
39350         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
39351         lib/regex.c.
39352
39353 2005-08-24  Jim Meyering  <jim@meyering.net>
39354
39355         Sync from coreutils.
39356         * m4/fcntl-safer.m4: New file.
39357
39358         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
39359         and object files for this module.
39360
39361 2005-08-24  Jim Meyering  <jim@meyering.net>
39362
39363         Sync from coreutils.
39364         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
39365
39366 2005-08-24  Jim Meyering  <jim@meyering.net>
39367
39368         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
39369         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
39370
39371 2005-08-24  Jim Meyering  <jim@meyering.net>
39372
39373         * modules/fcntl-safer: New module.
39374         * modules/fts (Depends-on): Add fcntl-safer.
39375         * MODULES.html.sh (File descriptor based Input/Output):
39376         Add fcntl-safer.
39377
39378 2005-08-24  Bruno Haible  <bruno@clisp.org>
39379
39380         Support for unit test modules.
39381         * modules/README: Mention tests modules.
39382         * modules/TEMPLATE-TESTS: New file.
39383         * gnulib-tool: New options --extract-tests-module, --with-tests and
39384         --tests-base (unused for the moment).
39385         (testsbase, inctests): New variables.
39386         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
39387         (func_verify_module): Exclude TEMPLATE-TESTS.
39388         (func_verify_nontests_module, func_verify_tests_module): New functions.
39389         (func_get_dependencies): Add implicit dependency for tests modules.
39390         (func_get_tests_module): New function.
39391         (func_modules_transitive_closure): When --with-tests was specified,
39392         include the unit tests as well, unless explicitly avoided.
39393         (func_emit_lib_Makefile_am): Ignore the tests modules here.
39394         (func_emit_tests_Makefile_am): New function.
39395         (func_create_testdir): When --with-tests was specified, emit a
39396         tests/ directory.
39397         * MODULES.html.sh (Future developments): Update.
39398
39399 2005-08-24  Bruno Haible  <bruno@clisp.org>
39400
39401         * modules/tls-tests: New file.
39402         * tests/test-tls.c: New file, from GNU gettext.
39403
39404 2005-08-24  Bruno Haible  <bruno@clisp.org>
39405
39406         * modules/lock-tests: New file.
39407         * tests/test-lock.c: New file, from GNU gettext.
39408
39409 2005-08-24  Bruno Haible  <bruno@clisp.org>
39410
39411         * lib/lock.h: Add multiple inclusion guard.
39412         * lib/tls.h: Add multiple inclusion guard.
39413
39414 2005-08-24  Bruno Haible  <bruno@clisp.org>
39415
39416         * gnulib-tool: Add support for the --aux-dir option to
39417         --create-testdir, --create-megatestdir, --test, --megatest.
39418         (func_create_testdir, func_create_megatestdir): Optionally emit a
39419         AC_CONFIG_AUX_DIR directive.
39420         (create-testdir, create-megatestdir, test, megatest): Provide a
39421         default value for $auxdir.
39422
39423 2005-08-24  Bruno Haible  <bruno@clisp.org>
39424
39425         * gnulib-tool (import): Use compound statement instead of subshell
39426         where possible.
39427
39428 2005-08-24  Bruno Haible  <bruno@clisp.org>
39429
39430         * gnulib-tool (import): Change --aux-dir default to "build-aux".
39431
39432 2005-08-24  Bruno Haible  <bruno@clisp.org>
39433
39434         * gnulib-tool (func_version): Update.
39435
39436 2005-08-24  Bruno Haible  <bruno@clisp.org>
39437
39438         * gnulib-tool (func_import, func_create_testdir,
39439         func_create_megatestdir): Quote all autoconf macro arguments.
39440
39441 2005-08-24  Bruno Haible  <bruno@clisp.org>
39442
39443         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
39444         option --force, because --force causes the aclocal.m4 of each
39445         subdirectory to be newer than the corresponding config.h.in.
39446
39447 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39448
39449         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
39450         All contents moved to gl_REGEX.
39451         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
39452         assume that it does.
39453
39454 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39455
39456         * lib/regex.h (REG_NOSYS)
39457         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
39458         Define, since POSIX requires it as of 2001.
39459         (_REG_ENOSYS)
39460         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
39461         New private symbol, used to keep the enum signed in all cases.
39462         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
39463         Youngman in
39464         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
39465
39466         * lib/regex_internal.c (re_string_skip_chars, register_state):
39467         (calc_state_hash):
39468         Remove forward decls; no longer needed now that we use prototypes.
39469         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
39470         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
39471         (clean_state_log_if_needed): Likewise.
39472
39473 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39474
39475         * config/srclist.txt: Add glibc bugs 1231-1233.
39476
39477 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39478
39479         Fix problems reported by Sam Steingold in
39480         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
39481         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
39482         assumed that reg_errcode_t is a signed type, which is not
39483         necessarily true if _XOPEN_SOURCE is not defined.
39484         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
39485         since some compilers warn about it otherwise.
39486
39487 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39488
39489         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
39490         (init_word_char, create_initial_state, duplicate_node_closure):
39491         (fetch_token, peek_token_bracket, build_range_exp):
39492         (build_collating_symbol): Remove forward decls; no longer needed
39493         now that we use prototypes.
39494
39495         * lib/regcomp.c:
39496         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
39497         (re_compile_fastmap_iter, regcomp, regerror, regfree):
39498         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
39499         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
39500         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
39501         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
39502         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
39503         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
39504         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
39505         (build_range_exp, build_collating_symbol, parse_bracket_exp):
39506         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
39507         (build_charclass, build_charclass_op, fetch_number, create_tree):
39508         (create_token_tree, mark_opt_subexp, duplicate_tree):
39509         Use prototypes rather than old-style definitions.
39510
39511         * lib/regex_internal.c:
39512         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
39513         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
39514         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
39515         (re_string_reconstruct, re_string_peek_byte_case):
39516         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
39517         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
39518         (re_node_set_init_copy, re_node_set_add_intersect):
39519         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39520         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39521         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
39522         (re_acquire_state, re_acquire_state_context, register_state):
39523         (create_ci_newstate, create_cd_newstate, free_state):
39524         Likewise.
39525         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
39526         re_search_2):
39527         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
39528         (re_search_internal, prune_impossible_nodes):
39529         (acquire_init_state_context, check_matching, static):
39530         (check_halt_node_context, check_halt_state_context, proceed_next_node):
39531         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
39532         (update_regs, sift_states_backward, build_sifted_states):
39533         (clean_state_log_if_needed, merge_state_array):
39534         (update_cur_sifted_state, add_epsilon_src_nodes):
39535         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
39536         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
39537         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
39538         (find_recover_state, check_subexp_matching_top, transit_state_mb):
39539         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
39540         (check_arrival, check_arrival_add_next_nodes):
39541         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
39542         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
39543         (check_node_accept_bytes, check_node_accept, extend_buffers):
39544         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
39545         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
39546         (sift_ctx_init):
39547         Likewise.
39548
39549         * lib/regex_internal.h:
39550         (re_string_allocate, re_string_construct, re_string_reconstruct):
39551         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
39552         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
39553         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
39554         (re_string_context_at, re_string_peek_byte_case):
39555         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
39556         is defined, since we now use prototypes always.
39557
39558         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
39559         C89 or better.  All uses removed.
39560
39561 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39562
39563         * config/srclist.txt: Add glibc bugs 1220-1227.
39564
39565 2005-08-20  Jim Meyering  <jim@meyering.net>
39566
39567         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
39568         of unused local, dfa.
39569
39570 2005-08-20  Bruno Haible  <bruno@clisp.org>
39571
39572         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
39573
39574 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39575
39576         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
39577         (re_node_set_insert_last, re_dfa_add_node):
39578         Rename local variables to avoid GCC shadowing warnings.
39579
39580 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39581
39582         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
39583         [defined lint]: Suppress bogus uninitialized-variable warnings.
39584
39585         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
39586         and let the caller return REG_ESPACE if out of space.  This
39587         removes an uninitialied-variable warning with GCC 4.0.1, and also
39588         avoids taking the address of a local variable.  All callers
39589         changed.
39590
39591 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39592
39593         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
39594         $LIBCSRC/posix/regexec.c.
39595         Add glibc bug 1217 for regcomp.c.
39596
39597 2005-08-19  Jim Meyering  <jim@meyering.net>
39598
39599         * lib/regexec.c (proceed_next_node): Redo local variables to
39600         avoid GCC shadowing warnings.
39601
39602 2005-08-18  Bruno Haible  <bruno@clisp.org>
39603
39604         * lib/strstr.c (strstr): Fix return value in multibyte case.
39605         * lib/strcasestr.c (strcasestr): Likewise.
39606
39607 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39608
39609         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
39610
39611 2005-08-17  Jim Meyering  <jim@meyering.net>
39612
39613         Make the %s format (seconds since the epoch) work for a negative
39614         number and when used with a zero-padded field width, e.g. %015s.
39615
39616         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
39617         label so that it precedes the code to set `digits'.  Otherwise,
39618         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
39619         print `00-22'.  Now, it prints `-0022', as it should.
39620
39621 2005-08-17  Bruno Haible  <bruno@clisp.org>
39622
39623         * modules/strstr (Files): Add m4/mbrtowc.m4.
39624         (Depends-on): Add mbuiter.
39625
39626 2005-08-17  Bruno Haible  <bruno@clisp.org>
39627
39628         * modules/strcasestr: New file.
39629         * MODULES.html.sh (String handling, based on ANSI C 89): Add
39630         strcasestr.
39631
39632 2005-08-17  Bruno Haible  <bruno@clisp.org>
39633
39634         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
39635
39636 2005-08-17  Bruno Haible  <bruno@clisp.org>
39637
39638         * modules/mbuiter: New file.
39639         * MODULES.html.sh (Extended multibyte and wide character utilities):
39640         Add mbuiter.
39641
39642 2005-08-17  Bruno Haible  <bruno@clisp.org>
39643
39644         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
39645         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
39646
39647 2005-08-17  Bruno Haible  <bruno@clisp.org>
39648
39649         * m4/strcasestr.m4: New file.
39650
39651 2005-08-17  Bruno Haible  <bruno@clisp.org>
39652
39653         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
39654         * lib/strstr.c: Completely rewritten, with multibyte locale support.
39655
39656 2005-08-17  Bruno Haible  <bruno@clisp.org>
39657
39658         * lib/strcasestr.h: New file.
39659         * lib/strcasestr.c: New file.
39660
39661 2005-08-17  Bruno Haible  <bruno@clisp.org>
39662
39663         * lib/strcasecmp.c: Use mbuiter.h.
39664
39665 2005-08-17  Bruno Haible  <bruno@clisp.org>
39666
39667         * lib/mbuiter.h: New file.
39668
39669 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
39670
39671         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
39672         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
39673         and gl_GETOPT are both invoked via different paths (as happens
39674         with GNU tar CVS because it uses both argp and getopt), the former
39675         wins.
39676
39677 2005-08-16  Bruno Haible  <bruno@clisp.org>
39678
39679         * modules/tls: New file.
39680         * MODULES.html.sh (Multithreading): Add tls.
39681
39682 2005-08-16  Bruno Haible  <bruno@clisp.org>
39683
39684         * modules/strnlen1: New file.
39685         * MODULES.html.sh (String handling): Add strnlen1.
39686
39687 2005-08-16  Bruno Haible  <bruno@clisp.org>
39688
39689         * modules/strcase (Files): Add m4/mbrtowc.m4.
39690         (Depends-on): Add strnlen1, mbchar.
39691
39692 2005-08-16  Bruno Haible  <bruno@clisp.org>
39693
39694         * modules/mbiter: New file.
39695         * MODULES.html.sh (Extended multibyte and wide character utilities):
39696         Add mbiter.
39697
39698 2005-08-16  Bruno Haible  <bruno@clisp.org>
39699
39700         * modules/mbfile: New file.
39701         * MODULES.html.sh (Extended multibyte and wide character utilities):
39702         Add mbfile.
39703
39704 2005-08-16  Bruno Haible  <bruno@clisp.org>
39705
39706         * modules/mbchar: New file.
39707         * MODULES.html.sh (Extended multibyte and wide character utilities):
39708         New section.
39709
39710 2005-08-16  Bruno Haible  <bruno@clisp.org>
39711
39712         * m4/tls.m4: New file, from GNU gettext.
39713
39714 2005-08-16  Bruno Haible  <bruno@clisp.org>
39715
39716         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
39717         always.
39718         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
39719
39720 2005-08-16  Bruno Haible  <bruno@clisp.org>
39721
39722         * m4/mbiter.m4: New file.
39723
39724 2005-08-16  Bruno Haible  <bruno@clisp.org>
39725
39726         * m4/mbfile.m4: New file.
39727
39728 2005-08-16  Bruno Haible  <bruno@clisp.org>
39729
39730         * m4/mbchar.m4: New file.
39731
39732 2005-08-16  Bruno Haible  <bruno@clisp.org>
39733
39734         * lib/tls.h: New file, from GNU gettext.
39735         * lib/tls.c: New file, from GNU gettext.
39736
39737 2005-08-16  Bruno Haible  <bruno@clisp.org>
39738
39739         * lib/strnlen1.h: New file.
39740         * lib/strnlen1.c: New file.
39741
39742 2005-08-16  Bruno Haible  <bruno@clisp.org>
39743
39744         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
39745         (mbi_init): Update.
39746         (mbi_avail, mbi_advance): Let the iteration end before the terminating
39747         NUL byte, not after it.
39748
39749 2005-08-16  Bruno Haible  <bruno@clisp.org>
39750
39751         * lib/strcase.h (strcasecmp): Add note in comments.
39752         * lib/strncasecmp.c: Use code from strcasecmp.c.
39753         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
39754         (strcasecmp): Work correctly in multibyte locales.
39755
39756 2005-08-16  Bruno Haible  <bruno@clisp.org>
39757
39758         * lib/mbiter.h: New file.
39759
39760 2005-08-16  Bruno Haible  <bruno@clisp.org>
39761
39762         * lib/mbfile.h: New file.
39763
39764 2005-08-16  Bruno Haible  <bruno@clisp.org>
39765
39766         * lib/mbchar.h: New file.
39767         * lib/mbchar.c: New file.
39768
39769 2005-08-16  Bruno Haible  <bruno@clisp.org>
39770
39771         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
39772         the valid ones. Makes the comparison operations transitive:
39773         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
39774         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
39775
39776 2005-08-15  Simon Josefsson  <jas@extundo.com>
39777
39778         * modules/ssize_t (License): Change to 'unlimited'.
39779
39780         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
39781
39782 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39783
39784         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
39785         Add comments for each pending glibc patch.
39786
39787 2005-08-15  Bruno Haible  <bruno@clisp.org>
39788
39789         * lib/regex.h (__restrict_arr): Don't define to __restrict if
39790         __cplusplus is defined.
39791
39792 2005-08-14  Jim Meyering  <jim@meyering.net>
39793
39794         Sync from coreutils.
39795
39796         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
39797         Use the hash-table-based cycle-detection code not just when
39798         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
39799         Reported by James Youngman in
39800         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
39801         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
39802         FTS_TIGHT_CYCLE_CHECK.
39803         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
39804         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
39805         once again.
39806         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
39807         * lib/fts.c (fd_safer): Remove decl.
39808         Include fcntl--.h rather than unistd-safer.h
39809         (fts_safe_changedir): Don't call fd_safer; no longer needed
39810         now that we include fcntl--.h.
39811
39812 2005-08-12  Simon Josefsson  <jas@extundo.com>
39813
39814         * modules/getndelim2: Use ssize_t module.
39815         * modules/getnline: Likewise.
39816         * modules/safe-read: Likewise.
39817         * modules/xreadlink: Likewise.
39818
39819         * modules/ssize_t: New file.
39820
39821 2005-08-12  Simon Josefsson  <jas@extundo.com>
39822
39823         * m4/readline.m4: Look for termcap, curses or ncurses if required.
39824
39825 2005-08-12  Simon Josefsson  <jas@extundo.com>
39826
39827         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39828         ssize_t.
39829
39830 2005-08-12  Simon Josefsson  <jas@extundo.com>
39831
39832         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
39833         readline, getdelim and check_version.
39834         (Support for systems lacking ISO C 99: Sizes of integer types):
39835         Add size_max.
39836
39837 2005-08-12  Bruno Haible  <bruno@clisp.org>
39838
39839         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
39840
39841 2005-08-11  Simon Josefsson  <jas@extundo.com>
39842
39843         * modules/readline: New file.
39844
39845         * modules/strnlen (Files): Add strnlen.h.
39846
39847 2005-08-11  Simon Josefsson  <jas@extundo.com>
39848
39849         * m4/readline.m4: New file.
39850
39851 2005-08-11  Simon Josefsson  <jas@extundo.com>
39852
39853         * lib/readline.h, readline.c: New file.
39854
39855 2005-08-11  Simon Josefsson  <jas@extundo.com>
39856
39857         * doc/gnulib.texi (Initial import, Finishing touches): Mention
39858         gl_AVOID.
39859
39860 2005-08-11  Bruno Haible  <bruno@clisp.org>
39861
39862         * lib/strnlen.h (strnlen): Change parameter name to match comment.
39863
39864 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
39865
39866         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
39867
39868 2005-08-10  Simon Josefsson  <jas@extundo.com>
39869
39870         * tests/test-iconvme.c: New file.
39871
39872 2005-08-10  Simon Josefsson  <jas@extundo.com>
39873
39874         * m4/strnlen.m4: New file.
39875
39876         * m4/strndup.m4: Don't check for strnlen declaration, done in
39877         strnlen.m4.
39878
39879 2005-08-10  Simon Josefsson  <jas@extundo.com>
39880
39881         * lib/strndup.c: Use strnlen.h.
39882
39883         * lib/strnlen.h: New file.
39884
39885 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
39886
39887         * README: Typos.
39888
39889 2005-08-02  Simon Josefsson  <jas@extundo.com>
39890
39891         * modules/readline: New file.
39892
39893 2005-08-02  Simon Josefsson  <jas@extundo.com>
39894
39895         * modules/getdelim: New file.
39896
39897         * modules/getline: Rewrite, don't use getndelim2.
39898
39899 2005-08-02  Simon Josefsson  <jas@extundo.com>
39900
39901         * m4/getline.m4: Separate out getdelim stuff into separate module.
39902
39903         * m4/getdelim.m4: New file.
39904
39905 2005-08-02  Simon Josefsson  <jas@extundo.com>
39906
39907         * lib/getline.h, getline.c: Rewrite.
39908
39909         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
39910
39911 2005-07-31  Bruno Haible  <bruno@clisp.org>
39912
39913         * lib/lock.h (gl_lock_initializer): New macro.
39914         (gl_lock_define_initialized): Use it.
39915         (gl_rwlock_initializer): New macro.
39916         (gl_rwlock_define_initialized): Use it.
39917         (gl_recursive_lock_initializer): New macro.
39918         (gl_recursive_lock_define_initialized): Use it.
39919
39920 2005-07-30  Karl Berry  <karl@gnu.org>
39921
39922         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
39923         Report from Ben Pfaff, regarding getopt.
39924
39925 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
39926
39927         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
39928         normal way.
39929         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
39930         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
39931         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
39932         (gl_GETOPT): Use the new macros.  Most of the implementation
39933         is moved to the new macros.  This is for programs like Emacs
39934         that don't want all the functionality of gl_GETOPT.
39935
39936 2005-07-26  Bruno Haible  <bruno@clisp.org>
39937
39938         * m4/lock.m4: Update from GNU gettext.
39939
39940 2005-07-26  Bruno Haible  <bruno@clisp.org>
39941
39942         * lib/lock.h: Update from GNU gettext.
39943         * lib/lock.c: Update from GNU gettext.
39944
39945 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
39946
39947         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
39948         obsolescent AC_TRY_RUN.  Include the default includes files, for
39949         'exit'.
39950
39951 2005-07-24  Bruno Haible  <bruno@clisp.org>
39952
39953         * modules/visibility: New file.
39954         * MODULES.html.sh (Misc): Add visibility.
39955
39956 2005-07-24  Bruno Haible  <bruno@clisp.org>
39957
39958         * m4/visibility.m4: New file.
39959
39960 2005-07-24  Bruno Haible  <bruno@clisp.org>
39961
39962         * doc/visibility.texi: New file.
39963
39964 2005-07-22  Bruno Haible  <bruno@clisp.org>
39965
39966         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
39967         $(ALLOCA_H), redundant through BUILT_SOURCES.
39968         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
39969         redundant through BUILT_SOURCES.
39970         * modules/byteswap (Makefile.am): Remove explicit dependency on
39971         $(BYTESWAP_H), redundant through BUILT_SOURCES.
39972         * modules/fnmatch (Makefile.am): Remove explicit dependency on
39973         $(FNMATCH_H), redundant through BUILT_SOURCES.
39974         * modules/getopt (Makefile.am): Remove explicit dependency on
39975         $(GETOPT_H), redundant through BUILT_SOURCES.
39976         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
39977         redundant through BUILT_SOURCES.
39978         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
39979         redundant through BUILT_SOURCES.
39980         * modules/stdbool (Makefile.am): Remove explicit dependency on
39981         $(STDBOOL_H), redundant through BUILT_SOURCES.
39982         * modules/stdint (Makefile.am): Remove explicit dependency on
39983         $(STDINT_H), redundant through BUILT_SOURCES.
39984         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
39985         Remove explicit dependency on $(SYSEXITS_H).
39986         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
39987
39988 2005-07-18  Simon Josefsson  <jas@extundo.com>
39989
39990         * lib/check-version.c (check_version): Accept identical versions too.
39991
39992 2005-07-18  Bruno Haible  <bruno@clisp.org>
39993
39994         * modules/lock: New file.
39995         * MODULES.html.sh (Multithreading): New section.
39996
39997 2005-07-18  Bruno Haible  <bruno@clisp.org>
39998
39999         * m4/lock.m4: New file, from GNU gettext.
40000
40001 2005-07-18  Bruno Haible  <bruno@clisp.org>
40002
40003         * lib/lock.h: New file, from GNU gettext.
40004         * lib/lock.c: New file, from GNU gettext.
40005
40006 2005-07-18  Bruno Haible  <bruno@clisp.org>
40007
40008         * lib/lock.h (gl_once_t): New type.
40009         (gl_once_define, gl_once): New macros.
40010         * lib/lock.c (fresh_once): New variable.
40011         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
40012         functions.
40013
40014 2005-07-16  Simon Josefsson  <jas@extundo.com>
40015
40016         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
40017         workaround, suggested by Bruno.
40018
40019 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
40020
40021         * modules/xalloc (Depends-on): Add xalloc-die.
40022         * modules/xvasprintf (Depends-on): Add xalloc-die.
40023
40024 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
40025
40026         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
40027         with a minor change.
40028
40029 2005-07-15  Bruno Haible  <bruno@clisp.org>
40030
40031         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
40032         When using lib/poll.c, define poll as rpl_poll.
40033
40034 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
40035
40036         * modules/argp (Depends-on): Remove unlocked-io.
40037
40038 2005-07-14  Derek Price  <derek@ximbiot.com>
40039
40040         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
40041         for glob symlink bug.
40042
40043 2005-07-14  Bruno Haible  <bruno@clisp.org>
40044
40045         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
40046         Instead, test for *_unlocked function declarations directly.
40047
40048 2005-07-11  Simon Josefsson  <jas@extundo.com>
40049
40050         * modules/size_max: New file.
40051
40052         * modules/xsize: Depend on size_max module for size_max.m4.
40053
40054 2005-07-11  Simon Josefsson  <jas@extundo.com>
40055
40056         * lib/size_max.h: New file.
40057
40058 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
40059
40060         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
40061         copyright symbol and the year.
40062         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
40063         (version_etc_va): Use parameterized copyright notice.
40064         Reword to conform to the current GNU coding standards.
40065
40066 2005-07-11  Karl Berry  <karl@gnu.org>
40067
40068         * doc/gnulib.texi (Quoting): new node.
40069         (Initial import): more info, from Patrice.
40070
40071 2005-07-11  Bruno Haible  <bruno@clisp.org>
40072
40073         * gnulib-tool (func_usage): Document option --avoid.
40074         (Command line options): Handle --avoid.
40075         (func_acceptable): New function.
40076         (func_modules_transitive_closure): Use it.
40077
40078 2005-07-11  Bruno Haible  <bruno@clisp.org>
40079
40080         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
40081         Reported by Jim Meyering.
40082
40083 2005-07-10  Bruno Haible  <bruno@clisp.org>
40084
40085         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
40086         Needed when size_t is smaller than 'unsigned int'.
40087         Reported by Paul Eggert.
40088
40089 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40090
40091         * modules/argp (Depends-on): Add unlocked-io
40092
40093 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40094
40095         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
40096         block of defines.
40097
40098 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
40099
40100         * config/srclist.txt: Comment out regcomp.c, since we have a porting
40101         fix now.
40102
40103 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
40104         and Paul Eggert  <eggert@cs.ucla.edu>
40105
40106         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
40107         in wint_t, not wchar_t.  Remove now-unnecessary cast.
40108
40109 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40110
40111         * modules/regex (Files): Add lib/regex_internal.c,
40112         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
40113         (Depends-on): Add extensions.
40114         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
40115
40116 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40117
40118         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
40119         pathconf.
40120         * m4/same.m4 (gl_SAME): Likewise.
40121         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
40122
40123         * m4/regex.m4: Adjust to new libc regex implementation.
40124         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
40125         all the .c and .h parts of (the new) regex.
40126         Quote the m4 stuff better.
40127         Check for RE_ICASE bug of old gnulib.
40128         Check for REG_STARTEND of recent libc.
40129         Rename local variables from jm_* to gl_*.
40130         Quote operand of "test -f".
40131         Say "recent enough" version of libc, not "version 2".
40132         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
40133         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
40134         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
40135         Remove check for btowc, isascii.
40136         Require AM_LANGINFO_CODESET.
40137
40138 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40139
40140         * lib/regex.c, regex.h: Sync from libc.
40141         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
40142         * lib/regexec.c:
40143         New files, synced from libc, except that regex_internal.h
40144         currently has a small porting fix.
40145
40146 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40147
40148         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
40149         regex_internal.c, regexec.c.
40150         Add regex_internal.h too, but as a comment, since the libc version
40151         is currently broken in gnulib mode.
40152
40153 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40154
40155         Support programs like Emacs that use gnulib but not gettext.
40156         * MODULES.html.sh (Internationalization functions): Add gettext-h.
40157         * modules/gettext-h: New file.
40158         * modules/gettext (Files): Remove lib/gettext.h.
40159         (Depends-on): Add gettext-h.
40160         (Makefile.am): Remove lib_SOURCES.
40161         * modules/argmatch, modules/c-stack, modules/closeout:
40162         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
40163         * modules/execute, modules/file-type, modules/getaddrinfo:
40164         * modules/getopt, modules/human, modules/javacomp:
40165         * modules/javaexec, modules/mkdir-p, modules/obstack:
40166         * modules/openat, modules/pagealign_alloc, modules/pipe:
40167         * modules/quotearg, modules/regex, modules/rpmatch:
40168         * modules/unicodeio, modules/userspec, modules/version-etc:
40169         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
40170         * modules/xsetenv:
40171         Depend on gettext-h, not gettext.
40172
40173 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40174
40175         * gnulib-tool (func_import): Add support for 'public domain' license.
40176         * modules/alloca, modules/atexit, modules/memmove:
40177         Now public domain, not GPL.
40178         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
40179         * modules/realloc, modules/strerror, modules/strtod:
40180         Now LGPL, not GPL.
40181
40182 2005-07-05  Bruno Haible  <bruno@clisp.org>
40183
40184         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
40185         autoconf CVS. Needed for mingw.
40186
40187 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40188
40189         Remove the dependency of the strftime module on the tzset module.
40190         * modules/strftime (Depends-on): Remove dependency on tzset.
40191
40192 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40193
40194         Remove the dependency of the strftime module on the tzset module.
40195         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
40196         gl_FUNC_TZSET_CLOBBER.
40197
40198 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40199
40200         Remove the dependency of the strftime module on the tzset module.
40201         * lib/strftime.c (my_strftime)
40202         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
40203         Copy the input structure, to work around some of the bug with
40204         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
40205         Solaris releases, you should also use the tzset module, but we won't
40206         require it as a dependency any more since we don't want LGPLed code
40207         to depend on GPLed code.
40208
40209 2005-07-02  Jim Meyering  <jim@meyering.net>
40210
40211         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
40212         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
40213         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
40214         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
40215
40216 2005-07-02  Jim Meyering  <jim@meyering.net>
40217
40218         * lib/backupfile.c (backup_args): Change a `0' to NULL.
40219
40220 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
40221
40222         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
40223         declares only 'struct timespec;' (!).
40224
40225 2005-07-01  Jim Meyering  <jim@meyering.net>
40226
40227         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
40228         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
40229         * lib/save-cwd.c, tempname.c:
40230         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
40231         and don't include <sys/file.h>).
40232
40233 2005-06-29  Jim Meyering  <jim@meyering.net>
40234
40235         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
40236         type name.  Use the variable name instead.
40237         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
40238         Likewise.
40239
40240 2005-06-28  Simon Josefsson  <jas@extundo.com>
40241
40242         * modules/check-version (Files): Add check-version.m4.
40243
40244 2005-06-28  Simon Josefsson  <jas@extundo.com>
40245
40246         * m4/check-version.m4: New file, suggested by Jim Meyering
40247         <jim@meyering.net>.
40248
40249 2005-06-28  Simon Josefsson  <jas@extundo.com>
40250
40251         * lib/check-version.h, lib/check-version.c: New files.
40252
40253 2005-06-28  Simon Josefsson  <jas@extundo.com>
40254
40255         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
40256         collision with global variable.  Better indentation.  Don't
40257         increment buffer pointer beyond buffer end.  Based on comments
40258         from Paul Eggert <eggert@cs.ucla.edu>.
40259
40260         * lib/base64.h: Indent.
40261
40262 2005-06-28  Simon Josefsson  <jas@extundo.com>
40263
40264         * doc/gnulib.texi (Library version handling): New section.
40265
40266 2005-06-28  Jim Meyering  <jim@meyering.net>
40267
40268         * check-module (find_included_lib_files): Hard-code another
40269         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
40270         but modules/fts-lgpl (correctly) does not list those files.
40271
40272         * modules/canonicalize (Files): Add lib/pathmax.h.
40273
40274 2005-06-25  Simon Josefsson  <jas@extundo.com>
40275
40276         * modules/check-version: New file.
40277
40278 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
40279
40280         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
40281         initializer of struct addrinfo, as an indication that we don't
40282         care how many members the structure has.
40283
40284 2005-06-24  Derek Price  <derek@ximbiot.com>
40285         and Bruno Haible  <bruno@clisp.org>
40286
40287         Remove stat module & update lstat.
40288         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
40289         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40290         * m4/stat.m4: Remove this file.
40291
40292 2005-06-24  Derek Price  <derek@ximbiot.com>
40293         and Bruno Haible  <bruno@clisp.org>
40294
40295         Remove stat module & update lstat.
40296         * lib/stat.c: Remove this file...
40297         (slash_aware_lstat): ...moving this content and its support...
40298         * lib/lstat.c (rpl_lstat): ...into here.
40299         * lib/lstat.h: New file.
40300
40301 2005-06-24  Derek Price  <derek@ximbiot.com>
40302         and Bruno Haible  <bruno@clisp.org>
40303
40304         Remove stat module & update lstat.
40305         * config/srclist.txt (libc sources): Remove stat.
40306
40307 2005-06-24  Derek Price  <derek@ximbiot.com>
40308         and Bruno Haible  <bruno@clisp.org>
40309
40310         Remove stat module & update lstat.
40311         * MODULES.html.sh (stat): Remove.
40312         * MODULES.html: Regenerated.
40313         * modules/lstat (Description): Correct function name.
40314         (Files): Add "lstat.h".
40315         (Depends-on): Remove stat, add xalloc, stat-macros.
40316         * modules/stat: Remove this file.
40317         (Include): Add "lstat.h", remove <sys/stat.h>.
40318
40319 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
40320
40321         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
40322         (ranged_convert): Don't save conversion in a temporary struct.
40323         This causes a warning with GCC 4.0.0, and anyway in the typical
40324         case it's not worth the extra 100 bytes or so of code.
40325         (ranged_convert, __mktime_internal): When calling a function via a
40326         pointer P, use P () rather than (*P) (), as we now assume C89 or
40327         better.
40328
40329 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40330
40331         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
40332         "who -r" failed to give output.  Problem reported by Tim Waugh.
40333
40334         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
40335         (xcalloc): Use it to avoid needless tests.
40336         Problem reported by Jim Meyering.
40337
40338 2005-06-20  Derek Price  <derek@ximbiot.com>
40339
40340         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
40341         unnecessary for Autoconfs > 2.59c.
40342
40343 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40344
40345         * lib/argp.h (__option_is_short): Check upper limit of
40346         __key. Isprint() requires its argument to have the value
40347         of an unsigned char or EOF.
40348
40349 2005-06-16  Jim Meyering  <jim@meyering.net>
40350
40351         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
40352         when either N or S is zero.
40353
40354 2005-06-16  Derek Price  <derek@ximbiot.com>
40355
40356         * m4/bison.m4: Declare YACC & YFLAGS precious.
40357
40358 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
40359
40360         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
40361         multibyte string or pattern, fall back on unibyte matching.
40362         Problem reported by James Youngman.
40363
40364 2005-06-08  Bruno Haible  <bruno@clisp.org>
40365
40366         * modules/csharpcomp: New file.
40367         * MODULES.html.sh (C#): Add csharpcomp.
40368
40369 2005-06-08  Bruno Haible  <bruno@clisp.org>
40370
40371         * m4/csharpcomp.m4: New file, from GNU gettext.
40372
40373 2005-06-08  Bruno Haible  <bruno@clisp.org>
40374
40375         * lib/csharpcomp.h: New file, from GNU gettext.
40376         * lib/csharpcomp.c: New file, from GNU gettext.
40377         * lib/csharpcomp.sh.in: New file, from GNU gettext.
40378
40379 2005-06-08  Bruno Haible  <bruno@clisp.org>
40380
40381         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
40382         warning on mingw.
40383
40384 2005-06-07  Derek Price  <derek@ximbiot.com>
40385
40386         Sync from CVS.
40387         * lib/glob_.h: Indent nested #ifdef.
40388
40389 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
40390
40391         Sync from coreutils.
40392         Use "file name" when talking about file names, instead of "filename"
40393         or "path", as per the GNU coding standards.
40394         * lib/mkdir-p.c: Renamed from makepath.c.
40395         (make_dir_parents): Renamed from make_path.  All callers changed.
40396         * lib/mkdir-p.h: Likewise.  All includers changed.
40397         * lib/filenamecat.c: Renamed from path-concat.c.
40398         (file_name_concat): Renamed from path_concat.  All callers changed.
40399         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
40400         * lib/filenamecat.h: Likewise.  All includers changed.
40401         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
40402         in comments or local variable names.
40403         * lib/basename.c: Likewise.
40404         * lib/canonicalize.c, canonicalize.h: Likewise.
40405         * lib/dirname.c, dirname.h: Likewise.
40406         * lib/euidaccess.c: Likewise.
40407         * lib/exclude.c: Likewise
40408         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
40409         * lib/fsusage.c, fsuage.h: Likewise.
40410         * lib/fts.c, fts_.h: Likewise.
40411         * lib/getcwd.c: Likewise.
40412         * lib/getloadavg.c: Likewise.
40413         * lib/mkstemp.c: Likewise.
40414         * lib/mountlist.c, mountlist.h: Likewise.
40415         * lib/openat.c, openat.h: Likewise.
40416         * lib/readlink-stub.c: Likewise.
40417         * lib/readutmp.c, readutmp.h: Likewise.
40418         * lib/rename.c: Likewise.
40419         * lib/rmdir.c: Likewise.
40420         * lib/same.c: Likewise.
40421         * lib/savedir.c: Likewise.
40422         * lib/stripslash.c: Likewise.
40423         * lib/tempname.c: Likewise.
40424         * lib/xreadlink.c: Likewise.
40425         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
40426         All uses changed.
40427         * lib/exclude.h: Likewise.
40428
40429         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
40430         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
40431         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
40432         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
40433         * lib/pathmax.h: Include <limits.h> unconditionally, since other
40434         files have been getting away with it for years (MORE/BSD 4.3
40435         is extinct now).
40436         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
40437         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
40438
40439         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
40440         Define to 256, not 255, as per modern POSIX.
40441
40442 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
40443
40444         Sync from coreutils.
40445         Use "file name" when talking about file names, instead of "filename"
40446         or "path", as per the GNU coding standards.
40447         * MODULES.html.sh: mkdir-p renamed from makepath.
40448         filenamecat renamed from path-concat.
40449         * modules/filenamecat: Renamed from modules/path-concat.
40450         (Files): filenamecat.h and filenamecat.c renamed from
40451         path-concat.h and path-concat.c.
40452         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
40453         (Include): filenamecat.h, not path-concat.h.
40454         * modules/mkdir-p: Renamed from modules/makepath.
40455         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
40456         makepath.c.
40457         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
40458         (Include): mkdir-p.h, not makepath.h.
40459
40460 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
40461
40462         Sync from coreutils.
40463         * m4/mkdir-p.m4: Renamed from makepath.m4.
40464         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
40465         Rename files from makepath.c to mkdir-p.c, and from
40466         makepath.h to mkdir-p.h.
40467         * m4/filenamecat.m4: Renamed from path-concat.m4.
40468         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
40469         Rename files from path-concat.c to filenamecat.c,
40470         and from path-concat.h to filenamecat.h.
40471         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
40472         "file name" in local variables or comments.
40473         * m4/rename.m4: Likewise.
40474
40475 2005-06-01  Bruno Haible  <bruno@clisp.org>
40476
40477         * modules/csharpexec: New file.
40478         * MODULES.html.sh (C#): New section.
40479
40480 2005-06-01  Bruno Haible  <bruno@clisp.org>
40481
40482         * m4/csharp.m4: New file, from GNU gettext.
40483         * m4/csharpexec.m4: New file, from GNU gettext.
40484
40485 2005-06-01  Bruno Haible  <bruno@clisp.org>
40486
40487         * lib/csharpexec.h: New file, from GNU gettext.
40488         * lib/csharpexec.c: New file, from GNU gettext.
40489         * lib/csharpexec.sh.in: New file, from GNU gettext.
40490
40491 2005-05-31  Derek Price  <derek@ximbiot.com>
40492             Paul Eggert  <eggert@cs.ucla.edu>
40493
40494         Sync from cvs.
40495         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
40496
40497 2005-05-31  Derek Price  <derek@ximbiot.com>
40498             Paul Eggert  <eggert@cs.ucla.edu>
40499
40500         Sync from cvs.
40501         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
40502
40503 2005-05-29  Derek Price  <derek@ximbiot.com>
40504
40505         * config/srclist.txt (glob_.h, glob.c): Add these files.
40506
40507 2005-05-29  Derek Price  <derek@ximbiot.com>
40508
40509         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
40510         * modules/glob: New file.
40511         * modules/getlogin_r: Add link to POSIX spec in description.
40512
40513 2005-05-29  Derek Price  <derek@ximbiot.com>
40514             Paul Eggert  <eggert@cs.ucla.edu>
40515
40516         * m4/glob.m4: New file.
40517
40518 2005-05-29  Derek Price  <derek@ximbiot.com>
40519             Paul Eggert  <eggert@cs.ucla.edu>
40520
40521         * lib/glob_.h, lib/glob.c: New files.
40522
40523 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
40524
40525         * modules/fts (Files): Remove m4/inttypes-pri.m4.
40526         * modules/fts-lgpl (Depends-on): Remove gettext.
40527
40528 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
40529
40530         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
40531         and don't require gt_INTTYPES_PRI.
40532
40533 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
40534
40535         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
40536
40537         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
40538         the configuration hassle isn't worth it.
40539         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
40540         (LONGEST_MODIFIER, PRIuMAX): Remove.
40541
40542 2005-05-27  Bruno Haible  <bruno@clisp.org>
40543
40544         * lib/getlogin_r.h: Remove second include of <stddef.h>.
40545
40546 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
40547
40548         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
40549         _POSIX_PTHREAD_SEMANTICS for Solaris.
40550
40551 2005-05-25  Derek Price  <derek@ximbiot.com>
40552
40553         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
40554
40555 2005-05-25  Derek Price  <derek@ximbiot.com>
40556             Paul Eggert  <eggert@cs.ucla.edu>
40557
40558         * modules/getlogin_r, m4/getlogin_r.m4: New files.
40559         * lib/getlogin_r.c, getlogin_r.h: New files.
40560
40561 2005-05-25  Bruno Haible  <bruno@clisp.org>
40562             Derek Price  <derek@ximbiot.com>
40563
40564         * lib/getlogin_r.h: Simplify API documentation.
40565
40566 2005-05-23  Derek Price  <derek@ximbiot.com>
40567
40568         * modules/minmax (Files): Add m4/minmax.m4.
40569         (configure.ac): Add gl_MINMAX.
40570
40571 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
40572
40573         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
40574         so that unistd-safer.h (GPL'ed code) need not be included.
40575
40576 2005-05-22  Bruno Haible  <bruno@clisp.org>
40577
40578         * m4/minmax.m4: New file.
40579         Based on a patch by Derek Price <derek@ximbiot.com>.
40580
40581 2005-05-22  Bruno Haible  <bruno@clisp.org>
40582
40583         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
40584         (INT64_MIN): Fix definition.
40585         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
40586
40587         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
40588         NEED_SIGNED_INT_TYPES.
40589
40590         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
40591         HAVE_SYSTEM_INTTYPES.
40592
40593 2005-05-22  Bruno Haible  <bruno@clisp.org>
40594
40595         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
40596         Also include <sys/param.h> if it defines MIN, MAX.
40597         Based on a patch by Derek Price <derek@ximbiot.com>.
40598
40599 2005-05-21  Jim Meyering  <jim@meyering.net>
40600
40601         * modules/fts (Files): Add m4/inttypes-pri.m4.
40602         (Depends-on): Add lstat and remove gettext.  Alphabetize.
40603
40604 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40605
40606         New fts module.
40607         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
40608         (setup_dir, free_dir): New functions.
40609         (enter_dir, leave_dir): Define trivial
40610         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
40611         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
40612         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
40613         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
40614         Move to fts-cycle.c.
40615         (fts_open): Use setup_dir.
40616         (fts_close): Use free_dir.
40617         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
40618         This adds a label and some gotos, but the alternatives were messier.
40619         Check for memory allocation failure when entering a dir.
40620         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
40621         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
40622         (FTS): New member fts_cycle, that is a union that contains the
40623         old active_dir_ht and cycle_state.  All uses changed to mention
40624         fts_cycle.ht and fts_cycle.state.
40625         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
40626         fts.c, with the following changes:
40627         (setup_dir, free_dir): New functions.
40628         (enter_dir): Now returns bool.  Return true if successful, false
40629         if memory exhausted.  All callers changed.
40630         Do not bother partly cleaning up on
40631         memory allocation failure; that is free_dir's job.
40632         However, free ad if hash_insert fails, to avoid memory leak.
40633         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
40634         fts->fts_options to see which union member to use.
40635
40636 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40637
40638         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
40639         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
40640
40641 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40642
40643         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
40644
40645 2005-05-20  Jim Meyering  <jim@meyering.net>
40646
40647         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
40648         Now a macro, to pacify GCC.
40649
40650 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
40651
40652         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
40653         of -1.
40654
40655 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
40656
40657         * lib/chown.c (rpl_chown): Return -1 on failure.
40658
40659 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
40660
40661         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
40662         Don't check for stddef.h.
40663         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
40664         don't use its results.
40665         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
40666         since we include them unconditionally.  Don't require
40667         AM_STDBOOL_H, since stdbool is a prerequisite.
40668         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
40669         since we assume C89 or better.
40670         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
40671         as we don't use their results.
40672         Don't check for fchdir, memmove, memset, strrchr, as we use
40673         them unconditionally.
40674         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
40675         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
40676
40677 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
40678
40679         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
40680         Include <stddef.h> unconditionally, since we assume C89 now.
40681         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
40682         * lib/fts.c: Include fts_.h first, to check interface.
40683         Do not include intprops.h; no longer needed.
40684         Include cycle-check.h and hash.h, since fts_.h no longer does.
40685         Remove unnecessary casts of closedir to void.
40686         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
40687         decide whether to decrement nlinks.
40688         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
40689         (FTS): Use struct hash_table * instead of Hash_table, so that
40690         we no longer need to include hash.h here.
40691
40692 2005-05-18  Jim Meyering  <jim@meyering.net>
40693
40694         * modules/dirfd (License): Change to LGPL.  Most of the code
40695         is already in the public domain.
40696
40697 2005-05-18  Jim Meyering  <jim@meyering.net>
40698
40699         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
40700         Reported by Yoann Vandoorselaere.
40701
40702 2005-05-17  Jim Meyering  <jim@meyering.net>
40703
40704         * m4/fts.m4: New file, from coreutils.
40705
40706 2005-05-17  Jim Meyering  <jim@meyering.net>
40707
40708         * lib/fts.c, lib/fts_.h: New files, from coreutils.
40709
40710 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
40711
40712         Sync from coreutils.
40713         * m4/unlinkdir.m4: New file.
40714
40715 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
40716
40717         Sync from coreutils.
40718         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
40719         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
40720         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
40721         White space changes only.
40722         * lib/makepath.c (make_path): Port to hosts where leading "//" is
40723         special.
40724         * lib/yesno.c: Include getline.h, not ctype.h.
40725         (yesno): Don't remove leading white space; POSIX doesn't allow it.
40726         Use getline to remove arbitrary restriction on response length.
40727
40728 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
40729
40730         * config/srclist-update: Spell out "Street" in FSF postal
40731         mail address; this is the style the FSF seems to prefer.
40732
40733         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
40734         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
40735         this updates FSF postal mail address.
40736
40737         Sync from coreutils.
40738         * modules/unlinkdir: New file.
40739         * modules/yesno (Depends-on): Add getline.
40740         * MODULES.html.sh (File system functions): Add unlinkdir.
40741
40742 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40743
40744         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
40745         lib/strsep.h:
40746         Change the initial comment to refer to GPL, not LGPL.
40747         gnulib-tool will change it to LGPL as needed.
40748
40749         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
40750         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
40751         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
40752         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
40753         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
40754         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
40755         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
40756         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
40757         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
40758         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
40759         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
40760         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
40761         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
40762         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
40763         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
40764         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
40765         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
40766         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
40767         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
40768         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
40769         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
40770         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
40771         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
40772         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
40773         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
40774         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
40775         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
40776         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
40777         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
40778         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
40779         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
40780         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
40781         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
40782         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
40783         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
40784         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
40785         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
40786         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
40787         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
40788         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
40789         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
40790         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
40791         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
40792         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
40793         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
40794         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
40795         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
40796         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
40797         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
40798         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
40799         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40800         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
40801         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
40802         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
40803         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
40804         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
40805         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
40806         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
40807         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
40808         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
40809         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
40810         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
40811         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
40812         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
40813         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
40814         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
40815         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
40816         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
40817         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
40818         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
40819         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
40820         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
40821         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
40822         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
40823         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
40824         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
40825         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
40826         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
40827         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
40828         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
40829         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
40830         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
40831         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
40832         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
40833         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
40834         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
40835         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
40836         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
40837         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
40838         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
40839         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
40840         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
40841         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
40842         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
40843         lib/yesno.c, lib/yesno.h:
40844         Update FSF postal mail address.
40845
40846 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40847
40848         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
40849         tests/test-memmem.c, tests/test-stpncpy.c:
40850         Update FSF postal mail address.
40851
40852 2005-05-13  Bruno Haible  <bruno@clisp.org>
40853
40854         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
40855         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
40856         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
40857         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
40858         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
40859         Add support for 64-bit integers in the MSVC compiler.
40860
40861 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40862
40863         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
40864
40865 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
40866
40867         * gnulib-tool (func_import): Sort and uniquify recommended includes.
40868
40869 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
40870
40871         * doc/getdate.texi (General date syntax): Don't say that date
40872         date --iso-8601=ns generates acceptable dates; it doesn't yet.
40873         Problem reported by Nic Ferrier.
40874
40875 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40876
40877         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
40878         specified in ai_socktype. Fix invalid ai_protocol
40879         check. ai_protocol is usually set to 0 or depending on
40880         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
40881         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
40882         ai_socktype / ai_protocol in the returned addrinfo structure.
40883
40884 2005-05-10  Simon Josefsson  <jas@extundo.com>
40885
40886         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
40887         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40888
40889 2005-05-10  Karl Berry  <karl@gnu.org>
40890
40891         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
40892         (from http://www.gnu.org/licenses).
40893         * doc/COPYING.LIB: also rename to COPYING.LESSER.
40894         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
40895         fdl.texi suffices.
40896
40897 2005-05-10  Karl Berry  <karl@gnu.org>
40898
40899         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
40900         (COPYING.DOC): remove.
40901
40902         * config/srclist-update: new FSF address.
40903
40904 2005-05-10  Derek Price  <derek@ximbiot.com>
40905
40906         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
40907         possible.
40908
40909 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40910             Bruno Haible  <bruno@clisp.org>
40911
40912         * modules/inet_ntop: New file.
40913         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40914         inet_ntop.
40915
40916 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40917             Bruno Haible  <bruno@clisp.org>
40918
40919         * m4/inet_ntop.m4: New file.
40920
40921 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40922             Bruno Haible  <bruno@clisp.org>
40923
40924         * lib/inet_ntop.h: New file.
40925         * lib/inet_ntop.c: New file, from glibc with modifications.
40926
40927 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
40928
40929         * modules/time_r (License): Change to LGPL.
40930         * modules/extensions (License): Change to LGPL.  Actually,
40931         the license is more permissive than that, but currently gnulib-tool
40932         doesn't know how to handle more-permissive licenses.
40933
40934         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
40935         Problem reported by Dave Love.
40936
40937 2005-05-08  Jim Meyering  <jim@meyering.net>
40938
40939         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
40940         blank.
40941
40942 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40943
40944         * modules/argmatch (Depends-on): Add stdbool.
40945         * modules/backupfile (Depends-on): Likewise.
40946         * modules/chdir-long (Depends-on): Likewise.
40947         * modules/closeout (Depends-on): Likewise.
40948         * modules/cycle-check (Depends-on): Likewise.
40949         * modules/dirname (Depends-on): Likewise.
40950         * modules/fnmatch (Depends-on): Likewise.
40951         * modules/fsusage (Depends-on): Likewise.
40952         * modules/fwriteerror (Depends-on): Likewise.
40953         * modules/getcwd (Depends-on): Likewise.
40954         * modules/getloadavg (Depends-on): Likewise.
40955         * modules/hard-locale (Depends-on): Likewise.
40956         * modules/makepath (Depends-on): Likewise.
40957         * modules/mountlist (Depends-on): Likewise.
40958         * modules/nanosleep (Depends-on): Likewise.
40959         * modules/posixtm (Depends-on): Likewise.
40960         * modules/quotearg (Depends-on): Likewise.
40961         * modules/readtokens (Depends-on): Likewise.
40962         * modules/readtokens0 (Depends-on): Likewise.
40963         * modules/readutmp (Depends-on): Likewise.
40964         * modules/save-cwd (Depends-on): Likewise.
40965         * modules/strftime (Depends-on): Likewise.
40966         * modules/userspec (Depends-on): Likewise.
40967         * modules/utimecmp (Depends-on): Likewise.
40968         * modules/xgetcwd (Depends-on): Likewise.
40969         * modules/xnanosleep (Depends-on): Likewise.
40970         * modules/xstrtod (Depends-on): Likewise.
40971         * modules/yesno (Depends-on): Likewise.
40972
40973 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
40974
40975         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
40976         needless checks.
40977
40978 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
40979
40980         Merge from coreutils.  Among other things,
40981         add bulletproofing for cases where stdin, stdout, or stderr are closed.
40982         * lib/fd-safer.c: New file.
40983         * lib/fcntl-safer.h, open-safer.c: Remove.
40984         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
40985         * lib/dup-safer.c: Include unistd-safer.h first.
40986         Don't include errno.h.
40987         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
40988         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
40989         * lib/file-type.c: Rely on file-type.h change.
40990         * lib/getloadavg.c: Include unistd-safer.h.
40991         (getloadavg): Use safer open.
40992         * lib/getusershell.c: Include "stdio-safer.h".
40993         (getusershell): Use safer fopen.
40994         * lib/long-options.c (long_options): Use NULL rather than 0.
40995         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
40996         'free'.
40997         * lib/modechange.c: Likewise.
40998         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
40999         (MODE_DONE): New constant.
41000         (struct mode_change): Remove 'next' member.
41001         (make_node_op_equals): New function; like the old one of the
41002         same name, except it allocates an array.
41003         (mode_compile, mode_create_from_ref): Use it.
41004         (mode_compile): Allocate result as an array, not a linked list.
41005         Parse octal string ourself, so that we catch mistakes like "+0".
41006         (mode_adjust): Arg is an array, not a linked list.
41007         * lib/modechange.c: Include stat-macros.h, xalloc.h.
41008         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
41009         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
41010         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
41011         Remove.  This is now stat-macros.h's job.
41012         (talloc): Remove.  All callers replaced by xalloc, so that
41013         our invokers don't have to worry about reporting memory failures.
41014         (make_node_op_equals): Remove.
41015         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
41016         New constants.
41017         (struct mode_change): Moved here from modechange.h.
41018         (mode_append_entry): Remove.
41019         (mode_compile): Remove MASKED_OPS arg, since it encouraged
41020         apps to have incorrect behavior.  Use simpler algorithm for head
41021         and tail.  Don't futz with umask; that's now the job of mode_adjust.
41022         Detect more invalid usages rather than having somewhat-random behavior.
41023         Don't insert an "a=" action, as that leads to incorrect behavior.
41024         (mode_compile, mode_create_from_ref): Return NULL on error instead
41025         of an enum, since now there's only one way to have an error.  All
41026         callers changed.
41027         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
41028         at the correct time.  Simplify calculation of "+u" and its ilk.
41029         Don't mishandle "+X".
41030         (mode_free): Remove "register" and localize decls.
41031         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
41032         (struct mode_change): Move to modechange.c; callers don't
41033         need to see this stuff.
41034         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
41035         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
41036         (mode_change, mode_adjust): Reflect the new signatures noted above.
41037         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
41038         that might redefine system include files.
41039         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
41040         (my_usleep): Use NULL rather than (void *) 0.
41041         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
41042         Use siginterrupt to specify that system calls should be interrupted.
41043         (rpl_nanosleep): Move initialization of suspended closer to call of
41044         my_usleep.
41045         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
41046         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
41047         (desirable_utmp_entry): New function.
41048         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
41049         using x2nrealloc, to simplify logic.
41050         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
41051         size calculation.  Do not assume utmp file is a regular file.
41052         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
41053         (READ_UTMP_CHECK_PIDS): New constant.
41054         * lib/save-cwd.c: Include unistd-safer.h.
41055         (save_cwd): Use fd_safer.
41056         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
41057         [!_LIBC] Include "stat-macros.h" instead.
41058         * lib/unistd-safer.h (fd_safer): New decl.
41059
41060 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41061
41062         * modules/getloadavg (Depends-on): Add unistd-safer.
41063         * modules/getusershell (Depends-on): Add stdio-safer.
41064         * modules/lstat (Depends-on): Remove xalloc.
41065         * modules/mkstemp (Depends-on): Add stat-macros.
41066         * modules/modechange (Depends-on): Remove xstrtol.
41067         Add stat-macros, xalloc.
41068         * modules/save-cwd (Depends-on): Add unistd-safer.
41069         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
41070         * modules/unistd-safer (Files): Add lib/fd-safer.c
41071         (Makefile.am): Remove lib_SOURCES.
41072
41073         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
41074         Remove fcntl-safer; unistd-safer supersedes it.
41075
41076 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41077
41078         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
41079         AC_HEADER_STAT.
41080         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
41081         (gl_PREREQ_CHOWN): Remove.
41082         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
41083         it.  Don't require AC_HEADER_STAT.
41084         (gl_PREREQ_LSTAT): Remove.
41085         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
41086         Don't require AC_HEADER_STAT.
41087         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
41088         (gl_PREREQ_RMDIR): Remove.
41089         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
41090         mention stat-macros.h or AC_HEADER_STAT, since we'll make
41091         the stat-macros module a prerequisite.
41092         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
41093         * m4/filemode.m4 (gl_FILEMODE): Likewise.
41094         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
41095         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
41096         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
41097         variable names.
41098         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
41099         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
41100         variable prefixes.
41101         * m4/fcntl-safer.m4: Remove.
41102         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
41103         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
41104         Invoke gl_PREREQ_FD_SAFER.
41105         (gl_PREREQ_FD_SAFER): New macro.
41106         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
41107         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
41108         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
41109         Remove duplicate call to AC_LIBOBJ(readutmp).
41110         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
41111
41112         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
41113         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
41114
41115 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41116
41117         * MODULES.html.sh (Misc): Add byteswap.
41118
41119 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41120
41121         * modules/getcwd (Depends-on): Add extensions.
41122         * modules/openat (Depends-on): Likewise.
41123
41124 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41125
41126         * modules/byteswap: New file.
41127
41128 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41129
41130         * m4/byteswap.m4: New file.
41131
41132 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41133
41134         * lib/byteswap_.h: New file.
41135
41136 2005-04-25  Karl Berry  <karl@gnu.org>
41137
41138         * m4/gettext.m4: Update from GNU gettext 0.14.4.
41139
41140 2005-04-25  Albert Chin  <china@thewrittenword.com>
41141
41142         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
41143         Toolkit C bug.
41144
41145 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
41146
41147         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
41148         (func_ln_if_changed) Remove forcibly for no error message
41149         in case file does not exist.
41150
41151 2005-04-19  Simon Josefsson  <jas@extundo.com>
41152
41153         * gnulib-tool (Options): Make --symlink mean --symbolic.
41154
41155 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
41156
41157         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
41158
41159 2005-04-16  Simon Josefsson  <jas@extundo.com>
41160
41161         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
41162
41163 2005-04-15  Simon Josefsson  <jas@extundo.com>
41164
41165         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
41166
41167 2005-04-15  Simon Josefsson  <jas@extundo.com>
41168
41169         * gnulib-tool: Rename --symlink to --symbolic.
41170
41171 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
41172
41173         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
41174         symbolic links to files instead of copying/moving.  Add --aux-dir,
41175         specifying directory relative --dir where auxiliary build tools
41176         are placed.
41177
41178 2005-04-14  Bruno Haible  <bruno@clisp.org>
41179
41180         * modules/allocsa (License): Change to LGPL.
41181         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
41182
41183 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
41184
41185         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
41186         that "UTC +1 second" continues to work.  Problem reported
41187         by Dmitry V. Levin.
41188         (relunit_snumber): New rule.
41189         (relunit): Use it.
41190
41191 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
41192
41193         * lib/getdate.y (universal_time_zone_table): New constant.
41194         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
41195         universal_time_zone_table.
41196         (lookup_zone): Prefer universal_time_zone_table to
41197         local_time_zone_table, so that "GMT" time stamps are allowed in
41198         London during the summer.  Problem reported by Ian Abbott.
41199
41200 2005-04-12  Jim Meyering  <jim@meyering.net>
41201
41202         * lib/human.c (humblock): Set *options even when returning due to
41203         xstrtoumax conversion failure.  Thanks to a used-uninitialized
41204         warning from gcc-4.
41205
41206 2005-04-09  Jim Meyering  <jim@meyering.net>
41207
41208         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
41209         -Wuninitialized: initialize tm0.tm_year.
41210
41211 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
41212
41213         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
41214         count, since there's no maximum.  All uses changed.
41215         Add member dsts_seen.
41216         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
41217         not being INT_MAX.
41218         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
41219         Use pc_rels_seen to decide whther a date is absolute.
41220
41221         * lib/getdate.y (number): Don't overwrite year.
41222         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
41223         check.
41224
41225 2005-04-02  Simon Josefsson  <jas@extundo.com>
41226
41227         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
41228         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
41229
41230 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
41231
41232         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
41233         where no absolute path name can be longer than PATH_MAX.
41234
41235 2005-03-27  Jim Meyering  <jim@meyering.net>
41236
41237         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
41238
41239 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
41240
41241         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
41242         "one's complement" -> "ones' complement" in comment, as per Knuth.
41243         "value of type" -> "type or expression" in comment.
41244         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
41245
41246 2005-03-26  Jim Meyering  <jim@meyering.net>
41247
41248         Comment nits.
41249         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
41250         Correct typos: s/or/of/.
41251
41252 2005-03-26  Jim Meyering  <jim@meyering.net>
41253
41254         * modules/check-include-files: Move to ../ and rename to...
41255         * check-module: ...this.
41256
41257 2005-03-25  Jim Meyering  <jim@meyering.net>
41258
41259         * modules/xvasprintf (Files): Add xalloc.h.
41260
41261 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
41262
41263         * modules/gettext (Files): config/config.rpath ->
41264         build-aux/config.rpath
41265         * modules/iconv (Files): Likewise.
41266         Problem reported by Oskar Liljeblad.
41267
41268 2005-03-23  Jim Meyering  <jim@meyering.net>
41269
41270         * modules/check-include-files: New script to check for
41271         missing dependencies, multiple includes, etc.
41272
41273         * modules/c-strtold (Depends-on): Add xalloc.
41274         * modules/c-strtod (Depends-on): Add xalloc.
41275         * modules/hash (Depends-on): Add xalloc.
41276         (Files): Remove lib/xalloc.h.
41277
41278         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
41279         * modules/userspec (Files): Add lib/inttostr.h.
41280
41281 2005-03-23  Jim Meyering  <jim@meyering.net>
41282
41283         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
41284
41285 2005-03-22  Jim Meyering  <jim@meyering.net>
41286
41287         * modules/stat-macros: New module.
41288         * modules/canonicalize, modules/euidaccess, modules/file-type,
41289         * modules/filemode, modules/lchown, modules/makepath,
41290         * modules/rmdir, modules/stat: Depend on new stat-macros module
41291         rather than listing lib/stat-macros.h manually.
41292         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
41293
41294 2005-03-22  Jim Meyering  <jim@meyering.net>
41295
41296         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
41297
41298 2005-03-22  Bruno Haible  <bruno@clisp.org>
41299
41300         * config/srclist.txt: Replace target directory 'config' with
41301         'build-aux'.
41302         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
41303         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
41304         ../build-aux/.
41305
41306 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
41307
41308         * modules/chdir-long (Depends-on): Add mempcpy.
41309
41310         * modules/acl, modules/backupfile, modules/c-strtod,
41311         modules/c-strtold, modules/canon-host, modules/canonicalize,
41312         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
41313         modules/exclude, modules/exitfail, modules/file-type,
41314         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
41315         modules/getdate, modules/getline, modules/getpagesize,
41316         modules/getpass, modules/getugroups, modules/group-member,
41317         modules/hard-locale, modules/hash, modules/human, modules/idcache,
41318         modules/inttostr, modules/long-options, modules/makepath,
41319         modules/md5, modules/memcasecmp, modules/memcoll,
41320         modules/modechange, modules/mountlist, modules/path-concat,
41321         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
41322         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
41323         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
41324         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
41325         modules/strftime, modules/strndup, modules/strverscmp,
41326         modules/timespec, modules/unlocked-io, modules/userspec,
41327         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
41328         modules/yesno:
41329         Remove lib_SOURCES line from Makefile.am section, as this is now
41330         done automatically by the corresponding Autoconf macro.
41331
41332 2005-03-21  Jim Meyering  <jim@meyering.net>
41333
41334         Changes imported from coreutils.
41335
41336         * lib/cycle-check.c: Don't include xalloc.h.
41337
41338         * lib/path-concat.c: Don't include assert.h.
41339         (path_concat): Remove assertion that would have triggered
41340         for ABASE starting with more than one slash.
41341         Reported by Andreas Schwab.
41342
41343         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
41344         properly when ABASE is an absolute file name.
41345         Correct the description of this function.
41346         Include <assert.h>.
41347         Add an assertion and a test driver.
41348         This fixes a bug introduced on 2004-07-02.
41349         Andreas Schwab reported the resulting failure of cp --parents:
41350         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
41351
41352 2005-03-21  Jim Meyering  <jim@meyering.net>
41353
41354         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
41355         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
41356
41357 2005-03-21  Jim Meyering  <jim@meyering.net>
41358         and  Paul Eggert  <eggert@cs.ucla.edu>
41359
41360         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
41361         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
41362         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
41363         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
41364         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
41365         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
41366         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
41367         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
41368         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
41369         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
41370         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
41371         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
41372         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
41373         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
41374         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
41375         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
41376         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
41377         for these modules.
41378
41379 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
41380
41381         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
41382         (which shouldn't happen), generate nothing instead of returning 0
41383         immediately, so that nstrftime (NULL, ...) doesn't return 0.
41384
41385 2005-03-16  Bruno Haible  <bruno@clisp.org>
41386
41387         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
41388         HAVE_LONGLONG_64BIT.
41389
41390 2005-03-16  Bruno Haible  <bruno@clisp.org>
41391
41392         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
41393         HAVE_LONGLONG_64BIT.
41394
41395 2005-03-16  Bruno Haible  <bruno@clisp.org>
41396
41397         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
41398         HAVE_LONGLONG_64BIT.
41399
41400 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
41401
41402         * lib/strftime.c (my_strftime): Prepend space to format so that we can
41403         reliably distinguish strftime failure from empty output on POSIX
41404         hosts.
41405
41406 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
41407
41408         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
41409         (iconv_string): Don't guess a size-zero buffer, as that might cause
41410         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
41411         result would be 'too large', where 'too large' is (heuristically)
41412         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
41413         overflow concerns.  This will prevent some unwanted malloc failures
41414         when the inputs are very large.
41415
41416 2005-03-15  Karl Berry  <karl@gnu.org>
41417
41418         * config/srclist.txt (config.rpath): from gettext.
41419         * config/config.rpath: update.
41420
41421 2005-03-15  Bruno Haible  <bruno@clisp.org>
41422
41423         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
41424         to 'negate'.
41425
41426         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
41427         variable.
41428
41429         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
41430         results.
41431
41432 2005-03-14  Simon Josefsson  <jas@extundo.com>
41433
41434         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
41435         <fx@gnu.org>.
41436
41437 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
41438
41439         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
41440         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
41441         intprops.h.
41442         * lib/strtol.c: Likewise.
41443
41444 2005-03-14  Jim Meyering  <jim@meyering.net>
41445
41446         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
41447         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
41448         to be nonzero so that we (and caller) can detect the difference
41449         between a valid zero-length expansion and an error return, even
41450         when the underlying strftime fails before writing anything into
41451         that location.
41452
41453 2005-03-14  Bruno Haible  <bruno@clisp.org>
41454
41455         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
41456         Update from GNU gettext 0.14.3.
41457
41458 2005-03-10  Jim Meyering  <jim@meyering.net>
41459
41460         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
41461
41462 2005-03-10  Jim Meyering  <jim@meyering.net>
41463
41464         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
41465         so that this module works on systems without fchdir.
41466
41467 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41468
41469         Factor int-properties macros into a single file, except for
41470         glibc-related files.
41471         * lib/intprops.h: New file.
41472         * lib/getloadavg.c: Include it instead of limits.h.
41473         (INT_STRLEN_BOUND): Remove.
41474         * lib/human.c: Include intprops.h.
41475         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
41476         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
41477         302/1000.
41478         * lib/inttostr.h: Include intprops.h instead of limits.h.
41479         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
41480         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
41481         for consistency with intprops.h.
41482         (time_t_is_integer, twos_complement_arithmetic): Use them.
41483         * lib/sig2str.h: Include <signal.h>, intprops.h.
41484         (INT_STRLEN_BOUND): Remove.
41485         * lib/strftime.c (TYPE_SIGNED): Remove.
41486         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
41487         * lib/strtol.c: Adjust comments to match intprops.h.
41488         * lib/userspec.c: Include intprops.h.
41489         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
41490         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
41491         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
41492         instead of rolling our own expressions.
41493         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
41494
41495         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
41496         instead of int.
41497         (my_strftime): Do not mishandle years close to INT_MAX, by doing
41498         the right thing even if adding 1900 would overflow.  Similarly
41499         for tm_mon + 1 and tm_yday + 1.
41500         Make %Y always equivalent to %C%y, and similarly for %G and %g.
41501         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
41502         (DO_SIGNED_NUMBER): New macro.
41503         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
41504
41505 2005-03-07  Bruno Haible  <bruno@clisp.org>
41506
41507         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
41508
41509 2005-03-07  Bruno Haible  <bruno@clisp.org>
41510
41511         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
41512
41513 2005-03-04  Derek R. Price  <derek@ximbiot.com>
41514
41515         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
41516         (func_import): Only replace files via --import when they have actually
41517         changed.
41518
41519 2005-03-03  Derek R. Price  <derek@ximbiot.com>
41520
41521         * m4/mmap-anon.m4: New file.
41522         * m4/pagealign_alloc.m4: New file.
41523
41524 2005-03-03  Derek R. Price  <derek@ximbiot.com>
41525             Bruno Haible  <bruno@clisp.org>
41526
41527         * modules/pagealign_alloc: New file.
41528         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
41529
41530 2005-03-03  Derek R. Price  <derek@ximbiot.com>
41531             Bruno Haible  <bruno@clisp.org>
41532
41533         * lib/pagealign_alloc.h: New file.
41534         * lib/pagealign_alloc.c: New file.
41535
41536 2005-03-03  Bruno Haible  <bruno@clisp.org>
41537
41538         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
41539         Use an all-permissive copyright notice, recommended by RMS.
41540
41541 2005-03-02  Bruno Haible  <bruno@clisp.org>
41542
41543         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
41544         of AIX, the replacement has to be done only after <string.h> is
41545         included, therefore not in config.h. stpncpy.h does the replacement,
41546         and stpncpy.c uses it.
41547
41548 2005-03-02  Bruno Haible  <bruno@clisp.org>
41549
41550         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
41551         stpncpy.c uses it.
41552
41553 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41554
41555         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
41556         The workaround isn't strictly needed for POSIX conformance, and
41557         it's too much of a pain to configure and maintain.  We'll ask
41558         people to fix their kernels instead.
41559         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
41560         (NANOSLEEP_BUG_WORKAROUND): Remove.
41561         (xnanosleep): Remove the workaround.
41562
41563 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41564
41565         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
41566         Reported by Derek Price.
41567         (Include): Add "timespec.h".
41568
41569         * modules/xnanosleep (Depends-on): Remove gethrxtime.
41570
41571 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41572
41573         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
41574         to detect nanosleep bug.
41575
41576 2005-03-01  Bruno Haible  <bruno@clisp.org>
41577
41578         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
41579
41580 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
41581
41582         * modules/gethrxtime: New file.
41583         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
41584         (Depends-on): Add gethrxtime.
41585         (configure.ac): Add gl_XNANOSLEEP.
41586         (Makefile.am): Remove lib_SOURCES line.
41587
41588 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
41589
41590         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
41591         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
41592
41593 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
41594
41595         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
41596         * lib/timespec.h (gettime): Return void, since it always
41597         succeeds now.  All uses changed.
41598         * lib/gettime.c (gettime) Likewise.
41599         [HAVE_NANOTIME]: Prefer nanotime.
41600         Assume gettimeofday succeeds, as POSIX requires.
41601         Assime time () succeeds, since other code already does.
41602         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
41603         (timespec_subtract): Remove.
41604         (NANOSLEEP_BUG_WORKAROUND): New constant.
41605         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
41606         things considerably.  Use it only on GNU/Linux hosts, since the
41607         workaround shouldn't be needed elsewhere.
41608
41609 2005-02-24  Bruno Haible  <bruno@clisp.org>
41610
41611         * modules/gettext (Files): Add m4/glibc2.m4.
41612
41613 2005-02-24  Bruno Haible  <bruno@clisp.org>
41614
41615         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
41616         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
41617         * m4/progtest.m4:
41618         Update from GNU gettext 0.14.2.
41619         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
41620
41621 2005-02-24  Bruno Haible  <bruno@clisp.org>
41622
41623         * lib/localcharset.c: Update from GNU gettext 0.14.2.
41624         * lib/config.charset: Update from GNU gettext 0.14.2.
41625
41626 2005-02-24  Bruno Haible  <bruno@clisp.org>
41627
41628         * lib/gettext.h: Update from GNU gettext 0.14.2.
41629
41630 2005-02-23  Simon Josefsson  <jas@extundo.com>
41631
41632         * m4/iconvme.m4: New file.
41633
41634 2005-02-23  Jim Meyering  <jim@meyering.net>
41635
41636         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
41637         change.
41638         Thanks to Bruno Haible for catching it.
41639
41640 2005-02-22  Simon Josefsson  <jas@extundo.com>
41641
41642         * modules/iconvme: New file.
41643
41644         * MODULES.html.sh: Add iconvme.
41645
41646 2005-02-22  Simon Josefsson  <jas@extundo.com>
41647
41648         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
41649
41650 2005-02-22  Simon Josefsson  <jas@extundo.com>
41651
41652         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
41653
41654 2005-02-22  Jim Meyering  <jim@meyering.net>
41655
41656         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
41657         s/ifndef/ifdef/.
41658
41659 2005-02-20  Neil Conway  <neilc@samurai.com>
41660
41661         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
41662         returned by OSX/Darwin if the specified buffer is not large
41663         enough for the hostname.
41664
41665 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41666
41667         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
41668         pass it to _help, otherwise the latter coredumps trying to
41669         dereference state.root_argp.
41670
41671 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
41672
41673         * modules/chdir-long (Depends-on): Add memrchr.
41674         * modules/memrchr (Files): Add lib/memrchr.h.
41675         (Include): "memrchr.h".
41676
41677 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
41678
41679         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
41680
41681 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
41682
41683         * lib/memrchr.h: New file.
41684         * lib/chdir-long.c: Include it.
41685         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
41686         Don't bother including stddef.h.
41687
41688 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
41689
41690         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
41691         inclusion.
41692         Include <sys/types.h>, for dev_t.
41693         (ME_DUMMY, ME_REMOTE): Move from here....
41694         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
41695         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
41696         Dmitry V. Levin.
41697         Include mountlist.h first, to test the interface.
41698
41699 2005-01-29  Bruno Haible  <bruno@clisp.org>
41700
41701         * lib/progname.c (program_name): Initialize.
41702         Needed when linking statically on MacOS X.
41703
41704 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
41705
41706         Sync from coreutils.
41707         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
41708         (Depends-on): Add c-strtod.
41709         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
41710
41711 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
41712
41713         Sync from coreutils.
41714         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
41715
41716         Remove files that are specific to coreutils.
41717         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
41718
41719 2005-01-28  Bruno Haible  <bruno@clisp.org>
41720
41721         * modules/javacomp: New file.
41722         * MODULES.html.sh (Java): Add javacomp.
41723
41724 2005-01-28  Bruno Haible  <bruno@clisp.org>
41725
41726         * m4/javacomp.m4: New file, from GNU gettext.
41727
41728 2005-01-28  Bruno Haible  <bruno@clisp.org>
41729
41730         * lib/javacomp.sh.in: New file, from GNU gettext.
41731         * lib/javacomp.h: New file, from GNU gettext.
41732         * lib/javacomp.c: New file, from GNU gettext.
41733
41734 2005-01-26  Simon Josefsson  <jas@extundo.com>
41735
41736         * lib/gai_strerror.c: Use GPL in header.
41737
41738 2005-01-26  Bruno Haible  <bruno@clisp.org>
41739
41740         * modules/javaexec: New file.
41741         * MODULES.html.sh (Java): Add javaexec.
41742
41743 2005-01-26  Bruno Haible  <bruno@clisp.org>
41744
41745         * m4/javaexec.m4: New file, from GNU gettext.
41746
41747 2005-01-26  Bruno Haible  <bruno@clisp.org>
41748
41749         * lib/javaexec.sh.in: New file, from GNU gettext.
41750         * lib/javaexec.h: New file, from GNU gettext.
41751         * lib/javaexec.c: New file, from GNU gettext.
41752
41753 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41754
41755         * modules/lchown (Depends-on): Remove lchown.h
41756
41757 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41758
41759         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
41760         must be defined if the header file was not found, in order
41761         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
41762
41763 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41764
41765         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
41766         initializers for struct pentry_state.
41767         (__argp_error): Check return value of __asprintf
41768         (__argp_failure): Translate error message
41769
41770         * lib/argp-parse.c: Removed braces around the expansion of N_()
41771
41772 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41773
41774         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
41775         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
41776         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
41777         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
41778         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
41779         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
41780         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
41781         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
41782         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
41783         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
41784         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
41785         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
41786         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
41787         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
41788         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
41789         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
41790         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
41791         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
41792         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
41793         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
41794         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
41795         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
41796         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
41797         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
41798         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
41799         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
41800         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
41801         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
41802         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
41803         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
41804         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
41805         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
41806         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
41807         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
41808         xstrtol.m4, xstrtoumax.m4, yesno.m4:
41809         Use an all-permissive copyright notice, recommended by RMS.
41810
41811 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
41812
41813         * modules/chdir-long (Depends-on): Remove mempcpy.
41814
41815 2005-01-21  Jim Meyering  <jim@meyering.net>
41816
41817         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
41818         same value as for Solaris 9.
41819
41820         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
41821         component length.  This included changing the parameter to be
41822         of type `char *' rather than `char const *'.
41823         * lib/chdir-long.h (chdir_long): Update prototype.
41824
41825         * lib/openat.c (fdopendir, fstatat): New functions.
41826         * lib/openat.h: Include headers required for use of DIR and struct
41827         stat.
41828         [AT_SYMLINK_NOFOLLOW]: Define.
41829         (fdopendir, fstatat): Add prototypes.
41830
41831 2005-01-21  Bruno Haible  <bruno@clisp.org>
41832
41833         * modules/classpath: New file.
41834         * MODULES.html.sh (Java): Add classpath.
41835
41836 2005-01-21  Bruno Haible  <bruno@clisp.org>
41837
41838         * lib/classpath.h: New file, from GNU gettext.
41839         * lib/classpath.c: New file, from GNU gettext.
41840
41841 2005-01-20  Simon Josefsson  <jas@extundo.com>
41842
41843         * modules/version-etc-fsf: New file.
41844
41845 2005-01-20  Simon Josefsson  <jas@extundo.com>
41846
41847         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
41848         * lib/version-etc.c: Remove version_etc_copyright.
41849         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
41850         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
41851
41852 2005-01-20  Simon Josefsson  <jas@extundo.com>
41853
41854         * lib/base64.h (isbase64): Add.
41855
41856         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
41857         using a unsigned prototype, don't inline.
41858         (base64_decode): Use it.
41859
41860 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41861
41862         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
41863         it.
41864
41865 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41866
41867         * lib/save-cwd.c (save_cwd): Remove code to support the case
41868         where fchdir is missing or flaky.
41869
41870 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
41871
41872         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
41873
41874 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
41875
41876         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
41877         AC_LIBSOURCES now does this.
41878         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
41879         with new ullong_max module.
41880
41881 2005-01-19  Bruno Haible  <bruno@clisp.org>
41882
41883         * modules/sh-quote: New file.
41884         * MODULES.html.sh (Executing programs): Add sh-quote.
41885
41886 2005-01-19  Bruno Haible  <bruno@clisp.org>
41887
41888         * lib/sh-quote.h: New file, from GNU gettext.
41889         * lib/sh-quote.c: New file, from GNU gettext.
41890
41891 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
41892
41893         Merge from coreutils.
41894         * m4/ullong_max.m4: New file.
41895         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
41896         (gl_MACROS): Assume localeconv exists.
41897
41898 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
41899
41900         Merge changes from coreutils, as described below in several
41901         changelogs dated today.
41902
41903         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
41904         (O_DIRECTORY): Remove; not needed here, since "." must be
41905         a directory.  All uses removed.
41906         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
41907         universal on Suns, and we also need to test for IRIX.
41908         Revamp code to use 'if' rather than '#if'.
41909         Avoid unnecessary comparison of cwd->desc to 0.
41910
41911         * lib/utimens.c (futimens): Robustify the previous patch, by checking
41912         for known valid error numbers rather than observed invalid ones.
41913
41914 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
41915
41916         * modules/ullong_max: New file.
41917
41918         * modules/chdir-long, modules/openat: New files.
41919         * modules/save-cwd (Depends-on): Depend on chdir-long.
41920         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
41921
41922 2005-01-18  Jim Meyering  <jim@meyering.net>
41923
41924         Merge from coreutils.
41925         * m4/chdir-long.m4, m4/openat.m4: New files.
41926         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
41927         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
41928         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
41929         is sane and DOES follow symlinks.  Besides, testing 20 different
41930         systems found no broken chown implementations.
41931         Prompted by a change in rsync's copy of this macro.
41932         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
41933
41934         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
41935
41936         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
41937         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
41938         NULL-means-set-to-current-time semantics.
41939         Remove temporary file immediately, rather than waiting
41940         for configure's at-exit trap code to do it.
41941
41942 2005-01-18  Jim Meyering  <jim@meyering.net>
41943
41944         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41945
41946         * lib/utimens.c (futimens): Account for the fact that futimes
41947         can also fail with errno == ENOSYS or errno == ENOENT.
41948         Patch from Dmitry V. Levin.
41949
41950         Change the name of the robust chdir function from chdir to chdir_long.
41951         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
41952         (restore_cwd): Use chdir_long, not chdir.
41953         * lib/chdir-long.c: Renamed from chdir.c.
41954         * lib/chdir-long.h: Renamed from chdir.h.
41955         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
41956         Hurd.
41957
41958 2005-01-18  Bruno Haible  <bruno@clisp.org>
41959
41960         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
41961         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
41962         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
41963         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
41964         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
41965         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
41966         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
41967         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
41968         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
41969         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
41970         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
41971         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
41972         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
41973         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
41974         Use an all-permissive copyright notice, recommended by RMS.
41975
41976 2005-01-18  Bob Proulx  <bob@proulx.com>
41977
41978         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
41979         simplify offsetof() macro construct to avoid compile failure with
41980         native HP-UX 11.0 ANSI C compiler.
41981
41982 2005-01-17  Bruno Haible  <bruno@clisp.org>
41983
41984         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
41985         redundant because stpncpy.m4 takes care of it.
41986
41987 2005-01-17  Bruno Haible  <bruno@clisp.org>
41988
41989         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
41990
41991 2005-01-17  Bruno Haible  <bruno@clisp.org>
41992
41993         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
41994         used.
41995
41996 2005-01-17  Bruno Haible  <bruno@clisp.org>
41997
41998         * lib/fwriteerror.h (fwriteerror): Change specification to include
41999         fclose.
42000         * lib/fwriteerror.c: Include <stdbool.h>.
42001         (fwriteerror): At the end, close the file stream. Record whether
42002         stdout was already closed.
42003
42004 2005-01-17  Bruno Haible  <bruno@clisp.org>
42005
42006         * lib/execute.c (environ): Declare if needed.
42007         * lib/pipe.c (environ): Likewise.
42008         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
42009
42010 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42011
42012         * modules/argp: Depend on vsnprintf
42013
42014 2005-01-10  Jim Meyering  <jim@meyering.net>
42015
42016         * modules/closeout (Depends-on): Add atexit.
42017
42018 2005-01-06  Bruno Haible  <bruno@clisp.org>
42019
42020         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
42021
42022 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
42023
42024         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
42025         definitions to be after all include files, to avoid collisions.
42026         Problem reported by Bob Proulx.
42027
42028 2005-01-04  Jim Meyering  <jim@meyering.net>
42029
42030         Changes imported from coreutils.
42031         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
42032         as the mkstemp template, use a temporary directory and an
42033         8.3-friendly template to avoid trouble on systems like DJGPP.
42034         Reported by Juan M. Guerrero via Stepan Kasal.
42035         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
42036         close. Remove the temporary directory right away, rather than waiting
42037         for configure's at-exit trap code to do it.
42038         Suggestion from Stepan Kasal.
42039
42040 2005-01-01  Simon Josefsson  <jas@extundo.com>
42041
42042         * gnulib-tool: Print #include directives when --import'ing.
42043
42044 2004-12-28  Simon Josefsson  <jas@extundo.com>
42045
42046         * tests/test-base64.c: Include required header files.  Remove
42047         unused variables.
42048
42049 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42050
42051         * modules/error (Depends-on): Remove gettext.
42052
42053 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42054
42055         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
42056         not needed.  This removes a dependency on the gettext module.
42057         [defined _LIBC]: Do not include <libintl.h>; not needed.
42058
42059 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
42060
42061         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
42062         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
42063
42064 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
42065
42066         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
42067         HAVE_DECL_STRTOLD.
42068
42069 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42070
42071         * modules/getdate (Depends-on): Remove alloca-opt.
42072
42073 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42074
42075         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
42076
42077 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42078
42079         * lib/argp-parse.c: Include <stddef.h>.
42080         (alignof, alignto): New macros.
42081         (parser_init): Don't assume that void * is aligned sufficiently
42082         for struct option.
42083
42084         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
42085         need to extend the stack.
42086         (YYINITDEPTH): New macro, so that the initial stack isn't overly
42087         large.
42088
42089 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42090
42091         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
42092
42093 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
42094
42095         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
42096         (2004-10-24) change.  Apparently this was a false alarm.
42097
42098         * modules/getdate: Depend on alloca-opt, not alloca.
42099
42100 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
42101
42102         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
42103         Remove now-obsolete comment about AIX.
42104         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
42105         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
42106         (YYMAXDEPTH): New macro.
42107
42108 2004-12-18  Simon Josefsson  <jas@extundo.com>
42109
42110         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
42111
42112 2004-12-18  Bruno Haible  <bruno@clisp.org>
42113
42114         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
42115
42116 2004-12-18  Bruno Haible  <bruno@clisp.org>
42117
42118         * lib/fatal-signal.c (fatal_signals): Make non-const.
42119         (init_fatal_signals): New function.
42120         (uninstall_handlers, install_handlers): Ignore signals that were set to
42121         SIG_IGN.
42122         (at_fatal_signal): Call init_fatal_signals.
42123         (init_fatal_signal_set): Likewise. Ignore signals that were set to
42124         SIG_IGN.
42125         Reported by Paul Eggert.
42126
42127 2004-12-18  Bruno Haible  <bruno@clisp.org>
42128
42129         * doc/alloca.texi: New file.
42130         * doc/alloca-opt.texi: New file.
42131
42132 2004-12-17  Jim Meyering  <jim@meyering.net>
42133
42134         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
42135         Otherwise, install-sh could exit with improper exit status when
42136         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
42137
42138 2004-12-16  Simon Josefsson  <jas@extundo.com>
42139
42140         * tests/test-base64.c: Add license.
42141
42142 2004-12-15  Stepan Kasal  <address@hidden>
42143
42144         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
42145
42146 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
42147
42148         * modules/getcwd (Files): Add m4/d-ino.m4.
42149         Suggested by Mark D. Baushke.
42150
42151 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
42152
42153         * lib/getdate.y (textint): New member "negative".
42154         (time_zone_hhmm): New function.
42155         Expect 14 shift-reduce conflicts, not 13.
42156         (o_colon_minutes): New rule.
42157         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
42158         (yylex): Set the "negative" member of signed numbers.
42159
42160 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
42161
42162         * doc/getdate.texi (Time of day items, Time zone items):
42163         Describe new formats +00:00, UTC+00:00.
42164
42165 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42166
42167         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
42168         spurious "-l"s.  Problem reported by Stepan Kasal.
42169
42170 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
42171
42172         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
42173         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
42174
42175 2004-12-04  Simon Josefsson  <jas@extundo.com>
42176
42177         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
42178         Vandoorselaere <yoann@prelude-ids.org>.
42179
42180 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42181
42182         Changes imported from coreutils.
42183         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
42184         exist.
42185         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
42186
42187 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42188
42189         Changes imported from coreutils.
42190         * lib/hard-locale.c: Assume <locale.h> exists.
42191         Include "strdup.h".
42192         (GLIBC_VERSION): New macro.
42193         (hard_locale): Assume setlocale exists.
42194         Rewrite to avoid #ifdef.
42195         Use strdup rather than malloc + strcpy.
42196         * lib/human.c: Assume <locale.h> exists.
42197         (human_readable): Assume localeconv exists.
42198
42199 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42200
42201         * modules/hard-locale (Depends-on): Add strdup.
42202
42203 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
42204
42205         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
42206         convert T2, not T.  (Imported from libc.)
42207
42208 2004-11-30  Simon Josefsson  <jas@extundo.com>
42209
42210         * modules/restrict (License): Change to LGPL.
42211
42212 2004-11-30  Simon Josefsson  <jas@extundo.com>
42213
42214         * m4/restrict.m4: Add copyright and copying conditions.
42215
42216 2004-11-30  Simon Josefsson  <jas@extundo.com>
42217
42218         * m4/base64.m4: New file.
42219
42220 2004-11-30  Simon Josefsson  <jas@extundo.com>
42221
42222         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
42223         base64.
42224
42225         * tests/test-base64.c: New file.
42226
42227         * modules/base64: New file.
42228
42229 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
42230
42231         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
42232         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
42233
42234         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
42235
42236 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
42237
42238         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
42239         (__getcwd.c): Don't restore errno; glibc doesn't.
42240         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
42241         first, falling back to our code only if its results look suspicious.
42242         Ensure that the resulting buffer is only as large as necessary.
42243
42244         * lib/readutmp.c: Include readutmp.h first.
42245         Include <errno.h>, since readutmp.h no longer does that.
42246         * lib/readutmp.h: Don't include <errno.h>,
42247         <sys/param.h>, <time.h>; not needed to establish interface.
42248         (errno): Remove decl.
42249         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
42250         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
42251         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
42252
42253 2004-11-28  Simon Josefsson  <jas@extundo.com>
42254
42255         * lib/base64.h, base64.c: New file.
42256
42257 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
42258
42259         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
42260
42261 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
42262
42263         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
42264         (Depends-on): Remove pathmax, same.  Add mempcpy.
42265         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
42266         (Makefile.am): Append getcwd.h to lib_SOURCES.
42267         (Include): Add getcwd.h.
42268         (Maintainer): Change from Jim Meyering to "all, glibc",
42269         since getdate now uses intended-for-glibc code.
42270         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
42271         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
42272
42273 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42274
42275         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
42276         HP's ANSI C compiler.
42277         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
42278         Declaring int functions causes warnings on some modern systems and
42279         shouldn't be needed to compile on ancient ones.
42280         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
42281         defined.
42282
42283         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
42284         with the following changes.
42285         (__set_errno): Parenthesize properly.
42286         Include <stdbool.h>.
42287         (MIN, MAX, MATCHING_INO): New macros.
42288         (__getcwd): Define with prototype, not K&R form.
42289         Use heuristics to allocate default buffer on stack if possible.
42290         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
42291         behavior, and to avoid the PATH_MAX limit when computing
42292         ../../../../...
42293         Use MATCHING_INO to compare inode number to file.
42294         Check for arithmetic overflow in size calculations.
42295         Fix bug in reallocation of dot array that caused getcwd to fail
42296         on directories nested deeper than 75.
42297         Be more careful about saving errno on error.
42298         Do not use realloc; use only free+malloc, as this is a bit
42299         more flexible and avoids a needless copy operation.
42300         Do not inspect st_dev and st_ino for symbolic links; POSIX
42301         doesn't specify the latter.
42302         Check for closedir errors.
42303         Avoid needless casts.
42304         Use "#ifdef weak_alias" around weak_alias, to be like other
42305         glibc code.
42306         The following changes to getcwd.c have effect only when used in
42307         gnulib; they have no effect inside glibc proper.
42308         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
42309         as alloca isn't used.
42310         (alloca, __alloca): Likewise.
42311         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
42312         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42313         unconditionally, as gnulib assumes C89 or better.
42314         Do not include <sys/param.h>.
42315         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
42316         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
42317         better.
42318         (NULL) [!defined NULL]: Remove; we assume C89 or better.
42319         Include <dirent.h> in a way that is compatible with modern Autoconf.
42320         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
42321         New macros, if not already defined.
42322         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
42323         Use "_LIBC", not "defined _LIBC", for consistency.
42324         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
42325         a mempcpy module.
42326         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
42327         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
42328         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
42329         credit only to Jim Meyering and adjust the copyright dates.
42330         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
42331         <stdlib.h>, <unistd.h>, "pathmax.h".
42332         Instead, include "xgetcwd.h" (first) and "getcwd.h".
42333         (INITIAL_BUFFER_SIZE): Remove.
42334         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
42335
42336 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42337
42338         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
42339         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
42340         Use the _ONCE methods, for efficiency.
42341         Check for fcntl.h.  In test program, include <errno.h>
42342         and <fcntl.h> if available.  Remove old K&R cruft from
42343         test program.  Check for common errors in GNU/Linux,
42344         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
42345         don't do AC_LIBOBJ, as that's getcwd.m4's job.
42346         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
42347         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
42348         name accordingly.
42349         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
42350         accommodate new getcwd.c.
42351         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
42352         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
42353         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
42354         that's all we need now.
42355
42356 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42357
42358         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
42359         argp-parse.c depends on getopt internals, that means we should
42360         always use our getopt, to be on the safe side.
42361         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
42362         order not to spoil the result of an eventual previous invocation
42363         of gl_GETOPT_SUBSTITUTE.
42364
42365 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42366
42367         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
42368         redefinition warnings. To avoid them, include the defines
42369         in `#if !defined __need_getopt ... #endif'. The only place
42370         where __getopt_argv_const is used is in definitions
42371         of getopt_long and getopt_long_only below, which are as well
42372         protected by `#ifndef __need_getopt'.
42373         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
42374         __need_getopt after including <stdio.h> and <unistd.h> These
42375         headers might have defined it.
42376
42377 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
42378
42379         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
42380
42381 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
42382
42383         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
42384         (futimens): New function, which uses futimes if available.
42385         (futimens, utimens): Support timespec==NULL, with same semantics
42386         as utime and utimens.
42387         * lib/utimens.h (futimens): New decl.
42388
42389 2004-11-23  Jim Meyering  <jim@meyering.net>
42390
42391         * lib/getopt_.h: Remove trailing blanks.
42392
42393 2004-11-23  Jim Meyering  <jim@meyering.net>
42394
42395         * lib/__fpending.c: Add comment.
42396
42397 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
42398
42399         * modules/canonicalize (Depends-on): Add xreadlink.
42400         Problem reported by James Youngman.
42401
42402 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42403
42404         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
42405         New macros.
42406         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
42407         optopt): Use them instead of invoking ## directly; otherwise, the
42408         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
42409
42410 2004-11-19  Bruno Haible  <bruno@clisp.org>
42411
42412         * lib/strtok_r.c: Move comments from here...
42413         * lib/strtok_r.h: ... to here.
42414
42415 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42416
42417         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
42418         implementations that mishandle size_t overflow.
42419
42420 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42421
42422         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
42423         might fail.  Problem reported by Yoann Vandoorselaere.
42424         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
42425         implementations that mishandle size_t overflow.
42426
42427 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42428
42429         * modules/canon-host (Depends-on): Add strdup.
42430
42431 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42432
42433         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
42434
42435 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42436
42437         * lib/canon-host.c: Include "strdup.h".
42438         (canon_host): Use getaddrinfo if available, so that IPv6 works.
42439         Use strdup instead of malloc/strcpy to duplicate strings.
42440
42441         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
42442         (human_space_before_unit): New constant.
42443         * lib/human.c (human_readable): Support it.
42444
42445         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
42446         (xgetcwd): Set errno correctly when failing.
42447         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
42448         the failure is actually due to a PATH_MAX problem.
42449
42450         Further getopt changes to make it more likely that glibc will
42451         buy the changes back.
42452         * lib/getopt.c (POSIXLY_CORRECT): New constant.
42453         (getopt): Use it, so to preserve glibc semantic
42454         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
42455         when compiling for libc.
42456         * lib/getopt_.h (__getopt_argv_const): Bring it back.
42457         (getopt_long, getopt_long_only): Use it.
42458
42459         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
42460         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
42461         (getopt): Argv is now char * const *, as per standard.
42462         (_getopt_internal_r, _getopt_internal): Argv is now char **,
42463         not char *__getopt_argv_const *.
42464         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
42465         _getopt_long_only_r): Likewise.
42466         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
42467         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
42468         _getopt_long_r, _getopt_long_only_r): Likewise.
42469         * lib/getopt_.h (__getopt_argv_const): Remove.
42470         (getopt): Argv is now char * const *, as per standard.
42471
42472         * lib/getdate.y (tORDINAL): New token.
42473         (day, relunit): Allow it for relative times.
42474         (relative_time_table): Use tORDINAL for ordinals.
42475
42476 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42477
42478         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
42479         Document that "second" isn't allowed as an ordinal number.
42480
42481 2004-11-16  Jim Meyering  <jim@meyering.net>
42482
42483         * modules/closeout (Depends-on): Add fpending.
42484
42485 2004-11-15  Jim Meyering  <jim@meyering.net>
42486
42487         * lib/closeout.c: Include "__fpending.h" once again.
42488         Include <stdbool.h>.
42489         (close_stdout): Don't fail just because stdout was closed initially,
42490         since some programs don't write to stdout in the normal course of
42491         operation (other than --version and --help), and we don't want this
42492         function to make e.g. `touch file >&-' fail.
42493         But do fail if it was closed and someone has tried to write to it.
42494         E.g., `printf foo >&-' must fail.
42495
42496 2004-11-13  Jim Meyering  <jim@meyering.net>
42497
42498         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
42499
42500 2004-11-12  Simon Josefsson  <jas@extundo.com>
42501
42502         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
42503         small doc fix is still pending.
42504
42505 2004-11-11  Simon Josefsson  <jas@extundo.com>
42506
42507         * modules/strtok_r: New file.
42508
42509         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42510         strtok_r.
42511
42512 2004-11-11  Simon Josefsson  <jas@extundo.com>
42513
42514         * m4/strtok_r.m4: New file.
42515
42516         * m4/getopt.m4: Replace opterr.
42517
42518 2004-11-11  Simon Josefsson  <jas@extundo.com>
42519
42520         * lib/strtok_r.h, strtok_r.c: New file.
42521
42522 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
42523
42524         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
42525         of replacing opterr, getopt, etc.  This should handle the
42526         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
42527
42528 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
42529
42530         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
42531         we can stop lying to compilers about the constness of argv when we
42532         are compiled outside glibc.
42533         (getopt, getopt_long, getopt_long_only): Use it.
42534         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
42535         _getopt_internal, getopt): Likewise.
42536         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
42537         _getopt_long_only_r): Likewise.
42538         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
42539         _getopt_long_r, _getopt_long_only_r): Likewise.
42540
42541         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
42542         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
42543         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
42544         the other external symbols.
42545         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
42546         declaration, since the above renaming now works around collisions.
42547
42548 2004-11-11  Jim Meyering  <jim@meyering.net>
42549
42550         * lib/linebreak.c: Remove trailing blanks.
42551         * lib/alloca_.h: Likewise.
42552         * lib/acosl.c: Likewise.
42553         * lib/euidaccess.c: Likewise.
42554         * lib/allocsa.h: Likewise.
42555
42556 2004-11-10  Simon Josefsson  <jas@extundo.com>
42557
42558         * m4/getaddrinfo.m4: New file.
42559
42560 2004-11-10  Simon Josefsson  <jas@extundo.com>
42561
42562         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
42563
42564 2004-11-10  Simon Josefsson  <jas@extundo.com>
42565
42566         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42567         getaddrinfo.
42568
42569         * modules/getaddrinfo: New file.
42570
42571 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42572
42573         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
42574
42575 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42576
42577         * lib/mktime.c (SHR): New macro, which is a portable
42578         substitute for >> that should work even on Crays.
42579         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
42580         Problem reported by Mark D. Baushke in
42581         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
42582         * lib/getdate.y (SHR): Likewise.
42583         (tm_diff): Use it.
42584         * lib/strftime.c (SHR): Likewise.
42585         (tm_diff): Use it.
42586         * lib/quotearg.c (struct quoting_options): Use unsigned int for
42587         quote_these_too, so that right shifts are well defined.  All uses
42588         changed.
42589
42590 2004-11-10  Jim Meyering  <jim@meyering.net>
42591
42592         Ensure that no close failure goes unreported.
42593         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
42594         return early when it seems there's nothing to flush.
42595         Don't include __fpending.h.
42596
42597 2004-11-10  Jim Meyering  <jim@meyering.net>
42598
42599         * modules/closeout (Depends-on): Remove fpending.
42600
42601 2004-11-10  Jim Meyering  <jim@meyering.net>
42602
42603         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
42604
42605 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42606
42607         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
42608         gl_FUNC_STRFTIME.
42609         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
42610         and AC_REQUIRE when possible, to avoid duplicate checks.
42611         Check for <wchar.h>.
42612
42613 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42614
42615         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
42616
42617 2004-11-09  Bruno Haible  <bruno@clisp.org>
42618
42619         * m4/sockpfaf.m4: New file.
42620
42621 2004-11-05  Bruno Haible  <bruno@clisp.org>
42622
42623         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
42624         Reported by Mark D. Baushke <mdb@cvshome.org>.
42625
42626 2004-11-04  Bruno Haible  <bruno@clisp.org>
42627
42628         2004-09-11  Bruno Haible  <bruno@clisp.org>
42629                 * allocsa.valgrind: New file.
42630         2004-02-06  Bruno Haible  <bruno@clisp.org>
42631                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
42632                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
42633                 Reported by Christopher Seip <chris.seip@hp.com>.
42634
42635 2004-11-04  Bruno Haible  <bruno@clisp.org>
42636
42637         * modules/allocsa (Files): Add lib/allocsa.valgrind.
42638         (Makefile.am): Distribute it.
42639
42640 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42641
42642         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
42643         with errno == ERANGE if the buffer is too small.
42644         Problem reported by Mark D. Baushke.
42645
42646 2004-11-03  Albert Chin  <china@thewrittenword.com>
42647             Paul Eggert  <eggert@cs.ucla.edu>
42648
42649         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
42650         equivalent, substitute $ac_type for equivalent type rather than
42651         blindly using uint32_t *always* which won't work if uint32_t is not
42652         available.  Define _UINT32_T to work around typedef of uint32_t if
42653         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
42654         2.5.1.
42655
42656 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
42657
42658         * m4/jm-macros.m4: Sync from coreutils.
42659         (gl_MACROS): Check for mbrlen, for pathchk.
42660         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
42661
42662 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
42663
42664         * lib/xreadlink.c (MAXSIZE): New macro.
42665         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
42666         size does not exceed MAXSIZE.  Avoid cast.
42667         As suggested by Mark D. Baushke in
42668         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
42669         if readlink fails with buffer size just under MAXSIZE, try again
42670         with MAXSIZE.
42671
42672 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
42673
42674         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
42675
42676 2004-11-02  Derek R. Price  <derek@ximbiot.com>
42677         and  Paul Eggert  <eggert@cs.ucla.edu>
42678
42679         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
42680         (get_date): Overparenthesize to avoid GCC warning.
42681
42682 2004-11-02  Bruno Haible  <bruno@clisp.org>
42683
42684         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
42685         returns void.
42686
42687 2004-11-02  Bruno Haible  <bruno@clisp.org>
42688
42689         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
42690         function returns void.
42691
42692 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
42693
42694         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
42695         fflush_unlocked, flockfile, funlockfile, funlockfile,
42696         fputs_unlocked, putc_unlocked.
42697
42698 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
42699
42700         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
42701         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
42702         already declared.
42703
42704 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
42705
42706         * modules/getdate (Files): Add doc/getdate.texi.
42707         (Depends-on): Add setenv, xalloc.
42708
42709 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
42710
42711         * lib/getdate.y: Add support for TZ="foo" within a date string.
42712         Fix some bugs near time_t boundaries.  Reject dates with
42713         out-of-range components, e.g., "Sept 31".
42714         Include <stdlib.h>, "setenv.h", "xalloc.h".
42715         (ISDIGIT_LOCALE): Remove; unused.
42716         Note that the TZ and time functions used here are not reentrant.
42717         (mktime_ok, get_tz): New functions.
42718         (TZBUFSIZE): New constant.
42719         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
42720         This requires that we sometimes generate our own TZ="XXX..." setting.
42721
42722 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
42723
42724         * doc/getdate.texi: New file, from coreutils with modifications for
42725         the new TZ parsing.
42726
42727 2004-10-27  Derek R. Price  <derek@ximbiot.com>
42728
42729         * lib/mktime.c (not_equal_tm): Remove redundant check.
42730
42731 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42732
42733         * modules/regex (lib_SOURCES): Add regex.c.
42734         Reported by James Youngman in
42735         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
42736
42737 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42738
42739         * lib/getdate.y: Use Bison 1.875 features, and some minor
42740         code cleanups.  This change does not affect semantics.
42741         Don't include <stdlib.h>; no longer needed.
42742         Don't include unlocked-io.h; only the "#if TEST" code uses
42743         stdio, and performance isn't crucial there.
42744         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
42745         Bison 1.875 features as described below.
42746         All uses of "PC." replaced by "pc->".
42747         (YYSTYPE): Add a forward declaration.
42748         (yylex, yyerror): Use full prototypes in forward decls.
42749         Use "%pure-parser" rather than obsolescent "%pure_parser".
42750         Use %parse-param and %lex-param instead of obsolescent
42751         YYPARSE_PARAM and YYLEX_PARAM.
42752         (meridian_table, month_and_day_table, time_units_table,
42753         relative_time_table, time_zone_table, military_table,
42754         lookup_zone, lookup_word, get_date):
42755         Use NULL instead of 0 where appropriate.
42756         (to_hour): Avoid abort (), to avoid a dependency on
42757         stdlib.h.
42758         (yyerror, yylex): Now accepts parser_control * arg.
42759         (main) [TEST]: Use '\0' rather than 0 for char.
42760
42761 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
42762
42763         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
42764
42765 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
42766
42767         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
42768         It's now the caller's responsibility to handle the case where
42769         !HAVE_GETPAGESIZE && !defined getpagesize.
42770
42771         * lib/mktime.c (leapyear): Arg is long int, not int.
42772
42773 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
42774
42775         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
42776
42777 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42778
42779         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
42780         missing.  Problem reported by James Youngman.
42781
42782 2004-10-16  Simon Josefsson  <jas@extundo.com>
42783
42784         * gnulib-tool: Fix comments.  Fix parse problem.
42785         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
42786
42787 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
42788
42789         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
42790         implementation of getopt_long.  Problem reported by Alexander Taler in:
42791         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
42792
42793 2004-10-15  Bruno Haible  <bruno@clisp.org>
42794
42795         * gnulib-tool: Untabify. Initialize supplied_libname.
42796         (func_usage): More homogenous output.
42797         (func_modules_transitive_closure, func_modules_to_filelist,
42798         func_emit_lib_Makefile_am): New functions.
42799         (func_import): New function, extracted from big case statement. Use
42800         func_get_license, func_modules_transitive_closure,
42801         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
42802         opt_lgpl. Don't use test -a, as it's not portable.
42803         (func_create_testdir): Use func_modules_transitive_closure,
42804         func_modules_to_filelist, func_emit_lib_Makefile_am.
42805
42806 2004-10-15  Bruno Haible  <bruno@clisp.org>
42807
42808         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
42809
42810 2004-10-15  Bruno Haible  <bruno@clisp.org>
42811
42812         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
42813         the portions belonging to each module.
42814         Suggested by Derek Robert Price <derek@ximbiot.com>.
42815
42816 2004-10-12  Simon Josefsson  <jas@extundo.com>
42817
42818         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
42819         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
42820         to real functions.
42821
42822 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42823
42824         * modules/vsnprintf: New file.
42825
42826 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42827
42828         * m4/vsnprintf.m4: New file.
42829
42830 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42831
42832         * lib/vsnprintf.h: New file.
42833         * lib/vsnprintf.c: New file.
42834
42835 2004-10-11  Bruno Haible  <bruno@clisp.org>
42836
42837         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
42838         vsnprintf.
42839
42840 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42841
42842         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
42843
42844 2004-10-07  Bruno Haible  <bruno@clisp.org>
42845
42846         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
42847         fits into the provided buffer.
42848
42849 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42850
42851         * lib/diacrit.c, diacrit.h: Add GPL notice.
42852
42853         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
42854         notice.
42855         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
42856         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
42857         This avoids a potential constant-folding bug.
42858
42859 2004-10-05  Bruno Haible  <bruno@clisp.org>
42860
42861         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
42862         for the declaration of strsep.
42863
42864 2004-10-05  Bruno Haible  <bruno@clisp.org>
42865
42866         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
42867
42868 2004-10-04  Simon Josefsson  <jas@extundo.com>
42869
42870         * modules/memmem: New file.
42871         * tests/test-memmem.c: New file.
42872         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
42873
42874 2004-10-04  Simon Josefsson  <jas@extundo.com>
42875
42876         * m4/memmem.m4: New file.
42877
42878 2004-10-04  Simon Josefsson  <jas@extundo.com>
42879
42880         * lib/memmem.h: New file.
42881         * lib/memmem.c: New file, taken from glibc.
42882
42883 2004-10-04  Simon Josefsson  <jas@extundo.com>
42884
42885         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
42886         '#ifdef USE_UNLOCKED_IO'.
42887
42888 2004-10-04  Simon Josefsson  <jas@extundo.com>
42889
42890         * config/srclist.txt: Add memmem from glibc.
42891
42892 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42893
42894         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
42895
42896         * modules/argmatch, modules/argp, modules/closeout, modules/error,
42897         modules/exclude, modules/getdate, modules/getline,
42898         modules/getndelim2, modules/getpass, modules/getpass-gnu,
42899         modules/getusershell, modules/linebuffer, modules/md5,
42900         modules/mountlist, modules/posixtm, modules/readtokens,
42901         modules/readutmp, modules/regex, modules/sha1,
42902         modules/version-etc, modules/yesno:
42903         Remove dependency on unlocked-io.
42904
42905 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42906
42907         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
42908
42909         * m4/unlocked-io.m4: Add copyright notice.
42910         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
42911
42912 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42913
42914         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
42915         * lib/xmalloc.c (xmemdup): Likewise.
42916         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
42917         XFREE): Remove these long-obsolescent macros.
42918         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
42919         * lib/xstrdup.c: Remove.
42920
42921         * lib/regex.c (re_comp): Cast gettext return value to char *,
42922         Problem reported by Martin Neitzel via Mark D. Baushke.
42923
42924 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
42925
42926         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
42927         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
42928         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
42929         regex.c, sha1.c, version-etc.c, yesno.c:
42930         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
42931         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
42932         the includer's responsibility.
42933
42934         Sync from coreutils.
42935
42936         * lib/modechange.c (mode_compile): Don't decrement a pointer that
42937         points to the start of a string, as the C Standard says the
42938         resulting behavior is undefined.
42939
42940         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
42941         simple -> simple_backups, numbered_existing ->
42942         numbered_existing_backups, numbered -> numbered_backups
42943         to avoid shadowing problems.  All uses changed.
42944         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
42945         * lib/backupfile.c (check_extension, numbered_backup):
42946         Rename locals to avoid shadowing 'basename'.
42947         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
42948         once.
42949
42950         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
42951         * lib/.cvsignore: Add getopt.h.
42952
42953 2004-10-04  Bruno Haible  <bruno@clisp.org>
42954
42955         * modules/README: New file.
42956         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
42957         not a module.
42958
42959 2004-10-02  Jim Meyering  <jim@meyering.net>
42960
42961         * lib/dirfd.h, getpagesize.h: Add copyright notice.
42962
42963 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42964
42965         * modules/strsep: New file.
42966
42967 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42968
42969         * m4/strsep.m4: New file.
42970
42971 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
42972
42973         * lib/strsep.h: New file.
42974         * lib/strsep.c: New file.
42975
42976 2004-10-01  Simon Josefsson  <jas@extundo.com>
42977
42978         * lib/snprintf.c (snprintf): Handle size==0.
42979
42980 2004-10-01  Simon Josefsson  <jas@extundo.com>
42981             Bruno Haible  <bruno@clisp.org>
42982
42983         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
42984         (snprintf): Declare 'args'.
42985
42986 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
42987
42988         * lib/snprintf.c: Remove comments as to why each header is needed.
42989
42990 2004-10-01  Bruno Haible  <bruno@clisp.org>
42991
42992         * MODULES.html.sh: Add strsep.
42993
42994 2004-09-30  Simon Josefsson  <jas@extundo.com>
42995
42996         * modules/snprintf: New file.
42997
42998 2004-09-30  Simon Josefsson  <jas@extundo.com>
42999
43000         * m4/snprintf.m4: New file.
43001
43002 2004-09-30  Simon Josefsson  <jas@extundo.com>
43003
43004         * lib/snprintf.h, lib/snprintf.c: New files.
43005
43006 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43007
43008         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
43009         (hol_entry_help): Never translate an empty string.
43010         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
43011         * lib/argp.h (OPTION_NO_TRANS): New option.
43012
43013 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43014
43015         * modules/argp (Maintainer): Replace Simon Josefsson
43016         by Sergey Poznyakoff.
43017
43018 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43019
43020         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
43021         changes merged back into glibc.
43022
43023 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43024
43025         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
43026
43027 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
43028
43029         * lib/xvasprintf.c: Include xalloc.h.
43030         (xvasprintf): Use xalloc_die, not xmalloc_die.
43031
43032 2004-09-29  Bruno Haible  <bruno@clisp.org>
43033
43034         * modules/alloca-opt: New file, derived from modules/alloca.
43035         * modules/allocsa: Depend on alloca-opt instead of alloca.
43036         * modules/setenv: Likewise.
43037         * modules/vasnprintf: Likewise.
43038         * MODULES.html.sh: Add alloca-opt.
43039
43040 2004-09-28  Simon Josefsson  <jas@extundo.com>
43041
43042         * gnulib-tool: New parameter --lgpl, to asseert that modules are
43043         LGPL, and to replace license template from GPL to LGPL.
43044
43045 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
43046
43047         * modules/dummy: Change license to LGPL.
43048
43049 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
43050
43051         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
43052
43053 2004-09-24  Simon Josefsson  <jas@extundo.com>
43054
43055         * modules/minmax (License): Change from GPL to LGPL.
43056
43057 2004-09-23  Simon Josefsson  <jas@extundo.com>
43058
43059         * gnulib-tool (--import): Typo.
43060
43061 2004-09-23  Simon Josefsson  <jas@extundo.com>
43062
43063         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
43064
43065 2004-09-22  Bruno Haible  <bruno@clisp.org>
43066
43067         * modules/*: Add 'License' field.
43068         * gnulib-tool: Accept --extract-license option.
43069         (func_get_license): New function.
43070
43071 2004-09-21  Bruno Haible  <bruno@clisp.org>
43072
43073         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
43074         Reported by Simon Josefsson.
43075
43076 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43077
43078         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
43079         gl_AC_TYPE_LONG_LONG.
43080
43081 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43082
43083         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
43084
43085 2004-09-18  Simon Josefsson  <jas@extundo.com>
43086         and  Paul Eggert  <eggert@cs.ucla.edu>
43087
43088         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
43089         calls with autoreconf.  Define GL_LIB.
43090
43091 2004-09-14  Karl Berry  <karl@gnu.org>
43092
43093         * config/srclist.txt: unsync setenv.c, sigh.
43094
43095 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43096
43097         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
43098         Problem reported by Bruno Haible in:
43099         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
43100
43101 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43102
43103         * config/srclist.txt: Comment out argp-pvh.c.
43104
43105 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
43106
43107         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
43108         in case some system header has #define'd it.  Problem reported by
43109         Soeren D. Schulze in
43110         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
43111
43112 2004-09-09  Karl Berry  <karl@gnu.org>
43113
43114         * regex.[ch]: delete from the root.  These were supposed to be
43115                 synced with emacs cvs, but this has not happened for about
43116                 a year, and anyway nothing else uses emacs regex.[ch].
43117                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
43118                 lib/regex[.ch] is untouched.
43119
43120 2004-09-09  Bruno Haible  <bruno@clisp.org>
43121
43122         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
43123
43124 2004-09-09  Bruno Haible  <bruno@clisp.org>
43125
43126         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
43127         modifications.
43128         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
43129
43130 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
43131
43132         * modules/xvasprintf: New file.
43133         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
43134
43135 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
43136
43137         * lib/xvasprintf.h: New file.
43138         * lib/xvasprintf.c: New file.
43139         * lib/xasprintf.c: New file.
43140
43141 2004-09-08  Bruno Haible  <bruno@clisp.org>
43142
43143         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
43144
43145 2004-09-08  Bruno Haible  <bruno@clisp.org>
43146
43147         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
43148         length is > INT_MAX.
43149         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
43150         more.
43151
43152 2004-09-08  Bruno Haible  <bruno@clisp.org>
43153
43154         * lib/stdint_.h: New file, taken from GNU clisp.
43155
43156 2004-09-08  Bruno Haible  <bruno@clisp.org>
43157             Oskar Liljeblad  <oskar@osk.mine.nu>
43158
43159         * modules/stdint: New file.
43160         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
43161
43162 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43163
43164         Import from coreutils.
43165         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
43166         strings on unbounded length.  alloca's performance benefits aren't
43167         that important here.
43168         (V_STRDUP): Remove.
43169         (parse_with_separator): New function, with most of the internals
43170         of the old parse_user_spec.  Allow user to omit both user and group,
43171         for compatibility with FreeBSD.
43172         Clone only the user name, not the entire spec.
43173         Do not set *uid, *gid unless entirely successful.
43174         Avoid memory leak in some failing cases.
43175         Fix regression for USER.GROUP reported by Dmitry V. Levin in
43176         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
43177         (parse_user_spec): Rewrite to use parse_with_separator.
43178
43179 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43180
43181         * modules/userspec: Don't depend on alloca.
43182
43183 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43184
43185         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
43186
43187 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43188
43189         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
43190         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
43191         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
43192
43193 2004-08-16  Simon Josefsson  <jas@extundo.com>
43194
43195         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
43196         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
43197         Add --dry-run for --import.
43198         Let user provided command line parameters override configure.ac
43199         settings.
43200
43201 2004-08-12  Simon Josefsson  <jas@extundo.com>
43202
43203         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
43204         as discussed with Paul Eggert in threads rooted at
43205         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
43206         and
43207         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
43208         Before, the test was empty, and relied on ELIDE_CODE in source
43209         code.)
43210         (gl_PREREQ_GETOPT): New macro.
43211         (gl_GETOPT): Use them.
43212
43213 2004-08-12  Simon Josefsson  <jas@extundo.com>
43214
43215         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
43216         * lib/getopt_.h: Renamed from getopt.h.
43217
43218 2004-08-12  Simon Josefsson  <jas@extundo.com>
43219
43220         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
43221         Change default library name from libfoo to libgnu.
43222         Now, if you have a configure.ac that says:
43223                 gl_SOURCE_BASE(gl)
43224                 gl_M4_BASE(gl/m4)
43225                 gl_MODULES(error getopt etcetera)
43226                 gl_INIT
43227         you can import all you need by running:
43228                 ../gnulib/gnulib-tool --import
43229
43230         * modules/getopt (Files): Rename getopt.h to getopt_.h.
43231         (Makefile.am): Rewrite, use logic from argz.
43232         (Include): Use <getopt.h> instead of "getopt.h".
43233
43234 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43235
43236         * modules/argp (Files): Add m4/unlocked-io.m4.
43237         (Depends-on): Add extensions.
43238
43239 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43240
43241         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
43242         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
43243         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
43244         Check for program_invocation_name, program_invocation_short_name,
43245         flockfile, funlockfile, features.h, _getopt_long_only_r.
43246
43247 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43248
43249         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
43250         its complicated substitute.
43251         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
43252         and program_invocation_name.
43253         (__argp_basename) [!_LIBC]: Remove; the only use was
43254         replaced by its body.
43255         (__argp_short_program_name): Change condition from
43256         !defined __argp_short_program_name to
43257         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
43258         to match argp-namefrob.h.
43259         (__argp_failure): Don't assume strerror_r returns char *.
43260         * lib/argp-parse.c (N_): Define unconditionally.
43261         (argp_default_options): Fill out initializers with 0 to avoid
43262         gcc warnings.
43263
43264 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43265
43266         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
43267         getopt1.c.
43268
43269 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43270
43271         Merge from coreutils.
43272
43273         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
43274
43275         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
43276         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
43277
43278 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43279
43280         Merge from coreutils.
43281
43282         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
43283         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
43284         for Reliant Unix 5.43.
43285
43286         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
43287         (union fooround): Use uintmax_t, not long int.
43288         The rest is a merge from libc:
43289         [defined _LIBC]: Include <shlib-compat.h>.
43290         (_obstack) [defined _LIBC]: Remove after 2.3.4.
43291
43292         * lib/settime.c (settime): Recode to avoid warning with
43293         Sun Forte C 6U2.
43294
43295         * lib/strverscmp.c: Convert to UTF-8.
43296
43297 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43298
43299         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
43300         m4/uintmax_t.m4.
43301
43302 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43303
43304         * modules/xalloc-die: New file.
43305         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
43306
43307         * modules/md5 (Files): Add m4/uint32_t.m4.
43308         * modules/sha1: Renamed from modules/sha.
43309         (Files):
43310         Rename lib/sha.h to lib/sha1.h.
43311         Rename lib/sha.c to lib/sha1.c.
43312         Rename m4/sha.m4 to m4/sha1.m4.
43313         (lib_SOURCES): Likewise.
43314         (configure.ac): Rename gl_SHA to gl_SHA1.
43315         (Include): sha.h -> sha1.h.
43316
43317 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43318
43319         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
43320         * m4/sha1.m4: Renamed from sha.m4.
43321         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
43322
43323 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43324
43325         * lib/obstack.h (obstack_empty_p):
43326         Don't assume that chunk->contents is suitably aligned.
43327         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
43328         Likewise. Problem reported by Benno in
43329         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
43330
43331         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
43332         readable.  This could be improved further but it'd take some work.
43333
43334 2004-08-08  Simon Josefsson  <jas@extundo.com>
43335
43336         * modules/xgethostname (Depends-on): Remove exit and error (not
43337         used).
43338
43339         * modules/getpass-gnu: Add getpass.h.
43340         (Depends-on): Add stdbool.
43341         * modules/getpass: Add getpass.h.
43342
43343 2004-08-08  Simon Josefsson  <jas@extundo.com>
43344
43345         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
43346         Check getpass declaration.
43347
43348 2004-08-08  Simon Josefsson  <jas@extundo.com>
43349
43350         * lib/xgethostname.c: Don't include error.h (not used).
43351
43352         * lib/getpass.h: Add.
43353         * lib/getpass.c: Include getpass.h first.
43354
43355 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
43356
43357         * lib/xalloc-die.c: New file.
43358         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
43359         All uses removed.
43360         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
43361         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
43362         xalloc-die.c.
43363         (_, N_, xalloc_die): Move to xalloc-die.c.
43364         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
43365         so that we needn't mess with xalloc_msg_memory_exhausted.
43366
43367         * lib/sha1.h: Renamed from sha.h.
43368         (SHA1_H): Renamed from _SHA_H.
43369         (sha1_ctx): Renamed from sha_ctx.
43370         (sha1_init_ctx): Renamed from sha_init_ctx.
43371         (sha1_process_block): Renamed from sha_process_block.
43372         (sha1_process_bytes): Renamed from sha_process_bytes.
43373         (sha1_finish_ctx): Renamed from sha_finish_ctx.
43374         (sha1_read_ctx): Renamed from sha_read_ctx.
43375         (sha1_stream): Renamed from sha_stream.
43376         (sha1_buffer): Renamed from sha_buffer.
43377         * lib/sha1.c: Likewise; renamed from sha.c.
43378         Do not include <sys/types.h>.
43379         Include <stddef.h> rather than <stdlib.h>.
43380
43381 2004-08-08  Bruno Haible  <bruno@clisp.org>
43382
43383         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
43384         FILESYSTEM_PREFIX_LEN.
43385         * lib/progreloc.c: Likewise.
43386         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
43387
43388 2004-08-06  Simon Josefsson  <jas@extundo.com>
43389
43390         * modules/progname (Depends-on): Don't depend on stdbool.
43391
43392 2004-08-06  Simon Josefsson  <jas@extundo.com>
43393
43394         * modules/getsubopt: New file.
43395         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43396         getsubopt.
43397
43398 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
43399
43400         More merge from coreutils.
43401
43402         * m4/utimens.m4, m4/utimecmp.m4: New files.
43403         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
43404         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
43405         prereq.m4, sha.m4: Import changes from coreutils.
43406
43407 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
43408
43409         More merge from coreutils.
43410         * modules/raise, modules/readtokens0, modules/utimens:
43411         * modules/utimecmp, module/xnanosleep: New files.
43412         * modules/strftime: Add lib/strftime.h.
43413         Change include from <time.h> to "strftime.h".
43414         * modules/yesno: Add lib/yesno.h.
43415         * modules/backupfile: Remove lib/addext.c.
43416         * modules/euidaccess: Add stat-macros.h.
43417         * modules/canonicalize, modules/euidaccess,
43418         modules/filemode, modules/lchown, modules/makepath,
43419         modules/rmdir, modules/stat: Likewise.
43420
43421 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
43422
43423         Merge from tar.
43424         * lib/argp-help.c (make_hol, hol_append): Don't assume that
43425         SIZE_MAX is a valid preprocessor constant.
43426         (__argp_basename): Change from "#ifndef _LIBC"
43427         to "#ifndef __argp_short_program_name", so that
43428         we don't compile these functions for tar.
43429
43430         More merges from coreutils.
43431         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
43432         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
43433         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
43434         * lib/addext.c: Remove; no longer needed.
43435         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
43436         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
43437         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
43438         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
43439         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
43440         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
43441         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
43442         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
43443         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
43444         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
43445         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
43446         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
43447         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
43448         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
43449         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
43450         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
43451         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
43452         Import changes from coreutils.
43453
43454 2004-08-05  Simon Josefsson  <jas@extundo.com>
43455
43456         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
43457
43458 2004-08-05  Simon Josefsson  <jas@extundo.com>
43459
43460         * m4/getsubopt.m4: New file.
43461
43462 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
43463
43464         Merge from coreutils.
43465
43466         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
43467         * m4/getcwd-path-max.m4: New files.
43468
43469         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
43470         FILESYSTEM_PREFIX_LEN ->
43471         FILE_SYSTEM_PREFIX_LEN.
43472         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
43473         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
43474         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
43475         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
43476
43477         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
43478         prerequisite modules now handle the DOS stuff.
43479         Don't check for unistd.h.
43480
43481 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
43482
43483         Merge from coreutils.
43484
43485         * lib/.gdb-history: Remove; this doesn't belong here.
43486
43487         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
43488         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
43489         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
43490         * lib/getcwd.c: New files.
43491
43492         * lib/dirname.h: Include <stdbool.h>.
43493         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
43494         for consistency with POSIX terminology.  All uses changed.
43495         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
43496         (strip_trailing_slashes): Use bool for booleans.
43497         * lib/stripslash.c (strip_trailing_slashes): Likewise.
43498
43499         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
43500         sometimes returns a positive errno value even when it succeeds.
43501         (print_errno_message) [!LIBC]: Fall back on strerror if
43502         __strerror_r fails.
43503
43504         * lib/path-concat.c (mempcpy): Don't define if a system header defines
43505         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
43506         (longest_relative_suffix): New function.
43507         (path_concat): Use it.  Assume first argument is not NULL.
43508         Port to DOS.  Omit redundant separators.
43509         Report an error instead of returning NULL.
43510         Use mempcpy instead of memcpy.
43511         (xpath_concat): Remove: not declared or used.
43512
43513         * lib/same.h: Include <stdbool.h>
43514         (same_name): Return bool, not int.
43515         * lib/same.c (same_name): Likewise.
43516         (errno): Don't declare; we assume C89 or better now.
43517
43518         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
43519         if not already defined.
43520
43521         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
43522         * lib/dup-safer.c (errno): Likewise.
43523
43524 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
43525
43526         Merge from coreutils.
43527         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
43528         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
43529         * modules/path-concat: Don't depend on strdup.
43530
43531 2004-08-03  Simon Josefsson  <jas@extundo.com>
43532
43533         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
43534         * lib/progname.h: Don't include stdbool.h.
43535
43536 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
43537
43538         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
43539         * MODULES.html.sh (func_all_modules): Remove fatal.
43540
43541 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
43542
43543         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
43544
43545 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
43546
43547         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
43548         working.
43549
43550 2004-08-02  Simon Josefsson  <jas@extundo.com>
43551
43552         * lib/getsubopt.h: New file, with comments from Bruno Haible.
43553         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
43554         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
43555
43556 2004-08-01  Simon Josefsson  <jas@extundo.com>
43557
43558         * lib/xgetdomainname.c: Include stdlib.h, for free().
43559
43560 2004-07-19  Bruno Haible  <bruno@clisp.org>
43561
43562         * MODULES.html.sh (func_all_modules): Add dummy.
43563
43564 2004-07-16  Simon Josefsson  <jas@extundo.com>
43565
43566         * modules/dummy: New file.
43567
43568 2004-07-16  Simon Josefsson  <jas@extundo.com>
43569
43570         * lib/dummy.c: New file.
43571
43572 2004-07-16  Bruno Haible  <bruno@clisp.org>
43573
43574         * lib/backupfile.h: Add extern "C" for C++.
43575         * lib/closeout.h: Likewise.
43576         * lib/copy-file.h: Likewise.
43577         * lib/findprog.h: Likewise.
43578         * lib/full-write.h: Likewise.
43579         * lib/pathname.h: Likewise.
43580         * lib/progname.h: Likewise.
43581         * lib/stpcpy.h: Likewise.
43582         * lib/stpncpy.h: Likewise.
43583         * lib/strcase.h: Likewise.
43584         * lib/strstr.h: Likewise.
43585         * lib/xalloc.h: Likewise.
43586
43587         * lib/mbswidth.h: Add extern "C" for C++.
43588         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
43589
43590 2004-07-13  Robert Millan  <robertmh@gnu.org>
43591
43592         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
43593
43594 2004-07-09  Simon Josefsson  <jas@extundo.com>
43595
43596         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
43597         failed without this.)
43598
43599 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43600
43601         * modules/chown (Files): Add lib/fchown-stub.c, since
43602         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
43603
43604 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43605
43606         * lib/fchown-stub.c: New file.
43607
43608 2004-06-24  Jim Meyering  <jim@meyering.net>
43609
43610         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
43611
43612 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43613
43614         * modules/argz: Omit "#include".
43615
43616         * MODULES.html.sh (func_all_modules): Add calloc, to match
43617         2004-06-01 addition of calloc module.
43618
43619 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43620
43621         * m4/argz.m4: New file, which is autoupdated from libtool.
43622
43623 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43624
43625         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
43626         libtool.
43627
43628 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43629
43630         * config/srclist-update: Don't insist on "USA." before the
43631         close-comment, as libtool omits the period and puts the */ on a
43632         separate line.
43633         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
43634         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
43635
43636 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
43637
43638         * modules/argz: New file.
43639         * MODULES.html.sh (func_all_modules): Add argz.
43640
43641 2004-06-12  Jim Meyering  <jim@meyering.net>
43642         and  Paul Eggert  <eggert@cs.ucla.edu>
43643
43644         * modules/hash (Files): Add lib/xalloc.h.
43645         * modules/pipe (Depends-on): Add wait-process.
43646         * modules/stat (Depends-on): Add xalloc.
43647         * modules/userspec (Files): Add lib/userspec.h.
43648         * modules/xstrto
43649
43650         Upgrade from gettext-0.13.
43651         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
43652         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
43653         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
43654
43655 2004-06-10  Jim Meyering  <jim@meyering.net>
43656
43657         * lib/calloc.c: New file.
43658
43659 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
43660
43661         * lib/getdate.y (yylex): Allow space between sign and number.
43662         Problem reported by Dan Jacobson.
43663
43664 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
43665
43666         Merge from coreutils CVS.
43667
43668         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
43669         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
43670         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
43671         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
43672         xstrtol.m4: Fix copyright date and/or serial number.
43673
43674         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
43675         See if we need an fchown replacement.
43676         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
43677         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
43678         and use the replacement function if we detect either defect.
43679
43680         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
43681         gl_UTIMECMP.
43682
43683 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
43684         and  Jim Meyering  <jim@meyering.net>
43685
43686         Merge from coreutils CVS.
43687
43688         * lib/stat-macros.h: New file, with contents from file-type.h
43689         and coreutils' system.h.
43690         * lib/file-type.c: Include "stat-macros.h".
43691         * lib/file-type.h (file_type): Move all macro definitions to new file,
43692         stat-macros.h.
43693
43694         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
43695         Wrap old code with this conditional.
43696         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
43697         function that does not dereference symlinks.
43698         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
43699
43700         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
43701         dependency problems.
43702         (xreadlink): Accept new arg SIZE, for efficiency.
43703         All decls and uses changed.
43704         * lib/xreadlink.h: Include <stddef.h>, for size_t.
43705
43706         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
43707         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
43708
43709         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
43710         sysexits.h.
43711
43712 2004-06-01  Jim Meyering  <jim@meyering.net>
43713
43714         * m4/calloc.m4: New file.
43715
43716 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
43717
43718         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
43719         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
43720         Also, fix a typo in a diagnostic.
43721
43722 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
43723
43724         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
43725         or AC_FUNC_REALLOC.
43726
43727 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
43728
43729         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
43730         macros to be defined.
43731         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
43732         the allocator returns NULL because the requested size is zero.
43733
43734 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
43735
43736         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
43737         var.  Add comment explaining why libc still defines it.  This
43738         merges the following patch from glibc:
43739         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
43740
43741 2004-05-20  Andreas Schwab  <schwab@suse.de>
43742
43743         * m4/free.m4: Replace free if it not known to work, not the other
43744         way round.
43745
43746 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43747
43748         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
43749         present in glibc since revision 1.1 of this file.
43750         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
43751         obstack_alignment_mask, obstack_alloc, obstack_base,
43752         obstack_blank, obstack_blank_fast, obstack_chunk_size,
43753         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
43754         obstack_grow0, obstack_init, obstack_int_grow,
43755         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
43756         obstack_next_free, obstack_object_size, obstack_ptr_grow,
43757         obstack_ptr_grow_fast, obstack_room): Remove declarations of
43758         nonexistent functions.
43759
43760 2004-05-18  Karl Berry  <karl@gnu.org>
43761
43762         * config/srclist.txt: break link for vasnprintf.c.
43763
43764 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
43765
43766         Port obstack to the AS/400, where pointers are 16 bytes wide and
43767         you cannot cast an integer to a valid pointer.  This patch is
43768         currently waiting to be integrated into glibc; see
43769         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
43770
43771         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
43772         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
43773         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
43774         (struct obstack): temp member is now a union of a pointer and
43775         an integer, instead of an integer.  All integer uses changed.
43776         This does not affect the physical layout of struct obstack,
43777         except on hosts (like the AS/400) where the size or alignment of
43778         void * is greater than that of ptrdiff_t.
43779         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
43780         __STDC__)]: Store temporary in pointer member of union, not
43781         integer member.
43782         * lib/obstack.c: Include <stddef.h>, for offsetof.
43783         (struct fooalign): Remove; it doesn't need a name.
43784         (union fooround): Change double to long double, and add void *.
43785         (DEFAULT_ALIGNMENT): Use offsetof to compute.
43786         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
43787         not a macro.  Hence the values are always int; so remove all
43788         casts-to-int in uses.
43789
43790 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
43791
43792         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
43793         we can get this patch merged into glibc.
43794
43795 2004-05-17  Derek R. Price  <derek@ximbiot.com>
43796             Paul Eggert  <eggert@cs.ucla.edu>
43797
43798         * m4/argp: Depend on alloca.
43799
43800 2004-05-17  Derek R. Price  <derek@ximbiot.com>
43801             Paul Eggert  <eggert@cs.ucla.edu>
43802
43803         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
43804         freecoding.
43805
43806 2004-05-17  Bruno Haible  <bruno@clisp.org>
43807
43808         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
43809         precision that consists of a '.' followed by an empty digit string.
43810         Patch by Tor Lillqvist <tml@iki.fi>.
43811
43812 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
43813
43814         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
43815         for backward compatibility with older code.  We need our own
43816         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
43817         it under some other name, and our alloca.h will define it.
43818
43819 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
43820             Derek Price  <derek@ximbiot.com>
43821
43822         * lib/alloca.c: Include <alloca.h>, to get our interface.
43823         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
43824         include <alloca.h> first.  Use C89 prototype for alloca; this
43825         requires including <stddef.h> for size_t.  Use extern "C" if C++.
43826         Use #elif for simplicity, since we can assume C89 now.
43827         Don't try to source the system alloca.h since it will not be found
43828         and to prevent recursively including its replacement.
43829         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
43830         * lib/regex.c: Likewise.
43831
43832 2004-05-16  Derek Price  <derek@ximbiot.com>
43833             Paul Eggert  <eggert@cs.ucla.edu>
43834
43835         getline cleanup.  This changes the getndelim2 API: both order of
43836         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
43837         no delimiter).
43838
43839         * lib/getline.c: Don't include stddef.h or stdio.h, since our
43840         interface does that.
43841         (getline): Always use getdelim, so that we don't have two
43842         copies of this code.
43843         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
43844         if available.
43845         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
43846         (GETNDELIM2_MAXIMUM): New macro.
43847         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
43848         instead of the old practice of delim2==0.  All callers changed.
43849         Return -1 on overflow, instead of returning junk.
43850         Do not set *linesize unless allocation succeeds.
43851         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
43852         that we include sys/types.h.
43853         * lib/getnline.h: Likewise.
43854         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
43855         (getndelim2): Reorder arguments.
43856         * lib/getnline.c (getnline, getndelim):
43857         Don't discard the NMAX argument.
43858         (getnline): Invoke getndelim, to avoid code duplication.
43859         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
43860         of (size_t) -1 by callers of the getnline family.
43861
43862 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
43863
43864         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
43865         Check for gettimeofday.
43866         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
43867         Check for settimeofday, stime.
43868
43869 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
43870
43871         * lib/nanosleep.c (suspended): Change its type from int to
43872         sig_atomic_t volatile.
43873         (first_call): Make it private to rpl_nanosleep, and have it
43874         be zero initially as that's a bit faster.
43875         (my_usleep): Round up fractional times instead of truncating them,
43876         as this is the usual meaning for 'sleep'.
43877
43878         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
43879         doesn't work.
43880         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
43881         (ENOSYS): Define if not defined.
43882         (settime): Fall back on stime if it exists and settimeofday fails.
43883         But don't bother with fallbacks if a method fails with errno == EPERM.
43884
43885 2004-05-11  Jim Meyering  <jim@meyering.net>
43886
43887         Prior to this change, the save_cwd caller required read access to the
43888         current directory on most systems (ones with the fchdir function).
43889
43890         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
43891         fails, try write-only, and finally, resort to using xgetcwd.
43892
43893 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
43894
43895         * lib/obstack.c, obstack.h: Import changes from libc.
43896
43897 2004-04-28  Bruno Haible  <bruno@clisp.org>
43898
43899         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
43900         also implicitly appends .exe to executables.
43901         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
43902         accepts Windows pathnames.
43903         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
43904         Treat Cygwin like Windows, since it now accepts Windows pathnames.
43905         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
43906         Treat Cygwin like Windows, since it now accepts Windows pathnames.
43907         Reported by Derek Robert Price <derek@ximbiot.com>.
43908
43909 2004-04-21  Karl Berry  <karl@gnu.org>
43910
43911         * config/srclist.txt (localcharset.c): break sync.
43912
43913 2004-04-20  Paul Eggert  <eggert@twinsun.com>
43914
43915         * m4/host-os.m4: Add a copyright notice.
43916
43917 2004-04-20  Jim Meyering  <jim@meyering.net>
43918
43919         Change UTILS_ to gl_ in AC_DEFINE'd names.
43920         Change utils_- and jm_-prefixed variables, too.
43921         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
43922         UTILS_FUNC_MKDIR_TRAILING_SLASH.
43923         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
43924
43925         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
43926         Don't emit trailing blanks.
43927         Also rename jm_-prefixed variables to have gl_ prefix.
43928
43929         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
43930         Also rename jm_-prefixed variables to have gl_ prefix.
43931
43932         * m4/jm-macros.m4: Reflect the renamings.
43933         * m4/prereq.m4: Likewise.
43934
43935 2004-04-20  Jim Meyering  <jim@meyering.net>
43936
43937         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
43938         memory.
43939
43940 2004-04-20  Jim Meyering  <jim@meyering.net>
43941             Bruno Haible  <bruno@clisp.org>
43942
43943         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
43944         memory when realloc fails.
43945
43946 2004-04-19  Jim Meyering  <jim@meyering.net>
43947
43948         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
43949         now that readutmp.c may call `free (0)'.
43950
43951 2004-04-19  Bruno Haible  <bruno@clisp.org>
43952
43953         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
43954         * m4/inttypes_h.m4: Likewise.
43955         * m4/stdint_h.m4: Likewise.
43956         * m4/intmax_t.m4: Likewise.
43957         * m4/uintmax_t.m4: Likewise.
43958
43959 2004-04-18  Jim Meyering  <jim@meyering.net>
43960
43961         * m4/prereq.m4: Don't forbid jm_ prefix.
43962
43963         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
43964         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
43965         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
43966         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
43967         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
43968         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
43969         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
43970         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
43971         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
43972         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
43973         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
43974         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
43975         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
43976         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
43977         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
43978         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
43979         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
43980         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
43981         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
43982
43983 2004-04-18  Jim Meyering  <jim@meyering.net>
43984
43985         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
43986         failure, don't leak memory and do call END_UTMP_ENT.
43987
43988 2004-04-16  Jim Meyering  <jim@meyering.net>
43989
43990         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
43991         coreutils' stat program.
43992         (gl_PREREQ): Don't require jm_PREREQ_STAT.
43993
43994 2004-04-11  Paul Eggert  <eggert@twinsun.com>
43995
43996         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
43997         C89.
43998         (CHAR_BIT): Remove, since we assume C89.
43999         Include <stdint.h> if available, as per current Autoconf CVS advice.
44000
44001 2004-03-31  Jim Meyering  <jim@meyering.net>
44002
44003         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
44004         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
44005         * m4/xalloc.m4: Likewise.
44006
44007 2004-03-30  Paul Eggert  <eggert@twinsun.com>
44008
44009         Merge from coreutils.
44010
44011         * m4/inttostr.m4: New file.
44012         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
44013         Require AM_STDBOOL_H and gl_TIMESPEC instead.
44014         Require gl_CLOCK_TIME.
44015         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
44016
44017 2004-03-30  Paul Eggert  <eggert@twinsun.com>
44018
44019         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
44020         not bool, to be more consistent with Unix conventions.
44021         Suggested by Bruno Haible.
44022
44023         Merge from coreutils.
44024
44025         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
44026         * lib/umaxtostr.c: New files.
44027
44028         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
44029         the usual <time.h> dance.
44030         (get_date): Change signature to support fractional time stamps.
44031         All callers changed.
44032         * lib/getdate.y: Include "getdate.h" first, as we can now
44033         assume C89 and don't need to worry about 'const'.
44034         Similarly, include "unlocked-io.h" near start, not in middle.
44035         Include <limits.h>.
44036         (textint.value): Use long int rather than int.
44037         (textint.digits): Use size_t rather than int.
44038         (BILLION, LOG10_BILLION): New constants.
44039         (parser_control): New member rel_ns.  Members day_ordinal,
44040         time_zone, month, day, hour, minutes, rel_year, rel_month,
44041         rel_day, rel_hour, rel_minutes, rel_seconds
44042         are now long int, not int.  Member seconds is now struct timespec,
44043         not int.  New member timespec_seen.  Members dates_seen, days_seen,
44044         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
44045         not int.
44046         (%union.intval): Now long int, not int.
44047         New member timespec.
44048         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
44049         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
44050         (spec): Now is a timespec or an item list.
44051         (timespec, items): New nonterminals.
44052         (time, rel, relunit, number, get_date):
44053         Add support for fractional seconds.
44054         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
44055         (gmtime, localtime, mktime): Remove decls; not needed with C89.
44056         (to_hour): First arg is now long int, not int.
44057         (to_year): Returns long int, not int.
44058         Don't treat year -70 like 70.
44059         (tm_diff): Returns long int, not int.
44060         (lookup_word): Use bool instead of int when appropriate.
44061         (yylex): Use size_t for count, not int.
44062         Detect overflow when parsing large integer constants.
44063         Add support for fractions.
44064         (get_date): Make pointers 'const' if possible.
44065         Use more-portable code to detect integer overflow.
44066         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
44067         Don't use ctime; it's not reliable if the year has >4 digits.
44068
44069         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
44070         This is for compatibility with BSD.
44071
44072         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
44073         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
44074         From coreutils' system.h.
44075
44076         * lib/userspec.c: Don't include "posixver.h".
44077         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
44078         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
44079         compatible extension.  Simplify code by removing a boolean int
44080         that was always nonzero if a string was nonnull.
44081
44082 2004-03-30  Jim Meyering  <jim@meyering.net>
44083
44084         Merge from coreutils.
44085
44086         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
44087         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
44088         on some systems one must include <grp.h> before it.
44089         Reported by Christian Krackowizer.
44090
44091 2004-03-30  Jim Meyering  <jim@meyering.net>
44092
44093         Merge from coreutils.
44094
44095         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
44096
44097         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
44098         an empty input stream.
44099
44100         * lib/readtokens.c: Include <stdbool.h>.
44101         (readtoken): Use `size_t' rather than int/long.
44102         All callers adjusted.
44103         Use `bool' rather than `int' where appropriate.
44104         Use memset rather than an explicit loop.
44105         Use x2nrealloc rather than xrealloc.
44106         Allow the use of `\0' as a delimiter.
44107         (readtokens): Likewise.
44108         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
44109
44110 2004-03-30  Jim Meyering  <jim@meyering.net>
44111
44112         * m4/realloc.m4: Remove file, since now it does no more than
44113         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
44114         the `configure.ac' section of module/realloc.
44115         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
44116
44117 2004-03-30  Bruno Haible  <bruno@clisp.org>
44118
44119         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
44120         nonnull.
44121
44122 2004-03-29  Paul Eggert  <eggert@twinsun.com>
44123
44124         Merge changes to getloadavg.c from coreutils and Emacs.
44125
44126         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
44127         Define to an expression, not to the empty string.
44128         Include cloexec.h and xalloc.h.
44129         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
44130         Use set_cloexec_flag rather than rolling our own.
44131         * lib/cloexec.c, lib/cloexec.h: New files.
44132
44133 2004-03-29  Paul Eggert  <eggert@twinsun.com>
44134
44135         * m4/cloexec.m4: New file.
44136
44137 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44138
44139         * lib/getopt.h: Sync with libc CVS.
44140
44141 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44142             Bruno Haible  <bruno@clisp.org>
44143
44144         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
44145         mbswidth.
44146
44147 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44148             Bruno Haible  <bruno@clisp.org>
44149
44150         * lib/mbswidth.h: Include <wchar.h> only if
44151         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
44152         <wchar.h>.
44153         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
44154
44155 2004-03-09  Paul Eggert  <eggert@twinsun.com>
44156
44157         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
44158         Sync with libc CVS.
44159         * lib/getopt_int.h: New file, also synced from libc.
44160
44161 2004-03-09  Paul Eggert  <eggert@twinsun.com>
44162
44163         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
44164         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
44165         Bring back getopt.c, getopt.h, getopt1.c.
44166
44167 2004-03-07  Paul Eggert  <eggert@twinsun.com>
44168
44169         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
44170         All uses changed.  Check for sa_sigaction member; this fixes
44171         a bug first reported by Jason Andrade in
44172         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
44173
44174 2004-03-07  Paul Eggert  <eggert@twinsun.com>
44175
44176         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
44177         '#if' expressions.  Unlike the code it replaces, it does not
44178         depend on (defined _SC_PAGESIZE).  However, it does depend on
44179         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
44180         first reported by Jason Andrade in
44181         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
44182
44183 2004-02-25  Simon Josefsson  <jas@extundo.com>
44184
44185         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
44186
44187 2004-02-25  Simon Josefsson  <jas@extundo.com>
44188
44189         * lib/strdup.h: New file.
44190         * lib/strdup.c: Include it.
44191         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
44192         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
44193
44194 2004-02-23  Karl Berry  <karl@gnu.org>
44195
44196         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
44197         (from fencepost.gnu.org:/gd/gnuorg).
44198
44199 2004-02-23  Karl Berry  <karl@gnu.org>
44200
44201         * config/srclistvars.sh (GNUORG) [karl]: redefine.
44202         * config/srclist.txt: add maintain/standards documents.
44203
44204 2004-02-18  Bruno Haible  <bruno@clisp.org>
44205
44206         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
44207         Reported by Derek Robert Price <derek@ximbiot.com>.
44208
44209 2004-02-16  Karl Berry  <karl@gnu.org>
44210
44211         * config/mkinstalldirs, install-sh: update from automake.
44212
44213 2004-02-06  Karl Berry  <karl@gnu.org>
44214
44215         * m4/po.m4: update from gettext 0.14.1.
44216
44217 2004-02-06  Karl Berry  <karl@gnu.org>
44218
44219         * lib/config.charset: update from gettext 0.14.1.
44220
44221 2004-02-05  Paul Eggert  <eggert@twinsun.com>
44222
44223         Add comments and code, prompted by suggestions from Bruno Haible
44224         for sh-quote.
44225         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
44226         describing the enum quoting_style values.
44227         * lib/quotearg.c (quotearg_alloc): New function.
44228         (quotearg_buffer_restyled): Treat lone { and } as special.
44229         Treat = as special.  Work around bug with older shells
44230         that "see" a '\' that is really the 2nd byte of a multibyte char.
44231         Quote empty string with shell_quoting_style.
44232
44233 2004-02-03  Bruno Haible  <bruno@clisp.org>
44234
44235         * m4/pipe.m4: New file, from GNU gettext.
44236
44237 2004-02-03  Bruno Haible  <bruno@clisp.org>
44238
44239         * lib/pipe.h: New file, from GNU gettext.
44240         * lib/pipe.c: New file, from GNU gettext.
44241
44242 2004-01-27  Bruno Haible  <bruno@clisp.org>
44243
44244         * m4/execute.m4: New file, from GNU gettext.
44245
44246 2004-01-27  Bruno Haible  <bruno@clisp.org>
44247
44248         * lib/execute.h: New file, from GNU gettext.
44249         * lib/execute.c: New file, from GNU gettext.
44250         * lib/w32spawn.h: New file, from GNU gettext.
44251
44252 2004-01-24  Paul Eggert  <eggert@twinsun.com>
44253
44254         Merge from diffutils.
44255
44256         * lib/file-type.c (file_type): Add typed memory objects.
44257         * lib/file-type.h (S_TYPEISTMO): New macro.
44258
44259         * lib/c-stack.h (c_stack_action): Remove argv argument.
44260         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
44261         (die): Don't calculate message unless segv_action returns.
44262         (get_stack_location, min_address_from_argv, max_address_from_argv,
44263         volatile stack_base, volatile_stack_size): Remove.
44264         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
44265         that every segmentation violation is a stack overflow.  (Ouch!)
44266         See Debian bug 136249 (still outstanding) for more info about why
44267         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
44268
44269 2004-01-24  Paul Eggert  <eggert@twinsun.com>
44270
44271         Exit-status fix from coreutils.
44272
44273         Use exit_failure consistently in place of EXIT_FAILURE,
44274         so that program exit statuses are consistent on failure.
44275
44276         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
44277         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
44278         * lib/argmatch.h: Comment fix to match the above.
44279         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
44280         Now a macro referring to exit_failure, instead of a separate
44281         variable.  Include "exitfail.h" to get it.
44282         * lib/xstrtol.h: Include "exitfail.h".
44283         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
44284
44285         * lib/long-options.c (parse_long_options): Use prototype
44286         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
44287         for clarity.
44288
44289 2004-01-21  Jim Meyering  <jim@meyering.net>
44290
44291         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
44292         so as not to conflict with a different-sized __mktime_internal
44293         function in GNU libc.
44294         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
44295         Problem building statically-linked `ls' reported by Michael Brunnbauer.
44296
44297 2004-01-20  Karl Berry  <karl@gnu.org>
44298
44299         * config/config.guess: update from config.
44300
44301         * config/srclistvars.sh: GNUWWWLICENSES for karl.
44302
44303 2004-01-20  Bruno Haible  <bruno@clisp.org>
44304
44305         Safer stack allocation.
44306         * lib/setenv.c: Include allocsa.h.
44307         (alloca): Remove fallback definition.
44308         (freea): Remove macro.
44309         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
44310         instead of freea.
44311
44312 2004-01-20  Bruno Haible  <bruno@clisp.org>
44313
44314         * m4/eealloc.m4: New file, from GNU gettext.
44315
44316 2004-01-20  Bruno Haible  <bruno@clisp.org>
44317
44318         * m4/allocsa.m4: New file, from GNU gettext.
44319
44320 2004-01-20  Bruno Haible  <bruno@clisp.org>
44321
44322         * lib/xallocsa.h: New file, from GNU gettext.
44323         * lib/xallocsa.c: New file, from GNU gettext.
44324
44325 2004-01-20  Bruno Haible  <bruno@clisp.org>
44326
44327         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
44328
44329 2004-01-20  Bruno Haible  <bruno@clisp.org>
44330
44331         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
44332         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
44333         specially.
44334
44335 2004-01-20  Bruno Haible  <bruno@clisp.org>
44336
44337         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
44338         patch.
44339
44340 2004-01-20  Bruno Haible  <bruno@clisp.org>
44341
44342         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
44343
44344 2004-01-20  Bruno Haible  <bruno@clisp.org>
44345
44346         * lib/eealloc.h: New file.
44347
44348 2004-01-20  Bruno Haible  <bruno@clisp.org>
44349
44350         * lib/binary-io.h: Avoid warnings on Cygwin.
44351
44352 2004-01-20  Bruno Haible  <bruno@clisp.org>
44353
44354         * lib/allocsa.h: New file, from GNU gettext.
44355         * lib/allocsa.c: New file, from GNU gettext.
44356
44357 2004-01-18  Karl Berry  <karl@gnu.org>
44358
44359         * doc/gpl.texi, doc/lgpl.texi: new files.
44360
44361 2004-01-18  Karl Berry  <karl@gnu.org>
44362
44363         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
44364         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
44365
44366 2004-01-15  Paul Eggert  <eggert@twinsun.com>
44367
44368         Merge from coreutils.
44369
44370         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
44371         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
44372         (gl_DEFAULT_POSIX2_VERSION): Move
44373         the documentation from 'configure' into 'config.hin',
44374         so that 'configure --help' isn't burdened by it and
44375         we don't have to worry about its formatting there.
44376         Reword the documentation so that it's more succinct
44377         and can be run together into a single paragraph.
44378         * m4/same.m4 (gl_SAME): Check for pathconf.
44379
44380 2004-01-15  Paul Eggert  <eggert@twinsun.com>
44381
44382         Merge from coreutils.
44383
44384         * lib/posixver.c: Include posixver.h.
44385
44386         * lib/same.c: Include <stdbool.h>, <limits.h>.
44387         (_POSIX_NAME_MAX): Define if not defined.
44388         (MIN): New macro.
44389         (same_name): If file names are silently truncated, report
44390         that the file names are the same if they are the same after
44391         the silent truncation.
44392
44393         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
44394         conversion function.
44395         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
44396         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
44397         longer needed.
44398
44399 2004-01-15  Jim Meyering  <jim@meyering.net>
44400
44401         Merge from coreutils.
44402
44403         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
44404         if no library is required.
44405         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
44406         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
44407         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
44408         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
44409         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
44410         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
44411         value, $ac_cv_search_crypt, if it's "none required".
44412         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
44413         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
44414         not gl_FUNC_GETLOADAVG.
44415         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
44416         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
44417
44418 2004-01-15  Jim Meyering  <jim@meyering.net>
44419
44420         Merge from coreutils.
44421
44422         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
44423         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
44424         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
44425
44426         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
44427         optional configure-time default.
44428
44429         * lib/version-etc.c (version_etc_copyright): Update copyright date.
44430
44431         * lib/xreadlink.c (xreadlink): Correct outdated comment.
44432
44433 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
44434
44435         Merge from coreutils.
44436
44437         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
44438         value, $ac_cv_search_nanosleep, if it's "none required".
44439
44440 2004-01-14  Paul Eggert  <eggert@twinsun.com>
44441
44442         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
44443         with like-named macro in fnmatch.c.
44444         (EXT): Use an internal constant instead.
44445
44446         Merge fnmatch patches from glibc.
44447         * lib/fnmatch.c (mbsinit): Remove define.
44448         Add libc_hidden_ver (__fnmatch, fnmatch).
44449         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
44450         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
44451
44452 2004-01-14  Karl Berry  <karl@gnu.org>
44453
44454         * config/install-sh: update from automake.
44455
44456 2004-01-13  Karl Berry  <karl@gnu.org>
44457
44458         * config/install-sh: update from automake.
44459
44460 2004-01-09  Karl Berry  <karl@gnu.org>
44461
44462         * config/install-sh: update from automake.
44463
44464 2004-01-05  Karl Berry  <karl@gnu.org>
44465
44466         * config/config.{sub,guess}: update from config.
44467
44468 2003-12-31  Karl Berry  <karl@gnu.org>
44469
44470         * config/depcomp: update from automake.
44471
44472 2003-12-14  Karl Berry  <karl@gnu.org>
44473
44474         * lib/config.charset: update from gettext-runtime.
44475
44476 2003-12-03  Paul Eggert  <eggert@twinsun.com>
44477
44478         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
44479         Bug reported by Alfred M. Szmidt.
44480
44481 2003-12-03  Bruno Haible  <bruno@clisp.org>
44482
44483         * m4/gettext.m4: Upgrade from gettext-0.13.
44484         * m4/po.m4: Upgrade from gettext-0.13.
44485         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
44486         * m4/intmax.m4: New file, from gettext-0.13.
44487         * m4/printf-posix.m4: New file, from gettext-0.13.
44488
44489 2003-11-29  Karl Berry  <karl@gnu.org>
44490
44491         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
44492
44493 2003-11-25  Paul Eggert  <eggert@twinsun.com>
44494             Bruno Haible  <bruno@clisp.org>
44495
44496         * lib/printf-parse.h: Don't include sys/types.h.
44497         (ARG_NONE): New macro.
44498         (char_directive): Change type of *arg_index fields to size_t.
44499         * lib/printf-parse.c: Don't include sys/types.h.
44500         (SSIZE_MAX): Remove macro.
44501         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
44502         Remove unnecessary overflow check.
44503         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
44504         fields.
44505
44506 2003-11-25  Bruno Haible  <bruno@clisp.org>
44507
44508         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
44509
44510 2003-11-25  Bruno Haible  <bruno@clisp.org>
44511
44512         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
44513         gt_TYPE_SSIZE_T.
44514
44515 2003-11-24  Paul Eggert  <eggert@twinsun.com>
44516
44517         * modules/alloca: Remove dependency on xalloc.
44518
44519 2003-11-24  Paul Eggert  <eggert@twinsun.com>
44520
44521         * lib/alloca.c: Remove dependency on xalloc module.
44522         (xalloc_die): Remove.
44523         (memory_full) [!defined emacs]: New macro.
44524         [!defined emacs]: Don't include xalloc.h.
44525         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
44526         address arithmetic overflows.  Change datatypes a bit to avoid
44527         unnecessary casts.
44528
44529 2003-11-22  Jim Meyering  <jim@meyering.net>
44530
44531         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
44532         s/size/size_t/.
44533
44534 2003-11-21  Karl Berry  <karl@gnu.org>
44535
44536         * config/config.{sub,guess}: update from config.
44537
44538 2003-11-18  Karl Berry  <karl@gnu.org>
44539
44540         * config/config.{sub,guess}: update from config.
44541
44542         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
44543
44544 2003-11-17  Paul Eggert  <eggert@twinsun.com>
44545
44546         * README: Mention that S+T cannot overflow if S is the size of
44547         an existing object and T is sufficiently small.
44548
44549 2003-11-17  Jim Meyering  <jim@meyering.net>
44550
44551         On systems without utime and without a utimes function capable of
44552         dealing with a NULL struct utimbuf* argument, this utime replacement
44553         could -- in unusual circumstances -- leak a file descriptor.
44554         * lib/utime.c: Include <unistd.h> and <errno.h>.
44555         (utime_null): Be sure to close `fd' and to preserve errno.
44556         Reported by Geoff Collyer via Arnold Robbins.
44557
44558 2003-11-17  Bruno Haible  <bruno@clisp.org>
44559
44560         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
44561         (Depends-on): Add xsize.
44562
44563 2003-11-17  Bruno Haible  <bruno@clisp.org>
44564
44565         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
44566
44567 2003-11-17  Bruno Haible  <bruno@clisp.org>
44568
44569         * lib/vasnprintf.c (alloca): Remove fallback definition.
44570         (freea): Remove definition.
44571         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
44572         Reported by Paul Eggert.
44573
44574 2003-11-16  Paul Eggert  <eggert@twinsun.com>
44575             Bruno Haible  <bruno@clisp.org>
44576
44577         Protect against address arithmetic overflow.
44578         * lib/printf-args.h: Include stddef.h.
44579         (arguments): Change type of field 'count' to size_t.
44580         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
44581         'unsigned int' where appropriate.
44582         * lib/printf-parse.h: Include sys/types.h.
44583         (char_directive): Change type of *arg_index fields to ssize_t.
44584         (char_directives): Change type of fields 'count', max_*_length to
44585         size_t.
44586         * lib/printf-parse.c: Include sys/types.h and xsize.h.
44587         (SSIZE_MAX): Define fallback value.
44588         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
44589         instead of 'int' where appropriate. Check a_allocated, d_allocated
44590         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
44591         * lib/vasnprintf.c: Include xsize.h.
44592         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
44593         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
44594         overflow. Avoid wraparound when converting a width or precision from
44595         decimal to binary.
44596
44597 2003-11-16  Bruno Haible  <bruno@clisp.org>
44598
44599         Update from GNU gettext.
44600         * lib/printf-parse.c: Generalize to it can be compiled for wide
44601         strings.
44602         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
44603         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
44604         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
44605         SNPRINTF): New macros.
44606         Don't include <alloca.h> if the file is used inside libintl.
44607         (local_wcslen): New function, for Solaris 2.5.1.
44608         (VASNPRINTF): Use it instead of wcslen.
44609
44610 2003-11-16  Bruno Haible  <bruno@clisp.org>
44611
44612         * lib/xsize.h (xmax): New function.
44613         (xsum, xsum3, xsum4): Declare as "pure" functions.
44614
44615 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44616
44617         * modules/xalloc (Files): Undo latest change, since xalloc.h
44618         no longer needs SIZE_MAX or PTRDIFF_MAX.
44619
44620 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44621
44622         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
44623         gl_PTRDIFF_MAX.
44624
44625 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44626
44627         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
44628         "return", to pacify some unknown compiler.  Problem reported
44629         by Joerg Schilling.
44630
44631 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44632
44633         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
44634         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
44635         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
44636         heuristic is just as accurate as far as we know, and it removes a
44637         dependency on size_max.m4 and ptrdiff_max.m4.
44638
44639 2003-11-11  Bruno Haible  <bruno@clisp.org>
44640
44641         * modules/xsize (Files): Add m4/size_max.m4.
44642         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
44643
44644 2003-11-11  Bruno Haible  <bruno@clisp.org>
44645
44646         * m4/size_max.m4: New file.
44647         * m4/ptrdiff_max.m4: New file.
44648         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
44649         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
44650         (gl_XALLOC): Invoke it.
44651
44652 2003-11-11  Bruno Haible  <bruno@clisp.org>
44653
44654         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
44655         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
44656         defined.
44657
44658 2003-11-10  Paul Eggert  <eggert@twinsun.com>
44659
44660         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
44661         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
44662         rejected some allocations of exactly SIZE_MAX - 2 bytes.
44663         From Bruno Haible.
44664         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
44665         not (size_t) -1, since it's defined here.
44666
44667 2003-11-09  Karl Berry  <karl@gnu.org>
44668
44669         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
44670
44671 2003-11-06  Paul Eggert  <eggert@twinsun.com>
44672
44673         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
44674         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
44675         Reject sizes of exactly SIZE_MAX bytes.
44676         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
44677         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
44678
44679 2003-11-05  Bruno Haible  <bruno@clisp.org>
44680
44681         * lib/xsize.h: Include limits.h, to avoid a possible collision with
44682         SIZE_MAX defined in <limits.h> on Solaris.
44683
44684 2003-11-04  Jim Meyering  <jim@meyering.net>
44685
44686         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
44687         variable names, rather than @VAR@.
44688         * modules/poll: Likewise.
44689
44690 2003-11-04  Bruno Haible  <bruno@clisp.org>
44691
44692         * modules/xsize: New file.
44693         * modules/linebreak: Depend on xsize.
44694         * MODULES.html.sh (func_all_modules): Add xsize.
44695
44696 2003-11-04  Bruno Haible  <bruno@clisp.org>
44697
44698         * m4/xsize.m4: New file.
44699
44700 2003-11-04  Bruno Haible  <bruno@clisp.org>
44701
44702         * lib/xsize.h: New file.
44703         * lib/linebreak.c: Include xsize.h.
44704         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
44705         argument for overflow.
44706         Suggested by Paul Eggert.
44707
44708 2003-11-03  Karl Berry  <karl@gnu.org>
44709
44710         * config/config.{guess,sub}: update from config.
44711
44712 2003-11-03  Jim Meyering  <jim@meyering.net>
44713
44714         * modules/userspec (lib_SOURCES): Add userspec.h.
44715         (Include): Add "userspec.h".
44716         Improve description.
44717
44718 2003-11-03  Jim Meyering  <jim@meyering.net>
44719
44720         * lib/userspec.c: Include "userspec.h".
44721         * lib/userspec.h: New file.
44722
44723 2003-11-03  Bruno Haible  <bruno@clisp.org>
44724
44725         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
44726
44727 2003-11-03  Bruno Haible  <bruno@clisp.org>
44728
44729         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
44730         available, to avoid (extremely rare) race condition.
44731         Suggested by Paul Eggert.
44732
44733 2003-11-02  Karl Berry  <karl@gnu.org>
44734
44735         * config/srclist.txt (vasprintf.c): sync broken, sigh.
44736
44737 2003-10-31  Paul Eggert  <eggert@twinsun.com>
44738
44739         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
44740         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
44741         (read_filesystem_list): Set and use me_type_malloced.
44742         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
44743         whatever the type happens to be), for brevity and consistency.
44744         Check for size calculation overflow on Alphas running OSF/1.
44745
44746 2003-10-31  Jim Meyering  <jim@meyering.net>
44747
44748         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
44749
44750         * lib/linebuffer.c: Include <string.h> for declaration of memset.
44751
44752 2003-10-30  Paul Eggert  <eggert@twinsun.com>
44753             Bruno Haible  <bruno@clisp.org>
44754
44755         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
44756         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
44757
44758 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44759
44760         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
44761         netbsd*-gnu*.  Suggested by Robert Millan.
44762
44763 2003-10-29  Paul Eggert  <eggert@twinsun.com>
44764
44765         * modules/group-member: Depend on stdbool.
44766
44767 2003-10-29  Paul Eggert  <eggert@twinsun.com>
44768
44769         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
44770
44771 2003-10-29  Paul Eggert  <eggert@twinsun.com>
44772
44773         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
44774         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
44775         after the 'gnu' in these cases.  This fixes some bugs in the
44776         previous change, and is based on suggestions by Robert Millan.
44777
44778 2003-10-29  Paul Eggert  <eggert@twinsun.com>
44779
44780         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
44781         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
44782         no longer needed.
44783         * lib/quotearg.c (quotearg_n_options): Use it.
44784         * lib/group-member.c: Include <stdbool.h>.
44785         (free_group_info): Arg is now const *; don't free arg.
44786         (get_group_info): Now returns bool and accepts struct group_info *,
44787         rather than returning a malloc'ed struct group_info *.
44788         All uses changed.  Check for overflow in internal size calculation.
44789
44790         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
44791         rather than xmalloc/xrealloc.
44792         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
44793         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
44794         conformance bug: the old code used a pointer after freeing the
44795         storage that it addressed.
44796         * lib/hash.c (hash_initialize): Simplify the code by using
44797         xalloc_oversized rather than doing it by hand.
44798         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
44799         the buffer preserved.  Use free and xmalloc instead.
44800         * lib/quotearg.c (quotearg_n_options): Likewise.
44801         Use a simpler test for size overflow.  Don't use xalloc_oversized
44802         because unsigned int might be wider than size_t (!); this suggests
44803         that we should switch from unsigned int to size_t for slot numbers.
44804
44805 2003-10-28  Paul Eggert  <eggert@twinsun.com>
44806
44807         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
44808         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
44809         NetBSD kernels.  Requested by Richard Stallman.
44810
44811 2003-10-27  Paul Eggert  <eggert@twinsun.com>
44812
44813         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
44814         to allocate the returned structure.  Do not allocate a subarray,
44815         as x2nrealloc will do that.
44816         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
44817         instead of xnrealloc.
44818         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
44819
44820 2003-10-27  Bruno Haible  <bruno@clisp.org>
44821
44822         * lib/stdbool_.h: Better support for BeOS.
44823
44824 2003-10-26  Paul Eggert  <eggert@twinsun.com>
44825
44826         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
44827         now uses inline.
44828
44829 2003-10-26  Paul Eggert  <eggert@twinsun.com>
44830
44831         * lib/xalloc.h (xalloc_oversized): New static inline function, for
44832         callers that want to do their own size-overflow checking.  Include
44833         <stdbool.h>, since xalloc_oversized returns bool.
44834         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
44835         to use xalloc_oversized.
44836
44837         Add two functions x2realloc, x2nrealloc, for programs that grow
44838         arrays dynamically by doubling their sizes.
44839         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
44840         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
44841         New functions.
44842
44843         Port to C99 semantics for 'inline' of external functions.
44844         Bug reported by Bruno Haible.
44845         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
44846         with the old contents of xnmalloc.
44847         (xnmalloc, xmalloc): Use it.
44848         (xnrealloc_inline): New static inline function,
44849         with the old contents of xnrealloc.
44850         (xnrealloc, xrealloc): Use it.
44851
44852         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
44853         that.
44854
44855 2003-10-26  Karl Berry  <karl@gnu.org>
44856
44857         * config/srclist.txt (COPYING.DOC): no longer available from
44858         /gd/gnuorg; don't know where the ultimate source is.
44859
44860 2003-10-25  Paul Eggert  <eggert@twinsun.com>
44861
44862         Fix several address-calculation bugs in the hash modules,
44863         plus some minor code cleanup.
44864
44865         * lib/hash.h: Include <stdbool.h>, for bool.
44866         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
44867         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
44868         hash_get_n_entries, hash_get_max_bucket_length,
44869         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
44870         hash_rehash): Use size_t rather than unsigned.
44871         * lib/hash.c (struct hash_table, hash_get_n_buckets,
44872         hash_get_n_buckets_used, hash_get_n_entries,
44873         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
44874         hash_get_entries, hash_do_for_each, hash_string, is_prime,
44875         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
44876         Likewise.
44877         (SIZE_MAX): Define if not defined.
44878         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
44879         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
44880         hash_print):
44881         Use const * when possible.
44882         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
44883         (check_tuning): Fix bug: if tuning parameters were very close to
44884         0 or 1, rounding errors could have caused subscript violations.
44885         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
44886         (hash_initialize): Add 'fail:' label
44887         to free table and return NULL, and use it to simplify code.
44888         Use calloc rather than clearing the storage ourself.
44889         (hash_initialize, hash_rehash): Check for arithmetic overflow in
44890         buffer size calculations.
44891         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
44892         Include <stddef.h>, for size_t.
44893         * lib/hash-pjw.c (hash_pjw): Likewise.
44894         Switch to method described by Bruno Haible.
44895         Include <limits.h>, for CHAR_BIT.
44896         (SIZE_BITS): New macro.
44897
44898 2003-10-23  Paul Eggert  <eggert@twinsun.com>
44899
44900         * m4/getline.m4 (AM_FUNC_GETLINE):
44901         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
44902         hosts.  Problem reported by Derek Robert Price in
44903         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
44904         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
44905         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
44906
44907 2003-10-21  Paul Eggert  <eggert@twinsun.com>
44908
44909         * lib/getndelim2.c (getndelim2): When size calculation overflows,
44910         ceiling the allocation at NMAX bytes rather than silently
44911         discarding input bytes before NMAX is reached.  This makes
44912         a difference only if NMAX exceeds SIZE_MAX / 2.
44913
44914         * lib/obstack.c: Merge from glibc.
44915         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
44916         Add libc_hidden_def (_obstack_newchunk).
44917         (_obstack_free) [! defined _LIBC]: Remove.
44918         [defined _LIBC]: Make a strong alias from obstack_free, rather than
44919         a clone of the function body.
44920         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
44921         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
44922
44923         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
44924         glibc.
44925         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
44926         arg to memcpy.
44927
44928         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
44929         (obstack_ptr_grow_fast, obstack_int_grow_fast):
44930         Don't use lvalue casts, as GCC plans to remove support for them
44931         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
44932         was also present in the non-GCC version, indicating that this
44933         code had always been buggy and had never been widely used.
44934         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
44935         Use the fast variant of each macro, rather than copying the
44936         definiens of the fast variant; that way, we'll be more likely to
44937         catch future bugs in the fast variants.
44938
44939 2003-10-20  Bruno Haible  <bruno@clisp.org>
44940
44941         * modules/wait-process: New file.
44942         * MODULES.html.sh (func_all_modules): Add wait-process.
44943
44944 2003-10-20  Bruno Haible  <bruno@clisp.org>
44945
44946         * m4/wait-process.m4: New file.
44947
44948 2003-10-20  Bruno Haible  <bruno@clisp.org>
44949
44950         * lib/wait-process.h: New file, from GNU gettext.
44951         * lib/wait-process.c: New file, from GNU gettext.
44952
44953 2003-10-19  Jim Meyering  <jim@meyering.net>
44954
44955         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
44956         HPUX 10.20.
44957
44958 2003-10-18  Karl Berry  <karl@gnu.org>
44959
44960         * config/config.guess: update from config.
44961
44962 2003-10-16  Paul Eggert  <eggert@twinsun.com>
44963
44964         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
44965         (getgroups): First arg is int, not size_t.
44966         Don't let 'free' mangle errno.
44967
44968 2003-10-16  Paul Eggert  <eggert@twinsun.com>
44969
44970         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
44971
44972 2003-10-16  Karl Berry  <karl@gnu.org>
44973
44974         * config/config.{guess,sub}: update from config.
44975
44976 2003-10-16  Jim Meyering  <jim@meyering.net>
44977
44978         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
44979         memcpy.
44980
44981 2003-10-15  Paul Eggert  <eggert@twinsun.com>
44982
44983         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
44984         (SIZE_MAX): Remove.
44985         (new_exclude, add_exclude_file): Initial size no longer needs to
44986         be a power of 2.
44987         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
44988         our own address arithmetic overflow checking.
44989
44990         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
44991         (fnmatch): Do not alloca more than 2000 wide characters;
44992         instead, use malloc for large buffers.
44993         Check for address arithmetic overflow, and return -1
44994         with errno set to ENOMEM in that case.
44995         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
44996         (NEW_PATTERN): Do not alloca more than 8000 bytes;
44997         instead, return -1.  Check for address arithmetic overflow.
44998
44999 2003-10-14  Paul Eggert  <eggert@twinsun.com>
45000
45001         Handle invalid suffixes and overflow independently, so that
45002         callers can treat them independently as needed.  Fix some bugs in
45003         suffix handling, e.g., "100k@" was not diagnosed as an invalid
45004         suffix for a human-readable blocksize.  The major caller-visible
45005         change is the addition of a new
45006         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
45007         that both overflow and suffix chars were found.
45008
45009         * lib/human.c (humblock): Don't check separately for invalid suffix
45010         char; that is xstrtoumax's job (now that its bug is fixed).
45011         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
45012         INTMAX_MAX]: New macros.
45013         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
45014         TYPE_MAXIMUM): New macros.
45015         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
45016         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
45017         if overflow occurs, as it's what __strtol does and it's more useful
45018         in practice.
45019         (__xstrtol): If __strtol reports some error other than ERANGE,
45020         reflect it to the caller as LONGINT_INVALID.  If it reports
45021         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
45022         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
45023         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
45024         value.
45025         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
45026         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
45027         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
45028         [defined UINTMAX_MAX]: New macros.
45029
45030 2003-10-14  Bruno Haible  <bruno@clisp.org>
45031
45032         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
45033
45034 2003-10-14  Bruno Haible  <bruno@clisp.org>
45035
45036         * m4/sig_atomic_t: New file, from GNU gettext.
45037         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
45038
45039 2003-10-14  Bruno Haible  <bruno@clisp.org>
45040
45041         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
45042         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
45043         Also use volatile where needed.
45044
45045 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45046
45047         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
45048         Change maintainer from Bruno Haible to 'all'.
45049
45050 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45051
45052         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
45053
45054 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45055
45056         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
45057         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
45058         and define in terms of the other primitives.
45059         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
45060         (SIZE_MAX): Define if not already defined.
45061         (array_size_overflow): New function.
45062         (xalloc_die): Abort instead of exiting if 'error' returns.
45063         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
45064         (xmalloc, xrealloc): Use them.
45065         (xcalloc): Check for address arithmetic overflow.
45066         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
45067         a bit faster than strcpy.
45068
45069 2003-10-10  Simon Josefsson  <jas@extundo.com>
45070
45071         * modules/argp (Depends-on): Add restrict and strcase.
45072
45073 2003-10-10  Simon Josefsson  <jas@extundo.com>
45074
45075         * m4/argp.m4: Add AC_C_INLINE.
45076
45077 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45078
45079         Merge getpass from libc, plus a few fixes.
45080
45081         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
45082         Include <stdbool.h>.
45083         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
45084         __fsetlocking to empty.
45085         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
45086         do include <bits/libc-lock.h>.
45087         Do not include <fcntl.h>; not needed.
45088         [_LIBC]: Include <wchar.h>.
45089         (NOTCANCEL_MODE): New macro.
45090         (flockfile, funlockfile) [_LIBC]: New macros.
45091         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
45092         [!_LIBC]: New macros.
45093         (call_fclose): New function.
45094         (getpass): Use it.  Save tty stream separately; this simplifies the
45095         code and makes it more reliable if stdin happens to equal stdout.
45096         Invoke __fsetlocking on tty.
45097         Handle thread cancellation if needed.
45098         Namespace cleanup (use __tcgetattr, __getline).
45099         Use bool for Booleans.
45100         [USE_IN_LIBIO]: Handle wide streams.
45101         [!_LIBC]: Unconditionally do the fseek, since we don't know what
45102         stream might go where.
45103
45104         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
45105         doesn't have to include <stdio.h> before us.
45106         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
45107         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
45108         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
45109         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
45110         if not declared, so that we can use getpass.c code from libc without
45111         rewriting it.
45112         (flockfile, ftrylockfile, funlockfile): New macros.
45113
45114 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45115
45116         * modules/getpass: Depend on stdbool.
45117
45118 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45119
45120         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
45121
45122 2003-10-07  Karl Berry  <karl@gnu.org>
45123
45124         * config/config.{guess,sub}: update from config.
45125
45126 2003-10-06  Jim Meyering  <jim@meyering.net>
45127             Bruno Haible  <bruno@clisp.org>
45128
45129         This lets translators provide better translations for the
45130         "Written by ..." part of --version output.
45131         * lib/version-etc.h: Include stdarg.h.
45132         (version_etc_copyright): Declare as readonly.
45133         (version_etc): Make this function variadic with a NULL-terminated list
45134         of author name strings.
45135         (version_etc_va): New declaration.
45136         * lib/version-etc.c: Include stdarg.h, stdlib.h.
45137         (version_etc_copyright): Declare as readonly.
45138         (version_etc_va): New function. Provide a different translatable string
45139         for each possible number of authors < 10. Abbreviate when there are 10
45140         authors or more.
45141         (version_etc): Make this function variadic. Call version_etc_va.
45142         Suggestion from Gary V. Vaughan.
45143
45144         * lib/long-options.h (parse_long_options): Change prototype: the
45145         authors string is moved to the end and becomes variadic.
45146         * lib/long-options.c: Include stdarg.h.
45147         (parse_long_options): Make this function variadic, too.
45148         Call version_etc_va, not version_etc.
45149
45150 2003-10-06  Bruno Haible  <bruno@clisp.org>
45151
45152         * modules/version-etc-2: Remove file.
45153         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
45154
45155 2003-10-06  Bruno Haible  <bruno@clisp.org>
45156
45157         * modules/fatal-signal: New file.
45158         * MODULES.html.sh (func_all_modules): Add fatal-signal.
45159
45160 2003-10-06  Bruno Haible  <bruno@clisp.org>
45161
45162         * m4/fatal-signal.m4: New file.
45163         * m4/signalblocking.m4: New file, from GNU gettext.
45164
45165 2003-10-06  Bruno Haible  <bruno@clisp.org>
45166
45167         * lib/version-etc-2.h: Remove file.
45168         * lib/version-etc-2.c: Remove file.
45169
45170 2003-10-06  Bruno Haible  <bruno@clisp.org>
45171
45172         * lib/fatal-signal.h: New file, from GNU gettext.
45173         * lib/fatal-signal.c: New file, from GNU gettext.
45174
45175 2003-10-05  Paul Eggert  <eggert@twinsun.com>
45176
45177         * README: Rework advice for preventing empty .o files.
45178         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
45179         not <sys/types.h>.
45180
45181 2003-10-04  Karl Berry  <karl@gnu.org>
45182
45183         * lib/argp*: update from libc.
45184
45185 2003-10-04  Karl Berry  <karl@gnu.org>
45186
45187         * config/config.{guess,sub}: update from config.
45188
45189 2003-10-02  Bruno Haible  <bruno@clisp.org>
45190
45191         * modules/lchown (Include): Add lchown.h.
45192         * modules/time_r (Include): Use "..." syntax.
45193         * modules/xgetdomainname (Include): Add xgetdomainname.h.
45194
45195 2003-10-01  Simon Josefsson  <jas@extundo.com>
45196
45197         * MODULES.html.sh (func_all_modules): Move gethostname from section
45198         'based on' to section 'lacking' POSIX:2001.
45199
45200 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
45201
45202         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
45203         to output mode on the same stream.
45204
45205 2003-09-29  Paul Eggert  <eggert@twinsun.com>
45206
45207         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
45208         Fix arg typo in previous patch.
45209
45210 2003-09-28  Jim Meyering  <jim@meyering.net>
45211
45212         * lib/error.c: Correct cpp indentation.
45213
45214 2003-09-27  Paul Eggert  <eggert@twinsun.com>
45215
45216         * modules/free: New file.
45217
45218 2003-09-27  Paul Eggert  <eggert@twinsun.com>
45219
45220         * m4/free.m4: New file.
45221
45222 2003-09-27  Paul Eggert  <eggert@twinsun.com>
45223
45224         * lib/minmax.h (MIN, MAX)
45225         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
45226         Omit the special code that used __typeof__, since we worry that
45227         it could be more trouble than it's worth.  See:
45228         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
45229         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
45230
45231         * lib/free.c: New file.
45232
45233 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
45234
45235         Trivial fixes to Makefile.am parts of module listings.
45236         * modules/strstr: Append strstr.h to lib_SOURCES.
45237         * modules/strcase: Likewise, for strcase.h.
45238
45239 2003-09-27  Karl Berry  <karl@gnu.org>
45240
45241         * config/mkinstalldirs: update from automake.
45242
45243 2003-09-26  Paul Eggert  <eggert@twinsun.com>
45244
45245         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
45246         (error_tail): Do not loop, reallocating temporary buffer, since
45247         the output cannot contain more wide characters than the input
45248         contains bytes, the size must be big enough already.  This avoids
45249         one potential size overflow calculation.  Check for size overflow
45250         when calculating temporary buffer size.  Free temporary buffer
45251         when done, if it was allocated with malloc; this plugs a memory
45252         leak.  Remove casts from void * to pointers, that are no longer
45253         needed now that we're assuming C89 or better.
45254
45255         Merge error changes from glibc.
45256
45257         * lib/error.c, error.h: Update copyright notice header to match glibc.
45258         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
45259         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
45260         Disable cancellation while printing error.
45261         * lib/error.h: Prepend __ to parameter names.
45262
45263 2003-09-26  Jim Meyering  <jim@meyering.net>
45264
45265         * lib/error.c (error_tail): Move some declarations
45266         into inner scope where the local variables are used.
45267
45268 2003-09-26  Bruno Haible  <bruno@clisp.org>
45269
45270         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
45271         stpncpy().
45272         Don't define stpncpy through config.h; it's now done through stpncpy.h.
45273
45274 2003-09-26  Bruno Haible  <bruno@clisp.org>
45275
45276         * lib/stpncpy.h (gnu_stpncpy): New declaration.
45277         (stpncpy): Define as alias for gnu_stpncpy.
45278         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
45279
45280 2003-09-25  Simon Josefsson  <jas@extundo.com>
45281
45282         * lib/xgetdomainname.h: New file.
45283         * lib/xgetdomainname.c: New file.
45284
45285 2003-09-25  Simon Josefsson  <jas@extundo.com>
45286             Bruno Haible  <bruno@clisp.org>
45287
45288         * modules/getdomainname: New file.
45289         * modules/xgetdomainname: New file.
45290         * MODULES.html.sh (func_all_modules): Add getdomainname,
45291         xgetdomainname.
45292
45293 2003-09-25  Simon Josefsson  <jas@extundo.com>
45294             Bruno Haible  <bruno@clisp.org>
45295
45296         * m4/getdomainname.m4: New file.
45297
45298 2003-09-25  Simon Josefsson  <jas@extundo.com>
45299             Bruno Haible  <bruno@clisp.org>
45300
45301         * lib/getdomainname.h: New file.
45302         * lib/getdomainname.c: New file.
45303
45304 2003-09-25  Karl Berry  <karl@gnu.org>
45305
45306         * lib/argp-fmtstream.c, argp-help.c: update from libc.
45307
45308 2003-09-25  Karl Berry  <karl@gnu.org>
45309
45310         * config/install-sh: update from automake.
45311
45312 2003-09-25  Bruno Haible  <bruno@clisp.org>
45313
45314         * modules/version-etc-2: New file, from modules/version-etc with
45315         modifications.
45316         * MODULES.html.sh (func_all_modules): Add version-etc-2.
45317
45318 2003-09-25  Bruno Haible  <bruno@clisp.org>
45319
45320         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
45321         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
45322
45323 2003-09-24  Simon Josefsson  <jas@extundo.com>
45324
45325         * modules/xgethostname: Add xgethostname.h.
45326
45327 2003-09-24  Paul Eggert  <eggert@twinsun.com>
45328
45329         * lib/linebuffer.c (freebuffer): Don't free the argument, just
45330         the buffer associated with the argument.  Bug reported by
45331         Simon Josefsson.
45332
45333 2003-09-24  Paul Eggert  <eggert@twinsun.com>
45334
45335         * README: Document assumptions that 'int' is at least 32 bits
45336         wide, that integer arithmetic is 2's complement without overflow,
45337         that there are no holes in integer values, that adding sizes of
45338         two nonoverlapping objects can't overflow, and that all-bits-zero
45339         yields scalar zero.  Fix spelling and capitalization typos.
45340
45341 2003-09-19  Karl Berry  <karl@gnu.org>
45342
45343         * lib/argp.h: update from libc.
45344
45345 2003-09-17  Paul Eggert  <eggert@twinsun.com>
45346
45347         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
45348         to avoid spurious warnings like "AC_RUN_IFELSE was called before
45349         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
45350
45351 2003-09-17  Paul Eggert  <eggert@twinsun.com>
45352
45353         * gnulib-tool: Use "test -h", not "test -L", for portability
45354         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
45355         (tags_regexp): Remove, since \| doesn't conform to POSIX.
45356         (sed_extract_prog): Issue s commands one-by-one, rather than
45357         using \| in one s command.
45358
45359 2003-09-16  Paul Eggert  <eggert@twinsun.com>
45360
45361         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
45362         input error, instead of returning NULL the next time we are called
45363         (and therefore losing track of errno).
45364
45365 2003-09-16  Bruno Haible  <bruno@clisp.org>
45366
45367         * gnulib-tool (func_create_testdir): Warn about duplicated
45368         dependencies.
45369
45370 2003-09-15  Paul Eggert  <eggert@twinsun.com>
45371
45372         * modules/argmatch, modules/fatal, modules/obstack,
45373         modules/xalloc, modules/xgethostname: Sort dependencies by
45374         importance, not alphabetically.
45375
45376 2003-09-15  Paul Eggert  <eggert@twinsun.com>
45377
45378         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
45379         fails, so that the caller gets the proper errno.
45380
45381         * lib/readutmp.c (read_utmp): Likewise.
45382         Check for fstat error.  Close stream and free storage
45383         when failing.
45384
45385 2003-09-14  Karl Berry  <karl@gnu.org>
45386
45387         * config/srclist.txt (strdup.c): disable for c89 changes.
45388
45389 2003-09-14  Jim Meyering  <jim@meyering.net>
45390
45391         * lib/getloadavg.c: Correct cpp indentation.
45392         * lib/strdup.c: Likewise.
45393         * lib/vasnprintf.c: Likewise.
45394
45395 2003-09-14  Bruno Haible  <bruno@clisp.org>
45396
45397         * modules/fwriteerror: New file.
45398         * MODULES.html.sh (func_all_modules): Add fwriteerror.
45399
45400 2003-09-14  Bruno Haible  <bruno@clisp.org>
45401
45402         * lib/fwriteerror.h: New file.
45403         * lib/fwriteerror.c: New file.
45404
45405 2003-09-12  Paul Eggert  <eggert@twinsun.com>
45406
45407         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
45408         modules/xgethostname, modules/xalloc: Depend on exit.
45409
45410 2003-09-12  Paul Eggert  <eggert@twinsun.com>
45411
45412         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
45413
45414         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
45415         and AC_MINIX, too, so that their extensions are available.
45416
45417         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
45418         This macro has been superseded by gl_BACKUPFILE.
45419
45420         More patches to assume C89 or better.
45421
45422         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
45423
45424         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
45425         unconditionally.
45426         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
45427         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
45428         Include <string.h>, <stdlib.h> unconditionally.
45429         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
45430         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
45431         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
45432         headers or for string.h.
45433         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
45434         or strtoul.
45435
45436         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
45437         headers.
45438         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
45439         * m4/userspec.m4 (gl_USERSPEC): Likewise.
45440         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
45441         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
45442         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45443         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
45444         memcpy, memset.
45445         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
45446         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
45447         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
45448         strtol.
45449         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
45450         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
45451         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
45452         strtoul.
45453
45454 2003-09-12  Paul Eggert  <eggert@twinsun.com>
45455
45456         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
45457         * lib/obstack.c [!defined _LIBC]: Likewise.
45458         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
45459         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
45460         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
45461
45462         More changes to assume C89 or better.
45463
45464         * lib/error.c (error_tail): Assume vprintf.
45465
45466         * lib/argmatch.c (getenv): Remove decl.
45467         * lib/progreloc.c (get_full_program_name): Define via prototype.
45468         * lib/setenv.c (clearenv): Likewise.
45469         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
45470         needed.
45471         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
45472         (malloc, memcpy): Remove decls.
45473         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
45474         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
45475         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
45476         (memcpy): Remove macro.
45477         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
45478         (__P): Remove.  All uses removed.
45479         (PTR): Remove.  All uses changed to void *.
45480         (CHAR_BIT, NULL): Remove.
45481         (spaces, zeros, memset_space, memset_zero)
45482         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
45483         Remove.
45484         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
45485         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
45486         Define with prototype.
45487         Remove now-unnecessary prototype decl.
45488         (extra_args_spec): Assume ANSI C.  All uses changed.
45489         (extra_args_spec_iso): Remove.
45490         (my_strftime, emacs_strftimeu): Define via prototype.
45491         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
45492         unconditionally.
45493         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
45494         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
45495         (strtoul, strtol): Remove decls.
45496         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
45497         LONG_MAX): Remove.
45498         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
45499         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
45500         (LOCALE_PARAM_PROTO): New macro.
45501         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
45502         (INTERNAL (strtol), strtol): Define with a prototype.
45503         (PARAMS): Remove.  All uses removed.
45504         * lib/tempname.c: Include <string.h> unconditionally.
45505         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
45506         * lib/xgethostname.c (main): Define with a prototype.
45507         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
45508         Include <stdlib.h> unconditionally.
45509         (calloc, malloc, realloc, free): Remove decls.
45510         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
45511         Include <stdlib.h> unconditionally.  Sort include file names.
45512         (strtod): Remove.
45513         (xstrtod): Define with a prototype.
45514         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
45515         (strtol, strtoul): Remove decls.
45516
45517 2003-09-11  Paul Eggert  <eggert@twinsun.com>
45518
45519         More patches to assume C89 or better.
45520         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
45521         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
45522         string.h, memchr, STDC_HEADERS.
45523
45524 2003-09-11  Paul Eggert  <eggert@twinsun.com>
45525
45526         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
45527         Include <stdlib.h>, <string.h> unconditionally.
45528         Remove now-unnecessary cast to char *.
45529         * lib/strnlen.c: Include <string.h> unconditionally.
45530         * lib/yesno.c (yesno): Define with a prototype.
45531
45532 2003-09-11  Bruno Haible  <bruno@clisp.org>
45533
45534         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
45535
45536 2003-09-10  Jim Meyering  <jim@meyering.net>
45537
45538         * lib/error.c: Correct indentation of cpp directives.
45539
45540 2003-09-10  Bruno Haible  <bruno@clisp.org>
45541
45542         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
45543         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
45544         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
45545         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
45546         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
45547         <stdlib.h> and <string.h> checks.
45548         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
45549         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
45550
45551 2003-09-10  Bruno Haible  <bruno@clisp.org>
45552
45553         * lib/strcspn.c: Include <string.h> unconditionally.
45554         * lib/strpbrk.c: Include <string.h> unconditionally.
45555         * lib/strstr.c: Include <string.h> unconditionally.
45556         * lib/unicodeio.c: Include <string.h> unconditionally.
45557         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
45558         * lib/unsetenv.c: Likewise.
45559         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
45560         * lib/yesno.c: Include <stdlib.h> unconditionally.
45561         (rpmatch): Add prototype.
45562
45563 2003-09-09  Paul Eggert  <eggert@twinsun.com>
45564
45565         More patches to assume C89 or better.
45566         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
45567         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
45568         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
45569         or for string.h.
45570         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
45571         stdlib.h.
45572         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
45573         C headers.
45574         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
45575         string.h.
45576         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
45577         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
45578         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
45579         or for string.h.
45580         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
45581         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
45582         C headers.
45583         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
45584         memcpy.
45585         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
45586         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
45587         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
45588         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
45589         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
45590         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
45591         string.h, free.
45592         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
45593         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
45594         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
45595         C headers, or for string.h.
45596         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
45597         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
45598         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
45599         headers, memory.h, stdlib.h, string.h, strings.h.
45600         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
45601         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
45602         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
45603         strchr.
45604         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
45605         headers, memory.h, string.h.
45606         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
45607         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
45608         free.
45609         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
45610         headers.
45611         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
45612         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
45613         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
45614         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
45615         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
45616
45617 2003-09-09  Paul Eggert  <eggert@twinsun.com>
45618
45619         More K&R removal.
45620
45621         * lib/acosl.c (main): Use a prototype.
45622         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
45623         tanl.c: Likewise.
45624
45625         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
45626
45627         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
45628         (getopt, etopt_long, getopt_long_only, _getopt_internal)
45629         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
45630         with a prototype.
45631         * lib/getopt.c (const): Remove macro.
45632         Include <string.h> unconditionally.
45633         (my_index): Remove; all uses changed to strchr.
45634         (strlen): Remove decl.
45635         (exchange): Remove forward decl; no longer needed.
45636         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
45637         Define with prototype.
45638         * lib/getopt1.c (const): Remove macro.
45639         (getopt_long, getopt_long_only, main): Define with prototype.
45640
45641         * lib/getugroups.c: Include <string.h> unconditionally.
45642
45643         * lib/getusershell.c: Include <stdlib.h> unconditionally.
45644         (getusershell, setusershell, endusershell, readname, main):
45645         Define with prototypes.
45646
45647         * lib/group-member.c: Include group-member.h first.
45648         Include <stdlib.h> unconditionally.
45649
45650         * lib/hard-locale.c: Include hard-locale.h first.
45651         Include <stdlib.h>, <string.h> unconditionally.
45652
45653         * lib/hash.c (free, malloc): Remove decls.
45654         Include <stdlib.h> unconditionally.
45655
45656         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
45657         (getenv): Do not declare.
45658
45659         * lib/idcache.c: Include <string.h> unconditionally.
45660
45661         * lib/long-options.c: Include long-options.h first, to test interface.
45662         Include <stdlib.h> unconditionally.
45663
45664         * lib/makepath.c: Include makepath.h first, to test interface.
45665         Include <stdlib.h> and <string.h> unconditionally.
45666
45667         * lib/linebuffer.c: Include <stdlib.h>.
45668         (free): Remove decl.
45669
45670         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
45671         stddef.h. rpl_malloc returns void *, not char *.
45672         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
45673         prototype.
45674
45675         * lib/md5.h: Include <limits.h> unconditionally.
45676         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
45677         (__P): Remove; all uses removed.
45678         * lib/md5.c: Include "md5.h" first.
45679         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
45680         md5_buffer, md5_process_bytes, md5_process_block):
45681         Define with prototypes.
45682         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
45683         * lib/sha.c: Include "sha.h" first.
45684         Include <stdlib.h>, <string.h> unconditionally.
45685
45686         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
45687         * lib/memcmp.c (__ptr_t): Likewise.
45688         * lib/memrchr.c (__ptr_t): Likewise.
45689         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
45690         Include <string.h> unconditionally.
45691         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
45692         * lib/memchr.c: Include <stdlib.h> unconditionally.
45693         * lib/memchr.c (LONG_MAX): Remove.
45694         * lib/memrchr.c (LONG_MAX): Likewise.
45695         * lib/memchr.c (__memchr): Define via a prototype.
45696         * lib/memrchr.c (__memrchr): Likewise.
45697         * lib/memcmp.c (__P): Remove, and remove all uses.
45698         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
45699         Remove forward decls; no longer needed.
45700         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
45701         Use types required by C89 in prototype.
45702
45703         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
45704         * lib/savedir.c: Likewise.
45705         * lib/mkdir.c (free): Remove decl.
45706         * lib/rmdir.c (rmdir): Define with a prototype.
45707         * lib/savedir.c: Include savedir.h first, to test interface.
45708
45709         * lib/mktime.c (STDC_HEADERS): Remove.
45710         Include <stdlib.h>, <string.h> unconditionally.
45711
45712         * lib/modechange.c: Include <stdlib.h> unconditionally.
45713         (malloc): Remove decl.
45714
45715         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
45716         (free): Remove decl.
45717
45718         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
45719         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
45720         (This type really should be intptr_t, but that's a C99ism.)
45721         (_obstack_memcpy): Remove: all uses changed to memcpy.
45722         Include <string.h> unconditionally.
45723         (struct obstack): Assume __STDC__ for types of members
45724         chunkfun, freefun, extra_arg.
45725         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
45726         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
45727         obstack_begin, obstack_specify_allocation,
45728         obstack_specify_allocation_with_arg, obstack_chunkfun,
45729         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
45730         Remove unprototyped decls and the macros that use them.
45731         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
45732         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
45733         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
45734         (defined __STDC__ && __STDC__)]:
45735         Remove nonprototyped code.
45736         Include <stdlib.h> unconditionally.
45737         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
45738         _obstack_allocated_p, _obstack_free, obstack_free,
45739         _obstack_memory_used, print_and_abort):
45740         Define using prototypes.
45741         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
45742         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
45743         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
45744         obstack_next_free, obstack_object_size, obstack_room) [0]:
45745         Remove unused, unprototyped code.
45746
45747         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
45748
45749         * lib/physmem.c (physmem_total, physmem_available, main): Define
45750         with prototypes.
45751
45752         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
45753         (main): Define with a prototype.
45754
45755         * lib/posixver.c (getenv): Remove decl.
45756
45757         * lib/putenv.c (malloc): Returns void *, not char *.
45758         Include <string.h> unconditionally.
45759         (strchr, memcpy, NULL): Do not define.
45760
45761         * lib/readtokens.c: Include readtokens.h first, to test interface.
45762         Include <stdlib.h>, <string.h> unconditionally.
45763         (init_tokenbuffer): Define with a prototype.
45764
45765         * lib/regex.c (PARAMS): Remove.  All uses removed.
45766         All uses of _RE_ARGS removed, too.
45767         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
45768         unconditionally.
45769         (bzero): Assume memset exists.
45770         (memcmp, memcpy, NULL): Remove.
45771         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
45772         char, or assignments to local vars of type signed char.
45773         (init_syntax_once, PREFIX(extract_number_and_incr),
45774         PREFIX(print_partial_compiled_pattern),
45775         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
45776         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
45777         PREFIX(regex_grow_registers), PREFIX(regex_compile),
45778         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
45779         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
45780         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
45781         wcs_compile_range, byte_compile_range, truncate_wchar,
45782         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
45783         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
45784         count_mbs_length, wcs_re_match_2_internal,
45785         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
45786         PREFIX(alt_match_null_string_p),
45787         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
45788         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
45789         regfree, PREFIX(extract_number)): Define with prototype.  Remove
45790         now-unnecessary declaration, if any.
45791         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
45792         regcomp, regexec):
45793         Remove now-unnecessary casts among pointer types.
45794         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
45795
45796         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
45797         (free): Remove decl.
45798
45799         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
45800
45801         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
45802         (free): Remove decl.
45803
45804         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
45805         * lib/xgetcwd.c: Likewise.
45806
45807         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
45808         (free): Remove decl.
45809
45810         * lib/strchrnul.c (strchrnul): Define with a prototype.
45811         Fix bug: c_in was not converted to char before searching.
45812
45813         The following changes are not K&R related:
45814
45815         * lib/group-member.h: Include <sys/types.h>, so that this file is
45816         self-contained.
45817         * lib/makepath.h: Likewise.
45818
45819         * lib/getusershell.c (readname, default_index, line_size, readname):
45820         Use size_t, not int, for sizes.
45821         (readname): If the size overflows, report an error instead of
45822         looping forever.
45823
45824 2003-09-09  Paul Eggert  <eggert@twinsun.com>
45825
45826         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
45827         libc.
45828
45829 2003-09-09  Paul Eggert  <eggert@twinsun.com>
45830
45831         * README: New section: portability guidelines.
45832
45833 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
45834
45835         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
45836         C89 spec.
45837
45838 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
45839
45840         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
45841
45842 2003-09-08  Paul Eggert  <eggert@twinsun.com>
45843
45844         Assume C89 or better; remove K&R cruft.
45845         A few of these changes were first proposed by Derek Robert Price
45846         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
45847
45848         * lib/addext.c: Include <string.h> unconditionally.
45849         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
45850         Don't declare getenv or malloc.
45851
45852         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
45853         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
45854         (NULL): Remove.
45855         (find_stack_direction, alloca): Use prototypes.
45856
45857         * lib/atexit.c (atexit): Define using a prototype.
45858
45859         * lib/basename.c, dirname.c, stripslash.c:
45860         Include <string.h> unconditionally.
45861
45862         * lib/bcopy.c: Include <stddef.h>.
45863         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
45864
45865         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
45866
45867         * lib/error.h (error, error_at_line, error_print_progname)
45868         [! (defined (__STDC__) && __STDC__)]: Remove decls.
45869         * lib/error.c: Include error.h first, to check interface.
45870         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
45871         (VA_START): Remove; all uses changeed to va_start.
45872         (exit, strerror): Remove decls.
45873         (error_print_progname): Prototype uncondionally.
45874         Don't include <errno.h>; no longer needed.
45875         (private_strerror): Remove.
45876         (error_tail): Always define.
45877         (error, error_at_line): Assume C89 or better; always use prototypes.
45878         * lib/fatal.c: Include "fatal.h" first, to test interface.
45879         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
45880         (VA_START): Remove; all uses changed to va_start.
45881         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
45882         this case.
45883         (exit): Remove decl.
45884         (fatal): Prototype unconditionally.  Assume va_start works.
45885         Abort at end, to pacify gcc.
45886
45887         * lib/euidaccess.c (main): Define with a prototype.
45888
45889         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
45890
45891         * lib/exitfail.c: Include <stdlib.h> unconditionally.
45892
45893         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
45894         prototypes.
45895         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
45896         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
45897         (getenv): Remove decl.
45898         (fnmatch): Define using a prototype.
45899         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
45900         (FCT): Define using a prototype.
45901
45902         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
45903
45904         * lib/gethostname.c: Include <stddef.h>.
45905         (gethostname): Define with prototype.  Length is size_t, not int.
45906
45907 2003-09-08  Paul Eggert  <eggert@twinsun.com>
45908
45909         Assume C89 or better; remove K&R cruft.
45910         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
45911         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
45912         string.h, getenv, malloc.
45913         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
45914         headers.
45915         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
45916         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
45917         do not check for strerror.
45918         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
45919         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
45920         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
45921         do not check for doprnt or vprintf.
45922         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
45923         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
45924
45925 2003-09-08  Paul Eggert  <eggert@twinsun.com>
45926
45927         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
45928         getversion.c should have been removed then, but was accidentally
45929         preserved.
45930
45931         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
45932         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
45933
45934 2003-09-08  Karl Berry  <karl@gnu.org>
45935
45936         * config/config.sub, config.guess, srclistvars.sh: update from savannah
45937                 config, forget about prep.
45938
45939         * config/depcomp, missing: update from automake.
45940
45941 2003-09-07  Paul Eggert  <eggert@twinsun.com>
45942
45943         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
45944         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
45945
45946 2003-09-07  Paul Eggert  <eggert@twinsun.com>
45947
45948         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
45949         copy_tm_result.  Bug reported by Simon Josefsson in
45950         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
45951
45952 2003-09-06  Paul Eggert  <eggert@twinsun.com>
45953
45954         * m4/time_r.m4: New file.
45955         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
45956         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
45957         is. Check for timegm declaration.
45958         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
45959         Do not check for gmtime_r.
45960         Replace mktime if __mktime_internal does not exist and if mktime
45961         hasn't been replaced already.
45962
45963 2003-09-06  Paul Eggert  <eggert@twinsun.com>
45964
45965         * lib/time_r.c, lib/time_r.h: New files.
45966
45967         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
45968         __localtime_r.
45969         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
45970         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
45971
45972         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
45973         __gmtime_r.
45974         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
45975         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
45976         Include <time_r.h>.
45977
45978         * lib/timegm.c: Switch to glibc implementation, with the following
45979         changes:
45980         [defined HAVE_CONFIG_H]: Include <config.h>.
45981         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
45982         (__mktime_internal) [!defined _LIBC]: New decl.
45983         (__gmtime_r) [!defined _LIBC]: New macro and function.
45984         (timegm): Use a prototype, since gnulib assumes C89.
45985         Do not bother declaring tmp to be const, as it's not really usefu.
45986         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
45987         (timegm): Declare only if HAVE_DECL_TIMEGM.
45988
45989 2003-09-06  Paul Eggert  <eggert@twinsun.com>
45990
45991         * MODULES.html.sh (func_all_modules): Add time_r.
45992         * modules/time_r: New file.
45993         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
45994         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
45995
45996 2003-09-03  Paul Eggert  <eggert@twinsun.com>
45997
45998         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
45999         Bug reported by Lute Kamstra in
46000         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
46001
46002         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
46003         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
46004         course with correspondingly smaller numbers for tomorrow and
46005         yesterday.  From Tadayoshi Funaba.  Originally installed into
46006         sh-utils on 1999-08-07, but the patch got lost (I guess during the
46007         coreutils merge?).
46008
46009 2003-08-31  Simon Josefsson  <jas@extundo.com>
46010
46011         * modules/timegm: New file.
46012         * MODULES.html.sh (func_all_modules): Add timegm.
46013
46014 2003-08-31  Simon Josefsson  <jas@extundo.com>
46015
46016         * m4/timegm.m4: New file.
46017
46018 2003-08-31  Simon Josefsson  <jas@extundo.com>
46019
46020         * lib/timegm.h: New file.
46021         * lib/timegm.c: New file.  Based on
46022         wget-1.8.2/src/http.c:mktime_from_utc.
46023
46024 2003-08-31  Karl Berry  <karl@gnu.org>
46025
46026         * lib/argp.h: update from libc.
46027
46028 2003-08-28  Bruno Haible  <bruno@clisp.org>
46029
46030         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
46031         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
46032         followed by '#define fnmatch fnmatch_posix' gives an error.
46033
46034 2003-08-28  Bruno Haible  <bruno@clisp.org>
46035
46036         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
46037         warning on QNX, which defines O_BINARY to 000000.
46038
46039 2003-08-27  Jim Meyering  <jim@meyering.net>
46040
46041         * m4/mkstemp.m4: Require that the system mkstemp be able to create
46042         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
46043         would fail after 32.  Reported by Danny Levinson.  Details here:
46044         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
46045
46046 2003-08-24  Bruno Haible  <bruno@clisp.org>
46047
46048         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
46049         MSVC7 <stdio.h> is included later.
46050
46051 2003-08-22  Simon Josefsson  <jas@extundo.com>
46052
46053         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
46054
46055 2003-08-20  Karl Berry  <karl@gnu.org>
46056
46057         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
46058
46059 2003-08-20  Bruno Haible  <bruno@clisp.org>
46060
46061         * modules/progname: New file.
46062         * MODULES.html.sh (func_all_modules): Add progname.
46063
46064 2003-08-20  Bruno Haible  <bruno@clisp.org>
46065
46066         * lib/progname.h: New file, from GNU gettext.
46067         * lib/progname.c: New file, from GNU gettext.
46068         * lib/progreloc.c: New file, from GNU gettext.
46069
46070 2003-08-19  Jim Meyering  <jim@meyering.net>
46071
46072         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
46073         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
46074
46075 2003-08-19  Bruno Haible  <bruno@clisp.org>
46076
46077         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
46078         more.
46079
46080 2003-08-19  Bruno Haible  <bruno@clisp.org>
46081
46082         * lib/xstrdup.c: Assume <string.h> exists.
46083
46084 2003-08-18  Paul Eggert  <eggert@twinsun.com>
46085
46086         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
46087         in makefile rules.
46088
46089 2003-08-18  Jim Meyering  <jim@meyering.net>
46090
46091         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
46092         * m4/lib-ld.m4: Likewise.
46093
46094 2003-08-18  Jim Meyering  <jim@meyering.net>
46095
46096         * lib/setenv.h: Indent nested cpp directive.
46097         * lib/vasnprintf.c: Remove trailing blanks.
46098
46099 2003-08-17  Simon Josefsson  <jas@extundo.com>
46100
46101         * modules/xstrndup: New file.
46102         * MODULES.html.sh (func_all_modules): Add xstrndup.
46103
46104 2003-08-17  Simon Josefsson  <jas@extundo.com>
46105
46106         * modules/argp: Fix autoconf macro name. Add more dependencies.
46107
46108 2003-08-17  Simon Josefsson  <jas@extundo.com>
46109
46110         * m4/xstrndup.m4: New file.
46111
46112 2003-08-17  Simon Josefsson  <jas@extundo.com>
46113
46114         * m4/argp.m4: New file.
46115
46116 2003-08-17  Simon Josefsson  <jas@extundo.com>
46117             Bruno Haible  <bruno@clisp.org>
46118
46119         * lib/xstrndup.h: New file.
46120         * lib/xstrndup.c: New file.
46121
46122 2003-08-17  Bruno Haible  <bruno@clisp.org>
46123
46124         * modules/strndup (Files, Include): Add lib/strndup.h.
46125
46126 2003-08-17  Bruno Haible  <bruno@clisp.org>
46127
46128         * modules/euidaccess (Files): Add lib/euidaccess.h.
46129
46130 2003-08-17  Bruno Haible  <bruno@clisp.org>
46131
46132         * lib/strndup.h: New file.
46133
46134 2003-08-17  Bruno Haible  <bruno@clisp.org>
46135
46136         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
46137         like AC_GNU_SOURCE.
46138         * modules/extensions (configure.ac): Comment out the invocation of
46139         gl_USE_SYSTEM_EXTENSIONS.
46140
46141 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46142
46143         Merges from coreutils, etc.
46144         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
46145         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
46146         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
46147         fixing a typo.
46148         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
46149         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
46150
46151 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46152
46153         Document merge from coreutils.
46154         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
46155         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
46156         * modules/utime: Add m4/utimes-null.m4.
46157
46158 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46159
46160         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
46161         space, undoing this 2003-08-12 change:
46162         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
46163
46164 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46165
46166         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
46167         strtoul.c from libc, undoing this 2003-08-12 change:
46168         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
46169
46170 2003-08-16  Jim Meyering  <jim@meyering.net>
46171
46172         Merges from coreutils.
46173         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
46174         prefix.  Adjust cache variables similarly.  Create 500 rather than
46175         just 300 files, to exercise bug on Darwin6.5, too.
46176         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
46177         $missing_dir.
46178         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
46179         AM_SYS_POSIX_TERMIOS.
46180         Reported by mkc@mathdogs.com.
46181         Also change use of $am_cv_sys_posix_termios
46182         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
46183         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
46184         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
46185         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
46186         in /proc/mounts until it finds one with matching device number.  This
46187         is unnecessary when the FILE argument *is* a mount point.  No stat call
46188         is necessary in that case.  So, disable the statvfs-testing code on
46189         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
46190         as RedHat bug# 84846.
46191         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
46192         to 1MB, so as not to render systems with no stack size limit (e.g.,
46193         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
46194         Include <unistd.h>.  On some systems,
46195         it is required for the definition of _SC_PAGESIZE.
46196
46197 2003-08-16  Jim Meyering  <jim@meyering.net>
46198
46199         Merge from coreutils.
46200         * lib/xstrtoimax.c: #else #if -> #elif.
46201         * lib/xstrtoumax.c: Likewise.
46202
46203 2003-08-16  Jim Meyering  <jim@meyering.net>
46204
46205         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
46206         * m4/utimes.m4: Removed.
46207         * m4/utimes-null.m4: Renamed from utimes.m4.
46208
46209         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
46210         to 1MB, so as not to render systems with no stack size limit (e.g.,
46211         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
46212         Include <unistd.h>.  On some systems,
46213         it is required for the definition of _SC_PAGESIZE.
46214
46215 2003-08-16  Jim Meyering  <jim@meyering.net>
46216         and Paul Eggert  <eggert@cs.ucla.edu>
46217
46218         Merges from coreutils, etc.
46219
46220         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
46221         using the latest version from cvs.  This avoids problems with #line
46222         directives using a vendor (Sun) compiler.
46223         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
46224         Don't set GETGROUPS_LIB here; now it's
46225         done via getgroups.m4's wrapper function.
46226         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
46227         rather than just in sh-util/configure.in, so that the
46228         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
46229         same.
46230         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
46231         AC_FUNC_GETLOADAVG where to find getloadavg.c.
46232         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
46233         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
46234         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
46235         Remove code that is now done by the newly-required macros.
46236         Append $(EXEEXT) to DF_PROG.
46237         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
46238         Do not invoke or require the following here,
46239         since prereq.m4 or some gnulib .m4 now does this for us:
46240         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
46241         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
46242         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
46243         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
46244         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
46245         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
46246         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
46247         AC_FUNC_OBSTACK.
46248         Do not replace the following functions, as this is now the job
46249         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
46250         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
46251         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
46252         atexit getpass, strdup, getpagesize.
46253         Replace 'raise'.
46254         Do not check for the following functions, as this is now the job
46255         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
46256         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
46257         setregid.
46258         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
46259         Check for sys/sysctl.h.
46260         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
46261         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
46262         of checking for ssize_t ourselves.
46263
46264         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
46265         Require every macro that gnulib/modules/* suggests for us.
46266         (jm_PREREQ_ADDEXT): New macro.
46267         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
46268         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
46269
46270         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
46271         (gl_PHYSMEM): Use it.
46272         Also check for `table' function.
46273         Check for new headers and functions.
46274         Add check for sys/sysmp.h.
46275         With suggestions from Kaveh Ghazi.
46276         Ignore headers that are present but cannot be compiled.  This
46277         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
46278         C 5.4.
46279
46280 2003-08-15  Paul Eggert  <eggert@twinsun.com>
46281
46282         Document merge from coreutils.
46283         * modules/userspec: Depend on posixver.
46284         * modules/strftime: Depend on tzset.
46285
46286 2003-08-15  Paul Eggert  <eggert@twinsun.com>
46287
46288         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
46289         rather than tab, after '#' in shell-script copyright notices.
46290         Suggested by Bruno Haible.
46291
46292 2003-08-15  Paul Eggert  <eggert@twinsun.com>
46293
46294         * config/srclist-update: Use three spaces, rather than tab, after '#'
46295         in shell-script copyright notices.  Suggested by Bruno Haible.
46296         Remove unnecessary parenthesization in regular expression.
46297
46298 2003-08-15  Jim Meyering  <jim@meyering.net>
46299
46300         Merge from coreutils.
46301         * lib/xgethostname.c: Include <stdlib.h>.
46302         (xghostname): Don't exit for anything other than memory-related
46303         failure; just return NULL.
46304         * lib/userspec.c: Include "posixver.h".
46305         (parse_user_spec): Accept `.' as a separator only
46306         in pre-POSIX-200112 mode.
46307         * lib/strtoimax.c: Use #elif rather than #else #if.
46308         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
46309         Remove function, now that we can rely on a working tzset function.
46310         [!_LIBC]: Ensure that the required autoconf test has been run.
46311         [!defined _NL_CURRENT && HAVE_STRFTIME]:
46312         Use underlying_strftime for %r.
46313         * lib/sha.c: Merge in some clean-up and optimization changes from
46314         glibc.
46315         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
46316         Ensure that it is a multiple of 64.
46317         Rearrange loop exit tests so as to avoid performing an
46318         additional fread after encountering an error or EOF.
46319         * lib/realloc.c: Update copyright date.
46320
46321 2003-08-15  Jim Meyering  <jim@meyering.net>
46322         and Paul Eggert  <eggert@twinsun.com>
46323
46324         Merge from coreutils.
46325         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
46326         member but strut utmpx does not.  Needed for AIX 4.3.3.
46327         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
46328
46329 2003-08-15  Jim Meyering  <jim@meyering.net>
46330         and Paul Eggert  <eggert@cs.ucla.edu>
46331
46332         Merges from coreutils, etc.
46333         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
46334         Require gl_FUNC_TZSET_CLOBBER.
46335         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
46336         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
46337         members.
46338
46339 2003-08-14  Paul Eggert  <eggert@twinsun.com>
46340
46341         Help the merge from coreutils.
46342         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
46343         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
46344         * m4/tzset.m4: Use it too.
46345
46346 2003-08-14  Paul Eggert  <eggert@twinsun.com>
46347
46348         * modules/tzset: New file.
46349
46350 2003-08-14  Jim Meyering  <jim@meyering.net>
46351
46352         Merges from coreutils.
46353         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
46354         variable names, rather than @FNMATCH_H@.
46355         * modules/alloca: Likewise for $(ALLOCA_H).
46356
46357         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
46358         the three copies of the literal target, `fnmatch.h'.
46359         * modules/alloca (alloca.h): Likewise.
46360
46361 2003-08-14  Jim Meyering  <jim@meyering.net>
46362
46363         Merge from coreutils.
46364         * m4/tzset.m4: New file.
46365         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
46366         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
46367         otherwise, AIX 5.1 systems would end up using the latter.
46368         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
46369         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
46370         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
46371         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
46372
46373 2003-08-14  Jim Meyering  <jim@meyering.net>
46374
46375         Merge from coreutils.
46376         * lib/obstack.h: Whitespace changes.
46377         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
46378         and xcalloc return values.
46379         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
46380         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
46381         hang on OSF/1 5.1 for DIR on both local and remote file systems.
46382         Reported by (and fix confirmed by) Nelson H. F. Beebe.
46383         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
46384         error from mntctl.
46385         Use mntctl's return value to drive the entry-processing loop, since
46386         we can't rely on the value of the vmt_length member in the last
46387         entry.  On some systems doing so could result in exhausting
46388         virtual memory.  Based in part on a patch from Mike Jetzer.
46389
46390 2003-08-14  Jim Meyering  <jim@meyering.net>
46391         and Paul Eggert  <eggert@twinsun.com>
46392
46393         Merges from coreutils, plus other fixes.
46394         * lib/physmem.c: Merge in portability changes from gcc/libiberty
46395         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
46396         for credits and details.  Thanks to Kaveh Ghazi for helping
46397         to keep these files in sync.
46398         (ARRAY_SIZE): Define it.
46399         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
46400         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
46401         (memcasecmp): Don't assume size_t fits in unsigned int.
46402         Remove casts and duplicate code.
46403         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
46404         (memcpy): Remove definition.
46405         Merge in some clean-up and optimization changes from glibc.
46406         [BLOCKSIZE]: Move definition to top of file.
46407         Ensure that it is a multiple of 64.
46408         Rearrange loop exit tests so as to avoid performing an
46409         additional fread after encountering an error or EOF.
46410         * lib/md5.h (md5_uintptr): Define.
46411         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
46412         return to the initial working directory.  Preserve errno
46413         for caller.
46414         * lib/idcache.c: Include "xalloc.h".
46415         (xmalloc, xrealloc): Remove decls.
46416         (getuser): Remove casts no longer required in C89.
46417         * lib/human.c: Include stdio.h, for sprintf.
46418         * lib/group-member.c: Include "xalloc.h".
46419         (xmalloc, xrealloc): Remove decls.
46420         (get_group_info): Remove casts no longer required in C89.
46421         * lib/getusershell.c (readname): Remove casts no longer required in
46422         C89.
46423         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
46424         * lib/getline.c: Whitespace fix, from coreutils.
46425
46426 2003-08-13  Paul Eggert  <eggert@twinsun.com>
46427
46428         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
46429         Check for isascii.
46430
46431         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
46432         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
46433         Undo previous (whitespace-only) change.
46434
46435 2003-08-13  Paul Eggert  <eggert@twinsun.com>
46436
46437         * lib/exclude.c: Include <ctype.h>
46438         (IN_CTYPE_DOMAIN): New macro.
46439         (is_space): New fn.
46440         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
46441         and empty lines.
46442
46443         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
46444         Undo previous (whitespace-only) change.
46445
46446 2003-08-13  Paul Eggert  <eggert@twinsun.com>
46447
46448         * config/srclist-update: Change update back to the old behavior,
46449         leaving whitespace alone.  Use one 'sed' command rather than a
46450         pipeline.
46451         (fixlicense): Now a variable, not a function.
46452         (remove_trailing_blanks): Remove.
46453         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
46454         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
46455         Undo previous (whitespace-only) change.
46456
46457 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46458
46459         Merge from coreutils.
46460         * modules/euidaccess: Add lib_SOURCES, include for new
46461         file euidaccess.h
46462
46463 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46464
46465         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
46466         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
46467         Normalize leading white space and remove trailing white space.
46468
46469         Merge from coreutils
46470         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
46471
46472         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
46473         0.12.1.  These files are now being upgraded automatically by
46474         ../config/srclist-update.
46475
46476 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46477
46478         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
46479         Normalize leading white space and remove trailing white space.
46480         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
46481         notice, as per ../config/srclist-update.
46482
46483         Merge from coreutils.
46484         * lib/euidaccess.h: New file.
46485         * lib/euidaccess.c: Include it.
46486         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
46487         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
46488         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
46489
46490 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46491
46492         * config/srclist-update: Add copyright notice.
46493         (remove_id_lines, remove_trailing_blanks): New constants.
46494         (fixfile): Use them to normalize spacing a bit in copied files.
46495         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
46496         Normalize leading white space and remove trailing white space.
46497
46498         * config/texinfo.tex: Sync with texinfo.
46499
46500         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
46501         strtoul.c from libc, to merge coreutils whitespace changes.
46502
46503         * config/srclist.txt: Get the following m4 files from gettext:
46504         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
46505         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
46506         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
46507         wint_t.m4.
46508
46509 2003-08-12  Karl Berry  <karl@gnu.org>
46510
46511         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
46512         been made.
46513
46514 2003-08-11  Paul Eggert  <eggert@twinsun.com>
46515
46516         * modules/gnu-source, m4/gnu-source.m4:
46517         Remove; we're assuming Autoconf 2.54 or later now.
46518         Suggested by Bruno Haible.
46519         * MODULES.html.sh (func_all_modules): Remove gnu-source.
46520
46521 2003-08-11  Bruno Haible  <bruno@clisp.org>
46522
46523         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
46524
46525 2003-08-11  Bruno Haible  <bruno@clisp.org>
46526
46527         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
46528         (vasnprintf): Use it instead of wcslen.
46529
46530 2003-08-11  Bruno Haible  <bruno@clisp.org>
46531
46532         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
46533         value to ensure that _Bool promotes to int. Use #define for _Bool when
46534         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
46535
46536 2003-08-10  Karl Berry  <karl@gnu.org>
46537
46538         * lib/regex.h: update from libc (whitespace fix).
46539
46540 2003-08-09  Paul Eggert  <eggert@twinsun.com>
46541
46542         Merge some files from coreutils.  These changes were
46543         originally made by Jim Meyering.
46544         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
46545         many older Unixes require this.
46546         * lib/alloca.c (alloca): Remove cast to argument of free;
46547         no longer needed in C89.
46548         * lib/alloca_.h, regex.h: Fix white space to match
46549         what GNU indent does.
46550
46551 2003-08-09  Paul Eggert  <eggert@twinsun.com>
46552
46553         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
46554         apparently Emacs's Unicode mode got confused before my 2003-08-05
46555         checkin.
46556
46557 2003-08-08  Paul Eggert  <eggert@twinsun.com>
46558
46559         * m4/extensions.m4: New file.
46560         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
46561         Require gl_USE_SYSTEM_EXTENSIONS.
46562         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
46563         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
46564
46565 2003-08-08  Paul Eggert  <eggert@twinsun.com>
46566
46567         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
46568         * modules/extensions, modules/gnu-source: New files.
46569         * modules/timespec, modules/unlocked-io: Depend on extensions.
46570
46571 2003-08-07  Paul Eggert  <eggert@twinsun.com>
46572
46573         * modules/restrict: New file.
46574         * MODULES.html.sh (func_all_modules): Add restrict.
46575         * modules/regex: Depend on restrict.
46576
46577 2003-08-07  Paul Eggert  <eggert@twinsun.com>
46578
46579         * m4/restrict.m4: New file.
46580         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
46581
46582 2003-08-07  Bruno Haible  <bruno@clisp.org>
46583
46584         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
46585         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
46586
46587 2003-08-07  Bruno Haible  <bruno@clisp.org>
46588
46589         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
46590         makes the module 'getndelim2' compatible with the module 'getline'.
46591
46592 2003-08-05  Paul Eggert  <eggert@twinsun.com>
46593
46594         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
46595         byte with "\201" to avoid glitches when editing that source file
46596         with multi-gnome-terminal.
46597
46598 2003-08-05  Paul Eggert  <eggert@twinsun.com>
46599
46600         * lib/bumpalloc.h: Remove.
46601
46602 2003-08-05  Paul Eggert  <eggert@twinsun.com>
46603
46604         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
46605         * modules/bumpalloc: Remove.
46606
46607 2003-08-04  Paul Eggert  <eggert@twinsun.com>
46608
46609         * lib/getloadavg.c: Change copyright notice and spacing to conform to
46610         GNU coding style.
46611
46612         Merge from coreutils.
46613         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
46614         1. From glibc.
46615         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
46616         from Karl Berry, implemented by Jim Meyering.
46617         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
46618         from Dmitry V. Levin.
46619         Remove anachronistic cast of xrealloc.
46620         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
46621         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
46622         type. Otherwise, it wouldn't compile with at least /bin/cc on
46623         ymp-cray-unicos9.0.2.X.
46624         Combine two mostly-identical uses of alloca into one.
46625         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
46626
46627 2003-08-04  Dave Love  <d.love@dl.ac.uk>
46628
46629         [From Emacs.]
46630
46631         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
46632         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
46633         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
46634         obsolete NLIST_NAME_UNION.
46635         [__GNU__]: Undef BSD and FSCALE.
46636         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
46637
46638 2003-08-03  Paul Eggert  <eggert@twinsun.com>
46639
46640         * lib/stdbool_.h (_Bool): Make it signed char, instead of
46641         an enum type, so that it's guaranteed to promote to int.  See:
46642         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
46643
46644 2003-08-03  Karl Berry  <karl@gnu.org>
46645
46646         * config/depcomp: update from automake.
46647
46648 2003-07-31  Paul Eggert  <eggert@twinsun.com>
46649
46650         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
46651         (strerror): Don't assume that a printable int fits in 14 bytes.
46652
46653 2003-07-31  Bruno Haible  <bruno@clisp.org>
46654
46655         * modules/getpass-gnu: New file.
46656         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
46657
46658 2003-07-31  Bruno Haible  <bruno@clisp.org>
46659
46660         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
46661
46662 2003-07-24  Karl Berry  <karl@gnu.org>
46663
46664         * config/missing: update from automake.
46665
46666 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
46667             Bruno Haible  <bruno@clisp.org>
46668
46669         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
46670         * lib/getline.c (getline, getdelim): Likewise.
46671         Remove _GNU_SOURCE define; now it's defined in config.h through
46672         m4/getline.m4.
46673
46674 2003-07-23  Karl Berry  <karl@gnu.org>
46675
46676         * config/config.sub: update from prep.
46677
46678 2003-07-22  Paul Eggert  <eggert@twinsun.com>
46679
46680         * modules/xalloc (Depends-on): Add exitfail.
46681         * modules/xmemcoll: Likewise.
46682
46683 2003-07-22  Paul Eggert  <eggert@twinsun.com>
46684
46685         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
46686         over-parenthesization in macros.
46687
46688         Sync with coreutils.
46689
46690         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
46691         required by C99.
46692
46693         Use `exit_failure' for xalloc and xmemcoll instead of their own
46694         private exit-failure variables.
46695         * lib/xalloc.h (xalloc_exit_failure): Remove.
46696         * lib/xmalloc.c: Likewise.  Include exitfail.h.
46697         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
46698         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
46699         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
46700         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
46701
46702 2003-07-20  Jim Meyering  <jim@meyering.net>
46703
46704         * modules/closeout (Depends-on): Add exitfail.
46705         Suggestion from Bruno Haible.
46706
46707 2003-07-19  Karl Berry  <karl@gnu.org>
46708
46709         * config/config.sub: update from prep.
46710
46711 2003-07-18  Paul Eggert  <eggert@twinsun.com>
46712
46713         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
46714         Remove.
46715         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
46716         to test that it can stand by itself.  Include "exitfail.h".
46717         Clients should set exit_failure instead.
46718         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
46719
46720 2003-07-18  Bruno Haible  <bruno@clisp.org>
46721
46722         * modules/getndelim2: New file.
46723         * modules/getline: Share files with module getndelim2.
46724         * modules/getnline: Depend on getndelim2 instead of sharing files with
46725         it. Add getnline.c to lib_SOURCES.
46726         * MODULES.html.sh (func_all_modules): Add getndelim2.
46727
46728 2003-07-18  Bruno Haible  <bruno@clisp.org>
46729
46730         * m4/getndelim2.m4: New file.
46731         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
46732         invoke gl_PREREQ_GETNDELIM2.
46733         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
46734         gl_PREREQ_GETNDELIM2.
46735         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
46736         gl_GETNDELIM2.
46737
46738 2003-07-18  Bruno Haible  <bruno@clisp.org>
46739
46740         * lib/getndelim2.h: New file.
46741         * lib/getndelim2.c: Make into a module of its own. Include config.h,
46742         getndelim2.h.
46743         (getndelim2): Make non-static. Change return type to ssize_t.
46744         * lib/getline.h: Change argument names.
46745         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
46746         * lib/getnline.c: Include getndelim2.h.
46747
46748 2003-07-18  Andreas Schwab  <schwab@suse.de>
46749
46750         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
46751
46752 2003-07-17  Karl Berry  <karl@gnu.org>
46753
46754         * config/config.sub: update from prep.
46755
46756 2003-07-17  Bruno Haible  <bruno@clisp.org>
46757
46758         * modules/getnline: New file.
46759         * modules/getline: Add lib/getndelim2.c to source file list.
46760         * MODULES.html.sh (func_all_modules): Add getnline.
46761
46762 2003-07-17  Bruno Haible  <bruno@clisp.org>
46763
46764         * m4/getnline.m4: New file.
46765
46766 2003-07-17  Bruno Haible  <bruno@clisp.org>
46767
46768         * m4/Makefile.am.in: Remove file.
46769         * m4/Makefile.am: Remove file.
46770         * m4/Makefile.in: Remove file.
46771
46772 2003-07-17  Bruno Haible  <bruno@clisp.org>
46773
46774         * lib/getnline.h: New file.
46775         * lib/getnline.c: New file.
46776         * lib/getndelim2.c: New file, extracted from getline.c.
46777         (getndelim2): Renamed from getdelim2, with added nmax argument.
46778         * lib/getline.c: Include getndelim2.c.
46779         (getdelim2): Moved out to getndelim2.c.
46780         (getline, getdelim): Update.
46781
46782 2003-07-17  Bruno Haible  <bruno@clisp.org>
46783
46784         * lib/Makefile.am: Remove file.
46785         * lib/Makefile.in: Remove file.
46786
46787 2003-07-17  Bruno Haible  <bruno@clisp.org>
46788
46789         * configure.in: Remove file.
46790         * Makefile.in: Remove file.
46791
46792 2003-07-17  Bruno Haible  <bruno@clisp.org>
46793
46794         * MODULES.html.sh: Put the </BODY> right before </HTML>.
46795
46796 2003-07-16  Karl Berry  <karl@gnu.org>
46797
46798         * config/srclist-update: was running fixlicense twice, which caused
46799                 texinfo.tex to be nullified for some reason.  Simplify,
46800                 $gplsrc is no longer needed as far as I can see?
46801
46802 2003-07-16  Jim Meyering  <jim@meyering.net>
46803
46804         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
46805
46806 2003-07-15  Paul Eggert  <eggert@twinsun.com>
46807
46808         * config/srclist.txt: Get the following files from gettext-runtime/intl
46809         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
46810         ref-del.sin.  From Bruno Haible.
46811         * config/srclist-update (fixfile): Change grep pattern again, since the
46812         previous fix didn't work (there was another trailing $).  Use
46813         '[$]' to escape the $s.
46814
46815 2003-07-15  Karl Berry  <karl@gnu.org>
46816
46817         * lib/vasnprintf.c: update from gettext.
46818
46819 2003-07-15  Karl Berry  <karl@gnu.org>
46820
46821         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
46822         gets expanded when surrounded by '$'.
46823
46824 2003-07-15  Jim Meyering  <jim@meyering.net>
46825
46826         * modules/save-cwd: Don't depend on error.  From Derek Price.
46827
46828 2003-07-15  Jim Meyering  <jim@meyering.net>
46829
46830         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
46831
46832 2003-07-14  Simon Josefsson  <jas@extundo.com>
46833
46834         * modules/mempcpy: New file.
46835         * MODULES.html.sh (func_all_modules): Add mempcpy.
46836
46837 2003-07-14  Simon Josefsson  <jas@extundo.com>
46838
46839         * m4/mempcpy.m4: New file.
46840
46841 2003-07-14  Simon Josefsson  <jas@extundo.com>
46842
46843         * lib/mempcpy.h: New file.
46844         * lib/mempcpy.c: New file.
46845
46846 2003-07-14  Paul Eggert  <eggert@twinsun.com>
46847
46848         * modules/getdate, modules/posixtm: Depend on mktime.
46849
46850 2003-07-14  Paul Eggert  <eggert@twinsun.com>
46851
46852         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
46853         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
46854         unicodeio.c, unicodeio.h, unlocked-io.h:
46855         Switch from LGPL to GPL.
46856
46857 2003-07-14  Paul Eggert  <eggert@twinsun.com>
46858
46859         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
46860         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
46861         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
46862         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
46863         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
46864         updated automatically by ../config/srclist-update.  This changes
46865         their license from LPGL to GPL.
46866
46867 2003-07-14  Paul Eggert  <eggert@twinsun.com>
46868
46869         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
46870         assumed to refer to the root of the most recent stable gettext version.
46871         * config/srclistvars.sh: Add defaults for eggert.
46872         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
46873         Match "This program" as well as "The program".  This is needed
46874         for gettext.
46875
46876 2003-07-14  Jim Meyering  <jim@meyering.net>
46877
46878         Don't emit diagnostics.  Let callers do that.
46879         * lib/save-cwd.c: Don't include "error.h".
46880         (save_cwd): Don't call error.  Ensure that errno is valid
46881         when returning nonzero.
46882
46883         * lib/save-cwd.h (restore_cwd): Update prototype.
46884         * lib/save-cwd.c (restore_cwd): Remove two parameters.
46885         Simplify.  Don't call error upon failure.  Let callers do that.
46886         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
46887         when auditing is enabled.  But don't bother updating the #if.
46888
46889 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
46890
46891         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
46892         it breaks C++ compilation.
46893         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
46894
46895 2003-07-10  Simon Josefsson  <jas@extundo.com>
46896
46897         * modules/strchrnul (Makefile.am): Add strchrnul.h.
46898
46899 2003-07-10  Jim Meyering  <jim@meyering.net>
46900
46901         * m4/clock_time.m4: Remove trailing blank.
46902         * m4/intmax_t.m4: Likewise.
46903
46904 2003-07-10  Jim Meyering  <jim@meyering.net>
46905
46906         * lib/vasnprintf.c: Remove trailing blanks.
46907         Make cpp indentation consistent.
46908
46909 2003-07-09  Paul Eggert  <eggert@twinsun.com>
46910
46911         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
46912         posixver.c, strftime.c, strnlen.c, strverscmp.c:
46913         Switch from LGPL to GPL.
46914
46915 2003-07-09  Paul Eggert  <eggert@twinsun.com>
46916
46917         * config/srclist.txt: Sort sublists.  Add
46918         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
46919         that differ from gnulib for one reason or another; we'd like this list
46920         to be smaller but for now let's document what we have.
46921
46922 2003-07-08  Paul Eggert  <eggert@twinsun.com>
46923
46924         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
46925         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
46926         and sweeter "eval x=$x".
46927         * config/srclist.txt: Get lib/argp* from glibc.
46928
46929 2003-07-07  Paul Eggert  <eggert@twinsun.com>
46930
46931         * lib/mktime.c: Fix some boundary cases and remove need for floating
46932         point.
46933
46934         Issue a compile-time diagnostic if time_t is floating point, or if
46935         two's complement arithmetic is not in effect, or if arithmetic
46936         right shift does not propagate the sign.  These assumptions were
46937         all in the original code but they weren't checked.
46938
46939         (TIME_T_MIDPOINT, verify): New macros.
46940         (__isleap): Remove; it has integer overflow problems.
46941         (leapyear): New function, without those problems.
46942         (ydhms_tm_diff): Remove; splitting into two parts.
46943         (ydhms_diff): New function, containing the arithmetic part of
46944         the old ydhms_tm_diff function.  Issue a compile-time
46945         diagnostic if we are not using C99 integer division.
46946         Avoid casts when possible.
46947         (guess_time_tm): New function, containing the checking part of
46948         the old ydhms_tm_diff function.  Return the new value, rather than
46949         the difference between it and the old.  Accept a new argument T
46950         so that *T specifies the old value.  Check for overflow in the result.
46951
46952         (__mktime_internal): Use a time_t offset, not a long int offset.
46953         This undoes the 2003-06-04 change, which is no longer needed now
46954         that we have better overflow checking.
46955         (localtime_offset): Likewise.
46956
46957         (__mktime_internal): Avoid harmful overflow on hosts where time_t
46958         and long are 64-bit but int is only 32-bit.
46959         (ydhms_diff): Use long int to store year1 and yday1.
46960         Issue a compile-time diagnostic if long int is not wide enough.
46961
46962         (__mktime_internal): Use long int to store adjusted year and yday.
46963         Use plain C rather than preprocessor commands, if that doesn't
46964         affect efficiency.
46965         Check for overflow (and try to repair) after each probe
46966         rather than checking only at the very end.  This avoids some bugs
46967         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
46968         does not equal GMT offset at maximum time).
46969         Use integer to check for overflow rather than floating point; this
46970         is more portable to non-IEEE hosts, and is a tad faster.
46971         When we detect that we are oscillating between two values,
46972         don't check whether tm_isdst has the requested value, since
46973         we already know the answer.  When tm_isdst has the wrong value,
46974         use a different heuristic to find the right one, based on the
46975         extreme values actually observed in practice in tz2003a,
46976         rather than the (overly optimistic) "previous 3 calendar quarters".
46977
46978         (not_equal_tm, print_tm, check_result): Use "const T" rather than
46979         "T const" to accommodate glibc style.
46980         (check_result): Use less-confusing report format.  "long" -> "long int.
46981         (main): Likewise.
46982         Don't loop if the iteration overflows time_t.
46983         Allow a negative step in the iteration.
46984
46985 2003-07-06  Karl Berry  <karl@gnu.org>
46986
46987         * config/depcomp: update from automake.
46988         * config/config.sub: update from prep.
46989
46990 2003-07-03  Karl Berry  <karl@gnu.org>
46991
46992         * config/config.guess: update from prep.
46993
46994 2003-07-01  Paul Eggert  <eggert@twinsun.com>
46995
46996         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
46997         xreadlink.c now includes it unconditionally.
46998
46999 2003-07-01  Paul Eggert  <eggert@twinsun.com>
47000
47001         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
47002         having it depend on HAVE_SYS_TYPES_H.
47003
47004 2003-07-01  Bruno Haible  <bruno@clisp.org>
47005
47006         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
47007         <sys/types.h> should be sufficient.
47008         Reported by Paul Eggert.
47009
47010 2003-06-26  Karl Berry  <karl@gnu.org>
47011
47012         * config/depcomp: update from automake.
47013
47014 2003-06-26  Bruno Haible  <bruno@clisp.org>
47015
47016         * modules/human: Depend on module stdbool.
47017
47018 2003-06-25  Bruno Haible  <bruno@clisp.org>
47019
47020         * modules/readlink: New file.
47021         * modules/xreadlink: Depend on it.
47022         * MODULES.html.sh (func_all_modules): Add readlink.
47023
47024 2003-06-25  Bruno Haible  <bruno@clisp.org>
47025
47026         * m4/readlink.m4: New file.
47027
47028 2003-06-25  Bruno Haible  <bruno@clisp.org>
47029
47030         * lib/readlink.c: New file.
47031
47032 2003-06-22  Karl Berry  <karl@gnu.org>
47033
47034         * config/srclist.txt: update mkinstalldirs from automake.
47035         * config/mkinstalldirs: update.
47036
47037 2003-06-22  Bruno Haible  <bruno@clisp.org>
47038
47039         Portability to mingw32.
47040         * m4/ssize_t.m4: New file, from GNU gettext.
47041         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
47042         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
47043
47044 2003-06-22  Bruno Haible  <bruno@clisp.org>
47045
47046         * modules/safe-read: Add m4/ssize_t.m4.
47047         * modules/xreadlink: Add m4/ssize_t.m4.
47048
47049 2003-06-20  Bruno Haible  <bruno@clisp.org>
47050
47051         Assume C89, so PARAMS isn't needed.
47052         * lib/unicodeio.h (PARAMS): Remove.
47053         * lib/unicodeio.c: Don't use PARAMS.
47054
47055 2003-06-18  Karl Berry  <karl@gnu.org>
47056
47057         * config/config.{guess,sub}: update from prep.
47058
47059 2003-06-18  Jim Meyering  <jim@meyering.net>
47060
47061         Merge changes from coreutils.
47062         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
47063         Remove explicit declarations of xmalloc and realloc.
47064         Include xalloc.h.
47065         (read_utmp): Remove anachronistic cast of xmalloc.
47066
47067 2003-06-17  Paul Eggert  <eggert@twinsun.com>
47068
47069         Assume C89, so PARAMS isn't needed.
47070         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
47071         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
47072         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
47073         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
47074         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
47075         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
47076         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
47077         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
47078         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
47079         lib/xstrtod.h, lib/xstrtol.h: Likewise.
47080         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
47081         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
47082         no longer needed. Anyway, config.h should always be included before any
47083         other file.
47084
47085 2003-06-11  Simon Josefsson  <jas@extundo.com>
47086
47087         * modules/sysexits: New file.
47088         * MODULES.html.sh (func_all_modules): Add sysexits.
47089
47090 2003-06-11  Simon Josefsson  <jas@extundo.com>
47091
47092         * lib/sysexit_.h: New file.
47093
47094 2003-06-11  Derek Price  <derek@ximbiot.com>
47095
47096         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
47097         necessary.
47098
47099 2003-06-11  Bruno Haible  <bruno@clisp.org>
47100
47101         * m4/sysexits.m4: New file.
47102
47103 2003-06-10  Simon Josefsson  <jas@extundo.com>
47104
47105         * lib/argp.h: New file, from glibc.
47106         * lib/argp-ba.c: New file, from glibc.
47107         * lib/argp-eexst.c: New file, from glibc.
47108         * lib/argp-fmtstream.c: New file, from glibc.
47109         * lib/argp-fmtstream.h: New file, from glibc.
47110         * lib/argp-fs-xinl.c: New file, from glibc.
47111         * lib/argp-help.c: New file, from glibc.
47112         * lib/argp-namefrob.h: New file, from glibc.
47113         * lib/argp-parse.c: New file, from glibc.
47114         * lib/argp-pv.c: New file, from glibc.
47115         * lib/argp-pvh.c: New file, from glibc.
47116         * lib/argp-xinl.c: New file, from glibc.
47117
47118 2003-06-10  Simon Josefsson  <jas@extundo.com>
47119
47120         * modules/strchrnul: New file.
47121
47122 2003-06-10  Simon Josefsson  <jas@extundo.com>
47123
47124         * modules/argp: New file.
47125
47126 2003-06-10  Simon Josefsson  <jas@extundo.com>
47127
47128         * m4/strchrnul.m4: New file.
47129
47130 2003-06-10  Simon Josefsson  <jas@extundo.com>
47131
47132         * lib/strchrnul.h: New file.
47133         * lib/strchrnul.c: New file.
47134
47135 2003-06-10  Bruno Haible  <bruno@clisp.org>
47136
47137         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
47138
47139 2003-06-07  Karl Berry  <karl@gnu.org>
47140
47141         * config/config.{guess,sub}: update from prep.
47142
47143 2003-06-07  Jim Meyering  <jim@meyering.net>
47144
47145         * modules/strtod: Use $(...) notation, not @...@ for
47146         AC_REPLACE'd variables.
47147         * modules/localcharset: Likewise.
47148
47149 2003-06-07  Jim Meyering  <jim@meyering.net>
47150
47151         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
47152         in place of my name in the copyright comment.
47153         Remove definition and uses of __P.
47154
47155         From coreutils.
47156         * lib/stat.c: Don't declare xmalloc explicitly.
47157         Instead, include "xalloc.h".
47158         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
47159         xrealloc, and xcalloc return values.
47160         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
47161         Improve comment.
47162         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
47163
47164 2003-06-07  Bruno Haible  <bruno@clisp.org>
47165
47166         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
47167         avoid AC_CONFIG_LINKS.
47168         * modules/fnmatch (Makefile.am): Use explicit creation rule for
47169         fnmatch.h, to avoid AC_CONFIG_LINKS.
47170         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
47171
47172 2003-06-07  Bruno Haible  <bruno@clisp.org>
47173
47174         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
47175         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
47176         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
47177         directory.
47178         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
47179         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
47180         directory.
47181
47182 2003-06-06  Jim Meyering  <jim@meyering.net>
47183
47184         Merge from coreutils.
47185         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
47186         Consolidate declarations and initializations of *_base* locals.
47187
47188         Merge from coreutils.
47189         This avoids a core dump on systems without GNU putenv,
47190         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
47191         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
47192         (unsetenv): New static function, from GNU libc.
47193         (rpl_putenv): Use it.
47194
47195         * lib/modechange.c: Remove trailing blanks.
47196
47197         Merge from coreutils.
47198         * lib/fsusage.c: Remove declaration of statfs.
47199         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
47200
47201         * lib/posixtm.c: Include <stdbool.h> unconditionally.
47202
47203 2003-06-06  Jim Meyering  <jim@meyering.net>
47204
47205         * lib/stdbool_.h: Renamed from stdbool.h.in.
47206
47207 2003-06-06  Jim Meyering  <jim@meyering.net>
47208             Bruno Haible  <bruno@clisp.org>
47209
47210         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
47211         Adjust Makefile.am snippet not to redirect directly to target.
47212         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
47213
47214 2003-06-05  Paul Eggert  <eggert@twinsun.com>
47215
47216         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
47217         mismatch, look in future quarters as well as past.  This fixes a
47218         bug when processing fall-backwards gaps immediately after a long
47219         period of daylight-saving time.
47220
47221         * lib/mktime.c: Assume freestanding C89 or better.
47222         (HAVE_LIMITS_H): Remove.  Assume it's 1.
47223         (__P): Remove; not used.
47224         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
47225         (mktime, not_equal_tm, print_tm, check_result,
47226         main): Use prototypes.  Use const * where appropriate.
47227         (main): Fix typo in testing code that uncovered by above changes.
47228         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
47229
47230 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47231
47232         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
47233         locale.h, localeconv.  This merges changes from coreutils.
47234
47235         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
47236         It can be removed after the next Autoconf is released.
47237         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
47238         needed.
47239
47240 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47241
47242         * lib/mktime.c: Fix Debian bug 177940
47243         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
47244         (localtime_offset): Now long int, not time_t, because we want it
47245         to be guaranteed to be signed.  All uses changed.
47246         (__mktime_internal): If overflow would occur when adding offset,
47247         don't add it.
47248
47249         Merge 'human' changes from coreutils.  Rewrite to support
47250         locale-specific notations like thousands separators.
47251         * lib/human.c: Simplify authorship notice.
47252         Include human.h immediately after config.h.
47253         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
47254         <limits.h>: Do not include, since human.h does.
47255         (SIZE_MAX, UINTMAX_MAX): New macros.
47256         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
47257         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
47258         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
47259         (power_letter): Renamed from suffixes.
47260         (generate_suffix_backwards): Remove.
47261         (adjust_value): Now takes int style (because of human.h changes)
47262         and long double value (for greater precision on some platforms).
47263         (group_number): New function.
47264         (human_readable): Use it.  Use integer options, not enum.
47265         Put the options before the sizes in the arg list.
47266         Support all the new options.
47267         The old human_readable function has been removed;
47268         use inttostr.h instead.
47269         (human_readable, default_block_size, humblock):
47270         Use uintmax_t, not int, for block sizes.
47271         (human_readable_inexact, block_size_types): Remove.
47272         (block_size_opts): New constant.
47273         (human_options): Renamed from human_block_size, with new signature
47274         that allows block sizes up to UINTMAX_MAX.  All callers changed.
47275         * lib/human.h: Add copyright and authorship notice.
47276         Include <limits.h> and <stdbool.h> unconditionally.
47277         (PARAMS): Remove.  All uses removed.
47278         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
47279         (enum human_inexact_style): Remove tag; now a nameless enum.
47280         (human_floor, human_ceiling, human_round_to_even): Now have
47281         values 2, 0, 1 rather than -1, 1, 0.
47282         (human_group_digits, human_suppress_point_zero, human_autoscale,
47283         human_base_1024, human_SI, human_B): New constants.
47284         (human_readable_inexact, human_block_size): Remove.
47285         (human_readable): Size args are now uintmax_t, not int.
47286         (human_options): New decl.
47287
47288         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
47289         unnecessary now that we assume C89 or better.  This change
47290         imported from coreutils.
47291
47292         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
47293         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
47294         in the 2003-05-30 sync from glibc.
47295
47296         .h files should stand alone, but we shouldn't include <sys/types.h>
47297         if we can get away with just <stddef.h>.
47298
47299         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
47300         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
47301         rather than <sys/types.h>, as we merely need size_t.
47302         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
47303         to get size_t.
47304         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
47305         Include <stdio.h>, to get FILE.
47306         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
47307         memcasecmp.h has included <stddef.h> and all we need is size_t.
47308         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
47309         our interface, instead of including <sys/types.h>
47310
47311 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47312
47313         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
47314         now, as glibc mktime is buggy on non-glibc systems.
47315
47316 2003-06-03  Karl Berry  <karl@gnu.org>
47317
47318         * config/config.sub: update from prep.
47319
47320 2003-06-02  Paul Eggert  <eggert@twinsun.com>
47321
47322         [from coreutils]
47323         Fix some minor time-related bugs with POSIX time arguments.
47324         Some valid time stamps were being rejected (notably -1, and
47325         time stamps before 1900 on 64-bit hosts).  And some invalid
47326         time stamps were being accepted, e.g. September 31.
47327
47328         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
47329         that we can return (time_t) -1 successfully.
47330         * lib/posixtm.c: Likewise.
47331         [HAVE_STDBOOL_H]: Include <stdbool.h>.
47332         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
47333         (t): Remove static var.
47334         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
47335         of static var.  All uses changed.
47336         (year): Do not reject years before 1900; they can occur with
47337         64-bit time_t.
47338         (posix_time_parse): Do not check for out-of-range components;
47339         that is now the caller's responsibility, since our checks were
47340         only approximations.
47341         (posixtime): Use mktime to check for out-of-range components,
47342         since it knows them exactly.
47343         If mktime returns (time_t) -1, check whether an error actually occurred
47344         by invoking localtime on -1.
47345         (main) [TEST_POSIXTIME]: Check for input data errors, and report
47346         posixtime failures better.
47347         Improve the test data (in comments only).
47348
47349 2003-06-02  Karl Berry  <karl@gnu.org>
47350
47351         * config/mkinstalldirs (version): new variable.
47352         (--version): new option.
47353         (usage): improve message.
47354
47355 2003-05-30  Karl Berry  <karl@gnu.org>
47356
47357         * lib/mktime.c: update from libc.
47358
47359 2003-05-30  Bruno Haible  <bruno@clisp.org>
47360
47361         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
47362         * config/config.rpath: Upgrade to gettext-0.12.1.
47363
47364 2003-05-30  Bruno Haible  <bruno@clisp.org>
47365
47366         * m4/gettext.m4: Upgrade to gettext-0.12.1.
47367         * m4/nls.m4: New file, from gettext-0.12.1.
47368         * m4/po.m4: New file, from gettext-0.12.1.
47369         * m4/progtest.m4: Upgrade to gettext-0.12.1.
47370
47371 2003-05-30  Bruno Haible  <bruno@clisp.org>
47372
47373         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
47374         * lib/localcharset.h: Likewise.
47375         * lib/localcharset.c: Likewise.
47376
47377 2003-05-29  Karl Berry  <karl@gnu.org>
47378
47379         * config/config.rpath: update from gettext.
47380
47381 2003-05-28  Paul Eggert  <eggert@twinsun.com>
47382
47383         Assume the headers required for C89 freestanding compilers.
47384         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
47385         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
47386         * m4/human.m4 (gl_HUMAN): Likewise.
47387         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
47388         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
47389         * m4/userspec.m4 (gl_USERSPEC): Likewise.
47390         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
47391         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47392         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
47393
47394 2003-05-28  Paul Eggert  <eggert@twinsun.com>
47395
47396         Assume the headers required for C89 freestanding compilers.
47397         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
47398         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
47399         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
47400         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
47401         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
47402         define, since <limits.h> is guaranteed to do that.
47403         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
47404         * lib/exclude.c: Include <stdbool.h> unconditionally.
47405         * lib/tempname.c: Include <stddef.h> unconditionally.
47406         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
47407         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
47408         <stddef.h> does that.
47409         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
47410         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
47411         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
47412         needed.
47413         * lib/xstrtol.c: Likewise.
47414         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
47415         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
47416
47417         * lib/addext.c (addext): Use assignment rather than cast, to avoid
47418         warnings on some platforms.
47419
47420         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
47421         arbitrarily.
47422
47423 2003-05-26  Jim Meyering  <jim@meyering.net>
47424
47425         Merge in a change from coreutils:
47426         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
47427         that is guaranteed to be `no'.  Use `no_such_member' to indicate
47428         that condition, rather than `-1' which is slightly misleading.
47429         Change the name of the cache variable to have the gl_ prefix.
47430         Prompted by a patch from Richard Dawe for DJGPP.
47431
47432 2003-05-24  Karl Berry  <karl@gnu.org>
47433
47434         * config/config.guess: update from prep.
47435
47436 2003-05-22  Karl Berry  <karl@gnu.org>
47437
47438         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
47439
47440 2003-05-20  Karl Berry  <karl@gnu.org>
47441
47442         * config/config.guess: update from prep.
47443
47444 2003-05-18  Karl Berry  <karl@gnu.org>
47445
47446         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
47447         might actually be set by the user.
47448
47449         * config/depcomp, install-sh, mdate-sh: update from automake.
47450
47451 2003-05-17  Bruno Haible  <bruno@clisp.org>
47452
47453         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
47454         invalid expansion for AC_EGREP_CPP.
47455         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
47456         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
47457         Suggested by Akim Demaille <akim@epita.fr> in
47458         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
47459
47460 2003-05-12  Jim Meyering  <jim@meyering.net>
47461
47462         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
47463         the space-padded-by-default conversion specifiers, %e, %k, %l.
47464
47465 2003-05-12  Bruno Haible  <bruno@clisp.org>
47466
47467         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
47468         the string is longer than 4 KB.
47469
47470 2003-05-11  Karl Berry  <karl@gnu.org>
47471
47472         * config/config.{guess,sub}: update from prep.
47473
47474 2003-05-09  Bruno Haible  <bruno@clisp.org>
47475
47476         * modules/error: Add m4/strerror_r.m4 to file list.
47477
47478 2003-05-03  Bruno Haible  <bruno@clisp.org>
47479
47480         Upgrade to Unicode-4.0.
47481         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
47482         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
47483         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
47484         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
47485         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
47486         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
47487         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
47488         Change width of U+E0100..U+E01EF from 1 to 0.
47489
47490 2003-04-25  Jim Meyering  <jim@meyering.net>
47491
47492         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
47493         of type size_t, not int.
47494
47495 2003-04-25  Bruno Haible  <bruno@clisp.org>
47496
47497         * lib/copy-file.c: Include <stddef.h>, for size_t.
47498
47499 2003-04-21  Paul Eggert  <eggert@twinsun.com>
47500
47501         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
47502         code which expansion is under static control.  Patch imported from
47503         Akim Demaille's patch to Bison; see
47504         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
47505
47506 2003-04-14  Bruno Haible  <bruno@clisp.org>
47507
47508         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
47509
47510 2003-04-11  Jim Meyering  <jim@meyering.net>
47511
47512         Merge changes from Coreutils.
47513
47514         2003-03-22  Jim Meyering  <jim@meyering.net>
47515
47516         * lib/strftime.c (widen): Cast alloca return value to proper type.
47517
47518         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
47519
47520         From GNU libc.
47521         * lib/strftime.c (my_strftime): Handle very large width
47522         specifications for numeric values correctly.  Improve checks for
47523         overflow.
47524
47525         2003-01-19  Jim Meyering  <jim@meyering.net>
47526
47527         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
47528         definitions.
47529         (nl_get_alt_digit) [! defined my_strftime]: Define.
47530         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
47531         _nl_get_alt_digit and _nl_get_walt_digit.
47532
47533         * lib/strftime.c (my_strftime): Merge in locale-related changes from
47534         libc. These changes have no effect outside of _LIBC.
47535
47536 2003-04-10  Bruno Haible  <bruno@clisp.org>
47537
47538         * modules/findprog: New file.
47539         * MODULES.html.sh (func_all_modules): Add it.
47540
47541 2003-04-10  Bruno Haible  <bruno@clisp.org>
47542
47543         * m4/findprog.m4: New file.
47544         * m4/eaccess.m4: New file.
47545
47546 2003-04-10  Bruno Haible  <bruno@clisp.org>
47547
47548         * lib/findprog.h: New file, from GNU gettext.
47549         * lib/findprog.c: New file, from GNU gettext.
47550
47551 2003-04-05  Jim Meyering  <jim@meyering.net>
47552
47553         Merge changes from Coreutils.
47554
47555         * lib/exclude.h (PARAMS): Remove definition and uses.
47556         * lib/exclude.c: Remove uses of `PARAMS'.
47557
47558         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
47559         Add test-cases for DOS filenames. Declare program_name.
47560         (main): Set up program_name.  Patch by Rich Dawe.
47561
47562         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
47563         error from mntctl.
47564         Use mntctl's return value to drive the entry-processing loop, since
47565         we can't rely on the value of the vmt_length member in the last
47566         entry.  On some systems doing so could result in exhausting
47567         virtual memory.  Based in part on a patch from Mike Jetzer.
47568
47569 2003-04-04  Bruno Haible  <bruno@clisp.org>
47570
47571         * modules/linebreak: New file.
47572         * MODULES.html.sh (func_all_modules): Add it.
47573
47574 2003-04-04  Bruno Haible  <bruno@clisp.org>
47575
47576         * m4/linebreak.m4: New file.
47577
47578 2003-04-04  Bruno Haible  <bruno@clisp.org>
47579
47580         * lib/linebreak.h: New file, from GNU gettext.
47581         * lib/linebreak.c: New file, from GNU gettext with slight
47582         modifications.
47583         * lib/lbrkprop.h: New file, from GNU gettext.
47584
47585 2003-04-03  Bruno Haible  <bruno@clisp.org>
47586
47587         * modules/utf8-ucs4: New file.
47588         * modules/utf16-ucs4: New file.
47589         * modules/ucs4-utf8: New file.
47590         * modules/ucs4-utf16: New file.
47591         * MODULES.html.sh (func_all_modules): Add them.
47592
47593 2003-04-03  Bruno Haible  <bruno@clisp.org>
47594
47595         * m4/utf-ucs4.m4: New file.
47596         * m4/ucs4-utf.m4: New file.
47597
47598 2003-04-03  Bruno Haible  <bruno@clisp.org>
47599
47600         * lib/utf8-ucs4.h: New file, from GNU gettext.
47601         * lib/utf16-ucs4.h: New file, from GNU gettext.
47602         * lib/ucs4-utf8.h: New file, from GNU gettext.
47603         * lib/ucs4-utf16.h: New file, from GNU gettext.
47604
47605 2003-04-02  Bruno Haible  <bruno@clisp.org>
47606
47607         * modules/binary-io: New file.
47608         * MODULES.html.sh (func_all_modules): Add it.
47609
47610 2003-04-02  Bruno Haible  <bruno@clisp.org>
47611
47612         * lib/binary-io.h: New file, from GNU gettext.
47613
47614 2003-04-01  Bruno Haible  <bruno@clisp.org>
47615
47616         * modules/pathname: New file.
47617         * MODULES.html.sh (func_all_modules): Add it.
47618
47619 2003-04-01  Bruno Haible  <bruno@clisp.org>
47620
47621         * lib/pathname.h: New file, from GNU gettext.
47622         * lib/concatpath.c: New file, from GNU gettext.
47623
47624 2003-03-30  Bruno Haible  <bruno@clisp.org>
47625
47626         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
47627
47628 2003-03-30  Bruno Haible  <bruno@clisp.org>
47629
47630         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
47631         function chown() doesn't exist.
47632
47633 2003-03-28  Bruno Haible  <bruno@clisp.org>
47634
47635         * modules/copy-file: New file.
47636         * MODULES.html.sh (func_all_modules): Add it.
47637
47638 2003-03-28  Bruno Haible  <bruno@clisp.org>
47639
47640         * m4/copy-file.m4: New file.
47641
47642 2003-03-28  Bruno Haible  <bruno@clisp.org>
47643
47644         * lib/copy-file.h: New file, from GNU gettext.
47645         * lib/copy-file.c: New file, from GNU gettext.
47646
47647 2003-03-18  Jim Meyering  <jim@meyering.net>
47648
47649         * lib/quote.c (quote_n): Fix typo in comment.
47650
47651 2003-03-18  Bruno Haible  <bruno@clisp.org>
47652
47653         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
47654         checking.
47655         * m4/onceonly_2_57.m4: Likewise.
47656
47657 2003-03-17  Bruno Haible  <bruno@clisp.org>
47658
47659         * m4/onceonly.m4: Require autoconf 2.54 or newer.
47660         (m4_quote): Remove macro.
47661         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
47662
47663 2003-03-14  Jim Meyering  <jim@meyering.net>
47664
47665         Merge changes from Coreutils.
47666         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
47667         to be const, in order to avoid warnings.
47668         (obstack_room): Likewise.
47669         (obstack_empty_p): Likewise.
47670
47671 2003-03-14  Bruno Haible  <bruno@clisp.org>
47672
47673         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
47674         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
47675
47676 2003-03-13  Paul Eggert  <eggert@twinsun.com>
47677
47678         Merge changes from Bison.
47679         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
47680         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
47681         when compiling Bison 1.875's `bitset bset = obstack_alloc
47682         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
47683         * lib/hash.c: Include <stdbool.h> unconditionally.
47684
47685 2003-03-13  Paul Eggert  <eggert@twinsun.com>
47686
47687         * m4/onceonly.m4 (m4_quote): New macro.
47688         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
47689         Quote AC_FOREACH variable-expansions properly.
47690
47691 2003-03-13  Paul Eggert  <eggert@twinsun.com>
47692
47693         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
47694
47695 2003-03-09  Paul Eggert  <eggert@twinsun.com>
47696
47697         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
47698         Reported by Bruce Becker; see:
47699         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
47700
47701 2003-03-03  Paul Eggert  <eggert@twinsun.com>
47702             Bruno Haible  <bruno@clisp.org>
47703
47704         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
47705         Reported by John Hughes, see
47706         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
47707
47708 2003-02-20  Bruno Haible  <bruno@clisp.org>
47709
47710         * MODULES.html.sh (func_all_modules): Add poll.
47711
47712 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
47713
47714         * modules/poll: New file.
47715
47716 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
47717
47718         * lib/poll_.h: New file.
47719         * lib/poll.c: New file.
47720
47721 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
47722
47723         * m4/poll.m4: New file.
47724
47725 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
47726
47727         * modules/mathl: New file.
47728
47729 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
47730
47731         * lib/mathl.h: New file.
47732         * lib/acosl.c: New file.
47733         * lib/asinl.c: New file.
47734         * lib/atanl.c: New file.
47735         * lib/ceill.c: New file.
47736         * lib/cosl.c: New file.
47737         * lib/expl.c: New file.
47738         * lib/floorl.c: New file.
47739         * lib/frexpl.c: New file.
47740         * lib/ldexpl.c: New file.
47741         * lib/logl.c: New file.
47742         * lib/sincosl.c: New file.
47743         * lib/sinl.c: New file.
47744         * lib/sqrtl.c: New file.
47745         * lib/tanl.c: New file.
47746         * lib/trigl.c: New file.
47747         * lib/trigl.h: New file.
47748
47749 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
47750
47751         * m4/mathl.m4: New file.
47752
47753 2003-02-18  Bruno Haible  <bruno@clisp.org>
47754
47755         * MODULES.html.sh (func_all_modules): Add mathl.
47756
47757 2003-02-17  Bruno Haible  <bruno@clisp.org>
47758
47759         * modules/mkdtemp: New module.
47760         * MODULES.html.sh (func_all_modules): Add it.
47761
47762 2003-02-17  Bruno Haible  <bruno@clisp.org>
47763
47764         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
47765
47766 2003-02-17  Bruno Haible  <bruno@clisp.org>
47767
47768         * lib/mkdtemp.h: New file, from GNU gettext.
47769         * lib/mkdtemp.c: New file, from GNU gettext.
47770
47771 2003-02-02  Jim Meyering  <jim@meyering.net>
47772
47773         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
47774         e.g. glibc-2.2.93.
47775
47776 2003-01-31  Bruno Haible  <bruno@clisp.org>
47777
47778         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
47779         'rpl_rename'.
47780         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
47781         'rpl_strnlen'.
47782         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
47783         'rpl_strtod'.
47784         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
47785         'rpl_utime'.
47786
47787 2003-01-31  Bruno Haible  <bruno@clisp.org>
47788
47789         * lib/rename.c: #undef rename before defining rpl_rename.
47790         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
47791
47792 2003-01-30  Bruno Haible  <bruno@clisp.org>
47793
47794         * modules/vasnprintf, modules/vasprintf: New modules.
47795         * MODULES.html.sh (func_all_modules): Add them.
47796
47797 2003-01-30  Bruno Haible  <bruno@clisp.org>
47798
47799         * m4/signed.m4: New file, from GNU gettext.
47800         * m4/longdouble.m4: New file, from GNU gettext.
47801         * m4/wchar_t.m4: New file, from GNU gettext.
47802         * m4/wint_t.m4: New file, from GNU gettext.
47803         * m4/vasnprintf.m4: New file.
47804         * m4/vasprintf.m4: New file.
47805
47806 2003-01-30  Bruno Haible  <bruno@clisp.org>
47807
47808         * lib/printf-args.h: New file, from GNU gettext.
47809         * lib/printf-args.c: New file, from GNU gettext.
47810         * lib/printf-parse.h: New file, from GNU gettext.
47811         * lib/printf-parse.c: New file, from GNU gettext.
47812         * lib/vasnprintf.h: New file, from GNU gettext.
47813         * lib/vasnprintf.c: New file, from GNU gettext.
47814         * lib/asnprintf.c: New file, from GNU gettext.
47815         * lib/vasprintf.h: New file, from GNU gettext with modifications.
47816         * lib/vasprintf.c: New file, from GNU gettext.
47817         * lib/asprintf.c: New file, from GNU gettext.
47818
47819 2003-01-29  Bruno Haible  <bruno@clisp.org>
47820
47821         * modules/stpncpy: New module.
47822         * MODULES.html.sh (func_all_modules): Add it.
47823
47824 2003-01-29  Bruno Haible  <bruno@clisp.org>
47825
47826         * m4/stpncpy.m4: New file.
47827
47828 2003-01-29  Bruno Haible  <bruno@clisp.org>
47829
47830         * lib/stpncpy.h: New file, from GNU gettext with modifications.
47831         * lib/stpncpy.c: New file, from GNU gettext with modifications.
47832
47833 2003-01-28  Bruno Haible  <bruno@clisp.org>
47834
47835         * modules/c-ctype: New module.
47836         * MODULES.html.sh (func_all_modules): Add it.
47837
47838 2003-01-28  Bruno Haible  <bruno@clisp.org>
47839
47840         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
47841         Paul Eggert.
47842         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
47843         Paul Eggert.
47844
47845 2003-01-27  Bruno Haible  <bruno@clisp.org>
47846
47847         * modules/xsetenv: New module.
47848         * MODULES.html.sh (func_all_modules): Add it.
47849
47850 2003-01-27  Bruno Haible  <bruno@clisp.org>
47851
47852         * lib/xsetenv.h: New file, from GNU gettext.
47853         * lib/xsetenv.c: New file, from GNU gettext.
47854
47855 2003-01-23  Jim Meyering  <jim@meyering.net>
47856
47857         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
47858         from working on systems without dirfd (at least Irix and OSF1/Tru64).
47859
47860 2003-01-23  Bruno Haible  <bruno@clisp.org>
47861
47862         * modules/minmax: New module.
47863         * MODULES.html.sh (func_all_modules): Add it.
47864
47865 2003-01-23  Bruno Haible  <bruno@clisp.org>
47866
47867         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
47868         Eggert.
47869
47870 2003-01-22  Bruno Haible  <bruno@clisp.org>
47871
47872         * modules/exit: New module.
47873         * MODULES.html.sh (func_all_modules): Add it.
47874
47875 2003-01-22  Bruno Haible  <bruno@clisp.org>
47876
47877         * lib/exit.h: New file, from GNU gettext.
47878
47879 2003-01-19  Bruno Haible  <bruno@clisp.org>
47880
47881         * gnulib-tool: Recognize option --extract-maintainer.
47882         (func_get_maintainer): New function.
47883         * modules/*: Add Maintainer entry.
47884
47885 2003-01-16  Jim Meyering  <jim@meyering.net>
47886
47887         * m4/regex.m4: The `regex' struct is both input and output.
47888         Initialize it before each use.  Patch by Tim Waugh.
47889
47890 2003-01-16  Bruno Haible  <bruno@clisp.org>
47891
47892         * MODULES.html.sh: Add a table of contents. Add the module name as
47893         leftmost column. Add hyperlinks.
47894
47895 2003-01-15  Bruno Haible  <bruno@clisp.org>
47896
47897         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
47898
47899 2003-01-15  Bruno Haible  <bruno@clisp.org>
47900
47901         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
47902         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
47903         suffix.
47904
47905 2003-01-15  Bruno Haible  <bruno@clisp.org>
47906
47907         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
47908
47909 2003-01-15  Bruno Haible  <bruno@clisp.org>
47910
47911         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
47912         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
47913
47914 2003-01-14  Jim Meyering  <jim@meyering.net>
47915
47916         * lib/same.c (same_name): Tweak a comment.
47917
47918 2003-01-14  Bruno Haible  <bruno@clisp.org>
47919
47920         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
47921         when a string comparison is sufficient.
47922
47923 2003-01-14  Bruno Haible  <bruno@clisp.org>
47924
47925         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
47926         'unsigned int'.
47927
47928 2003-01-14  Bruno Haible  <bruno@clisp.org>
47929
47930         * lib/hash-pjw.c: Add comment about low quality of this function.
47931
47932 2003-01-13  Bruno Haible  <bruno@clisp.org>
47933
47934         * modules/stpcpy: Distribute lib/stpcpy.h.
47935         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
47936
47937 2003-01-13  Bruno Haible  <bruno@clisp.org>
47938
47939         * modules/*: Add a description.
47940         * modules/strpbrk: Fix Makefile.am snippet.
47941         * modules/strtoimax: Fix dependencies.
47942         * modules/strtoumax: Likewise.
47943
47944 2003-01-13  Bruno Haible  <bruno@clisp.org>
47945
47946         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
47947         * modules/alloca (Makefile.am): All object files depend on alloca.h.
47948         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
47949
47950 2003-01-13  Bruno Haible  <bruno@clisp.org>
47951
47952         * gnulib-tool (func_create_testdir): Store config/* files in the main
47953         directory.
47954         * config.rpath: Move to ...
47955         * config/config.rpath: ... here.
47956         * modules/gettext: Contains config/config.rpath, not config.rpath.
47957         * modules/iconv: Likewise.
47958
47959 2003-01-12  Paul Eggert  <eggert@twinsun.com>
47960
47961         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47962         to avoid collisions with libcurses and libreadline.
47963
47964         * m4/getstr.m4: Remove.
47965         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
47966
47967 2003-01-12  Paul Eggert  <eggert@twinsun.com>
47968
47969         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47970         to avoid collisions with libcurses and libreadline.
47971
47972         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
47973         * lib/getstr.h, getstr.c: Remove.
47974         * lib/getline.c: Include "getline.h", to check interface.
47975         Move body of old getstr.c here: this defines MIN_CHUNK and
47976         declares getdelim2, which is renamed from getstr.
47977         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
47978
47979         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
47980         All uses changed.
47981         * lib/linebuffer.h: Likewise.
47982         (readline): Remove backward-compatibility macro.
47983
47984 2003-01-12  Paul Eggert  <eggert@twinsun.com>
47985
47986         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47987         to avoid collisions with libcurses and libreadline.
47988         * getstr: Remove.
47989         * MODULES.html.sh: Remove getstr.
47990         * modules/getline: Depend on unlocked-io, not getstr.
47991
47992 2003-01-12  Jim Meyering  <jim@meyering.net>
47993
47994         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
47995
47996 2003-01-10  Bruno Haible  <bruno@clisp.org>
47997
47998         * modules/alloca: Change Makefile.am requirements. Simplify Include
47999         requirements. Add lib/alloca_.h to file list.
48000
48001 2003-01-10  Bruno Haible  <bruno@clisp.org>
48002
48003         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
48004
48005 2003-01-10  Bruno Haible  <bruno@clisp.org>
48006
48007         * lib/alloca_.h: New file.
48008         * lib/getdate.y: Unconditionally include alloca.h.
48009         * lib/makepath.c: Likewise.
48010         * lib/setenv.c: Likewise.
48011         * lib/userspec.c: Likewise.
48012
48013 2003-01-09  Karl Berry  <karl@gnu.org>
48014
48015         * MODULES.html.sh: include `dirname $0` in PATH, to find
48016         gnulib-tool.
48017
48018 2003-01-09  Bruno Haible  <bruno@clisp.org>
48019
48020         * modules/stdbool: Change configure.ac, Makefile.am requirements.
48021         Simplify Include requirements. Add lib/stdbool.h.in to file list.
48022
48023 2003-01-09  Bruno Haible  <bruno@clisp.org>
48024
48025         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
48026
48027 2003-01-09  Bruno Haible  <bruno@clisp.org>
48028
48029         * lib/stdbool.h.in: New file.
48030
48031 2003-01-09  Bruno Haible  <bruno@clisp.org>
48032
48033         * gnulib-tool (func_all_modules): Ignore files ending in ~.
48034         * MODULES.html.sh: Likewise.
48035
48036 2003-01-08  Jim Meyering  <jim@meyering.net>
48037
48038         * lib/full-write.c: Undefine and define-away `const' after inclusion
48039         of errno.h, not before.  Suggestion from Bruno Haible.
48040
48041 2003-01-08  Bruno Haible  <bruno@clisp.org>
48042
48043         * modules/full-read: Depend on full-write.
48044
48045 2003-01-08  Bruno Haible  <bruno@clisp.org>
48046
48047         * lib/safe-read.c: Include specification header first, to ensure its
48048         selfcontainedness.
48049         * lib/full-write.c: Likewise.
48050
48051 2003-01-07  Jim Meyering  <jim@meyering.net>
48052
48053         * lib/full-write.c: Rework so that it may serve to define full_read,
48054         too.
48055         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
48056
48057 2003-01-07  Bruno Haible  <bruno@clisp.org>
48058
48059         * lib/strtoimax.c: Include <stdint.h> as an alternative to
48060         <inttypes.h>.
48061         * lib/xstrtol.h: Likewise.
48062         * lib/xstrtoimax.c: Likewise.
48063         * lib/xstrtoumax.c: Likewise.
48064         * lib/human.h: Likewise.
48065
48066         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
48067         on systems that have <inttypes.h> but not <stdint.h>.
48068
48069 2003-01-07  Bruno Haible  <bruno@clisp.org>
48070
48071         * MODULES.html.sh: Add copyright notice.
48072         (missed_files): Omit CVS directory entries.
48073         (func_module): Make it work with sed-3.02.
48074         * MODULES.txt: Remove file.
48075
48076 2003-01-06  Jim Meyering  <jim@meyering.net>
48077
48078         * lib/version-etc.c: Update year in translatable copyright string.
48079
48080 2003-01-03  Karl Berry  <karl@gnu.org>
48081
48082         * config/config.{guess,sub}: update from prep.
48083
48084 2003-01-02  Karl Berry  <karl@gnu.org>
48085
48086         * doc/COPYING.DOC: belatedly updated to 1.2.
48087
48088 2003-01-01  Karl Berry  <karl@gnu.org>
48089
48090         * gnulib-tool (func_verify_module): report module name $module in
48091         error message, not $1.
48092         * gnulib-tool (create-testdir): don't complain if destdir couldn't
48093         be created, only if it doesn't exist.
48094         * gnulib-tool (last_checkin_date): don't expand the $Date here.
48095
48096 2002-12-31  Paul Eggert  <eggert@twinsun.com>
48097
48098         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
48099
48100 2002-12-31  Paul Eggert  <eggert@twinsun.com>
48101
48102         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
48103         memcmp if strcoll doesn't work.
48104
48105 2002-12-31  Bruno Haible  <bruno@clisp.org>
48106
48107         * lib/utime.c (utime_null): No need to call ftruncate if the file was
48108         nonempty.
48109
48110 2002-12-31  Bruno Haible  <bruno@clisp.org>
48111
48112         * lib/memcoll.c (STRCOLL): New macro.
48113         (memcoll): Use it.
48114
48115 2002-12-31  Bruno Haible  <bruno@clisp.org>
48116
48117         * lib/localcharset.h: New file.
48118         * lib/localcharset.c: Include it.
48119         * lib/unicodeio.c: Likewise.
48120
48121 2002-12-31  Bruno Haible  <bruno@clisp.org>
48122
48123         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
48124         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
48125
48126 2002-12-31  Bruno Haible  <bruno@clisp.org>
48127
48128         * lib/getline.h: Include <stddef.h>, for size_t.
48129
48130         * lib/unicodeio.h: Include <stddef.h>, for size_t.
48131         * lib/unicodeio.c: Don't include <stddef.h>.
48132
48133 2002-12-31  Bruno Haible  <bruno@clisp.org>
48134
48135         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
48136         HAVE_TM_ZONE.
48137
48138 2002-12-24  Karl Berry  <karl@gnu.org>
48139
48140         * config/config.guess: update from prep.
48141
48142 2002-12-24  Bruno Haible  <bruno@clisp.org>
48143
48144         General infrasructure.
48145         * m4/README: Rewritten.
48146         * m4/onceonly.m4: New file.
48147         * m4/onceonly_2_57.m4: New file.
48148
48149         Module atexit.
48150         * m4/atexit.m4: New file.
48151
48152         Module strtod.
48153         * m4/strtod.m4: New file.
48154
48155         Module strtol.
48156         * m4/strtol.m4: New file.
48157
48158         Module strtoul.
48159         * m4/strtoul.m4: New file.
48160
48161         Module memchr.
48162         * m4/memchr.m4: New file.
48163
48164         Module memcmp.
48165         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
48166         (jm_FUNC_MEMCMP): Invoke it.
48167
48168         Module memcpy.
48169         * m4/memcpy.m4: New file.
48170
48171         Module memmove.
48172         * m4/memmove.m4: New file.
48173
48174         Module memset.
48175         * m4/memset.m4: New file.
48176
48177         Module strcspn.
48178         * m4/strcspn.m4: New file.
48179
48180         Module strpbrk.
48181         * m4/strpbrk.m4: New file.
48182
48183         Module strstr.
48184         * m4/strstr.m4: New file.
48185
48186         Module strerror.
48187         * m4/strerror.m4: New file.
48188
48189         Module mktime.
48190         * m4/mktime.m4: Renamed from jm-mktime.m4.
48191         (gl_PREREQ_MKTIME): New macro.
48192         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
48193
48194         Module malloc.
48195         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
48196         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
48197         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
48198
48199         Module realloc.
48200         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
48201         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
48202         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
48203
48204         Module strftime.
48205         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
48206         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
48207         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
48208         gl_TM_GMTOFF.
48209         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
48210
48211         Module xalloc.
48212         * m4/xalloc.m4: New file.
48213
48214         Module alloca.
48215         * m4/alloca.m4: New file.
48216
48217         Module putenv.
48218         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
48219         (jm_FUNC_PUTENV): Invoke it.
48220
48221         Module setenv.
48222         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
48223         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
48224         when invoked twice.
48225         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
48226         gt_FUNC_SETENV.
48227
48228         Module memrchr.
48229         * m4/memrchr.m4: New file.
48230
48231         Module stpcpy.
48232         * m4/stpcpy.m4: New file.
48233
48234         Module strcase.
48235         * m4/strcase.m4: New file.
48236
48237         Module strdup.
48238         * m4/strdup.m4: New file.
48239
48240         Module strnlen.
48241         * m4/strnlen.m4: New file.
48242
48243         Module strndup.
48244         * m4/strndup.m4: New file.
48245
48246         Module xstrtod.
48247         * m4/xstrtod.m4: New file.
48248
48249         Module xstrtol.
48250         * m4/xstrtol.m4: New file.
48251
48252         Module getdate.
48253         * m4/getdate.m4: New file.
48254
48255         Module unlocked-io.
48256         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
48257         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
48258         * m4/jm-glibc-io.m4n: Remove file.
48259
48260         Module long-options.
48261         * m4/long-options.m4: New file.
48262
48263         Module md5.
48264         * m4/md5.m4: New file.
48265
48266         Module sha.
48267         * m4/sha.m4: New file.
48268
48269         Module getstr.
48270         * m4/getstr.m4: New file.
48271
48272         Module getline.
48273         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
48274         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
48275         <sys/types.h>, for size_t. Use the function name gnu_getline, not
48276         simply getline. Infoke gl_PREREQ_GETLINE.
48277
48278         Module obstack.
48279         * m4/obstack.m4: New file.
48280
48281         Module hash.
48282         * m4/hash.m4: New file.
48283
48284         Module readtokens.
48285         * m4/readtokens.m4: New file.
48286
48287         Module strverscmp.
48288         * m4/strverscmp.m4: New file.
48289
48290         Module stdbool.
48291         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
48292         OSF/1.
48293
48294         Module strtoll.
48295         * m4/strtoll.m4: New file.
48296
48297         Module strtoull.
48298         * m4/strtoull.m4: New file.
48299
48300         Module strtoimax.
48301         * m4/strtoimax.m4: New file.
48302
48303         Module strtoumax.
48304         * m4/strtoumax.m4: New file.
48305
48306         Module xstrtoimax.
48307         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
48308         jm_AC_PREREQ_XSTRTOIMAX.
48309         Moved the strtol prerequisites to strtol.m4.
48310         Moved the strtoll prerequisites to strtoll.m4.
48311         Moved the strtoimax prerequisites to strtoimax.m4.
48312
48313         Module xstrtoumax.
48314         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
48315         jm_AC_PREREQ_XSTRTOUMAX.
48316         Moved the strtoul prerequisites to strtoul.m4.
48317         Moved the strtoull prerequisites to strtoull.m4.
48318         Moved the strtoumax prerequisites to strtoumax.m4.
48319
48320         Module chown.
48321         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
48322         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
48323
48324         Module dup2.
48325         * m4/dup2.m4: New file.
48326
48327         Module ftruncate.
48328         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
48329         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
48330
48331         Module getgroups.
48332         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
48333         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
48334
48335         Module gettimeofday.
48336         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
48337         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
48338         gl_PREREQ_GETTIMEOFDAY.
48339
48340         Module mkdir.
48341         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
48342         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
48343
48344         Module mkstemp.
48345         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
48346         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
48347         jm_AC_TYPE_UINTMAX_T.
48348         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
48349
48350         Module stat.
48351         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
48352         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
48353
48354         Module lstat.
48355         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
48356         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
48357
48358         Module timespec.
48359         * m4/timespec.m4 (gl_TIMESPEC): New macro.
48360         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
48361         * m4/st_mtim.m4: Indentation.
48362
48363         Module nanosleep.
48364         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
48365         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
48366         gl_PREREQ_NANOSLEEP.
48367
48368         Module regex.
48369         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
48370         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
48371         (gl_REGEX): New macro.
48372
48373         Module rename.
48374         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
48375         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
48376
48377         Module rmdir.
48378         * m4/rmdir.m4: New file.
48379
48380         Module utime.
48381         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
48382         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
48383         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
48384
48385         Module dirname.
48386         * m4/dirname.m4: New file.
48387
48388         Module getopt.
48389         * m4/getopt.m4: New file.
48390
48391         Module unistd-safer.
48392         * m4/unistd-safer.m4: New file.
48393
48394         Module fnmatch.
48395         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
48396         declaration.
48397         (gl_PREREQ_FNMATCH_EXTRA): New macro.
48398         (gl_FUNC_FNMATCH_POSIX): New macro.
48399         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
48400         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
48401         simply fnmatch.
48402
48403         Module exclude.
48404         * m4/exclude.m4: New file.
48405
48406         Module human.
48407         * m4/human.m4: New file.
48408
48409         Module acl.
48410         * m4/acl.m4: Nop.
48411
48412         Module backupfile.
48413         * m4/backupfile.m4: New file.
48414         * m4/d-ino.m4: Indentation.
48415
48416         Module fsusage.
48417         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
48418         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
48419         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
48420
48421         Module dirfd.
48422         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
48423         requirements.
48424
48425         Module euidaccess.
48426         * m4/euidaccess.m4: New file.
48427
48428         Module file-type.
48429         * m4/file-type.m4: New file.
48430
48431         Module fileblocks.
48432         * m4/fileblocks.m4: New file.
48433
48434         Module filemode.
48435         * m4/filemode.m4: New file.
48436
48437         Module isdir.
48438         * m4/isdir.m4: New file.
48439
48440         Module lchown.
48441         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
48442         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
48443
48444         Module makepath.
48445         * m4/makepath.m4: New file.
48446
48447         Module modechange.
48448         * m4/modechange.m4: New file.
48449
48450         Module mountlist.
48451         * m4/mountlist.m4: New file.
48452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
48453         Indentation.
48454
48455         Module path-concat.
48456         * m4/path-concat.m4: New file.
48457
48458         Module pathmax.
48459         * m4/pathmax.m4: New file.
48460
48461         Module same.
48462         * m4/same.m4: New file.
48463
48464         Module save-cwd.
48465         * m4/save-cwd.m4: New file.
48466
48467         Module savedir.
48468         * m4/savedir.m4: New file.
48469
48470         Module xgetcwd.
48471         * m4/xgetcwd.m4: New file.
48472         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
48473
48474         Module xreadlink.
48475         * m4/xreadlink.m4: New file.
48476
48477         Module safe-read.
48478         * m4/safe-read.m4: New file.
48479
48480         Module safe-write.
48481         * m4/safe-write.m4: New file.
48482
48483         Module closeout.
48484         * m4/closeout.m4: New file.
48485
48486         Module stdio-safer.
48487         * m4/stdio-safer.m4: New file.
48488
48489         Module getpass.
48490         * m4/getpass.m4: New file.
48491
48492         Module getugroups.
48493         * m4/getugroups.m4: New file.
48494
48495         Module group-member.
48496         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
48497         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
48498
48499         Module idcache.
48500         * m4/idcache.m4: New file.
48501
48502         Module userspec.
48503         * m4/userspec.m4: New file.
48504
48505         Module gettime.
48506         * m4/clock_time.m4: New file.
48507         * m4/gettime.m4: New file.
48508
48509         Module settime.
48510         * m4/settime.m4: New file.
48511
48512         Module posixtm.
48513         * m4/posixtm.m4: New file.
48514
48515         Module gethostname.
48516         * m4/gethostname.m4: New file.
48517
48518         Module canon-host.
48519         * m4/canon-host.m4: New file.
48520
48521         Module gettext.
48522         * m4/codeset.m4: New file, from gettext-0.11.5.
48523         * m4/gettext.m4: New file, from gettext-0.11.5.
48524         * m4/glibc21.m4: New file, from gettext-0.11.5.
48525         * m4/iconv.m4: New file, from gettext-0.11.5.
48526         * m4/intdiv0.m4: New file, from gettext-0.11.5.
48527         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
48528         * m4/inttypes.m4: New file, from gettext-0.11.5.
48529         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
48530         * m4/isc-posix.m4: New file, from gettext-0.11.5.
48531         * m4/lcmessage.m4: New file, from gettext-0.11.5.
48532         * m4/lib-ld.m4: New file, from gettext-0.11.5.
48533         * m4/lib-link.m4: New file, from gettext-0.11.5.
48534         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
48535         * m4/progtest.m4: New file, from gettext-0.11.5.
48536         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
48537         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
48538         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
48539
48540         Module localcharset.
48541         * m4/localcharset.m4: New file.
48542
48543         Module hard-locale.
48544         * m4/hard-locale.m4: New file.
48545
48546         Module mbswidth.
48547         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
48548         onceonly macros.
48549         * m4/mbrtowc.m4: Add comment.
48550
48551         Module memcasecmp.
48552         * m4/memcasecmp.m4: New file.
48553
48554         Module memcoll.
48555         * m4/memcoll.m4: New file.
48556
48557         Module unicodeio.
48558         * m4/unicodeio.m4: New file.
48559
48560         Module rpmatch.
48561         * m4/rpmatch.m4: New file.
48562
48563         Module yesno.
48564         * m4/yesno.m4: New file.
48565
48566         Module exitfail.
48567         * m4/exitfail.m4: New file.
48568
48569         Module c-stack.
48570         * m4/c-stack.m4 (gl_C_STACK): New macro.
48571         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
48572
48573         Module error.
48574         * m4/error.m4 (gl_ERROR): New macro.
48575         (jm_PREREQ_ERROR): Use onceonly macros.
48576
48577         Module fatal.
48578         * m4/fatal.m4: New file.
48579
48580         Module getloadavg.
48581         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
48582         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
48583
48584         Module getpagesize.
48585         * m4/getpagesize.m4: New file.
48586
48587         Module getusershell.
48588         * m4/getusershell.m4: New file.
48589
48590         Module physmem.
48591         * m4/physmem.m4: New file.
48592
48593         Module posixver.
48594         * m4/posixver.m4: New file.
48595
48596         Module quotearg.
48597         * m4/quotearg.m4: New file.
48598
48599         Module quote.
48600         * m4/quote.m4: New file.
48601
48602         Module readutmp.
48603         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
48604
48605         Module sig2str.
48606         * m4/sig2str.m4: New file.
48607
48608         Other.
48609         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
48610         ulonglong.m4.
48611         * m4/intmax_t.m4: New file.
48612         * m4/d-type.m4: Indentation.
48613         * m4/jm-macros.m4: Update.
48614         * m4/prereq.m4 (jm_PREREQ): Update.
48615         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
48616         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
48617         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
48618         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
48619         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
48620         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
48621         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
48622         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
48623         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
48624         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
48625         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
48626         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
48627         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
48628         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
48629         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
48630         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
48631         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
48632         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
48633         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
48634
48635 2002-12-24  Bruno Haible  <bruno@clisp.org>
48636
48637         * MODULES.txt: Update according to m4/ changes.
48638
48639         Module gettext.
48640         * config.rpath: New file, from gettext-0.11.5.
48641
48642         * modules/*: New module descriptions.
48643         * gnulib-tool: New file.
48644         * MODULES.html.sh: New file.
48645
48646 2002-12-21  Karl Berry  <karl@gnu.org>
48647
48648         * doc/fdl.texi: update to version 1.2.
48649
48650 2002-12-19  Karl Berry  <karl@gnu.org>
48651
48652         * config/config.guess: update from prep.
48653
48654 2002-12-18  Bruno Haible  <bruno@clisp.org>
48655
48656         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
48657         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
48658
48659 2002-12-17  Bruno Haible  <bruno@clisp.org>
48660
48661         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
48662         stdlib.h, string.h.
48663
48664 2002-12-17  Bruno Haible  <bruno@clisp.org>
48665
48666         * lib/canon-host.c (strdup): Remove unused declaration.
48667
48668         * lib/fsusage.c: Include full_read.h.
48669         (get_fs_usage): Use full_read instead of safe_read.
48670
48671         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
48672
48673 2002-12-12  Karl Berry  <karl@gnu.org>
48674
48675         * config/config.guess: update from prep.
48676
48677 2002-12-11  Bruno Haible  <bruno@clisp.org>
48678
48679         * m4/setenv.m4: New file, from gettext-0.11.5.
48680
48681 2002-12-11  Bruno Haible  <bruno@clisp.org>
48682
48683         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
48684         not unsetenv().
48685         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
48686         modifications:
48687
48688         2002-12-11  Bruno Haible  <bruno@clisp.org>
48689
48690                 * setenv.c (alloca): Fall back to malloc.
48691                 (freea): New macro.
48692                 (setenv): Use freea() to free memory allocated with alloca().
48693
48694         2002-11-13  Bruno Haible  <bruno@clisp.org>
48695
48696                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
48697                 function declarations.
48698                 * unsetenv.c (unsetenv): Likewise.
48699
48700         2002-03-04  Bruno Haible  <bruno@clisp.org>
48701
48702                 Portability to AIX 4.3.3.
48703                 * unsetenv.c: New file, extracted from setenv.c.
48704                 * setenv.c: Move the unsetenv() function to unsetenv.c.
48705
48706         2001-12-20  Bruno Haible  <bruno@clisp.org>
48707
48708                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
48709                 use malloc instead. For SunOS 4.
48710
48711         2001-12-11  Bruno Haible  <bruno@clisp.org>
48712
48713                 * setenv.c: Declare alloca.
48714                 (compar_fn_t): New typedef.
48715                 (KNOWN_VALUE, STORE_VALUE): Use it.
48716
48717         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
48718         setenv.h.
48719
48720 2002-12-10  Paul Eggert  <eggert@twinsun.com>
48721
48722         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
48723         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
48724         Choose values that are less likely to collide with system fnmatch
48725         options.
48726         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
48727         defined (e.g., a pure POSIX system).
48728         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
48729         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
48730
48731 2002-12-06  Paul Eggert  <eggert@twinsun.com>
48732
48733         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
48734         a pain in practice to deal with generated m4 files.  This change
48735         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
48736
48737         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
48738         and jm-glibc-io.m4, as they are no longer a special case.
48739         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
48740         kludge and the auto-generation stuff.  Check only whether the
48741         functions are declared, not whether they exist, since older hosts
48742         that don't declare the functions can't use the optimization anyway.
48743
48744 2002-12-06  Jim Meyering  <jim@meyering.net>
48745
48746         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
48747
48748         Merge in changes from libc's misc/error.c, in preparation
48749         for the merge of gnulib's changes back into libc.
48750
48751         * lib/error.c (_): Define only if not already defined.
48752         Move definition to follow all #include directives.
48753         Include unlocked-io.h only if !_LIBC.
48754         [_LIBC]: Include <libio/libioP.h>.
48755         [USE_IN_LIBIO]: Include <libio/iolibio.h>
48756         (fflush): Tweak definition to use INTUSE.
48757         (putc): Define.
48758
48759 2002-12-05  Paul Eggert  <eggert@twinsun.com>
48760
48761         * lib/alloca.c [defined emacs]: Include "lisp.h".
48762         (xalloc_die) [defined emacs]: New macro.
48763         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
48764         [! defined emacs]: Include <xalloc.h>.
48765         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
48766         (pointer): Typedef to POINTER_TYPE *.
48767         (malloc): Remove decl; we now always use xmalloc.
48768         (alloca): Use old-style definition, since Emacs needs this.
48769         Check for arithmetic overflow when computing combined size.
48770
48771 2002-12-04  Paul Eggert  <eggert@twinsun.com>
48772
48773         Do not generate unlocked-io.h automatically, since it's easier to
48774         maintain it by hand.
48775
48776         * lib/unlocked-io.h: New file, from GNU diffutils,
48777         but with proper copyright notice and attribution.
48778         * lib/gen-uio: Remove.
48779         * lib/Makefile.am: Add copyright notice.
48780         (libfetish_a_SOURCES): Add unlocked-io.h.
48781         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
48782         (DISTCLEANFILES, io_functions): Remove macros.
48783         (EXTRA_DIST): Remove gen_uio.
48784         (unlocked-io.h): Remove rule.
48785
48786 2002-12-04  Jim Meyering  <jim@meyering.net>
48787
48788         Reflect the fact that stat.c and lstat.c are no longer generated.
48789         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
48790         (DISTCLEANFILES): Likewise.
48791         (EXTRA_DIST): Likewise.
48792         (all_local): Don't depend on stat.c or lstat.c.
48793         (stat.c, lstat.c): Remove rules.
48794         (EXTRA_DIST): Remove xstat.in.
48795
48796         * lib/xstat.in: Remove file.  Contents moved into stat.c.
48797         * lib/stat.c: New file.  Contents mostly from xstat.in.
48798         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
48799         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
48800
48801         * lib/safe-read.c: Rework so that it may serve to define safe_write,
48802         too.
48803         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
48804
48805 2002-12-03  Jim Meyering  <jim@meyering.net>
48806
48807         * lib/safe-read.c, safe-write.c: Change variable names and comments,
48808         but not semantics, to minimize the differences between these two files.
48809         (safe_read): Change comment to mention SAFE_READ_ERROR.
48810
48811         * lib/safe-read.c (IS_EINTR): Define.
48812         (safe_read): Use IS_EINTR in place of in-function cpp directives.
48813
48814 2002-12-02  Jim Meyering  <jim@meyering.net>
48815
48816         * lib/safe-read.c (EINTR): Define.
48817         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48818         (INT_MAX): Provide fallback.
48819         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
48820
48821         * lib/safe-read.h (SAFE_READ_ERROR): Define.
48822
48823 2002-12-02  Bruno Haible  <bruno@clisp.org>
48824
48825         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
48826         Define, taken from safe-read.c.
48827         (INT_MAX): Provide fallback.
48828         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
48829         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
48830
48831         * lib/safe-read.c (EINTR): Remove definition.
48832         (safe_read): Don't use EINTR if it is absent.
48833
48834 2002-12-01  Jim Meyering  <jim@meyering.net>
48835
48836         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
48837         zero.
48838         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
48839
48840 2002-11-27  Paul Eggert  <eggert@twinsun.com>
48841
48842         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
48843         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
48844         with `if (! (value < limit)) abort ();', for readability.
48845
48846 2002-11-26  Karl Berry  <karl@gnu.org>
48847
48848         * lib/strdup.c: copy from libc again, with jim's ok.
48849         * lib/.cppi-disable: re-add strdup.c
48850
48851 2002-11-25  Karl Berry  <karl@gnu.org>
48852
48853         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
48854         instead of "strtol.c".
48855
48856 2002-11-25  Karl Berry  <karl@gnu.org>
48857
48858         * config/install-sh: update from automake for variable quoting, $0 in
48859         error msgs, etc.
48860
48861         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
48862         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
48863         entry.
48864
48865 2002-11-25  Jim Meyering  <jim@meyering.net>
48866
48867         * lib/mktime.c: Sync from libc, now that it has the latest fix.
48868
48869 2002-11-24  Karl Berry  <karl@gnu.org>
48870
48871         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
48872         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
48873
48874 2002-11-24  Jim Meyering  <jim@meyering.net>
48875
48876         Update from coreutils:
48877
48878         * lib/mktime.c: Merge in changes from libc.
48879
48880         Avoid a link-time failure on some Linux systems.
48881         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
48882         (otherwise).
48883         (__mon_yday): Declare with the STATIC attribute.
48884         (__mktime_internal): Likewise.
48885         Based on a report from Greg Schafer.
48886
48887 2002-11-23  Jim Meyering  <jim@meyering.net>
48888
48889         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
48890         Use `unsigned', not `int', as type of index.
48891
48892         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
48893
48894         * lib/fsusage.c: Remove unneeded parentheses around operands of
48895         `defined'.
48896
48897 2002-11-22  Paul Eggert  <eggert@twinsun.com>
48898
48899         * lib/quotearg.h: Allow multiple inclusion by surrounding with
48900         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
48901         so that we can be included first.
48902         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
48903         * lib/quotearg.c: Include quotearg.h immediately after config.h.
48904         No need to include stddef.h or sys/types.h any more.
48905         Surround local include files with "", not "<>".
48906         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
48907         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
48908         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
48909         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
48910         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
48911         (ISPRINT): Remove; no longer needed now that we assume C89.
48912
48913         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
48914         Preserve errno.
48915
48916         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
48917         quotearg_char): Use SIZE_MAX rather than
48918         (size_t) -1 when we are talking about "infinity".
48919
48920         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
48921
48922 2002-11-22  Paul Eggert  <eggert@twinsun.com>
48923
48924         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
48925         hint that one should use `if (! x) abort ();' rather than `assert
48926         (x);', and anyway it's one less thing to worry about configuring.
48927         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
48928         hash_rehash, hash_insert): Use abort rather than assert.
48929
48930 2002-11-22  Bruno Haible  <bruno@clisp.org>
48931
48932         * lib/safe-read.h: Assume C89. Add comments.
48933         (safe_read): Change return type to size_t.
48934         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
48935         byte counts > SSIZE_MAX correctly.
48936         * lib/safe-write.h: New file.
48937         * lib/safe-write.c: New file.
48938         * lib/full-read.h: New file.
48939         * lib/full-read.c: New file.
48940         * lib/full-write.h: Assume C89. Add comments.
48941         * lib/full-write.c: Include safe-write.h.
48942         (full_write): Rewritten to use safe_write.
48943         Suggested by Jim Meyering and Paul Eggert.
48944
48945 2002-11-21  Jim Meyering  <jim@meyering.net>
48946
48947         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
48948
48949         Merge in changes from the coreutils.
48950
48951         2002-09-25  Paul Eggert  <eggert@twinsun.com>
48952         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
48953         <stdint.h>.
48954         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
48955         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
48956         int.  Work more efficiently if X is the same width as uintmax_t.
48957         Do not compare X to -1, to avoid bogus compiler warning.
48958         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
48959         Don't assume that f_frsize and f_bsize are the same type.
48960
48961         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
48962         warning on FreeBSD.
48963
48964         * lib/makepath.c (make_path): Restore umask *before* creating the final
48965         component.
48966         (make_path): Minor reformatting.
48967
48968         * lib/xmalloc.c: Adjust to work with new autoconf macros,
48969         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
48970         HAVE_MALLOC/HAVE_REALLOC.
48971
48972         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
48973         dummy ones.  At least on GNU/Linux systems, `auto' means something
48974         else.
48975         From Michael Stone.
48976
48977 2002-11-21  Bruno Haible  <bruno@clisp.org>
48978
48979         Remove case insensitive option matching.
48980         * lib/argmatch.h (argcasematch): Remove declaration.
48981         (ARGCASEMATCH): Remove macro.
48982         (__xargmatch_internal): Remove case_sensitive argument.
48983         (XARGMATCH): Update.
48984         (XARGCASEMATCH): Remove macro.
48985         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
48986         case_sensitive argument.
48987         (argcasematch): Remove function.
48988         (__xargmatch_internal): Remove case_sensitive argument.
48989         (main): Use XARGMATCH instead of XARGCASEMATCH.
48990
48991         * lib/xmalloc.c: Change compile-time error message. Add comment about
48992         required autoconf version.
48993
48994 2002-11-20  Paul Eggert  <eggert@twinsun.com>
48995
48996         Merge argmatch cleanups from Bison.  Assume C89.
48997
48998         * lib/argmatch.c: Include config.h here, not in argmatch.h.
48999         Include stdlib.h, for EXIT_FAILURE.
49000         Always include <string.h>, since we assume C89.
49001         (EXIT_FAILURE): Remove pre-C89 bug workaround.
49002         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
49003         Include <stddef.h> instead, since it's all we need for size_t.
49004         (PARAMS): Remove.  All uses removed.
49005         (ARRAY_CARDINALITY): Do not bother to #undef.
49006         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
49007         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
49008         Remove unnecessary parentheses.
49009         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
49010         Insert necessary parentheses.
49011         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
49012         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
49013
49014 2002-11-19  Bruno Haible  <bruno@clisp.org>
49015
49016         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
49017         * lib/mbswidth.h: Include <stddef.h>, for size_t.
49018
49019         * lib/mbswidth.h (PARAMS): Remove macro.
49020         (mbswidth, mbsnwidth): Use ANSI C function declarations.
49021         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
49022
49023         * lib/gcd.h (PARAMS): Remove macro.
49024         (gcd): Use ANSI C function declarations.
49025         * lib/gcd.c (gcd): Likewise.
49026
49027 2002-11-15  Bruno Haible  <bruno@clisp.org>
49028
49029         * lib/strcspn.c: Include <stddef.h>.
49030         (strcspn): Use ANSI C function declaration. Change return type to
49031         size_t. Use NULL.
49032         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
49033         (strpbrk): Use NULL.
49034         * lib/strpbrk.h (PARAMS): Remove macro.
49035         (strpbrk): Use ANSI C function declaration.
49036         * lib/strstr.c: Don't include <sys/types.h>.
49037         * lib/strstr.h (PARAMS): Remove macro.
49038         (strstr): Use ANSI C function declarations.
49039
49040 2002-11-14  Karl Berry  <karl@gnu.org>
49041
49042         * config/mkinstalldirs: `do' on separate line, instead of
49043         `for var; do'.
49044
49045 2002-11-06  Bruno Haible  <bruno@clisp.org>
49046
49047         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
49048         * lib/gcd.c (gcd): Likewise.
49049
49050 2002-11-05  Bruno Haible  <bruno@clisp.org>
49051
49052         * lib/gcd.h: New file, from gettext-0.11.5.
49053         * lib/gcd.c: New file, from gettext-0.11.5.
49054
49055 2002-11-05  Bruno Haible  <bruno@clisp.org>
49056
49057         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49058         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49059         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49060         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49061
49062         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
49063         <libintl.h>.
49064         * lib/makepath.c: Include gettext.h instead of <locale.h> and
49065         <libintl.h>.
49066
49067         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
49068         * lib/human.c: Include gettext.h instead of <libintl.h>.
49069         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
49070         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
49071         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
49072         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
49073         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
49074         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
49075         (textdomain): Remove definition.
49076         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
49077
49078         * lib/long-options.c: Remove include of <libintl.h> and definition of
49079         _.
49080         * lib/same.c: Remove include of <libintl.h> and definition of _.
49081
49082 2002-11-04  Owen Taylor  <otaylor@redhat.com>
49083
49084         * lib/config.charset: A few additions for Solaris.
49085
49086 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
49087
49088         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
49089         * lib/localcharset.c (locale_charset): Declare as extern "C".
49090
49091 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
49092
49093         * lib/config.charset: msdos in uk_UA uses CP1125.
49094
49095 2002-11-04  Bruno Haible  <bruno@clisp.org>
49096
49097         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
49098         * lib/strcase.h: New file, from GNU gettext-0.11.5.
49099         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
49100         * lib/strstr.h: New file, from GNU gettext-0.11.5.
49101         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
49102
49103 2002-11-04  Bruno Haible  <bruno@clisp.org>
49104
49105         * lib/localcharset.c (locale_charset): Don't return an empty string.
49106
49107 2002-11-04  Bruno Haible  <bruno@clisp.org>
49108
49109         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
49110         aliases.
49111
49112 2002-11-04  Bruno Haible  <bruno@clisp.org>
49113
49114         * lib/config.charset: Update for newest glibc. Add canonical names
49115         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
49116
49117 2002-11-04  Bruno Haible  <bruno@clisp.org>
49118
49119         * lib/config.charset: Add support for NetBSD.
49120
49121 2002-11-04  Bruno Haible  <bruno@clisp.org>
49122
49123         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
49124
49125 2002-11-01  Bruno Haible  <bruno@clisp.org>
49126
49127         * configure.in: Add AC_CONFIG_AUX_DIR call.
49128         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
49129         test/Makefile.
49130         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
49131
49132 2002-09-28  Karl Berry  <karl@gnu.org>
49133
49134         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
49135         installed automake until the next release, since changes have been
49136         made.
49137
49138 2002-09-25  Karl Berry  <karl@gnu.org>
49139
49140         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
49141         * lib/getopt*: copy from libc/posix.
49142         * lib/gettext.h: copy from gettext.
49143         * lib/.cppi-disable: add strdup.c, gettext.h.
49144
49145 2002-09-25  Karl Berry  <karl@gnu.org>
49146
49147         * config/srclist.txt: enable gettext.h check.
49148         * config/config.{guess,sub}: update from prep.
49149         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
49150                 from automake 1.6.3.
49151         See srclist*.
49152
49153 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
49154
49155         * regex.c (PATFETCH): Remove the translating fetch.
49156         (PATFETCH_RAW): Rename to PATFETCH.
49157         (set_image_of_range): New fun.
49158         (SET_RANGE_TABLE_WORK_AREA): Use it.
49159         (regex_compile): Don't translate the pattern chars so eagerly.
49160         Only do it when inserting an `exactn' bytecode or when handling
49161         a char-range.
49162         (mutually_exclusive_p): Avoid empty statement.
49163
49164 2002-07-06  Jim Meyering  <meyering@lucent.com>
49165
49166         * m4/README: Don't mention Makefile.am.in.
49167         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
49168
49169 2002-07-01  Jim Meyering  <meyering@lucent.com>
49170
49171         * lib/c-stack.c: Include sys/time.h.
49172         From Volker Borchert.
49173
49174 2002-06-26  Paul Eggert  <eggert@twinsun.com>
49175
49176         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
49177
49178 2002-06-26  Paul Eggert  <eggert@twinsun.com>
49179
49180         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
49181         New macro.  Use it uniformly instead of
49182         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
49183         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
49184         reported by Vin Shelton.
49185
49186 2002-06-22  Paul Eggert  <eggert@twinsun.com>
49187
49188         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
49189         Do not assume SA_SIGINFO behavior.
49190         Bug reported by Jim Meyering on NetBSD 1.5.2.
49191
49192 2002-06-22  Jim Meyering  <meyering@lucent.com>
49193
49194         * m4/c-stack.m4: New file, from diffutils-2.8.2.
49195         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
49196
49197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
49198         now that configure.ac uses AC_GNU_SOURCE.
49199         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
49200         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
49201
49202         Update to latest tools.  Suggestions from Paul Eggert.
49203         * m4/stdbool.m4: New file, from diffutils-2.8.2.
49204         * m4/gnu-source.m4: Update from diffutils-2.8.2.
49205         * m4/fnmatch.m4: Likewise.
49206         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
49207         to AC_HEADER_STDBOOL
49208
49209 2002-06-22  Jim Meyering  <meyering@lucent.com>
49210
49211         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
49212         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
49213
49214 2002-06-22  Jim Meyering  <meyering@lucent.com>
49215
49216         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
49217
49218         * lib/exitfail.c, exitfail.h: Likewise.
49219         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
49220
49221         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
49222         of fnmatch.h.
49223         (EXTRA_DIST): Add fnmatch_loop.c.
49224         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
49225
49226         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
49227         * lib/fnmatch.c: Update from diffutils-2.8.2.
49228         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
49229         * lib/fnmatch.h: Remove file.
49230
49231 2002-06-21  Jim Meyering  <meyering@lucent.com>
49232
49233         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
49234         * m4/mbrtowc.m4: Likewise.
49235
49236         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
49237         * m4/mbswidth.m4: Reflect name change:
49238         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
49239         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
49240
49241         * m4/lib-link.m4: Update from gettext-0.11.2.
49242         * m4/gettext.m4: Likewise.
49243
49244         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
49245         From Alfred M. Szmidt.
49246
49247 2002-06-18  Paul Eggert  <eggert@twinsun.com>
49248
49249         * lib/file-type.h: Report an error if neither S_ISREG nor
49250         S_IFREG is defined, instead of using a test specific to glibc
49251         2.2.  This should be safe, since POSIX requires S_ISREG and
49252         Unix Version 7 had S_IFREG.  We don't need to check for
49253         <sys/types.h> since we don't use any symbols that it defines.
49254
49255 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
49256
49257         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
49258         $@-t, so that each temporary file name is unique and valid in the first
49259         8 characters, for operation under DOS.
49260
49261 2002-06-15  Paul Eggert  <eggert@twinsun.com>
49262
49263         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
49264
49265 2002-06-15  Jim Meyering  <meyering@lucent.com>
49266
49267         Work even with DJGPP 2.03, which lacks support for symlinks.
49268         From Richard Dawe.
49269         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
49270         is defined.
49271         * lib/lchown.c (S_ISLNK): Likewise.
49272
49273 2002-06-15  Jim Meyering  <meyering@lucent.com>
49274
49275         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
49276         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
49277         have been included before this file.
49278
49279 2002-06-14  Jim Meyering  <meyering@lucent.com>
49280
49281         * lib/file-type.h: Use the version from diffutils-2.8.2.
49282         * lib/file-type.c: Likewise.
49283
49284 2002-06-07  Jim Meyering  <meyering@lucent.com>
49285
49286         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
49287         They're needed at least for NetBSD 1.5.2.
49288         ($statxfs_includes): Include those same headers.
49289         ($statxfs_includes): Include sys/vfs.h if available.
49290         ($statxfs_includes): Likewise for sys/statvfs.h.
49291         Check for the following members in both structs statfs and statvfs:
49292         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
49293
49294 2002-06-01  Jim Meyering  <meyering@lucent.com>
49295
49296         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
49297         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
49298
49299 2002-05-28  Jim Meyering  <meyering@lucent.com>
49300
49301         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
49302         Reported by Volker Borchert.
49303
49304 2002-05-27  Jim Meyering  <meyering@lucent.com>
49305
49306         Fix a problem seen only on nonconforming systems whereby ls.c's
49307         use of localtime, and then of gettimeofday would cause trouble:
49308         the localtime call used to initialize rpl_gettimeofday's save
49309         mechanism would clobber ls's current local time information so
49310         that in any long listing the first file would always be listed
49311         with date 1970-01-01.  Analysis by Volker Borchert.
49312
49313         * lib/gettimeofday.c (localtime): Undefine.
49314         (rpl_localtime): New function.
49315
49316 2002-05-27  Jim Meyering  <meyering@lucent.com>
49317
49318         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
49319         localtime.
49320
49321         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
49322         use the replacement function; it wouldn't resolve at link time.
49323         Reported by Volker Borchert.
49324
49325 2002-05-22  Jim Meyering  <meyering@lucent.com>
49326
49327         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
49328         file-type.h.
49329         * lib/file-type.h: New file.
49330         * lib/file-type.c (file_type): New file/function.  Extracted from
49331         diffutils.
49332
49333 2002-04-30  Jim Meyering  <meyering@lucent.com>
49334
49335         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
49336
49337 2002-04-29  Paul Eggert  <eggert@twinsun.com>
49338
49339         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
49340
49341 2002-04-29  Paul Eggert  <eggert@twinsun.com>
49342
49343         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
49344         Do not check for alloca.h (no longer used) or stdbool.h (was never
49345         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
49346
49347 2002-04-29  Paul Eggert  <eggert@twinsun.com>
49348
49349         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
49350
49351 2002-04-29  Jim Meyering  <meyering@lucent.com>
49352
49353         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
49354         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
49355         Use AC_FUNC_STRNLEN here instead.
49356
49357         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
49358         With autoconf-2.53a, it's part of AC_PROG_CC.
49359
49360 2002-04-28  Paul Eggert  <eggert@twinsun.com>
49361
49362         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
49363         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
49364
49365 2002-04-28  Paul Eggert  <eggert@twinsun.com>
49366
49367         * lib/sig2str.h, lib/sig2str.c: New files.
49368         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
49369
49370 2002-04-28  Paul Eggert  <eggert@twinsun.com>
49371
49372         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
49373         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
49374         of 127, since 64 is the largest conceivable number for ancient
49375         nonstandard hosts.
49376         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
49377
49378 2002-04-28  Jim Meyering  <meyering@lucent.com>
49379
49380         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
49381
49382 2002-04-24  Jim Meyering  <meyering@lucent.com>
49383
49384         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
49385         (jm_PREREQ): Use it.
49386
49387         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
49388         mach/mach.h fcntl.h.
49389         Check for this function: setlocale.
49390
49391 2002-04-24  Jim Meyering  <meyering@lucent.com>
49392
49393         * lib/gettext.h: New file, from Gettext.
49394         * lib/Makefile.am (INCLUDES): Remove -I../intl.
49395         (libfetish_a_SOURCES): Add gettext.h.
49396
49397 2002-04-16  Jim Meyering  <meyering@lucent.com>
49398
49399         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
49400         ut_pid, ut_id, ut_exit.
49401
49402 2002-04-16  Jim Meyering  <meyering@lucent.com>
49403
49404         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
49405         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
49406         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
49407
49408 2002-04-12  Jim Meyering  <meyering@lucent.com>
49409
49410         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
49411         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
49412         existence of the getmntinfo function.  Needed for Darwin 5.3.
49413
49414         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
49415         This is necessary at least on Darwin 5.3.
49416
49417         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
49418         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
49419         strnlen.o in the library, and that makes some versions of ranlib
49420         object.
49421
49422 2002-04-12  Jim Meyering  <meyering@lucent.com>
49423
49424         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
49425
49426 2002-04-09  Jim Meyering  <meyering@lucent.com>
49427
49428         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
49429         to be more precise.  Rather than saying we're checking whether the
49430         function `works', say what we're testing.
49431         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
49432         Reported by Bruno Haible.
49433
49434 2002-03-10  Jim Meyering  <meyering@lucent.com>
49435
49436         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
49437         Suggestion from Santiago Vila.
49438
49439 2002-03-08  Jim Meyering  <meyering@lucent.com>
49440
49441         * lib/rename.c: Mention that this wrapper is needed also on
49442         mips-dec-ultrix4.4 systems.
49443
49444 2002-03-02  Jim Meyering  <meyering@lucent.com>
49445
49446         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
49447         not HAVE_CLOCK_SETTIME.
49448
49449 2002-02-27  Paul Eggert  <eggert@twinsun.com>
49450
49451         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
49452         Check for clock_settime.
49453
49454 2002-02-27  Paul Eggert  <eggert@twinsun.com>
49455
49456         * lib/nanosleep.h: Rename to....
49457         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
49458
49459         * lib/gettime.c: New file.
49460         * lib/settime.c: New file.
49461         * lib/stime.c: Remove.
49462
49463         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
49464         timespec.h.  Remove nanosleep.h.
49465
49466 2002-02-25  Paul Eggert  <eggert@twinsun.com>
49467
49468         * m4/acl.m4: New file.
49469         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
49470         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
49471
49472 2002-02-25  Paul Eggert  <eggert@twinsun.com>
49473
49474         * lib/acl.c, lib/acl.h: New files.
49475         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
49476
49477 2002-02-24  Jim Meyering  <meyering@lucent.com>
49478
49479         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
49480         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
49481         cause trouble.  Reported by Nelson Beebe.
49482
49483 2002-02-23  Paul Eggert  <eggert@twinsun.com>
49484
49485         * lib/path-concat.c (xpath_concat): Reorder code to pacify
49486         compilers that don't know that xalloc_die never returns.
49487
49488 2002-02-20  Jim Meyering  <meyering@lucent.com>
49489
49490         * lib/getdate.c: Regenerate using bison-1.33.
49491
49492 2002-02-17  Jim Meyering  <meyering@lucent.com>
49493
49494         * config/config.guess (main): Don't use `head -1'; it's no longer
49495         portable. Use `sed 1q' instead.
49496
49497 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
49498
49499         * m4/codeset.m4: Upgrade to gettext-0.11.
49500         * m4/gettext.m4: Upgrade to gettext-0.11.
49501         * m4/glibc21.m4: Upgrade to gettext-0.11.
49502         * m4/iconv.m4: Upgrade to gettext-0.11.
49503         * m4/isc-posix.m4: Upgrade to gettext-0.11.
49504         * m4/lcmessage.m4: Upgrade to gettext-0.11.
49505         * m4/lib-ld.m4: New file, from gettext-0.11.
49506         * m4/lib-link.m4: New file, from gettext-0.11.
49507         * m4/lib-prefix.m4: New file, from gettext-0.11.
49508         * m4/progtest.m4: Upgrade to gettext-0.11.
49509
49510 2002-02-15  Paul Eggert  <eggert@twinsun.com>
49511
49512         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
49513         (jm_PREREQ): Use it.
49514
49515 2002-02-15  Paul Eggert  <eggert@twinsun.com>
49516
49517         * lib/posixver.c, lib/posixver.h: New files.
49518         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
49519
49520 2002-02-02  Paul Eggert  <eggert@twinsun.com>
49521             Bruno Haible  <bruno@clisp.org>
49522
49523         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
49524         (fwrite_success_callback): New declaration.
49525         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
49526         print_unicode_char. Call failure callback instead of error.
49527         (fwrite_success_callback): New function.
49528         (exit_failure_callback): New function.
49529         (fallback_failure_callback): New function.
49530         (print_unicode_char): Call unicode_to_mb.
49531
49532 2002-01-26  Jim Meyering  <meyering@lucent.com>
49533
49534         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
49535         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
49536
49537 2002-01-26  Jim Meyering  <meyering@lucent.com>
49538
49539         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
49540
49541 2002-01-22  Paul Eggert  <eggert@twinsun.com>
49542
49543         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
49544
49545 2002-01-22  Jim Meyering  <meyering@lucent.com>
49546
49547         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
49548         Otherwise, some versions of automake would omit the rule that makes
49549         Makefile from Makefile.in.
49550
49551 2002-01-21  Paul Eggert  <eggert@twinsun.com>
49552
49553         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
49554         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
49555         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
49556         (memcoll): Set errno to zero if there is no error.
49557
49558         * lib/quotearg.c (quotearg_buffer_restyled):
49559         Fix bug with quoting buffers containing NUL when backslashing escapes.
49560         This bug was exposed by the other changes in this patch.
49561         (quotearg_n_options): New arg ARGSIZE.
49562         All callers changed.
49563         (quoting_options_from_style): New function.
49564         (quotearg_n_style): Use it.
49565         (quotearg_n_style_mem): New function.
49566
49567         * lib/quotearg.h (quotearg_n_style_mem): New function.
49568
49569 2002-01-19  Jim Meyering  <meyering@lucent.com>
49570
49571         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
49572         Remove useless quotes: DF_PROG="df".
49573         * m4/strnlen.m4: New file.
49574
49575 2002-01-16  Paul Eggert  <eggert@twinsun.com>
49576
49577         * lib/backupfile.c (ISDIGIT): Comment fix.
49578         * lib/getdate.y (ISDIGIT): Likewise.
49579         * lib/posixtm.c (ISDIGIT, year): Likewise.
49580         * lib/strverscmp.c (ISDIGIT): Likewise.
49581         * lib/userspec.c (ISDIGIT): Likewise.
49582
49583 2002-01-16  Jim Meyering  <meyering@lucent.com>
49584
49585         * lib/getdate.y: Add three semicolons, each just before a closing
49586         brace. Bison (as of version 1.31) no longer papers over that mistake.
49587
49588 2002-01-05  Jim Meyering  <meyering@lucent.com>
49589
49590         * lib/version-etc.c (version_etc_copyright): Update copyright year.
49591
49592 2001-12-19  Paul Eggert  <eggert@twinsun.com>
49593
49594         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
49595         not silently exit merely because the output buffer happens to
49596         have nothing pending.
49597
49598 2001-12-18  Paul Eggert  <eggert@twinsun.com>
49599
49600         See the big note in ../ChangeLog.
49601         * lib/human.c (suffixes): Prefer K to k for 1024.
49602         (generate_suffix_backwards): New function.
49603         (human_readable_inexact): Use it.
49604         * lib/xstrtol.c (__xstrtol): If there is no number but there
49605         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
49606         Accept 'K' as well as 'k'.
49607
49608 2001-12-15  Jim Meyering  <meyering@lucent.com>
49609
49610         * lib/regex.h (__restrict_arr): Update from libc.
49611
49612         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
49613         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
49614         (STREQ): Define.
49615
49616 2001-12-14  Jim Meyering  <meyering@lucent.com>
49617
49618         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
49619         Suggestion from Bruno Haible.
49620
49621 2001-12-10  Jim Meyering  <meyering@lucent.com>
49622
49623         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
49624         xrealloc, Instead, include "xalloc.h".
49625         (initbuffer): Don't cast xmalloc return value to char*.
49626         (readline): Reword comment.
49627         Don't cast xrealloc return value to char*
49628         Return NULL, not 0.
49629
49630 2001-12-09  Jim Meyering  <meyering@lucent.com>
49631
49632         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
49633         about `signed and unsigned type in conditional expression'.
49634         * lib/posixtm.c (posix_time_parse): Likewise.
49635
49636         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
49637
49638         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
49639         to avoid a pedantic warning.
49640
49641         * lib/getstr.c: Don't include assert.h.
49642         (getstr): Remove warning-evoking assertions.
49643         Return -1 if offset parameter is out of bounds.
49644         Change the type of a local from int to size_t.
49645
49646         * lib/strftime.c (my_strftime_localtime_r): Include this function
49647         definition in the `#if ! HAVE_TM_GMTOFF' block.
49648
49649         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
49650         Include xalloc.h instead.
49651
49652 2001-12-02  Jim Meyering  <meyering@lucent.com>
49653
49654         * lib/tempname.c: Don't declare getenv, thus reverting the change of
49655         2001-11-18.  It's no longer necessary, now that stdlib.h is always
49656         included.
49657
49658         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
49659         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
49660
49661 2001-11-30  Akim Demaille  <akim@epita.fr>
49662
49663         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
49664         before being defined.
49665
49666 2001-11-27  Paul Eggert  <eggert@twinsun.com>
49667
49668         * lib/quotearg.h (quotearg_n, quotearg_n_style):
49669         First arg is int, not unsigned.
49670         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
49671         (SIZE_MAX, UINT_MAX): New macros.
49672         (quotearg_n_options): Abort if N is negative.
49673         Avoid overflow check on hosts where size_t is 64 bits and int
49674         is 32 bits, as overflow is impossible there.
49675         Fix off-by-one typo that caused unnecessary reallocation.
49676
49677 2001-11-27  Jim Meyering  <meyering@lucent.com>
49678
49679         * lib/tempname.c: Merge with version from libc.
49680         * lib/regex.c: Likewise.
49681
49682         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
49683         systems for which STDC_HEADERS is 0, it was not included, resulting in
49684         a warning about an integer-to-pointer conversion problem with getenv.
49685         Reported by Volker Borchert.
49686
49687 2001-11-26  Jim Meyering  <meyering@lucent.com>
49688
49689         * lib/gtod.h: Remove file.
49690         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
49691         * lib/gettimeofday.c: Don't include gtod.h.
49692         (GTOD_init): Remove function.
49693         (rpl_gettimeofday): Do its job here instead, rather than aborting.
49694         Suggestion from Volker Borchert.
49695
49696 2001-11-23  Jim Meyering  <meyering@lucent.com>
49697
49698         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
49699         it.
49700         * lib/hash.c (struct hash_table): Define it here instead.
49701
49702 2001-11-22  Jim Meyering  <meyering@lucent.com>
49703
49704         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
49705
49706 2001-11-20  Jim Meyering  <meyering@lucent.com>
49707
49708         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
49709         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
49710
49711 2001-11-19  Jim Meyering  <meyering@lucent.com>
49712
49713         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
49714         directory.  Use "conftestXXXXXX" as the template.
49715         Suggestion from Paul Eggert.
49716
49717         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
49718         immediately, so the test doesn't mistakenly hit the max-open-files
49719         limit.
49720
49721 2001-11-18  Paul Eggert  <eggert@twinsun.com>
49722
49723         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
49724         (TEMPORARIES): New macro.
49725         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
49726         removes an artificial limitation (e.g. HP-UX 10.20, where
49727         TMP_MAX is 17576).
49728
49729 2001-11-18  Jim Meyering  <meyering@lucent.com>
49730
49731         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
49732
49733 2001-11-18  Jim Meyering  <meyering@lucent.com>
49734
49735         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
49736         on SunOS 4.
49737
49738         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
49739         files will be created before anything else.
49740
49741 2001-11-17  Paul Eggert  <eggert@twinsun.com>
49742
49743         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
49744         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
49745
49746 2001-11-17  Jim Meyering  <meyering@lucent.com>
49747
49748         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
49749         Prompted by a report from Bob Proulx.
49750
49751         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
49752         Instead, require UTILS_FUNC_MKSTEMP.
49753
49754 2001-11-17  Jim Meyering  <meyering@lucent.com>
49755
49756         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
49757         Now, that's done as part of AC_FUNC_STRTOD.
49758
49759 2001-11-17  Jim Meyering  <meyering@lucent.com>
49760
49761         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
49762         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
49763         rather than group writable.  Patch by Juan F. Codagnone.
49764
49765         * lib/readtokens.c: Remove explicit declarations of xmalloc and
49766         xrealloc, Instead, include "xalloc.h".
49767
49768         * lib/mountlist.c: Include unlocked-io.h after all system headers.
49769         Remove explicit declarations of xmalloc, xrealloc,
49770         and xstrdup.  Instead, include "xalloc.h".
49771
49772         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
49773         unlocked-io.h.
49774         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
49775         Likewise.
49776         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
49777
49778         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
49779         Reported by Padraig Brady.
49780
49781         * lib/mkstemp.c: #undef mkstemp.
49782         Include config.h.
49783         (rpl_mkstemp): Rename from mkstemp.
49784         Protoize.
49785
49786 2001-11-16  Jim Meyering  <meyering@lucent.com>
49787
49788         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
49789         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
49790         determine the amount of total physical memory, use pstat_getstatic.
49791         HPUX-11 doesn't define _SC_PHYS_PAGES.
49792         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
49793         If sysconf couldn't be used to determine the amount of available
49794         physical memory, use both pstat_getstatic and pstat_getdynamic.
49795         Based on a patch from Bob Proulx.
49796
49797 2001-11-10  Jim Meyering  <meyering@lucent.com>
49798
49799         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
49800         (jm_PREREQ): Use it.
49801
49802 2001-11-09  Jim Meyering  <meyering@lucent.com>
49803
49804         * m4/jm-macros.m4: Require autoconf-2.52f.
49805         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
49806         Use these AC_-prefixed names, not the AM_-prefixed ones.
49807
49808         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
49809
49810 2001-11-05  Jim Meyering  <meyering@lucent.com>
49811
49812         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
49813
49814 2001-11-04  Jim Meyering  <meyering@lucent.com>
49815
49816         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
49817         $DEFS.
49818
49819 2001-11-03  Jim Meyering  <meyering@lucent.com>
49820
49821         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
49822         of AC_DEFUN.
49823
49824         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
49825         know the name of the variable in the macro definition.
49826
49827 2001-11-03  Jim Meyering  <meyering@lucent.com>
49828
49829         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
49830         in argmatch_to_argument call.
49831
49832         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
49833         argument.
49834
49835         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
49836         e.g., a fault due to an attempt to free a NULL pointer.
49837
49838 2001-11-01  Jim Meyering  <meyering@lucent.com>
49839
49840         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
49841         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
49842
49843 2001-11-01  Jim Meyering  <meyering@lucent.com>
49844
49845         * lib/dirfd.c, lib/dirfd.h: New files.
49846         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
49847
49848         * lib/hash.c (hash_print) [TESTING]: Clean up.
49849
49850 2001-10-22  Paul Eggert  <eggert@twinsun.com>
49851
49852         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
49853         to avoid a warning if -Wall.
49854
49855 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
49856
49857         * README: New file
49858         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
49859         (per RMS's instructions, this is now the canonical source)
49860         * lgpl/, gpl/: New directories.
49861
49862 2001-10-21  Paul Eggert  <eggert@twinsun.com>
49863
49864         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
49865
49866 2001-10-21  Jim Meyering  <meyering@lucent.com>
49867
49868         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
49869         this code would end up calling gettext even in packages built
49870         with --disable-nls.
49871         * lib/getopt.c (_): Likewise.
49872         * lib/regex.c (_): Likewise.
49873
49874 2001-10-20  Paul Eggert  <eggert@twinsun.com>
49875
49876         * m4/error.m4 (jm_PREREQ_ERROR):
49877         Do not invoke AC_CHECK_FUNCS with strerror_r, as
49878         AC_FUNC_STRERROR_R does that.
49879         Check for strerror declaration.
49880
49881         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
49882         are supposed to have them these days.
49883         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
49884         Merge changes from latest Autoconf CVS.
49885         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
49886         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
49887         POSIX decided to standardize on the int flavor of strerror_r.
49888
49889 2001-10-20  Paul Eggert  <eggert@twinsun.com>
49890
49891         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
49892         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
49893         Use strerror_r that is only a macro, even if it is not a function.
49894         (strerror): Check for HAVE_DECL_STRERROR before declaring.
49895         (private_strerror): Use prototypes, not old-style function definition.
49896         (print_errno_message): New function.
49897         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
49898         char*-flavored one.
49899         (error_tail, error, error_at_line): Use it.
49900
49901 2001-10-11  Jim Meyering  <meyering@lucent.com>
49902
49903         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
49904         and quote_n (1, ... to avoid clobbering a buffer.
49905
49906 2001-10-05  Jim Meyering  <meyering@lucent.com>
49907
49908         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
49909         hash-pjw.h.
49910         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
49911         * lib/hash-pjw.h: New file.
49912
49913 2001-09-30  Jim Meyering  <meyering@lucent.com>
49914
49915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
49916         `struct fsstat' has the `f_fstypename' member.
49917         Use that to define FS_TYPE, which is now used to make
49918         the getfsstat link test tighter.
49919
49920 2001-09-30  Jim Meyering  <meyering@lucent.com>
49921
49922         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
49923         Include <sys/ucred.h>, for Apple Darwin.
49924         Include sys/mount.h and sys/fs_types.h only if available.
49925         (FS_TYPE): Define.
49926         (read_filesystem_list): Use FS_TYPE.
49927
49928 2001-09-29  Paul Eggert  <eggert@twinsun.com>
49929
49930         * lib/exclude.c (excluded_filename): 0 -> false, since it's
49931         a boolean context.
49932
49933 2001-09-29  Jim Meyering  <meyering@lucent.com>
49934
49935         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
49936         [one-argument getmntent function]): Include stdio.h before mntent.h.
49937         SunOS 4.1.x needs it for the declaration of `FILE'.
49938         Patch by Volker Borchert.
49939
49940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
49941         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
49942         sys/fs_types.h, and make the link-test for getfsstat guard #include
49943         directives with appropriate #if HAVE_*_H tests so that we can
49944         detect getfsstat on Apple Darwin1.3.7 systems.
49945         Reported by Nelson Beebe.
49946         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
49947
49948 2001-09-28  Paul Eggert  <eggert@twinsun.com>
49949
49950         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
49951         #defines strtoimax.  Also treat the other strto* functions
49952         like strtoimax.
49953
49954         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
49955         Check for strtoul and strtoumax,
49956         as those declarations are made even in the signed case.
49957         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
49958         Likewise, for strtol and strtoimax.
49959
49960 2001-09-28  Paul Eggert  <eggert@twinsun.com>
49961
49962         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
49963         #defines strtoimax.  Also treat the other strto* functions
49964         like strtoimax.
49965
49966         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
49967         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
49968         (strtoimax, strtoumax): Do not declare if already defined as a macro.
49969
49970 2001-09-26  Jim Meyering  <meyering@lucent.com>
49971
49972         Most macros in unlocked-io.h had the wrong number of arguments.
49973         * lib/gen-uio: New script.
49974         (USE_UNLOCKED_IO): Define to 1 if not already defined.
49975         * lib/unlocked-io.hin: Remove file.
49976         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
49977         rather than trying to embed it here.
49978         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
49979         Reported by Padraig Brady.
49980
49981 2001-09-25  Volker Borchert  <bt@teknon.de>
49982
49983         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
49984         `result'.
49985
49986 2001-09-24  Jim Meyering  <meyering@lucent.com>
49987
49988         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
49989
49990 2001-09-23  Jim Meyering  <meyering@lucent.com>
49991
49992         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
49993         instead of the mere test for existence of mntent.h.  The latter
49994         would get a false-positive on AIX 3.4 systems.
49995         In the outer getmntent if-block, don't die if neither of the getmntent
49996         tests succeeds.  Instead, just fall through and continue with the
49997         remaining tests.
49998
49999 2001-09-23  Jim Meyering  <meyering@lucent.com>
50000
50001         * lib/mountlist.c: Remove useless parentheses in #if directives.
50002         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
50003         the deprecated MOUNTED symbol is no longer defined in mntent.h.
50004
50005 2001-09-22  Jim Meyering  <meyering@lucent.com>
50006
50007         * m4/gettext.m4: New file.  From gettext.
50008         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
50009         * m4/progtest.m4: Likewise
50010         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
50011         * m4/glibc21.m4: Likewise.
50012
50013         * m4/libintl.m4: Remove.  No longer used.
50014
50015 2001-09-22  Jim Meyering  <meyering@lucent.com>
50016
50017         * lib/localcharset.c: Update from latest gettext.
50018         * lib/config.charset: Likewise.
50019
50020 2001-09-20  Jim Meyering  <meyering@lucent.com>
50021
50022         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
50023         strtoimax.
50024         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
50025         strtoumax.
50026
50027 2001-09-20  Jim Meyering  <meyering@lucent.com>
50028
50029         * lib/xstrtol.c (strtoimax): Guard declaration with
50030         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
50031         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
50032         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
50033         (strtoumax): Likewise, for completeness (it wasn't necessary).
50034
50035 2001-09-17  Paul Eggert  <eggert@twinsun.com>
50036
50037         * lib/strtoimax.c (HAVE_LONG_LONG):
50038         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
50039         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
50040         to work around bug in IBM C compiler.
50041
50042 2001-09-17  Jim Meyering  <meyering@lucent.com>
50043
50044         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
50045         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
50046         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
50047         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
50048         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
50049         whenever the right hand side need not be expanded by the shell.
50050
50051 2001-09-16  Paul Eggert  <eggert@twinsun.com>
50052
50053         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
50054         library.  It's not correct, as some older glibcs are buggy.
50055         fnmatch wasn't fixed until glibc 2.2.
50056
50057         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
50058         special shell magic here.
50059
50060 2001-09-16  Jim Meyering  <meyering@lucent.com>
50061
50062         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
50063         * m4/jm-macros.m4: Require it.
50064
50065 2001-09-16  Jim Meyering  <meyering@lucent.com>
50066
50067         * lib/mkdir.c: New file.
50068
50069 2001-09-15  Jim Meyering  <meyering@lucent.com>
50070
50071         * m4/jm-macros.m4: Check for help2man.
50072
50073 2001-09-11  Jim Meyering  <meyering@lucent.com>
50074
50075         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
50076         The body, by Paul Eggert, was moved here from configure.in.
50077         * m4/jm-macros.m4: Require UTILS_HOST_OS.
50078
50079 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50080
50081         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
50082         (jm_PREREQ): Use it.
50083
50084 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50085
50086         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
50087         Use ssize_t, not int, to store result of readlink.
50088         Check for ssize_t overflow as well as size_t overflow,
50089         as POSIX says the result of readlink is implementation-defined
50090         when ssize_t overflows.
50091         Remove unnecessary cast to char*.
50092         Use free+malloc instead of realloc, as the storage doesn't need
50093         to be preserved and it's clearer and can be more efficient that way.
50094         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
50095         * lib/xreadlink.h (xreadlink): Update prototype.
50096
50097 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50098
50099         * lib/xgetcwd.c: Revert some of the previous change; intead,
50100         fix the HAVE_GETCWD_NULL code to behave more like the
50101         !HAVE_GETCWD_NULL code used to.
50102
50103         Include "xalloc.h".
50104         (xgetcwd): Do not return NULL when memory is exhausted; instead,
50105         invoke xalloc_die.
50106
50107 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50108
50109         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
50110         sys/param.h, as pathmax.h includes them.
50111
50112 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50113
50114         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
50115         (jm_PREREQ_XGETCWD): New macro.
50116
50117         * m4/getcwd.m4: New file.
50118
50119 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50120
50121         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
50122         like the HAVE_GETCWD_NULL code.
50123         Include pathmax.h if not HAVE_GETCWD.
50124         Do not include xalloc.h.
50125         (INITIAL_BUFFER_SIZE): New symbol.
50126         Do not use xmalloc / xrealloc, since the caller is responsible for
50127         handling errors.  Preserve errno around `free' during failure.
50128         Do not overrun buffer when using getwd.
50129
50130 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50131
50132         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
50133         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
50134         getcwd (NULL, 0).
50135
50136 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50137
50138         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
50139         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
50140         spotted by Jim Meyering.
50141
50142 2001-09-03  Jim Meyering  <meyering@lucent.com>
50143
50144         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
50145         failure.
50146
50147 2001-09-02  Jim Meyering  <meyering@lucent.com>
50148
50149         * lib/error.c: Update from GNU libc.
50150
50151 2001-09-01  Jim Meyering  <meyering@lucent.com>
50152
50153         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
50154         Used by df.
50155
50156 2001-09-01  Jim Meyering  <meyering@lucent.com>
50157
50158         * lib/xreadlink.c: New file.
50159         * lib/xreadlink.h: New file.
50160         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
50161         xreadlink.h.
50162
50163         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
50164         doesn't conflict with sparc Solaris 7's definition in
50165         /usr/include/sys/int_types.h.
50166
50167         * lib/exclude.c: Use `""', not `<>' to #include non-system header
50168         files.
50169         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
50170         and strncasecmp as r-values.  Unixware didn't have declarations.
50171
50172 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50173
50174         * lib/xstrtol.h: Add copyright notice.
50175         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
50176         LONGINT_INVALID_SUFFIX_CHAR.
50177
50178 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50179
50180         * lib/xstrtol.c (strtoimax): New decl.
50181
50182 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50183
50184         * lib/xgetcwd.c: Don't include pathmax.h.
50185         Include stdlib.h and unistd.h if available.
50186         Include xalloc.h.
50187         (xmalloc, xstrdup, free): Remove decls.
50188         (xgetcwd): Don't assume sizes fit in unsigned.
50189         Check for overflow when computing sizes.
50190         Simplify reallocation code.
50191
50192 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50193
50194         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
50195         a directory's st_size can have an arbitrary value, so the old
50196         usage could waste an arbitrary amount of memory.  All uses
50197         changed.
50198         * lib/savedir.h: Update prototype.
50199
50200 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50201
50202         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
50203
50204         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
50205         old strtoimax.c.
50206
50207         Also, make the following further changes to make this file's
50208         configuration more similar to that of strtol.c:
50209         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
50210         (strtoumax, uintmax_t, strtoull, strtol): Remove.
50211         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
50212         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
50213         changed to signed values.
50214
50215         And make the following changes as well:
50216         Fix copyright notice, as 1999 was missing.
50217         (verify): New macro.
50218         (strtoimax): Check sizes at compile-time, not run-time.
50219         Prefer strtol to strtoll if both work.
50220         (main): Remove; it was not that useful and was a pain to maintain.
50221
50222         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
50223
50224 2001-08-31  Jim Meyering  <meyering@lucent.com>
50225
50226         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
50227         Use an initial, malloc'd, buffer of length 128 rather than
50228         a statically allocated one of length 1024.
50229
50230 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50231
50232         Simplify code, partly by assuming autoconf 2.52 semantics.
50233
50234         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
50235
50236         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
50237         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
50238         All uses removed.
50239         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
50240         Move AC_REQUIRE to next-to-top level, to avoid confusion.
50241         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
50242         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
50243         jm_AC_HEADER_INTTYPES_H.
50244         * m4/jm-macros.m4 (jm_MACROS): Likewise.
50245
50246         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
50247
50248         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
50249         Quote first arg of AC_DEFUN.
50250         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
50251         since they are needed to parse the include file even if we need
50252         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
50253         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
50254         but with opposite signedness.
50255
50256 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50257
50258         Merge 'exclude' changes from tar 1.13.22.
50259         This fixes one or two unlikely storage allocation overflow bugs,
50260         but doesn't change user-visible behavior otherwise.
50261
50262 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50263
50264         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
50265         (jm_PREREQ_EXCLUDE): New macro.
50266
50267 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50268
50269         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
50270         tm to be declared.
50271
50272 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50273
50274         * lib/hash.c: Remove '2001' from copyright notice.
50275
50276 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50277
50278         * lib/full-write.h: New file.
50279         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
50280         * lib/full-write.c: Correct credits, as cccp.c no longer
50281         exists and anyway it was so heavily changed from the old cccp
50282         code as to be unrecognizable.  Include full-write.h.
50283         (full_write) Return size_t, with short writes meaning failure.
50284         All callers changed.  This fixes a bug with large buffers
50285         on 64-bit hosts.
50286         * lib/utime.c: Include full-write.h.
50287
50288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50289
50290         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
50291         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
50292         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
50293         Include if available.
50294         (<xalloc.h>): Include
50295         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
50296         (verify): New macro.  Use it to verify that EXCLUDE macros do not
50297         collide with FNM macros.
50298         (struct patopts): New struct.
50299         (struct exclude): Use it, as exclude patterns now come with options.
50300         (new_exclude): Support above changes.
50301         (new_exclude, add_exclude_file):
50302         Initial size must now be a power of two to simplify overflow checking.
50303         (free_exclude, fnmatch_no_wildcards): New function.
50304         (excluded_filename): No longer requires options arg, as the options
50305         are determined by add_exclude.  Now returns bool, not int.
50306         (excluded_filename, add_exclude):
50307         Add support for the fancy new exclusion options.
50308         (add_exclude, add_exclude_file): Now takes int options arg.
50309         Check for arithmetic overflow when computing sizes.
50310         (add_exclude_file): xrealloc might modify errno, so don't
50311         realloc until after errno might be used.
50312
50313         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
50314         New macros.
50315         (free_exclude): New decl.
50316         (add_exclude, add_exclude_file): Now takes int options arg.
50317         (excluded_filename): No longer requires options arg, as the options
50318         are determined by add_exclude.  Now returns bool, not int.
50319
50320 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50321
50322         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
50323
50324 2001-08-27  Jim Meyering  <meyering@lucent.com>
50325
50326         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
50327
50328         * lib/version-etc.c (N_): Remove definition.
50329         Revert most of last change.
50330         Instead, simply don't mark the `Copyright...' string for translation.
50331         Based on advice from Paul Eggert.
50332
50333         * lib/strtoxmax.c: Tweak comment.
50334
50335 2001-08-26  Jim Meyering  <meyering@lucent.com>
50336
50337         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
50338
50339         * m4/xstrtoimax.m4: New file.
50340         * m4/xstrtoumax.m4: Add comments explaining why we
50341         AC_REPLACE_FUNCS(strtol).
50342
50343 2001-08-26  Jim Meyering  <meyering@lucent.com>
50344
50345         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
50346         of copyright with `%s' so translators don't get an untranslated
50347         message in 2002.
50348         (COPYRIGHT_YEAR): Define.
50349         (version_etc): Use fprintf rather than fputs.
50350         Suggestion from Ulrich Drepper.
50351
50352         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
50353
50354         * lib/strtoll.c: New file, from GNU libc.
50355         * lib/xstrtoimax.c: New file.
50356
50357         * lib/xstrtol.h: Add xstrtoimax.
50358         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
50359         * lib/strtoimax.c: New file.  Likewise, but first define
50360         STRTOUXMAX_SIGNED.
50361
50362         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
50363         ...
50364         * lib/strtoxmax.c: ... then renamed to this.
50365
50366 2001-08-18  Paul Eggert  <eggert@twinsun.com>
50367
50368         * m4/inttypes.m4: Add AC_PREREQ(2.13).
50369         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
50370         (jm_AC_TYPE_INTMAX_T): New macro.
50371         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
50372
50373         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
50374
50375         * m4/longlong.m4: Renamed from ulonglong.m4.
50376         * m4/inttypes.m4: Renamed from inttypes_h.m4.
50377         * m4/uintmax_t.m4: Removed.
50378
50379 2001-08-13  Paul Eggert  <eggert@twinsun.com>
50380
50381         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
50382         Port to Solaris 8, where 'sed' requires a space after the 'r'
50383         command, and where sh dislikes "$/".  Clean up the spacing a bit.
50384         Redirect output to $tmp just once.
50385
50386 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
50387
50388         * lib/addext.c (<errno.h>): Include.
50389         (errno): Declare if not defined.
50390         (addext): Work correctly when pathconf returns -1 and leaves
50391         errno alone because there is no limit.  Also, work even if
50392         pathconf returns a value greater than SIZE_MAX.
50393
50394 2001-08-12  Jim Meyering  <meyering@lucent.com>
50395
50396         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
50397         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
50398         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
50399         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
50400         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
50401         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
50402         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
50403         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
50404         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
50405         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
50406         utime.m4, utimes.m4, xstrtoumax.m4:
50407         Quote the first argument in each use of AC_DEFUN.
50408
50409 2001-08-12  Jim Meyering  <meyering@lucent.com>
50410
50411         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
50412         Simply `return getcwd (NULL, 0);'.
50413         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
50414         Use 1300 as initial value for length, not PATH_MAX.
50415
50416         * lib/pathmax.h: Clean up cpp syntax.
50417
50418 2001-08-12  Jim Meyering  <meyering@lucent.com>
50419
50420         * lib/gettimeofday.c: New file.
50421         * lib/gtod.h: New file.
50422         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
50423
50424 2001-08-05  Jim Meyering  <meyering@lucent.com>
50425
50426         * m4/jm-macros.m4: Require autoconf-2.52.
50427
50428 2001-08-04  Jim Meyering  <meyering@lucent.com>
50429
50430         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
50431         stmt, to get in sync with glibc.
50432
50433 2001-08-03  Paul Eggert  <eggert@twinsun.com>
50434
50435         The following changes are from gettext 0.10.39 as maintained by
50436         Bruno Haible.
50437
50438         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
50439         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
50440         with inverted sense.  All uses changed.
50441
50442         * lib/mbswidth.c: Don't include <limits.h>.
50443         Include <stdlib.h> and <string.h> unconditionally.
50444         (iswcntrl, mbsinit, ISCNTRL): New macros.
50445         (mbsnwidth): Use K&R style function declarations.
50446         Don't bother checking for MB_LEN_MAX == 1, since the compiler
50447         can optimize it when MB_CUR_MAX == 1.
50448         The width of control characters is zero, not 1.
50449
50450 2001-08-03  Paul Eggert  <eggert@twinsun.com>
50451
50452         The following changes are from gettext 0.10.39 as maintained by
50453         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
50454
50455         * m4/codeset.m4: Upgrade to serial AM1.
50456         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
50457         all uses changed.  Quote first arg of AC_DEFUN.
50458         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
50459
50460         * m4/iconv.m4: Upgrade to serial AM2.
50461         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
50462         Add --with-libconv-prefix.
50463         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
50464         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
50465         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
50466         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
50467         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
50468
50469         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
50470         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
50471         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
50472         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
50473         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
50474         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
50475         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
50476         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
50477         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
50478
50479         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
50480         string.h any more.
50481
50482         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
50483         not the default value.
50484
50485         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
50486         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
50487         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
50488         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
50489         Also check for iswcntrl, used for wcwidth fallback.
50490         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
50491         to Autoconf 2.13.
50492
50493 2001-08-03  Jim Meyering  <meyering@lucent.com>
50494
50495         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
50496         as it was in the original.  Reported by Paul Eggert.
50497
50498 2001-07-16  Jim Meyering  <meyering@lucent.com>
50499
50500         * m4/gettimeofday.m4: New file.
50501         Prompted by a report from Bernhard Baehr.
50502
50503 2001-07-15  Jim Meyering  <meyering@lucent.com>
50504
50505         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
50506         stuff. Now it's in ../Makefile.cfg.
50507
50508 2001-07-15  Jim Meyering  <meyering@lucent.com>
50509
50510         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
50511         (BUILT_SOURCES): Add unlocked-io.h.
50512         (io_functions): Define.
50513         (unlocked-io.h): New rule.
50514         (DISTCLEANFILES): Add unlocked-io.h.
50515         (all-local): Depend on unlocked-io.h, to ensure it is created.
50516
50517         * lib/unlocked-io.hin: New file
50518
50519         * lib/regex.c: Update from glibc.
50520
50521 2001-07-05  Jim Meyering  <meyering@lucent.com>
50522
50523         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
50524         recommendation.
50525         (libfetish_a_SOURCES): Put all .h files here instead.
50526         Remove a thus-exposed (better checks in automake) duplicate and
50527         two unnecessary .h files.
50528
50529 2001-07-04  Jim Meyering  <meyering@lucent.com>
50530
50531         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
50532         that generates jm-glibc-io.m4 so that it doesn't trigger any make
50533         distcheck failure.
50534
50535 2001-07-02  Jim Meyering  <meyering@lucent.com>
50536
50537         The following changes were prompted by suggestions from Bruno Haible.
50538
50539         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
50540         is now generated.
50541         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
50542         definition of EXTRA_DIST.
50543         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
50544         ensure that the generated file is created/updated whenever the list
50545         of $(unlocked_functions) is changed.
50546         (jm-glibc-io.m4): New rule.
50547         (unlocked-io.h): New rule -- currently unused.
50548
50549 2001-06-24  Jim Meyering  <meyering@lucent.com>
50550
50551         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
50552         unmatched right bracket, rather than kludging it with an extra,
50553         falsely-matching quote in a comment.  Patch by Akim Demaille.
50554
50555 2001-06-11  Jim Meyering  <meyering@lucent.com>
50556
50557         * lib/regex.c: Update from GNU libc.
50558
50559 2001-05-27  Jim Meyering  <meyering@lucent.com>
50560
50561         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
50562         Check for ut_type in struct utmp.
50563
50564 2001-05-27  Jim Meyering  <meyering@lucent.com>
50565
50566         * lib/readutmp.h (UT_TYPE): Define.
50567
50568 2001-05-24  Jim Meyering  <meyering@lucent.com>
50569
50570         * lib/argmatch.c: Include "quote.h".
50571         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
50572         quote function.  Reported by Göran Uddeborg.
50573
50574 2001-05-22  Jim Meyering  <meyering@lucent.com>
50575
50576         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
50577         now that we use the package-supplied version unconditionally.
50578         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
50579
50580 2001-05-21  Jim Meyering  <meyering@lucent.com>
50581
50582         * m4/regex.m4: Change a couple backticks to single quotes to avoid
50583         shell syntax errors.
50584
50585 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
50586
50587         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
50588
50589 2001-05-20  Paul Eggert  <eggert@twinsun.com>
50590
50591         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
50592         Don't bother to check library strftime, since
50593         we'll be using our own my_strftime function anyway.
50594         Define my_strftime instead of strftime.
50595
50596 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
50597
50598         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
50599         which is not yet declared.
50600
50601 2001-05-15  Jim Meyering  <meyering@lucent.com>
50602
50603         * m4/regex.m4: Use proper quoting so brackets appear in the test
50604         program.
50605         Reported by, and with help from, Bruno Haible.
50606
50607 2001-05-13  Jim Meyering  <meyering@lucent.com>
50608
50609         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
50610         undefined.
50611
50612 2001-05-11  Paul Eggert  <eggert@twinsun.com>
50613
50614         dirname code cleanup.  base_name now behaves more compatibly
50615         with POSIX basename when given file names that have trailing
50616         slashes, and similarly for dir_name.  Add new primitives
50617         base_len and dir_len.  Put the directory-name-related decls
50618         into dirname.h.
50619
50620         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
50621         * lib/backupfile.c (base_name): Likewise.
50622         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
50623         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
50624         * lib/makepath.c (strip_trailing_slashes): Likewise.
50625         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
50626         ISSLASH): Likewise.
50627         * lib/rename.c (strip_trailing_slashes): Likewise.
50628         * lib/same.c (base_name): Likewise.
50629         * lib/stripslash.c (ISSLASH): Likewise.
50630
50631         * lib/addext.c: Include <dirname.h> after size_t is defined.
50632         * lib/backupfile.c: Likewise.
50633
50634         * lib/addext.c (addext): Use base_len to trim redundant
50635         trailing slashes instead of doing it ourselves.
50636         But do not trim the last slash if it is not redundant.
50637
50638         * lib/backupfile.c (find_backup_file_name,
50639         max_backup_version): Use base_len instead of rolling it ourselves.
50640         Handle the case of "" and (on DOS) "C:" correctly.
50641
50642         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
50643         needed. Include <string.h>, <dirname.h>.
50644         (base_name): Allow file names ending in slashes, other than names
50645         that are all slashes.  In this case, return the basename followed
50646         by the slashes.  This is more general, and can be used in places
50647         where the original base_name purposely had an assertion failure.
50648         (base_len): New function.
50649
50650         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
50651         Do not include <assert.h>; no longer needed.
50652         Include xalloc.h.
50653         (memrchr): Remove decl.
50654         (dir_name_r): Remove.
50655         (dir_len): Renamed from dirlen.  All callers changed.
50656         Rewrite in terms of base_name, for simplicity and consistency.
50657         (dir_name): Never return NULL.  All callers changed.
50658         Do not include <stdlib.h> in test program; no longer needed.
50659         return 0; is fine for test program.
50660
50661         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
50662         New macros.
50663         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
50664
50665         * lib/path-concat.c (path_concat): Use base_len to compute
50666         base length, not strlen; this means we cannot rely on memcpy
50667         to null-terminate.
50668
50669         * lib/same.c (STREQ): Remove.
50670         (same_name): Handle the case where the basename ends in trailing '/'.
50671
50672         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
50673         a slash was stripped.  Do not strip the last slash after a
50674         file system prefix.
50675
50676 2001-05-11  Paul Eggert  <eggert@twinsun.com>
50677
50678         * lib/Makefile.am (libfetish_a_SOURCES):
50679         Add strftime.c, since we now compile it on all hosts.
50680
50681         * lib/strftime.c (my_strftime):
50682         Define to nstrftime if emacs, but only if my_strftime is not defined.
50683         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
50684         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
50685         Add one more extra argument: a nanoseconds value.
50686         All uses changed.
50687         (ns): New macro.
50688         (my_strftime function): Add %N format.
50689         (emacs_strftimeu): Renamed from emacs_strftime,
50690         with extra ut argument.
50691
50692 2001-05-09  Paul Eggert  <eggert@twinsun.com>
50693
50694         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
50695
50696 2001-04-21  Jim Meyering  <meyering@lucent.com>
50697
50698         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
50699         doesn't interfere.
50700
50701 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
50702
50703         * m4/ftruncate.m4: Check for chsize.
50704         Link with ftruncate.o unconditionally if ftruncate is missing.
50705         This was required when cross-compiling to i586-mingw32msvc.
50706
50707 2001-04-08  Jim Meyering  <meyering@lucent.com>
50708
50709         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
50710         recomputed; that's necessary when the offset spans a DST transition.
50711         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
50712
50713 2001-04-02  Jim Meyering  <meyering@lucent.com>
50714
50715         * lib/regex.h, regex.c: Update from GNU libc.
50716
50717 2001-03-24  Jim Meyering  <meyering@lucent.com>
50718
50719         * m4/jm-macros.m4: Require autoconf-2.49d.
50720
50721 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
50722
50723         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
50724
50725 2001-03-19  Paul Eggert  <eggert@twinsun.com>
50726
50727         * lib/version-etc.c (version_etc_copyright): Update to 2001.
50728
50729 2001-03-17  Jim Meyering  <meyering@lucent.com>
50730
50731         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
50732         now that the version in autoconf is equivalent.
50733         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
50734
50735         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
50736         Suggestion from Akim Demaille.
50737
50738         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
50739         (jm_PREREQ_TEMPNAME): New function.
50740
50741 2001-03-16  Paul Eggert  <eggert@twinsun.com>
50742
50743         * lib/tempname.c (uint64_t): Define to uintmax_t if
50744         not defined, and if UINT64_MAX is not defined.
50745         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
50746         Reported by John David Anglin.
50747
50748 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
50749
50750         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
50751         resolve alias if codeset is empty.
50752         * lib/config.charset (BeOS): Use wildcard syntax.
50753
50754 2001-03-13  Jim Meyering  <meyering@lucent.com>
50755
50756         * lib/path-concat.c (path_concat)
50757         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
50758         concatenating e.g., `C:' and `foo'.
50759         From Bruno Haible.
50760
50761 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
50762
50763         * lib/localcharset.c (locale_charset): Don't use
50764         setlocale(LC_CTYPE,NULL). Don't return NULL.
50765         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
50766
50767 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
50768
50769         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
50770         support for DOS/DJGPP.
50771
50772 2001-03-01  Paul Eggert  <eggert@twinsun.com>
50773
50774         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
50775         lacks mkstemp.  Compile our own tempname.c if we compile our own
50776         mkstemp.c, as mkstemp relies on tempname.
50777
50778 2001-03-01  Jim Meyering  <meyering@lucent.com>
50779
50780         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
50781         AH_VERBATIM really does output its argument verbatim.
50782
50783 2001-02-28  Paul Eggert  <eggert@twinsun.com>
50784
50785         * lib/Makefile.am (libfetish_a_SOURCES):
50786         Add dup-safer.c, fopen-safer.c.
50787         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
50788
50789         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
50790         * lib/unistd-safer.h: New files.
50791
50792 2001-02-25  Paul Eggert  <eggert@twinsun.com>
50793
50794         The mkstemp replacement is taken from glibc 2.2.2, with some
50795         portability fixes for use outside glibc, as follows:
50796
50797         * lib/tempname.c (struct_stat64): New macro.
50798         (direxists, __gen_tempname): Use it.
50799         This avoids a portability problem with Solaris 8.
50800
50801         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
50802         (<stddef.h>, <stdint.h>, <string.h>):
50803         Include only if STDC_HEADERS || _LIBC.
50804         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
50805         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
50806         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
50807         (__set_errno): Define this macro if <errno.h> doesn't.
50808         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
50809         Define these macros if <stdio.h> doesn't.
50810         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
50811         Define these macros if <sys/stat.h>
50812         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
50813         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
50814         __xstat64): Define if not _LIBC.
50815         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
50816         (__gen_tempname): Invoke gettimeofday only if
50817         HAVE_GETTIMEOFDAY || _LIBC;
50818         otherwise, fall back on plain "time".
50819         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
50820
50821         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
50822
50823         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
50824
50825 2001-02-18  Paul Eggert  <eggert@twinsun.com>
50826
50827         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
50828
50829 2001-02-17  Paul Eggert  <eggert@twinsun.com>
50830
50831         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
50832         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
50833         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
50834         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
50835
50836 2001-02-17  Paul Eggert  <eggert@twinsun.com>
50837
50838         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
50839         Remove workaround macros for hosts that have mbrtowc but not
50840         mbstate_t, as we now insist on proper declarations for both
50841         before using mbrtowc.
50842
50843 2001-02-17  Jim Meyering  <meyering@lucent.com>
50844
50845         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
50846         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
50847         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
50848         UnixWare 7.1.1.
50849
50850         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
50851         rather than AC_CACHE_VAL.
50852
50853 2001-02-17  Jim Meyering  <meyering@lucent.com>
50854
50855         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
50856         around included file name.
50857
50858         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
50859
50860         * lib/strftime.c: Update from GNU libc (the only changes were to
50861         comments).
50862
50863 2001-02-17  Jim Meyering  <meyering@lucent.com>
50864
50865         * lib/regex.c: Update from libc.
50866
50867 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
50868
50869         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
50870         clash.
50871
50872 2001-02-16  Paul Eggert  <eggert@twinsun.com>
50873
50874         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
50875         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
50876         Reported by Mark Hounschell via Paul Eggert.
50877
50878 2001-02-07  Jim Meyering  <meyering@lucent.com>
50879
50880         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
50881
50882 2001-02-05  Jim Meyering  <meyering@lucent.com>
50883
50884         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
50885         it includes the patch required for `large file' support with at least
50886         HP-UX's 10.20 /bin/cc.
50887
50888 2001-02-03  Jim Meyering  <meyering@lucent.com>
50889
50890         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
50891         AS_IF, now that it works once again (mysteriously).
50892         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
50893
50894 2001-01-30  Jim Meyering  <meyering@lucent.com>
50895
50896         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
50897         * m4/chown.m4: Rename conftestchown to conftest.chown.
50898         * m4/rename.m4: s/conftestdir/conftest.d1/ and
50899         s/conftestdir2/conftest.d2/.
50900         * m4/utimes.m4: s/conftestdata/conftest.data/
50901         Inspired by Pavel Roskin's change in autoconf.
50902
50903 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
50904
50905         * lib/config.charset: Update for FreeBSD 4.2.
50906
50907 2001-01-27  Jim Meyering  <meyering@lucent.com>
50908
50909         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
50910         a use of AS_IF.
50911         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
50912
50913 2001-01-26  Jim Meyering  <meyering@lucent.com>
50914
50915         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
50916         quotearg.c includes it.
50917
50918 2001-01-26  Jim Meyering  <meyering@lucent.com>
50919
50920         * lib/quotearg.c: Include stddef.h.
50921         * lib/quote.c: Include stddef.h.
50922         Reported by Axel Kittenberger.
50923
50924         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
50925         line in double quotes so that it evokes a better diagnostic.
50926         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
50927         Reported by Axel Kittenberger.
50928
50929 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
50930
50931         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
50932         as if it was a `charset'.
50933
50934 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
50935
50936         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
50937         has const.
50938
50939 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
50940
50941         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
50942         to avoid a warning.  Add back 'const' to inptr.
50943
50944 2001-01-20  Jim Meyering  <meyering@lucent.com>
50945
50946         Be sure that headers are checked before used in code compiled
50947         for the type checks.
50948         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
50949         In place of that, invoke jm_CHECK_ALL_TYPES.
50950         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
50951         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
50952         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
50953         The check for ssize_t was mistakenly run before the test for unistd.h.
50954
50955         The configure-time check for stdbool.h was missing.
50956         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
50957         (jm_PREREQ_HASH): New function.
50958
50959 2001-01-17  Jim Meyering  <meyering@lucent.com>
50960
50961         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
50962         for autoconf-2.49c.
50963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
50964
50965 2001-01-16  Jim Meyering  <meyering@lucent.com>
50966
50967         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
50968         From Bruno Haible.
50969
50970 2001-01-14  Jim Meyering  <meyering@lucent.com>
50971
50972         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
50973         foo and bar.  Create conftestdir/ in the script, not in the C code.
50974         Remove directories in the script, not in the C code.
50975         Remove conftestdir{,2} before trying to create the directory.
50976         Make the entire configure script fail if the mkdir fails.
50977
50978 2001-01-14  Jim Meyering  <meyering@lucent.com>
50979
50980         * lib/rename.c: New file.  From Volker Borchert.
50981         Include stdlib.h, string.h or strings.h, and xalloc.h.
50982         Use strip_trailing_slashes rather than open-coding it.
50983
50984 2001-01-03  Paul Eggert  <eggert@twinsun.com>
50985
50986         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
50987
50988 2001-01-03  Jim Meyering  <meyering@lucent.com>
50989
50990         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
50991         of local `inptr' to avoid warning with some system declarations of
50992         iconv.
50993
50994 2001-01-02  Volker Borchert  <bt@teknon.de>
50995
50996         * m4/rename.m4: New file.
50997         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
50998
50999 2001-01-01  Jim Meyering  <meyering@lucent.com>
51000
51001         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
51002         even on systems with utmpx.h.  It's necessary for the declaration of
51003         utmp's ut_user member.  Reported by Andreas Jaeger.
51004
51005         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
51006         available. They are required for the declarations of getgrgid and
51007         getpwuid resp.
51008         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
51009         Reported by Andreas Jaeger.
51010
51011 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
51012
51013         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
51014         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
51015         so `make install' also works in VPATH builds.
51016
51017 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
51018
51019         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
51020         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
51021         can be used in subdirectories.
51022
51023 2000-12-29  Paul Eggert  <eggert@twinsun.com>
51024
51025         * lib/modechange.c: Do not assume that mode_t uses the
51026         traditional octal encoding.  E.g. "chmod 1 FOO" should set
51027         the other-execute bit of FOO even if S_IXOTH != 1.
51028
51029         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
51030         WOTH, XOTH, ALLM): New macros.
51031         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
51032          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
51033         Use them.
51034         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
51035         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
51036         (mode_compile):
51037         No need to use uintmax_t; unsigned long is long enough.
51038         Don't bother to get suffix since we don't use it.
51039
51040 2000-12-26  Jim Meyering  <meyering@lucent.com>
51041
51042         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
51043         better with autoheader.
51044
51045 2000-12-24  Jim Meyering  <meyering@lucent.com>
51046
51047         * lib/hash.c (is_prime): Return explicit boolean values.
51048         (hash_get_first): Return NULL to appease Irix5.6's 89.
51049         Reported by Nelson Beebe.
51050
51051 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
51052
51053         * lib/localcharset.c (locale_charset): Add support for Win32.
51054
51055 2000-12-18  Paul Eggert  <eggert@twinsun.com>
51056
51057         * lib/physmem.h, lib/physmem.c: New files.
51058
51059         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
51060         (noinst_HEADERS): Add physmem.h.
51061
51062         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
51063         't' for compatibility with Solaris 8 sort.
51064
51065 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
51066
51067         * lib/config.charset: Add support for BeOS.
51068
51069 2000-12-17  Jim Meyering  <meyering@lucent.com>
51070
51071         * m4/dos.m4 (jm_AC_DOS): New file and macro.
51072         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
51073
51074 2000-12-16  Jim Meyering  <meyering@lucent.com>
51075
51076         This bug had a serious impact on chown: `chown N:M FILE' (for integer
51077         N and M) would have treated it like `chown N:N FILE'.
51078
51079         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
51080
51081 2000-12-16  Jim Meyering  <meyering@lucent.com>
51082
51083         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
51084         SHELLS_FILE to a file name that's useful on djgpp systems.
51085         Include stdlib.h.
51086         (ADDITIONAL_DEFAULT_SHELLS): Define.
51087         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
51088         Based mostly on a patch from Prashant TR.
51089
51090 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
51091
51092         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
51093         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
51094         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
51095
51096 2000-12-08  Andreas Schwab  <schwab@suse.de>
51097
51098         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
51099         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
51100
51101 2000-12-07  Jim Meyering  <meyering@lucent.com>
51102
51103         * lib/stripslash.c (ISSLASH): Define.
51104         (strip_trailing_slashes): Use ISSLASH rather than comparing against
51105         `/'.
51106         From Prashant TR.
51107
51108         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
51109         (dir_name_r): Declare this function as static.
51110         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
51111         manifest itself on a name containing a mix of slashes and
51112         backslashes.
51113         Make this function work with names starting with a DOS-style
51114         drive letter and colon prefix.
51115         (dir_name): Append `.' if necessary.
51116         Based mostly on patches from Prashant TR and Eli Zaretskii.
51117
51118         * lib/dirname.h (dir_name_r): Remove prototype.
51119
51120 2000-12-06  Paul Eggert  <eggert@twinsun.com>
51121
51122         * m4/off_t-format.m4: Remove this file.
51123         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
51124
51125 2000-12-06  Jim Meyering  <meyering@lucent.com>
51126
51127         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
51128         replacement strtoull, we may well need the replacement strtoul, too.
51129         Check for declarations of strtoul and strtoull.
51130         Check for strtol.  Mainly as a cue to cause automake to include
51131         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
51132         Check for limits.h -- strtol.c needs it.
51133
51134 2000-12-05  Jim Meyering  <meyering@lucent.com>
51135
51136         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
51137
51138 2000-12-04  Jim Meyering  <meyering@lucent.com>
51139
51140         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
51141         Also include memory.h, stdlib.h, unistd.h if appropriate.
51142         Reported by Andreas Jaeger (conflicting declaration of malloc).
51143
51144 2000-12-02  Jim Meyering  <meyering@lucent.com>
51145
51146         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
51147         * m4/jm-macros.m4 (jm_MACROS): require it.
51148
51149 2000-12-02  Jim Meyering  <meyering@lucent.com>
51150
51151         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
51152
51153 2000-12-01  Paul Eggert  <eggert@twinsun.com>
51154
51155         * lib/memrchr.c: Include <config.h> before any system include file.
51156
51157 2000-11-30  Jim Meyering  <meyering@lucent.com>
51158
51159         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
51160
51161 2000-11-30  Jim Meyering  <meyering@lucent.com>
51162
51163         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
51164
51165 2000-11-29  Paul Eggert  <eggert@twinsun.com>
51166
51167         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
51168
51169 2000-11-26  Jim Meyering  <meyering@lucent.com>
51170
51171         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
51172
51173 2000-11-22  Paul Eggert  <eggert@twinsun.com>
51174
51175         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
51176         size of (size_t) -1; it's not portable.
51177
51178 2000-11-17  Jim Meyering  <meyering@lucent.com>
51179
51180         * lib/strstr.c: Update from GNU libc.
51181
51182 2000-11-17  Akim Demaille  <akim@epita.fr>
51183
51184         * lib/obstack.h: Formatting changes.
51185         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
51186         prevent type checking.
51187         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
51188         cast the value to (void *): assigning a `foo *' to a `void *'
51189         variable is valid.
51190         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
51191
51192 2000-11-16  Jim Meyering  <meyering@lucent.com>
51193
51194         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
51195
51196 2000-11-11  Jim Meyering  <meyering@lucent.com>
51197
51198         * lib/error.c: Add a couple #includes, merging from GNU libc version.
51199
51200 2000-11-10  Jim Meyering  <meyering@lucent.com>
51201
51202         * lib/obstack.h: Update from GNU libc.
51203         * lib/obstack.c: Likewise.
51204
51205 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
51206
51207         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
51208
51209 2000-11-06  Paul Eggert  <eggert@twinsun.com>
51210
51211         * lib/getusershell.c (setusershell): Use rewind rather than
51212         fseek/fseeko, to avoid configuration hassles with fseeko.
51213         Don't bother opening SHELLS_FILE if shellstream is NULL;
51214         it's not necessary.
51215
51216 2000-11-05  Jim Meyering  <meyering@lucent.com>
51217
51218         * lib/makepath.h (make_dir): Declare.
51219         * lib/makepath.c (make_dir): Remove `static' attribute.
51220         Tweak a comment.
51221
51222 2000-11-04  Jim Meyering  <meyering@lucent.com>
51223
51224         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
51225
51226 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
51227
51228         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
51229         last one in a bucket, advance to the next bucket.
51230
51231 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
51232
51233         * lib/fnmatch.c: Do not comment out all the code if we are using
51234         the GNU C library, because in some cases we are replacing buggy
51235         code in the GNU C library itself.
51236
51237 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
51238
51239         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
51240         (regex_compile): Catch bogus \(\1\).
51241
51242 2000-10-30  Paul Eggert  <eggert@twinsun.com>
51243
51244         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
51245         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
51246         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
51247
51248 2000-10-30  Paul Eggert  <eggert@twinsun.com>
51249
51250         * lib/error.h, getline.h, modechange.h:
51251         Remove "2000" from Copyright line, as the file hasn't been
51252         changed this year other than in the copyright notice.
51253
51254         * lib/xalloc.h: Add "2000" to Copyright line, as this file
51255         was changed this year.
51256
51257 2000-10-29  Jim Meyering  <meyering@lucent.com>
51258
51259         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
51260         renaming.
51261         * m4/ls-mntd-fs.m4: Likewise
51262
51263 2000-10-29  Jim Meyering  <meyering@lucent.com>
51264
51265         * lib/xstat.in: Fix grammar in comment.
51266
51267 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
51268
51269         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
51270         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
51271         doesn't define __restrict_arr.
51272
51273 2000-10-28  Jim Meyering  <meyering@lucent.com>
51274
51275         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
51276         (jm_PREREQ_MEMCHR): New function.
51277
51278 2000-10-28  Jim Meyering  <meyering@lucent.com>
51279
51280         * lib/memchr.c: Update from libc.
51281         Adjust for portability:
51282         [HAVE_STDLIB_H]: Include stdlib.h.
51283         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
51284         Undef __memchr, too.
51285         [!weak_alias]: Define __memchr to memchr.
51286
51287         * lib/regex.c: Update from libc.
51288         * lib/regex.h: Likewise.
51289         * lib/getopt1.c: Likewise.
51290         * lib/memcmp.c: Likewise.
51291
51292         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
51293         Avoid using fseek, when possible -- it's broken by design.
51294         Patch by Ulrich Drepper.
51295
51296 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
51297
51298         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
51299         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
51300         Giving in to popular pressure to shut up the compiler with casts.
51301
51302 2000-10-26  Jim Meyering  <meyering@lucent.com>
51303
51304         * lib/strftime.c: Update from libc.
51305
51306 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
51307
51308         * regex.c: More `unsigned char' -> `re_char' changes.
51309         Also change several `int' into `re_wchar_t'.
51310         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
51311         (PUSH_FAILURE_POINTER): Don't cast any more.
51312         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
51313         We want GCC to complain, since this piece of code makes
51314         re_match non-reentrant, which *should* be fixed.
51315         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
51316         (EXTEND_BUFFER): Use RETALLOC.
51317         (SET_LIST_BIT): Don't cast.
51318         (re_wchar_t): New type.
51319         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
51320         that those two functions will always properly return.
51321         (IMMEDIATE_QUIT_CHECK): Cast to void.
51322         (analyse_first): Use recursion rather than an explicit stack.
51323         (re_compile_fastmap): Can't fail anymore.
51324         (re_search_2): Don't check re_compile_fastmap for failure.
51325         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
51326         Now also sets the new value (passed in a new argument).
51327         (re_match_2_internal): Use it.
51328         Also, use a new var `reg' of type size_t when looping through regs
51329         rather than reuse the inappropriate `mcnt'.
51330
51331 2000-10-25  Jim Meyering  <meyering@lucent.com>
51332
51333         * lib/obstack.c: Update from libc.
51334
51335 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
51336
51337         * regex.c (regex_compile): Change the way of handling a range from
51338         a char less than 256 to a char not less than 256.
51339
51340 2000-10-24  Andrew Innes  <andrewi@gnu.org>
51341
51342         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
51343         NT-Emacs only.
51344         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
51345         so that re_search functions only quit when callers expect them to.
51346
51347 2000-10-23  Jim Meyering  <meyering@lucent.com>
51348
51349         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
51350         wrong.  That set_locale call must not have any side effects.
51351         From Paul Eggert.
51352
51353 2000-10-22  Jim Meyering  <meyering@lucent.com>
51354
51355         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
51356         [CYCLIC]: Remove now-unused definition.
51357
51358         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
51359         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
51360         Suggestion from Ulrich Drepper.
51361
51362 2000-10-21  Jim Meyering  <meyering@lucent.com>
51363
51364         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
51365         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
51366         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
51367
51368 2000-10-21  Jim Meyering  <meyering@lucent.com>
51369
51370         * lib/dirname.c (memrchr): Declare if necessary.
51371         (dir_name): Remove the restriction that there be no
51372         trailing slashes.  Now, this code skips past them, effectively
51373         ignoring them.
51374         [TEST_DIRNAME] (main): New unit tests.
51375
51376         * lib/memrchr.c: New file from GNU libc.
51377         Undef __memrchr, too.
51378         [!weak_alias]: Define __memrchr to memrchr.
51379         Guard weak_alias use with `#ifdef weak_alias'.
51380
51381 2000-10-21  Jim Meyering  <meyering@lucent.com>
51382
51383         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
51384         (dir_name): Use dir_name_r.
51385         * lib/dirname.h (dir_name_r): Declare it.
51386
51387 2000-10-17  Jim Meyering  <meyering@lucent.com>
51388
51389         * lib/quote.h (PARAMS): Define and use.
51390         Reported by Akim Demaille.
51391
51392         * lib/getopt.c: Update from libc.
51393
51394 2000-10-16  Jim Meyering  <meyering@lucent.com>
51395
51396         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
51397         setlocale.
51398         From Jan Fedak.
51399
51400 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
51401
51402         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
51403
51404 2000-09-25  Jim Meyering  <meyering@lucent.com>
51405
51406         * lib/md5.h (rol): Define (from GnuPG).
51407
51408         * lib/sha.c: Give credit (GnuPG) where due.
51409         (M): Use rol rather than open-coding it.
51410         Add a FIXME comment.
51411
51412 2000-09-21  Jim Meyering  <meyering@lucent.com>
51413
51414         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
51415         Reported by Michael Stone.
51416
51417 2000-09-20  Jim Meyering  <meyering@lucent.com>
51418
51419         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
51420         (noinst_HEADERS): Add sha.h.
51421         Based on code from Scott G. Miller and from GnuPG.
51422
51423 2000-09-18  Jim Meyering  <meyering@lucent.com>
51424
51425         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
51426         LIBS. Otherwise, everyone ends up linking with -lelf for some
51427         configurations.
51428         Reported by Mike Stone.
51429
51430 2000-09-15  Jim Meyering  <meyering@lucent.com>
51431
51432         * lib/regex.c: Update from libc.
51433
51434 2000-09-10  Jim Meyering  <meyering@lucent.com>
51435
51436         * lib/getopt.c (_getopt_internal): Update from glibc.
51437
51438 2000-09-09  Jim Meyering  <meyering@lucent.com>
51439
51440         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
51441         think it should be used as a general replacement for isascii.
51442         * lib/fnmatch.c: Likewise.
51443         * lib/mbswidth.c: Likewise
51444         * lib/regex.c: Likewise.
51445
51446         Don't use atoi.
51447         * lib/userspec.c: Include sys/param.h and limits.h.
51448         Include xstrtol.h.
51449         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
51450         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
51451         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
51452         UID, GID.  Check range.
51453
51454 2000-09-06  Jim Meyering  <meyering@lucent.com>
51455
51456         * lib/getopt.c (_getopt_internal): Update from glibc.
51457
51458 2000-08-30  Jim Meyering  <meyering@lucent.com>
51459
51460         * lib/strftime.c: Merge in changes from GNU libc.
51461
51462 2000-08-26  Jim Meyering  <meyering@lucent.com>
51463
51464         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
51465         * m4/fpending.m4: New file.
51466
51467 2000-08-26  Jim Meyering  <meyering@lucent.com>
51468
51469         * lib/closeout.c: Include "__fpending.h".
51470         (close_stdout_status): Return right away if there's nothing to flush.
51471
51472         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
51473         * lib/__fpending.c: New file.
51474         * lib/__fpending.h: New file.
51475
51476 2000-08-20  Jim Meyering  <meyering@lucent.com>
51477
51478         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
51479         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
51480         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
51481
51482 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
51483
51484         Improve fileutils installation on systems where running
51485         programs (like install) can't be unlinked.
51486         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
51487         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
51488
51489 2000-08-07  Paul Eggert  <eggert@twinsun.com>
51490
51491         Standardize on "memory exhausted" instead of "Memory exhausted"
51492         or "virtual memory exhausted".
51493         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
51494         "virtual memory exhausted".
51495         * lib/same.c (same_name): Invoke xalloc_die instead of printing
51496         our own message.
51497         * lib/userspec.c (parse_user_spec): Likewise.
51498         * lib/bumpalloc.h: comment fix
51499         * lib/same.c, userspec.c: Include xalloc.h.
51500
51501         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
51502         not char *const and pointing to a constant array.
51503         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
51504         (xrealloc): Comment fix.
51505
51506         * lib/userspec.c (parse_user_spec):
51507         Don't translate a message until just before returning,
51508         to avoid unnecessary translation.
51509
51510 2000-08-07  Jim Meyering  <meyering@lucent.com>
51511
51512         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
51513         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
51514         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
51515         getgroups.c, gethostname.c, getopt.h, group-member.c,
51516         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
51517         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
51518         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
51519         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
51520         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
51521         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
51522         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
51523         yesno.c: Back out Copyright date changes for each file with no change
51524         this year.  This eases coordination with other programs using the same
51525         source code modules.  From Paul Eggert.
51526
51527 2000-08-06  Paul Eggert  <eggert@twinsun.com>
51528
51529         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
51530         not char, for compatibility with glibc 2.1.3 strftime.c.
51531
51532 2000-08-03  Greg McGary  <greg@mcgary.org>
51533
51534         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
51535         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
51536         (EXTEND_BUFFER): Use them.
51537
51538 2000-08-01  Jim Meyering  <meyering@lucent.com>
51539
51540         * lib/dirname.c (ISSLASH): Define.
51541         (BACKSLASH_IS_PATH_SEPARATOR): Define.
51542         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
51543         both `\' and `/' may be use as path separators.
51544         Based on a patch from Prashant TR.
51545
51546 2000-07-31  Paul Eggert  <eggert@twinsun.com>
51547
51548         * lib/quotearg.c (quotearg_n_options): Don't make the initial
51549         slot vector a constant, since it might get modified.
51550
51551 2000-07-31  Jim Meyering  <meyering@lucent.com>
51552
51553         * lib/xmalloc.c: Use `virtual memory exhausted', not
51554         `Memory exhausted'.
51555         * lib/obstack.c (print_and_abort): Likewise.
51556
51557 2000-07-30  Paul Eggert  <eggert@twinsun.com>
51558
51559         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
51560         buffer, so that the caller can always quote one small
51561         component of a "memory exhausted" message in slot 0.
51562         From a suggestion by Jim Meyering.
51563
51564 2000-07-30  Jim Meyering  <meyering@lucent.com>
51565
51566         * lib/makepath.c (make_path): Quote the other instance, too.
51567
51568         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
51569         (STATIC_BUF_SIZE): Define.
51570         (quotearg_n_options): Use only statically allocated storage when
51571         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
51572         than STATIC_BUF_SIZE.
51573
51574 2000-07-29  Jim Meyering  <meyering@lucent.com>
51575
51576         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
51577         * lib/dirname.c (dir_name): Likewise.
51578
51579         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
51580         `/'.
51581
51582         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
51583         (dir_name): Assert that there are no trailing slashes.
51584
51585 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
51586
51587         * lib/mbswidth.h (mbswidth): Add a flags argument.
51588         (mbswidth): New declaration.
51589         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
51590         * lib/mbswidth.c (mbswidth): Add a flags argument.
51591         (mbsnwidth): New function.
51592
51593 2000-07-24  Jim Meyering  <meyering@lucent.com>
51594
51595         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
51596
51597 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51598
51599         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
51600
51601 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51602
51603         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
51604         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
51605         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
51606         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
51607         invoke multibyte primitives.
51608
51609 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51610
51611         * lib/quotearg.c:
51612         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
51613         so that mbstate_t is always defined.
51614
51615         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
51616         be 1 in at least one GCC installation, and this configuration
51617         error is likely to be common.  Ignoring MB_LEN_MAX hurts
51618         performance on hosts that have mbrtowc but have only unibyte
51619         locales, but I assume these hosts are rare.
51620
51621 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51622
51623         * lib/mbswidth.c (_XOPEN_SOURCE):
51624         Don't define; this causes problems on Solaris 7.
51625         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
51626
51627 2000-07-23  Jim Meyering  <meyering@lucent.com>
51628
51629         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
51630         too: getgrgid, getpwuid, getuid.
51631
51632 2000-07-23  Jim Meyering  <meyering@lucent.com>
51633
51634         * lib/basename.c (base_name): Add an assertion.
51635
51636 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
51637
51638         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
51639         shadow its mbsinit function.
51640
51641 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
51642
51643         * lib/mbswidth.h: New file.
51644         * lib/mbswidth.c: New file.
51645         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
51646         (noinst_HEADERS): Add mbswidth.h.
51647
51648 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
51649
51650         * lib/config.charset: Add support for FreeBSD. Improve support for
51651         HP-UX and IRIX 6.
51652
51653 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
51654
51655         * m4/mbswidth.m4: New file.
51656         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
51657
51658 2000-07-15  Jim Meyering  <meyering@lucent.com>
51659
51660         * lib/makepath.c: Include quote.h.
51661         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
51662         corresponding argument in a `quote (...)' call.
51663         Give better diagnostics.
51664
51665         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
51666         (noinst_HEADERS): Add quote.h.
51667
51668         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
51669         from tar's src/misc.c.
51670         * lib/quote.h: New file.  Prototypes for same.
51671
51672 2000-07-14  Paul Eggert  <eggert@twinsun.com>
51673
51674         From a suggestion by Bruno Haible.
51675         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
51676         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
51677         to decide whether to define the BeOS workaround macro;
51678         this adjusts to the change to AC_MBSTATE_T.
51679
51680 2000-07-14  Jim Meyering  <meyering@lucent.com>
51681
51682         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
51683         jm_AC_TYPE_UINTMAX_T.
51684
51685 2000-07-13  Paul Eggert  <eggert@twinsun.com>
51686
51687         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
51688
51689         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
51690         quotearg_buffer_restyled): Add support for
51691         clocale_quoting_style.  Undo previous change to
51692         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
51693         and "{RIGHT QUOTATION MARK}" msgids.
51694
51695 2000-07-10  Paul Eggert  <eggert@twinsun.com>
51696
51697         From a suggestion by Bruno Haible.
51698         * m4/mbstate_t.m4 (AC_MBSTATE_T):
51699         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
51700         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
51701         and mbstate_t, to a single-part test that simply defines mbstate_t.
51702         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
51703         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
51704
51705 2000-07-10  Jim Meyering  <meyering@lucent.com>
51706
51707         * m4/strerror_r.m4: Mirror the correction made in autoconf.
51708
51709         * m4/gnu-source.m4: Output to confdefs.h directly.
51710         Suggestion from Akim Demaille.
51711
51712 2000-07-09  Paul Eggert  <eggert@twinsun.com>
51713
51714         The old behavior of quoting `like this' doesn't look good with
51715         newer, ISO-style fonts.  See:
51716         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
51717
51718         Instead, quote "like this" by default.  Let the translator
51719         tailor the locale-specific quoting behavior by providing
51720         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
51721
51722         * lib/quotearg.c (N_): New macro.
51723         (gettext_default): New function.
51724         (quotearg_buffer_restyled): Use
51725         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
51726         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
51727
51728 2000-07-09  Jim Meyering  <meyering@lucent.com>
51729
51730         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
51731         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
51732
51733         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
51734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
51735
51736 2000-07-09  Jim Meyering  <meyering@lucent.com>
51737
51738         * lib/Most files: Update copyright dates to include 2000.
51739
51740 2000-07-08  Jim Meyering  <meyering@lucent.com>
51741
51742         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
51743         if not defined.
51744         (xgethostname): Remove now-unnecessary #ifdef.
51745         Move declaration of `err' into loop where it's used.
51746
51747 2000-07-05  Paul Eggert  <eggert@twinsun.com>
51748         and Bruno Haible  <haible@clisp.cons.org>
51749
51750         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
51751         only if the test for an object-type mbstate_t fails.  This
51752         prevents us from mistakenly reporting that mbstate_t is a
51753         system object type after we "#define mbstate_t int" to work
51754         around its lack.
51755
51756 2000-07-05  Paul Eggert  <eggert@twinsun.com>
51757         and Bruno Haible  <haible@clisp.cons.org>
51758
51759         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
51760
51761 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
51762
51763         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
51764         to strerror_r.
51765         Include <ctype.h> for use of isalpha.
51766
51767 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
51768
51769         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
51770         by allocating a larger buffer. Test the gethostname return value for
51771         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
51772         returns an error and ENAMETOOLONG isn't defined.
51773
51774 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
51775
51776         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
51777         dimension.
51778
51779 2000-07-04  Jim Meyering  <meyering@lucent.com>
51780
51781         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
51782         of the deprecated AC_CHECKING.
51783
51784 2000-07-04  Jim Meyering  <meyering@lucent.com>
51785
51786         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
51787         Reported by Bruno Haible.
51788
51789 2000-07-04  Jim Meyering  <meyering@lucent.com>
51790
51791         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
51792         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
51793         lacks mbrtowc.
51794
51795 2000-07-03  Paul Eggert  <eggert@twinsun.com>
51796
51797         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
51798         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
51799
51800 2000-07-03  Paul Eggert  <eggert@twinsun.com>
51801         and Bruno Haible  <haible@clisp.cons.org>
51802
51803         * lib/quotearg.c (mbrtowc):
51804         Assign to *pwc, and return 1 only if result is nonzero.
51805         (iswprint): Use ISPRINT when substituting our own mbrtowc.
51806
51807 2000-07-03  Jim Meyering  <meyering@lucent.com>
51808
51809         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
51810
51811 2000-07-03  Jim Meyering  <meyering@lucent.com>
51812
51813         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
51814         This is necessary to get a definition of e.g., UTMP_FILE on
51815         HP-UX 10.20.
51816         From Bob Proulx.
51817
51818 2000-07-02  Jim Meyering  <meyering@lucent.com>
51819
51820         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
51821
51822         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
51823         AC_LIBOBJ(function_name).
51824         * m4/chown.m4: Likewise.
51825         * m4/fnmatch.m4: Likewise.
51826         * m4/ftruncate.m4: Likewise.
51827         * m4/getgroups.m4: Likewise.
51828         * m4/getline.m4: Likewise.
51829         * m4/group-member.m4: Likewise.
51830         * m4/jm-macros.m4: Likewise.
51831         * m4/lstat.m4: Likewise.
51832         * m4/malloc.m4: Likewise.
51833         * m4/memcmp.m4: Likewise.
51834         * m4/nanosleep.m4: Likewise.
51835         * m4/putenv.m4: Likewise.
51836         * m4/realloc.m4: Likewise.
51837         * m4/regex.m4: Likewise.
51838         * m4/stat.m4: Likewise.
51839         * m4/strftime.m4: Likewise.
51840
51841 2000-07-02  Jim Meyering  <meyering@lucent.com>
51842
51843         * lib/quotearg.c (mbstate_t): Don't define here.
51844
51845 2000-07-02  Jim Meyering  <meyering@lucent.com>
51846
51847         * lib/nanosleep.c (SIGCONT): Define if not already defined.
51848
51849 2000-07-01  Jim Meyering  <meyering@lucent.com>
51850
51851         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
51852
51853 2000-07-01  Jim Meyering  <meyering@lucent.com>
51854
51855         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
51856         problem.
51857
51858 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
51859
51860         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
51861         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
51862
51863 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
51864
51865         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
51866         per change in ../m4/ls-mntd-fs.m4.
51867         (read_filesystem_list): Ignore symbolic links.
51868
51869 2000-06-29  Jim Meyering  <meyering@lucent.com>
51870
51871         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
51872         for declaration of strcmp.
51873
51874         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
51875
51876         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
51877         Avoid warning by casting result to `char *' to remove `const'.
51878
51879 2000-06-28  Jim Meyering  <meyering@lucent.com>
51880
51881         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
51882         included by quotearg.c, for which we perform this test.  From
51883         Bruno Haible.
51884
51885 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
51886
51887         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
51888         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
51889         <utmpx.h> exists, put readutmp.o into LIBOBJS.
51890
51891 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
51892
51893         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
51894
51895 2000-06-26  Paul Eggert  <eggert@twinsun.com>
51896
51897         savedir now sets errno on failure and invokes xmalloc to get memory.
51898         Fix a couple of other minor bugs while we're at it.
51899
51900         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
51901         (NAMLEN): Remove macro.
51902         (malloc, realloc): Remove decls.
51903         (stpcpy): Likewise.
51904         ("xalloc.h"): Include.
51905         (NAME_SIZE_DEFAULT): New macro.
51906         (savedir): Use xmalloc / xrealloc to allocate memory.
51907         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
51908         Skip "" directory entries.
51909         Use strlen to calculate directory entry length, since the old method
51910         is rarely used these days and isn't worth supporting.
51911         Don't use a pointer after freeing it.
51912         Check for integer overflow when calculating allocation size.
51913         Use memcpy to copy entries, instead of stpcpy.
51914         Set errno properly when returning NULL.
51915         Check for readdir error.
51916
51917 2000-06-26  Jim Meyering  <meyering@lucent.com>
51918
51919         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
51920
51921 2000-06-25  Jim Meyering  <meyering@lucent.com>
51922
51923         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
51924         Linux header bug when _XOPEN_SOURCE is defined to 500.
51925
51926 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
51927
51928         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
51929         deficiency.
51930
51931 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
51932
51933         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
51934         Include xalloc.h.
51935         Don't include <stdlib.h>.  Don't declare malloc, realloc.
51936
51937 2000-06-24  Jim Meyering  <meyering@lucent.com>
51938
51939         * m4/strerror_r.m4: Revive this file -- to try out an experimental
51940         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
51941         for which strerror does return char*, but which lacks a conveniently
51942         accessible declaration of the function.  If the compile-test says
51943         strerror_r doesn't work, then resort to a `run'-test that works on
51944         BeOS and segfaults on DEC Unix.
51945
51946 2000-06-24  Jim Meyering  <meyering@lucent.com>
51947
51948         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
51949
51950 2000-06-23  Paul Eggert  <eggert@twinsun.com>
51951
51952         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
51953         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
51954
51955 2000-06-23  Paul Eggert  <eggert@twinsun.com>
51956
51957         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
51958         (mbrtowc, mbstate_t): Define substitutes if
51959         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
51960         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
51961         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
51962
51963 2000-06-23  Jim Meyering  <meyering@lucent.com>
51964
51965         * m4/afs.m4: Add missing AC_MSG_RESULT.
51966         Reported by Bruno Haible.
51967
51968         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
51969         Suggestion from Bruno Haible.
51970
51971 2000-06-23  Jim Meyering  <meyering@lucent.com>
51972
51973         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
51974
51975 2000-06-21  Jim Meyering  <meyering@lucent.com>
51976
51977         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
51978
51979 2000-06-21  Jim Meyering  <meyering@lucent.com>
51980
51981         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
51982         (noinst_HEADERS): Add getstr.h.
51983
51984         * lib/getline.c (getstr): Move into a separate file.
51985         * lib/getstr.c (getstr): New file, extracted from getline.c, with
51986         the following changes: new parameter, delim2; both delim[12]
51987         parameters have type `int', not `char'.  The latter would lose
51988         with 8-bit delimiters.
51989         * lib/getstr.h: New file.
51990
51991 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
51992
51993         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
51994         than 1024, return a memory chunk of least possible size, instead
51995         of size PATH_MAX + 2. In the loop, increment the size proportionally.
51996         Use free/xmalloc instead of xrealloc to avoid copying for very long
51997         paths.
51998
51999 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52000
52001         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
52002         the empty string.
52003
52004 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52005
52006         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
52007         address, not strdup.  Include <stdlib.h> and don't declare free().
52008
52009 2000-06-19  Jim Meyering  <meyering@lucent.com>
52010
52011         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
52012
52013 2000-06-18  Jim Meyering  <meyering@lucent.com>
52014
52015         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
52016
52017         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
52018         `checking whether...' message to be consistent with that of the
52019         lstat test.
52020
52021 2000-06-18  Jim Meyering  <meyering@lucent.com>
52022
52023         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
52024         Besides, these days every porting target provides a mkdir function.
52025
52026         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
52027         needed. (this snippet comes from src/system.h).
52028
52029 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
52030
52031         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
52032
52033 2000-06-15  Paul Eggert  <eggert@twinsun.com>
52034
52035         * lib/human.c (adjust_value): New function.
52036         (human_readable_inexact): Apply rounding style even when
52037         printing approximate values.
52038
52039 2000-06-14  Paul Eggert  <eggert@twinsun.com>
52040
52041         * lib/human.c (human_readable_inexact): Allow an input block
52042         size that is not a multiple of the output block size, and vice versa.
52043         Reported by Piergiorgio Sartor.
52044
52045 2000-06-14  Paul Eggert  <eggert@twinsun.com>
52046
52047         * lib/getdate.y (get_date): Apply relative times after time
52048         zone indicator, not before.  Reported by Todd A. Jacobs.
52049
52050 2000-06-13  Jim Meyering  <meyering@lucent.com>
52051
52052         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
52053
52054         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
52055
52056 2000-06-12  Paul Eggert  <eggert@twinsun.com>
52057
52058         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
52059
52060 2000-06-12  Jim Meyering  <meyering@lucent.com>
52061
52062         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
52063         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
52064         optional argument.
52065         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
52066         the optional argument, `lib'.
52067
52068 2000-06-08  Jim Meyering  <meyering@lucent.com>
52069
52070         * m4/largefile.m4: Remove file (now that it's part of autoconf).
52071
52072 2000-06-04  Paul Eggert  <eggert@twinsun.com>
52073
52074         Rewrite largefile configuration so that we don't need to run
52075         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
52076         AC_CANONICAL_HOST in configure.in -- jmm]
52077
52078         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
52079         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
52080         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
52081         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
52082         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
52083         All uses changed.
52084         Instead of inspecting the output of getconf, try to compile the
52085         test program without and with the macro definition.
52086         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
52087         for getconf.  Instead, check for the needed flags by compiling
52088         test programs.
52089
52090 2000-06-04  Paul Eggert  <eggert@twinsun.com>
52091
52092         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
52093
52094 2000-06-04  Jim Meyering  <meyering@lucent.com>
52095
52096         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
52097         SunOS 4.1.4 for which gid_t is an unsigned type.
52098
52099 2000-06-03  Jim Meyering  <meyering@lucent.com>
52100
52101         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
52102         now that autoconf requires that.
52103
52104         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
52105         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
52106         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
52107
52108 2000-06-03  Jim Meyering  <meyering@lucent.com>
52109
52110         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
52111
52112 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
52113
52114         * m4/glibc21.m4: New file.
52115         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
52116
52117 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
52118
52119         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
52120         newer, don't install charset.alias.
52121         * lib/config.charset: Change the Linux/glibc rules so they become empty
52122         on glibc-2.1 or newer.
52123
52124 2000-06-02  Jim Meyering  <meyering@lucent.com>
52125
52126         * lib/mountlist.c: Back out last change.  Instead, do this...
52127         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
52128         me_dummy member using the same `ignore'-testing code.
52129         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
52130         fs_type strings.
52131         From Mark D. Roth.
52132
52133 2000-05-29  Jim Meyering  <meyering@lucent.com>
52134
52135         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
52136         mounts with the `ignore' attribute.  Based on a patch from
52137         Mark D. Roth.
52138
52139 2000-05-28  Jim Meyering  <meyering@lucent.com>
52140
52141         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
52142         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52143         * m4/stat.m4: Likewise.
52144         * m4/lstat.m4: Likewise.
52145         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
52146
52147         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
52148         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
52149
52150 2000-05-26  Jim Meyering  <meyering@lucent.com>
52151
52152         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
52153
52154 2000-05-24  Jim Meyering  <meyering@lucent.com>
52155
52156         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
52157         autoconf requires that.
52158         * m4/lib-check.m4: Likewise.
52159         * m4/jm-macros.m4: Likewise.
52160         * m4/strftime.m4: Likewise.
52161
52162         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
52163         AC_CHECK_DECLS, now that autoconf requires that.
52164
52165 2000-05-22  Jim Meyering  <meyering@lucent.com>
52166
52167         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52168         * m4/lstat.m4: Likewise.
52169
52170 2000-05-22  Jim Meyering  <meyering@lucent.com>
52171
52172         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
52173
52174 2000-05-20  Jim Meyering  <meyering@lucent.com>
52175
52176         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
52177         (jm_PREREQ): Use it.
52178
52179 2000-05-18  Jim Meyering  <meyering@lucent.com>
52180
52181         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
52182         back, too, since it may have been modified by allocate_entry.
52183         (hash_delete): Rewrite to use neither the assignment operator
52184         nor the comma operator in an if-expression.
52185
52186 2000-05-15  Paul Eggert  <eggert@twinsun.com>
52187
52188         * lib/closeout.c:
52189         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
52190         Remove; no longer needed.
52191         "quotearg.h": Add include.
52192         (file_name): Do not bother to explicitly initialize to NULL; it's less
52193         efficient on some hosts.
52194         (close_stdout_status): Remove test as to whether stdout was already
52195         closed; it breaks for the case "echo x | sort >&-".
52196         Quote file name colons.
52197         Do not assume that _("write error") lacks format strings.
52198
52199 2000-05-15  Jim Meyering  <meyering@lucent.com>
52200
52201         * lib/version-etc.c (version_etc_copyright): Update the copyright
52202         string used in all --version output.
52203
52204 2000-05-14  Jim Meyering  <meyering@lucent.com>
52205
52206         * lib/closeout.c (close_stdout_set_file_name): New function.
52207         (close_stdout_status): Use new file-scoped global.
52208         Return right away if fstat says the stdout file descriptor is invalid.
52209         * lib/closeout.h (close_stdout_set_file_name): Declare.
52210
52211 2000-05-10  Jim Meyering  <meyering@lucent.com>
52212
52213         * lib/closeout.c [default_exit_status]: New file-scoped variable.
52214         (close_stdout_set_status): New function.
52215         * lib/closeout.h (close_stdout_set_status): Declare.
52216
52217 2000-05-09  Jim Meyering  <meyering@lucent.com>
52218
52219         * m4/gettext.m4: Rename this...
52220         * m4/libintl.m4: ...to this.
52221
52222 2000-05-08  Jim Meyering  <meyering@lucent.com>
52223
52224         * lib/long-options.c: Don't include closeout.h.
52225         (parse_long_options): Don't call close_stdout for --version.
52226
52227 2000-05-06  Paul Eggert  <eggert@twinsun.com>
52228
52229         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
52230         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
52231         2.1.3 bug.  This avoids a clash when files like regex.c define
52232         _GNU_SOURCE.
52233
52234 2000-05-06  Jim Meyering  <meyering@lucent.com>
52235
52236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
52237         (AC_REPLACE_FUNCS): Add strnlen.
52238
52239         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
52240         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
52241
52242         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
52243         AC_SEARCH_LIBS call for nanosleep.
52244         (LIB_NANOSLEEP): Set and AC_SUBST.
52245
52246 2000-05-06  Jim Meyering  <meyering@lucent.com>
52247
52248         * lib/strnlen.c: Undefine __strnlen and strnlen.
52249         [!weak_alias]: Define __strnlen to strnlen.
52250
52251         * lib/atexit.c: New file, from libiberty.
52252
52253 2000-05-06  Jim Meyering  <meyering@lucent.com>
52254
52255         * lib/closeout.c (close_stdout_status): Also check for errors on the
52256         stderr stream.
52257
52258 2000-05-05  Jim Meyering  <meyering@lucent.com>
52259
52260         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
52261         AC_SEARCH_LIBS call for clock_gettime.
52262         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
52263
52264         * m4/search-libs.m4: Update from autoconf.
52265
52266         su doesn't work on Solaris 2.6.
52267         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
52268         <shadow.h>.  Reported by Dragos Harabor.
52269
52270 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
52271
52272         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
52273         memcpy instead of xmalloc, xrealloc, path_concat.
52274         (locale_charset): Treat empty environment variables as absent.
52275         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
52276
52277 2000-05-04  Jim Meyering  <meyering@lucent.com>
52278
52279         * lib/getopt.c: Update from glibc.
52280         * lib/obstack.c: Likewise.
52281         * lib/obstack.h: Likewise.
52282         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
52283         file
52284
52285         * lib/regex.h: Likewise.
52286         * lib/strndup.c: Likewise.
52287         * lib/strnlen.c: New file, from glibc.
52288
52289 2000-05-03  Jim Meyering  <meyering@lucent.com>
52290
52291         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
52292
52293 2000-05-02  Paul Eggert  <eggert@twinsun.com>
52294
52295         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
52296         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
52297         compile-time test, rather than inspecting host and OS, to
52298         decide whether to define _LARGEFILE_SOURCE.
52299
52300 2000-05-01  Jim Meyering  <meyering@lucent.com>
52301
52302         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
52303
52304         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
52305         Based on a patch from Bruno Haible.
52306
52307 2000-05-01  Jim Meyering  <meyering@lucent.com>
52308
52309         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
52310
52311 2000-04-29  Jim Meyering  <meyering@lucent.com>
52312
52313         * lib/path-concat.c: Declare strdup only if it's not defined.
52314         * lib/canon-host.c: Likewise.
52315
52316 2000-04-28  Jim Meyering  <meyering@lucent.com>
52317
52318         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
52319         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
52320         is included first, then limits.h is included by locale.h by libintl.h.
52321         From John David Anglin.
52322
52323 2000-04-25  Jim Meyering  <meyering@lucent.com>
52324
52325         * lib/makepath.c (S_IRWXUGO): Define.
52326         (make_path): Always perform explicit chmod if MODE specifies any
52327         of the `special' permission bits.  Prompted by a bug report against
52328         install from Mate Wierdl and Joost van Baal.
52329
52330 2000-04-18  Jim Meyering  <meyering@lucent.com>
52331
52332         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
52333         (jm_PREREQ): Use it.
52334
52335 2000-04-18  Jim Meyering  <meyering@lucent.com>
52336
52337         * lib/README: New file.
52338
52339         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
52340         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
52341
52342 2000-04-17  Jim Meyering  <meyering@lucent.com>
52343
52344         Get it right :-)
52345         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
52346         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
52347         Suggestion from Akim Demaille.
52348
52349 2000-04-17  Jim Meyering  <meyering@lucent.com>
52350
52351         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
52352         the definition of it to rpl_strftime also defined-away the system's
52353         declaration.
52354
52355 2000-04-15  Jim Meyering  <meyering@lucent.com>
52356
52357         Use `C' to denote so-called `contiguous' files, the same way
52358         that tar does.
52359         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
52360         (ftypelet): Use S_ISCTG.
52361         From Michael Deutschmann.
52362
52363 2000-04-14  Jim Meyering  <meyering@lucent.com>
52364
52365         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
52366         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
52367         clobbered.
52368
52369 2000-04-14  Jim Meyering  <meyering@lucent.com>
52370
52371         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
52372
52373 2000-04-13  Jim Meyering  <meyering@lucent.com>
52374
52375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
52376         AH_VERBATIM to insert required #ifndef into config.h.in.
52377         Suggestion from Akim Demaille.
52378
52379 2000-04-12  Jim Meyering  <meyering@lucent.com>
52380
52381         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
52382         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
52383         Christian Krackowizer.
52384
52385         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
52386         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
52387         (AC_SYS_LARGEFILE): Require.
52388         (AM_C_PROTOTYPES): Require.
52389
52390 2000-04-08  Jim Meyering  <meyering@lucent.com>
52391
52392         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
52393         names don't conflict.  Reported by Eli Zaretskii.
52394
52395 2000-04-07  Jim Meyering  <meyering@lucent.com>
52396
52397         * lib/putenv.c: Move inclusion of errno.h so it follows that of
52398         sys/types.h, to work around system header problems on AIX 3.2.5.
52399         From Bruno Haible.
52400
52401 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
52402
52403         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
52404         bug.  Deal with the different error behavior of Irix iconv.
52405
52406 2000-04-05  Paul Eggert  <eggert@twinsun.com>
52407
52408         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
52409         IRIX if the installer said otherwise.
52410
52411 2000-04-05  Jim Meyering  <meyering@lucent.com>
52412
52413         Portability tweaks required for ultrix4.3.
52414         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
52415         (jm_CHECK_DECLS): Add getutent to the list of functions.
52416         (_jm_DECL_HEADERS): Add utmpx.h.
52417         From John David Anglin.
52418
52419         * m4/strftime.m4: Back out the 2000-04-02 change.
52420         Instead of that change, simply undefine putenv in the test program.
52421
52422 2000-04-05  Jim Meyering  <meyering@lucent.com>
52423
52424         Portability tweaks required for ultrix4.3.
52425         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
52426         getutent.
52427         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
52428         * lib/canon-host.c: Declare strdup.
52429         * lib/path-concat.c: Likewise.
52430         From John David Anglin.
52431
52432 2000-04-04  Jim Meyering  <meyering@lucent.com>
52433
52434         Be more DOS 8.3-friendly.
52435         * lib/ref-add.sin: Renamed from ref-add.sed.in.
52436         * lib/ref-del.sin: Renamed from ref-del.sed.in.
52437         * lib/Makefile.am: Reflect renaming.
52438         Reported by Eli Zaretskii.
52439
52440         Use a temporary file name that won't clash with `charset.alias'
52441         in the DOS 8.3 name space.
52442         * lib/Makefile.am (charset_tmp): Define.
52443         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
52444         (uninstall-local): Likewise.
52445         Reported by Eli Zaretskii.
52446
52447 2000-04-03  Jim Meyering  <meyering@lucent.com>
52448
52449         * m4/gettext.m4: Fix typo in comment.
52450
52451         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
52452         textutils/configure.in).  Suggestion from Paul Eggert.
52453         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
52454
52455 2000-04-02  Paul Eggert  <eggert@twinsun.com>
52456
52457         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
52458         variable in the shell rather than using putenv, which isn't
52459         portable.  This avoids the configure-time inter-test dependency
52460         on the potentially-renamed putenv function.
52461
52462 2000-03-30  Paul Eggert  <eggert@twinsun.com>
52463
52464         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
52465         before checking struct stat.st_blksize, so that
52466         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
52467
52468 2000-03-29  Paul Eggert  <eggert@twinsun.com>
52469
52470         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
52471         since strftime.c uses HAVE_STRFTIME to decide whether to use
52472         the underlying strftime.
52473
52474 2000-03-29  Paul Eggert  <eggert@twinsun.com>
52475
52476         * lib/time/strftime.c (my_strftime): Make sure we call the system
52477         strftime, not ourselves, when invoking the underlying strftime.
52478
52479 2000-03-24  Jim Meyering  <meyering@lucent.com>
52480
52481         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
52482         (charset_alias): Define.
52483         (install-exec-local): Factor out common code.
52484         (uninstall-local): Split lines longer than 80.
52485         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
52486         (SUFFIXES): Define.
52487         (.sed.in.sed): New rule.  Don't redirect directly to $@.
52488         (CLEANFILES): Add ref-add.sed and ref-del.sed.
52489
52490 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
52491
52492         * lib/config.charset: Output a line containing "Packages using this
52493         file".
52494         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
52495         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
52496         ref-del.sed): New rules.
52497
52498 2000-03-17  Jim Meyering  <meyering@lucent.com>
52499
52500         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
52501         Otherwise, include <strings.h>
52502
52503 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
52504
52505         * lib/unicodeio.c (utf8_wctomb): New function.
52506         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
52507         format instead of in UCS-4 with platform dependent endianness.
52508
52509 2000-03-10  Jim Meyering  <meyering@lucent.com>
52510
52511         * m4/lib-check.m4: Look for getspnam in -lgen, too.
52512         From Marco Franzen.
52513
52514 2000-03-07  Paul Eggert  <eggert@twinsun.com>
52515
52516         * lib/savedir.c (savedir): Work even if directory size is
52517         negative; this can happen with some screwy NFS configurations.
52518
52519 2000-03-06  Jim Meyering  <meyering@lucent.com>
52520
52521         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
52522         if it's NULL (because we ran out of memory).  From Bruno Haible.
52523
52524 2000-03-05  Jim Meyering  <meyering@lucent.com>
52525
52526         * lib/localcharset.c ("path-concat.h"): Include.
52527         (get_charset_aliases): Use path_concat instead of ANSI string
52528         concatenation.
52529
52530         * lib/unicodeio.h (PARAMS): Define.
52531         Use it to guard prototype.
52532
52533 2000-03-04  Jim Meyering  <meyering@lucent.com>
52534
52535         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
52536         for lib/localcharset.c.
52537
52538 2000-03-04  Jim Meyering  <meyering@lucent.com>
52539
52540         * lib/Makefile.am (install-exec-local): Create $(libdir) before
52541         installing into it.
52542         (uninstall-local): Uncomment this rule so `make distcheck' works
52543         once again.
52544
52545         * lib/unicodeio.c (<errno.h>): Include it.
52546         (errno): Declare if not defined.
52547
52548         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
52549
52550         * lib/config.charset: New version, incorporating remarks from a linux
52551         i18n mailing list.  From Bruno Haible.
52552
52553 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
52554
52555         * m4/codeset.m4: New file.
52556         * m4/iconv.m4: New file.
52557         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
52558
52559 2000-03-03  Jim Meyering  <meyering@lucent.com>
52560
52561         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
52562
52563 2000-03-02  Jim Meyering  <meyering@lucent.com>
52564
52565         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
52566         the messages come out on separate lines.
52567
52568         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
52569         rather than jm_CHECK_DECLARATIONS.
52570         * m4/decl.m4: Remove now-unused file.
52571
52572         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
52573         geteuid.
52574
52575 2000-03-02  Jim Meyering  <meyering@lucent.com>
52576
52577         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
52578
52579 2000-03-01  Jim Meyering  <meyering@lucent.com>
52580
52581         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
52582         * lib/unicodeio.c: Likewise.
52583
52584 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
52585
52586         * lib/config.charset: New file.
52587         * lib/localcharset.c: New file.
52588         * lib/unicodeio.h, lib/unicodeio.c: New files.
52589         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
52590         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
52591         (noinst_HEADERS): Add unicodeio.h.
52592         (all-local, install-exec-local, charset.alias): New targets.
52593
52594 2000-02-28  Paul Eggert  <eggert@twinsun.com>
52595
52596         * lib/quotearg.c (ALERT_CHAR): New macro.
52597         (quotearg_buffer_restyled): Use it.
52598
52599 2000-02-27  Jim Meyering  <meyering@lucent.com>
52600
52601         * m4/check-decl.m4: Add getenv to the list.
52602
52603 2000-02-27  Jim Meyering  <meyering@lucent.com>
52604
52605         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
52606         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
52607
52608         * lib/backupfile.c: Guard inclusion of stdlib.h with
52609         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
52610         Declare malloc if needed.
52611
52612         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
52613         `#ifndef HAVE_DECL..'
52614         now that autoconf always defines the HAVE_DECL_ symbols.
52615         * lib/human.c: Likewise.
52616         * lib/same.c: Likewise.
52617         * lib/strtoumax.c: Likewise.
52618
52619         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
52620         declaration check was not run.
52621         * lib/hash.c: Likewise.
52622         * lib/human.c: Likewise.
52623         * lib/same.c: Likewise.
52624         * lib/strtoumax.c: Likewise.
52625
52626         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
52627         `.', then first look up the entire `.'-containing string as a login
52628         name.
52629
52630 2000-02-23  Jim Meyering  <meyering@lucent.com>
52631
52632         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
52633         in place of my hack.
52634
52635 2000-02-18  Paul Eggert  <eggert@twinsun.com>
52636
52637         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
52638         (textint): New typedef.
52639         (parser_control): Member year changed from int to textint.
52640         All uses changed.
52641         (YYSTYPE): Removed; replaced by %union with int and textint members.
52642         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
52643         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
52644         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
52645         (tSNUMBER, tUNUMBER): Now of type <textintval>.
52646         (date, number, to_year): Use width of number in digits, not its value,
52647         to determine whether it's a 2-digit year, or a 2-digit time.
52648         (yylex): Store number of digits of numeric tokens.
52649         Reported by John Kendall.
52650
52651         (parser_control): Changed from struct parser_control to typedef (for
52652         consistency).  All uses changed.
52653
52654         (tID): Removed; not used.
52655         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
52656
52657 2000-02-14  Paul Eggert  <eggert@twinsun.com>
52658
52659         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
52660         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
52661
52662 2000-02-12  Jim Meyering  <meyering@lucent.com>
52663
52664         * lib/userspec.c (ISDIGIT): Define it.
52665         (isdigit): Remove definition.
52666         (is_number): Use ISDIGIT, not isdigit.
52667         <libintl.h>: Include.
52668         (_ and N_): Define.
52669         (parse_user_spec): Mark translatable strings.
52670
52671 2000-02-10  Jim Meyering  <meyering@lucent.com>
52672
52673         With these changes, nanosleep.[ch] are finally enough like the other
52674         lib/* replacement files to compile on a few more losing systems.
52675
52676         * lib/nanosleep.h: Don't include config.h.
52677         Remove prototype from declaration of nanosleep.
52678         (PARAMS): Remove now-unneeded definition.
52679         * lib/nanosleep.c: #undef nanosleep.
52680         (rpl_nanosleep): Rename from nanosleep.
52681
52682 2000-02-10  Jim Meyering  <meyering@lucent.com>
52683
52684         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
52685         gnu_nanosleep to rpl_nanosleep.
52686
52687 2000-02-09  Jim Meyering  <meyering@lucent.com>
52688
52689         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
52690         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
52691
52692 2000-02-08  Akim Demaille  <akim@epita.fr>
52693
52694         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
52695         `[' and `]' and remove uses of `changequote'.
52696         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
52697         (AC_SYS_LARGEFILE): Likewise.
52698         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
52699         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
52700         of changequote.
52701         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
52702         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
52703         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
52704         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
52705
52706 2000-02-05  Jim Meyering  <meyering@lucent.com>
52707
52708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
52709         Remove explicit use of AC_HEADER_TIME.  It is required by
52710         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
52711         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
52712         in autoconf whereby the expansion of the latter ended up preceding
52713         the expansion of its prerequisite, AC_HEADER_TIME.
52714         Reported by Volker Borchert.
52715
52716 2000-02-03  Jim Meyering  <meyering@lucent.com>
52717
52718         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
52719
52720 2000-02-03  Jim Meyering  <meyering@lucent.com>
52721
52722         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
52723         rather than with `#if HAVE_UTMPNAME'.
52724
52725 2000-02-02  Jim Meyering  <meyering@lucent.com>
52726
52727         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
52728         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
52729         Reported by Eli Zaretskii.
52730
52731 2000-02-01  Jim Meyering  <meyering@lucent.com>
52732
52733         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
52734
52735 2000-01-31  Jim Meyering  <meyering@lucent.com>
52736
52737         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
52738         functions.  Add the time.h and sys/time.h headers along with the
52739         AC_REQUIRE'ment of AC_HEADER_TIME.
52740
52741 2000-01-31  Jim Meyering  <meyering@lucent.com>
52742
52743         * lib/nanosleep.h (nanosleep): Guard declaration with
52744         `#if ! HAVE_DECL_NANOSLEEP'.
52745         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
52746         the declaration in that vendor's sys/timers.h.
52747         Reported by Christian Krackowizer.
52748
52749         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
52750         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
52751         (ISPRINT): Likewise.
52752         Reported by Tom Tromey.
52753
52754 2000-01-30  Jim Meyering  <meyering@lucent.com>
52755
52756         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
52757
52758         * m4/prereq.m4 (utmp_includes): Define.
52759         Check for ut_user and ut_name members in both struct utmpx
52760         and struct utmp.
52761
52762 2000-01-30  Jim Meyering  <meyering@lucent.com>
52763
52764         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
52765         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
52766         header files where only utmpx.ut_user is declared.
52767
52768         * lib/readutmp.h (UT_USER): Define.
52769
52770 2000-01-29  Jim Meyering  <meyering@lucent.com>
52771
52772         * m4/lib-check.m4: New file containing library-related checks from
52773         fileutils and sh-utils (textutils had none).
52774
52775 2000-01-28  Jim Meyering  <meyering@lucent.com>
52776
52777         * m4/perl.m4: Change format of warning message to look more like that
52778         from the missing script.  Suggestion from François Pinard.
52779
52780 2000-01-25  Jim Meyering  <meyering@lucent.com>
52781
52782         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
52783         well as time.h in the compile check.
52784         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
52785         Fix typo in cross-compiling case: s/yes/no/.
52786
52787 2000-01-23  Jim Meyering  <meyering@lucent.com>
52788
52789         * m4/jm-macros.m4: Move df-related tests here from
52790         fileutils/configure.in
52791
52792         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
52793         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
52794
52795         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
52796         s/space/ac_fsusage_space/.
52797         (jm_FILE_SYSTEM_USAGE): Take two parameters.
52798
52799         * m4/ftruncate.m4: New file (derived from part of
52800         fileutils/configure.in).
52801         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
52802         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
52803
52804         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
52805         AC_SUBST these here, rather than just in sh-util/configure.in, so
52806         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
52807         all the same.
52808         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
52809         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
52810         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
52811         (AC_SUBST(POW_LIBM)): Likewise.
52812         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
52813
52814 2000-01-23  Jim Meyering  <meyering@lucent.com>
52815
52816         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
52817         obstack.c.
52818
52819 2000-01-22  Jim Meyering  <meyering@lucent.com>
52820
52821         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
52822
52823         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
52824
52825         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
52826         configure.in
52827         (AC_CHECK_HEADERS): Likewise for sh-utils.
52828         (AC_CHECK_HEADERS): Likewise for textutils.
52829         Merge the three lists of headers.
52830
52831         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
52832         from fileutils' configure.in.
52833
52834         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
52835         code. Moved tests into their own function (_jm_DECL_HEADERS) in
52836         check-decl.m4.
52837
52838         * m4/check-decl.m4: Use #if rather than #ifdef.
52839         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
52840         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
52841         (_jm_DECL_HEADERS): Define new function.
52842         (jm_CHECK_DECLARATIONS): Require it.
52843
52844 2000-01-22  Jim Meyering  <meyering@lucent.com>
52845
52846         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
52847         [! HAVE_DECL_STRTOULL]: Declare strtoull.
52848         Required for some AIX systems.  Reported by Christian Krackowizer.
52849         [TESTING] (main): New function.
52850
52851         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
52852         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
52853         letters.
52854
52855         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
52856         iswprint.
52857
52858         * lib/strverscmp.c (ISDIGIT): Define.
52859         (strverscmp): Use ISDIGIT, not isdigit.
52860
52861 2000-01-19  Jim Meyering  <meyering@lucent.com>
52862
52863         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
52864         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
52865         defines `struct timespec' in <sys/time.h>
52866
52867         * m4/c-bs-a.m4: Remove uses of changequote altogether.
52868         Thanks to Akim for explaining.
52869
52870 2000-01-17  Paul Eggert  <eggert@twinsun.com>
52871
52872         * lib/nanosleep.c (nanosleep):
52873         Don't use SA_INTERRUPT to decide whether to call sigaction, as
52874         POSIX.1 doesn't require SA_INTERRUPT and some systems
52875         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
52876         it's been part of POSIX.1 since day 1 (in 1988).
52877
52878 2000-01-17  Jim Meyering  <meyering@lucent.com>
52879
52880         * lib/interlock: Remove unused file.  Reported by François Pinard.
52881
52882 2000-01-16  Paul Eggert  <eggert@twinsun.com>
52883
52884         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
52885         alert, backslash, formfeed, and vertical tab unnecessarily in
52886         shell quoting style.
52887
52888 2000-01-16  Jim Meyering  <meyering@lucent.com>
52889
52890         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
52891         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
52892         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
52893         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
52894
52895 2000-01-16  Jim Meyering  <meyering@lucent.com>
52896
52897         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
52898         because the latter didn't work.
52899
52900 2000-01-15  Jim Meyering  <meyering@lucent.com>
52901
52902         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
52903         (AC_REPLACE_FUNCS): Add memcpy and memset.
52904         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
52905         Add strpbrk.
52906         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
52907
52908 2000-01-12  Jim Meyering  <meyering@lucent.com>
52909
52910         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
52911         (jm_PREREQ): Use it.
52912         (jm_PREREQ_READUTMP): New macro.
52913         (jm_PREREQ): Use it.
52914
52915 2000-01-11  Paul Eggert  <eggert@twinsun.com>
52916
52917         Quote multibyte characters correctly.
52918         * m4/c-bs-a.m4: New file.
52919         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
52920         (jm_PREREQ): Use it.
52921
52922 2000-01-11  Paul Eggert  <eggert@twinsun.com>
52923
52924         * m4/uintmax_t.m4: Port to autoconf 2.13.
52925
52926 2000-01-08  Jim Meyering  <meyering@ascend.com>
52927
52928         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
52929         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
52930
52931 2000-01-04  Jim Meyering  <meyering@ascend.com>
52932
52933         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
52934         jm_STRUCT_DIRENT_D_TYPE.
52935         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
52936         jm_STRUCT_DIRENT_D_INO.
52937         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
52938         jm_STRUCT_UTIMBUF.
52939         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
52940         renamings.
52941         * m4/utime.m4: Likewise.
52942
52943         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
52944         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
52945
52946 2000-01-03  Paul Eggert  <eggert@twinsun.com>
52947
52948         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
52949         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
52950
52951 2000-01-02  Jim Meyering  <meyering@ascend.com>
52952
52953         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
52954         remember if this is necessary.
52955
52956 1999-12-26  Jim Meyering  <meyering@ascend.com>
52957
52958         * m4/jm-macros.m4: Use it here.
52959         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
52960
52961 1999-12-23  Jim Meyering  <meyering@ascend.com>
52962
52963         * m4/jm-macros.m4: Check for clock_gettime (moved from
52964         fileutils/configure.in)
52965         Check for gettimeofday.
52966
52967 1999-12-20  Jim Meyering  <meyering@ascend.com>
52968
52969         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
52970         autoconf-2.14a-1999-12-20.
52971
52972 1999-12-19  Jim Meyering  <meyering@ascend.com>
52973
52974         * m4/lstat-slash.m4: New file.
52975         * m4/jm-macros.m4: Use the new macro:
52976         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52977
52978 1999-12-07  Jim Meyering  <meyering@ascend.com>
52979
52980         * m4/perl.m4: Require that File::Compare be available, too.
52981         Too many systems seem to lack it.
52982
52983         * m4/strftime.m4: Add checks for most of the cpp macros tested in
52984         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
52985
52986 1999-11-18  Paul Eggert  <eggert@twinsun.com>
52987
52988         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
52989         problem with the QNX 4.25 shell, which doesn't propagate exit
52990         status of failed commands inside shell assignments.
52991
52992 1999-11-17  Jim Meyering  <meyering@ascend.com>
52993
52994         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
52995
52996 1999-11-07  Jim Meyering  <meyering@ascend.com>
52997
52998         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
52999
53000 1999-11-06  Jim Meyering  <meyering@ascend.com>
53001
53002         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
53003         * m4/jm-macros.m4 (jm_MACROS): Use it here.
53004
53005 1999-11-05  Jim Meyering  <meyering@ascend.com>
53006
53007         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
53008         configure.in of textutils, fileutils, and sh-utils into this one
53009         (shared between those packages) file.
53010         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
53011         AC_STRUCT_ST_BLKSIZE.
53012
53013 1999-11-03  Jim Meyering  <meyering@ascend.com>
53014
53015         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
53016         of AC_CHECK_TYPE checks includes unistd.h.
53017         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
53018         Suggestion from Akim Demaille.
53019
53020 1999-10-30  Jim Meyering  <meyering@ascend.com>
53021
53022         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
53023         m4-quoted string.
53024         * m4/ls-mntd-fs.m4: Likewise.
53025         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
53026         * m4/jm-winsz1.m4: Likewise.
53027
53028         * m4/const.m4: Remove file, since the fix made it into the experimental
53029         version of autoconf.
53030         * m4/mktime.m4: Likewise.
53031
53032         * m4/check-type.m4: Remove file, now that the latest version of
53033         AC_CHECK_TYPE takes a third arg to specify additional #includes.
53034
53035         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
53036         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
53037         AC_CHECK_TYPE.
53038
53039 1999-10-04  Jim Meyering  <meyering@ascend.com>
53040
53041         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
53042
53043 1999-09-22  Paul Eggert  <eggert@twinsun.com>
53044
53045         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
53046         2.95.1 bug with HP-UX 10.20.
53047
53048 1999-09-17  Jim Meyering  <meyering@ascend.com>
53049
53050         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
53051         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
53052         due to missing strdup (against sh-utils-2.0).
53053
53054 1999-08-29  Jim Meyering  <meyering@ascend.com>
53055
53056         * m4/jm-macros.m4: Require jm_BISON.
53057         * m4/bison.m4: New file.
53058
53059 1999-08-17  Paul Eggert  <eggert@twinsun.com>
53060
53061         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
53062         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
53063
53064 1999-08-05  Jim Meyering  <meyering@ascend.com>
53065
53066         * m4/getline.m4: Rename test file from conftestdata to conftest.data
53067         to avoid conflicts with `conftest' on 8+3 filesystems.
53068         Suggestion from Eli Zaretskii.
53069
53070 1999-08-04  Jim Meyering  <meyering@ascend.com>
53071
53072         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
53073         fileutils and sh-utils (textutils's getline test was inadequate).
53074         (AM_FUNC_GETLINE): Run this test.
53075         (AC_CHECK_FUNCS): Check for getdelim.
53076         Reported by Bob Proulx.
53077
53078 1999-08-02  Jim Meyering  <meyering@ascend.com>
53079
53080         * m4/jm-macros.m4: Add a comment.
53081
53082 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53083
53084         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
53085         <inttypes.h> defines strtoumax as a macro (and not as a
53086         function).
53087
53088 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53089
53090         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
53091         that we can shift, multiply and divide unsigned long long
53092         values; Ultrix cc can't do it.
53093
53094 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53095
53096         * m4/mktime.m4: New file, which is a preview of what should appear
53097         in the next public autoconf release.
53098
53099 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53100
53101         * m4/lfs.m4: Remove this file.
53102         * m4/largefile.m4: New file.  It contains the old contents of
53103         lfs.m4, except that all names with prefix AC_LFS have been
53104         changed to use the prefix AC_SYS_LARGEFILE instead, to be
53105         compatible with future autoconf versions.  Also, some minor m4
53106         quoting problems have been fixed.
53107
53108 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53109
53110         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
53111         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
53112         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
53113         and simplify the shell code.
53114
53115 1999-08-01  Jim Meyering  <meyering@ascend.com>
53116
53117         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
53118         m4.
53119
53120 1999-07-20  Jim Meyering  <meyering@ascend.com>
53121
53122         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
53123
53124 1999-07-15  Jim Meyering  <meyering@ascend.com>
53125
53126         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
53127
53128 1999-05-22  Jim Meyering  <meyering@ascend.com>
53129
53130         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
53131
53132 1999-05-20  Jim Meyering  <meyering@ascend.com>
53133
53134         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
53135         Add a colon after each `then' in case $4 is empty.
53136
53137 1999-05-16  Jim Meyering  <meyering@ascend.com>
53138
53139         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
53140
53141 1999-05-10  Jim Meyering  <meyering@ascend.com>
53142
53143         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
53144
53145         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
53146         AC_FUNC_MKTIME.
53147
53148 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
53149
53150         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
53151
53152 1999-05-04  Paul Eggert  <eggert@twinsun.com>
53153
53154         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
53155         not CPPFLAGS, so that linking works correctly in IRIX.
53156
53157 1999-04-30  Paul Eggert  <eggert@twinsun.com>
53158
53159         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
53160
53161 1999-04-20  Paul Eggert  <eggert@twinsun.com>
53162
53163         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
53164         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
53165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
53166         jm_AC_TYPE_UNSIGNED_LONG_LONG.
53167         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
53168
53169         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
53170
53171 1999-04-20  Jim Meyering  <meyering@ascend.com>
53172
53173         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
53174         AC_REPLACE xstroull if necessary.  From Paul Eggert.
53175         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
53176
53177 1999-04-18  Jim Meyering  <meyering@ascend.com>
53178
53179         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
53180         * m4/jm-macros.m4: Use it.
53181
53182 1999-04-06  Jim Meyering  <meyering@ascend.com>
53183
53184         * m4/strftime.m4: Remove test for %f.
53185
53186 1999-03-29  Jim Meyering  <meyering@ascend.com>
53187
53188         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
53189         superset of the AC_TYPE_* checks in the textutils, fileutils,
53190         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
53191         AC_TYPE_PID_T.
53192
53193 1999-03-28  Jim Meyering  <meyering@ascend.com>
53194
53195         * m4/jm-macros.m4: Define GNU_PACKAGE here.
53196         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
53197         replaced e.g., in the *.sh files of the sh-utils.
53198
53199 1999-03-20  Jim Meyering  <meyering@ascend.com>
53200
53201         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
53202         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
53203         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
53204
53205 1999-03-19  Jim Meyering  <meyering@ascend.com>
53206
53207         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
53208
53209 1999-03-12  Jim Meyering  <meyering@ascend.com>
53210
53211         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
53212
53213 1999-03-07  Jim Meyering  <meyering@ascend.com>
53214
53215         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
53216         declared.
53217
53218 1999-02-17  Jim Meyering  <meyering@ascend.com>
53219
53220         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
53221         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
53222
53223 1999-02-07  Jim Meyering  <meyering@ascend.com>
53224
53225         * m4/group-member.m4: New file -- extracted from sh-utils'
53226         configure.in.
53227
53228         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
53229         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
53230
53231 1999-02-06  Jim Meyering  <meyering@ascend.com>
53232
53233         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
53234         * m4/fnmatch.m4: Likewise.
53235         * m4/getgroups.m4: Likewise.
53236         * m4/lstat.m4: Likewise.
53237         * m4/malloc.m4: Likewise.
53238         * m4/putenv.m4: Likewise.
53239         * m4/realloc.m4: Likewise.
53240         * m4/regex.m4: Likewise.
53241         * m4/stat.m4: Likewise.
53242         * m4/strftime.m4: Likewise.
53243         Suggestion from Alain Magloire.
53244
53245         * m4/chown.m4: Use `.$ac_objext', not `.o'.
53246         * m4/fnmatch.m4: Likewise.
53247         * m4/getgroups.m4: Likewise.
53248         * m4/getline.m4: Likewise.
53249         * m4/lstat.m4: Likewise.
53250         * m4/malloc.m4: Likewise.
53251         * m4/memcmp.m4: Likewise.
53252         * m4/putenv.m4: Likewise.
53253         * m4/realloc.m4: Likewise.
53254         * m4/regex.m4: Likewise.
53255         * m4/stat.m4: Likewise.
53256         * m4/strftime.m4: Likewise.
53257         Suggestion from Alain Magloire.
53258
53259         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
53260         an argument.
53261
53262         * m4/regex.m4: Add a run-time Test for proper operation of
53263         re_compile_pattern.
53264
53265 1999-01-31  Jim Meyering  <meyering@ascend.com>
53266
53267         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
53268
53269 1999-01-30  Jim Meyering  <meyering@ascend.com>
53270
53271         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
53272
53273         * m4/jm-mktime.m4: Make this a wrapper around the official
53274         AM_FUNC_MKTIME rather than my private copy, now that the official one
53275         is up to date.
53276         * m4/mktime.m4: Remove file.
53277
53278         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
53279         * m4/uptime.m4: Likewise.
53280         * m4/uintmax_t.m4: Likewise.
53281
53282 1999-01-28  Jim Meyering  <meyering@ascend.com>
53283
53284         * m4/jm-macros.m4: Use jm_AFS.
53285         * m4/afs.m4: New file (from fileutils' configure.in).
53286
53287         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
53288         * m4/chown.m4: Likewise.
53289         * m4/d-ino.m4: Likewise.
53290         * m4/d-type.m4: Likewise.
53291         * m4/fnmatch.m4: Likewise.
53292         * m4/getgroups.m4: Likewise.
53293         * m4/gettext.m4: Likewise.
53294         * m4/jm-mktime.m4: Likewise.
53295         * m4/jm-winsz2.m4: Likewise.
53296         * m4/lcmessage.m4: Likewise.
53297         * m4/ls-mntd-fs.m4: Likewise.
53298         * m4/malloc.m4: Likewise.
53299         * m4/memcmp.m4: Likewise.
53300         * m4/putenv.m4: Likewise.
53301         * m4/realloc.m4: Likewise.
53302         * m4/st_mtim.m4: Likewise.
53303         * m4/strftime.m4: Likewise.
53304
53305 1999-01-16  Jim Meyering  <meyering@ascend.com>
53306
53307         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
53308         (ARGMATCH_DIE_DECL): Define.
53309
53310 1999-01-12  Jim Meyering  <meyering@ascend.com>
53311
53312         * m4/Makefile.am.in: Rewrite to avoid using fmt.
53313         Reported by Lars Hecking.
53314
53315 1999-01-10  Jim Meyering  <meyering@ascend.com>
53316
53317         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
53318         gross kludge.
53319         * m4/inttypes_h.m4: Likewise.
53320         * m4/lstat.m4: Likewise.
53321         * m4/malloc.m4: Likewise.
53322         * m4/readdir.m4: Likewise.
53323         * m4/realloc.m4: Likewise.
53324         * m4/st_dm_mode.m4: Likewise.
53325         * m4/stat.m4: Likewise.
53326         * m4/utimbuf.m4: Likewise.
53327         * m4/utimes.m4: Likewise.
53328
53329         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
53330         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
53331         comments in config.h.in are meaningful.
53332
53333         * m4/jm-macros.m4: Require autoconf-2.13 here.
53334
53335         * m4/regex.m4: By default, don't use the included regex.c on systems
53336         with glibc 2.  Suggestion from Uli Drepper.
53337
53338 1999-01-02  Jim Meyering  <meyering@ascend.com>
53339
53340         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
53341
53342 1998-12-18  Jim Meyering  <meyering@ascend.com>
53343
53344         * m4/Makefile.am.in (Makefile.am): Simplify rule.
53345         Based on a suggestion from Lars Hecking.
53346
53347 1998-11-16  Paul Eggert  <eggert@twinsun.com>
53348
53349         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
53350
53351 1998-11-16  Jim Meyering  <meyering@ascend.com>
53352
53353         * m4/lfs.m4: Double-quote the `uname...` expression.
53354
53355 1998-11-14  Jim Meyering  <meyering@ascend.com>
53356
53357         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
53358         * m4/stat.m4: Likewise.
53359
53360 1998-11-03  Jim Meyering  <meyering@ascend.com>
53361
53362         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
53363         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
53364
53365 1998-10-18  Jim Meyering  <meyering@ascend.com>
53366
53367         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
53368
53369 1998-10-17  Jim Meyering  <meyering@ascend.com>
53370
53371         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
53372         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
53373         calls for those previously hard-coded headers.  Instead, take a new
53374         parameter.
53375         (jm_CHECK_DECLARATIONS): Reflect interface change.
53376         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
53377         (jm_CHECK_DECL_LOCALTIME_R): New macro.
53378
53379         * m4/mktime.m4: Test for spring-forward gap before long-running test.
53380
53381 1998-10-14  Jim Meyering  <meyering@ascend.com>
53382
53383         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
53384         instead of "TZ=America/Vancouver".  From Paul Eggert.
53385
53386 1998-10-11  Jim Meyering  <meyering@ascend.com>
53387
53388         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
53389         This adds a test for a recently added compatibility fix for mktime.c.
53390         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
53391
53392 1998-09-27  Jim Meyering  <meyering@ascend.com>
53393
53394         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
53395
53396         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
53397         ../configure.in, including a change from Gordon Matzigkeit to allow
53398         cross-compiling for the Hurd.
53399
53400         * m4/glibc.m4: New file/macro to test for the GNU C Library
53401         versions 1 and 2.  From Gordon Matzigkeit.
53402         Indent.
53403
53404 1998-09-21  Jim Meyering  <meyering@ascend.com>
53405
53406         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
53407
53408 1998-08-18  Paul Eggert  <eggert@twinsun.com>
53409
53410         Port nanosecond-resolution times to UnixWare 2.1.2 and
53411         pedantic Solaris 2.6.
53412
53413         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
53414         AC_STRUCT_ST_MTIM.
53415         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
53416         Generate name of ns member, instead of just 1 or undef.
53417         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
53418
53419 1998-08-15  Jim Meyering  <meyering@ascend.com>
53420
53421         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
53422         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
53423         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
53424         instead of jm_TYPE_SSIZE_T.
53425
53426 1998-08-12  Jim Meyering  <meyering@ascend.com>
53427
53428         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
53429
53430 1998-08-02  Jim Meyering  <meyering@ascend.com>
53431
53432         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
53433         in acconfig.h manually.
53434
53435 1998-07-31  Paul Eggert  <eggert@twinsun.com>
53436
53437         * m4/st_mtim.m4: New file.
53438
53439 1998-07-28  Jim Meyering  <meyering@ascend.com>
53440
53441         * m4/utimes.m4: Undef stat.
53442
53443 1998-07-25  Jim Meyering  <meyering@ascend.com>
53444
53445         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
53446         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
53447
53448 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
53449
53450         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
53451         uid and gid actually remain unchanged.
53452
53453 1998-07-07  Jim Meyering  <meyering@ascend.com>
53454
53455         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
53456
53457 1998-07-04  Jim Meyering  <meyering@ascend.com>
53458
53459         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
53460         to prove that this macro can be used in packages without regex.c.
53461
53462 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
53463
53464         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
53465         is to be used.
53466
53467 1998-07-03  Jim Meyering  <meyering@ascend.com>
53468
53469         * m4/gettext.m4: Add -lintl if it's found to be necessary.
53470
53471         * m4/gettext.m4: New file -- from gettext-0.10.35.
53472         * m4/lcmessage.m4: Likewise.
53473         * m4/progtest.m4: Likewise.
53474
53475         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
53476         * m4/jm-macros.m4: Require the new macro.
53477
53478 1998-06-29  Jim Meyering  <meyering@ascend.com>
53479
53480         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
53481         for the definition of NGROUPS (used in a system header included
53482         by sys/mount.h).
53483
53484 1998-06-28  Jim Meyering  <meyering@ascend.com>
53485
53486         * m4/ls-mntd-fs.m4: New file.
53487         * m4/fstypename.m4: New file.
53488
53489         * m4/jm-macros.m4: Require the new macro.
53490         * m4/jm-glibc-io.m4: New file.
53491
53492 1998-05-19  Jim Meyering  <meyering@ascend.com>
53493
53494         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
53495         * m4/lchown.m4: New file.
53496
53497         * m4/Makefile.am.in: New file.
53498         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
53499
53500 1998-05-14  Jim Meyering  <meyering@ascend.com>
53501
53502         * m4/Makefile.am (EXTRA_DIST): Add them.
53503         * m4/jm-macros.m4: New file.
53504         * m4/utimbuf.m4: New file.
53505
53506 1998-05-12  Jim Meyering  <meyering@ascend.com>
53507
53508         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
53509
53510 1998-05-11  Jim Meyering  <meyering@ascend.com>
53511
53512         * m4/isc-posix.m4: New file.
53513
53514 1998-05-10  Jim Meyering  <meyering@ascend.com>
53515
53516         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
53517
53518 1998-05-09  Jim Meyering  <meyering@ascend.com>
53519
53520         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
53521         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
53522         with automake.
53523
53524         * m4/ssize_t.m4: New file.
53525         * m4/mktime.m4: Remove file -- the new automake has this now.
53526
53527 1998-04-26  Jim Meyering  <meyering@ascend.com>
53528
53529         * m4/assert.m4: New file.
53530         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
53531
53532 1998-04-05  Jim Meyering  <meyering@ascend.com>
53533
53534         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
53535         (jm_PREREQ): Use it here.
53536
53537 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
53538
53539         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
53540         in acconfig.h.
53541
53542 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
53543
53544         * m4/prereq.m4: New file.
53545         * m4/error.m4: New file.
53546         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
53547
53548 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
53549
53550         * m4/getline.m4: Don't set am_cv_func_working_getline before the
53551         cache-check for the same variable -- that defeated the purpose of
53552         the test; the test program was never run.  This was a problem only
53553         on systems with losing getline functions -- HP-UX 10.20 is one.
53554         Reported by Bjorn Helgaas.
53555
53556 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
53557
53558         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
53559
53560 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
53561
53562         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
53563
53564         * m4/const.m4: New file.  Use an initializer in this declaration
53565         typedef int charset[2]; const charset x;
53566         Reported by Bob Glickstein.
53567
53568 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
53569
53570         * m4/chown.m4: Fix reversed types on -1 args to chown.
53571         From Kaveh Ghazi.
53572
53573 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
53574
53575         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
53576         Add lseek and memchr.
53577
53578         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
53579         T.E.Dickey <dickey@clark.net> said that some older preprocessors
53580         have a 20-character limit on names.
53581
53582 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
53583
53584         * m4/inttypes_h.m4: New file.
53585         * m4/uintmax_t.m4: New file.
53586         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
53587
53588
53589         -----
53590
53591         Local Variables:
53592         coding: utf-8
53593         End:
53594
53595         Copyright (C) 1997-2009 Free Software Foundation, Inc.
53596
53597         Copying and distribution of this file, with or without
53598         modification, are permitted provided the copyright notice
53599         and this notice are preserved.