New module 'longlong'.
[pspp] / ChangeLog
1 2008-07-12  Ben Pfaff  <blp@gnu.org>
2
3         Add longlong module.
4         * modules/longlong: New file.
5
6 2008-07-12  Bruno Haible  <bruno@clisp.org>
7
8         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
9         to empty.
10
11 2008-07-10  Ben Pfaff  <blp@gnu.org>
12
13         Add isnan module.
14         * doc/posix-functions/isnan.texi: Mention new module.
15         * lib/math.in.h: Define isnan macro if we have decided to replace
16         it.
17         * m4/isnan.m4: New file.
18         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
20         also.
21         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
22         redundancy.
23         * m4/math_h.m4: Initialize and substitute variables for isnan
24         module.
25         * modules/isnan: New file.
26         * modules/isnan-tests: New file.
27         * modules/math: Add substitutions for new module.
28         * tests/test-isnan.c: New file.
29         * MODULES.html.sh: Mention new module.
30
31 2008-07-10  Ben Pfaff  <blp@gnu.org>
32
33         Add isnanf module.
34         * lib/isnanf.m4: New file.
35         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
36         (gl_HAVE_ISNANF_IN_LIBM): New macro.
37         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
38         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
39         * modules/isnanf: New file.
40         * modules/isnanf-tests: New file.
41         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
42         files.
43         * tests/test-isnanf-nolibm.c: factored most of its contents into
44         new file tests/test-isnanf.h.
45         * tests/test-isnanf.h: New file.
46         * tests/test-isnanf.c: New file.
47         * MODULES.html.sh: Mention new module.
48         * doc/glibc-functions/isnanf.texi: Mention new module.
49
50 2008-07-10  Ben Pfaff  <blp@gnu.org>
51
52         Add isnand module.
53         * lib/isnand.h: New file.
54         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
55         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
56         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
57         functionality also.
58         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
59         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
60         (gl_HAVE_ISNAND_IN_LIBM): New macro.
61         * modules/isnand: New file.
62         * modules/isnand-tests: New file.
63         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
64         files.
65         * tests/test-isnand-nolibm.c: factored most of its contents into
66         new file tests/test-isnand.h.
67         * tests/test-isnand.h: New file.
68         * tests/test-isnand.c: New file.
69         * MODULES.html.sh: Mention new module.
70
71 2008-07-10  Ben Pfaff  <blp@gnu.org>
72
73         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
74         * lib/isnand.h: Rename lib/isnand-nolibm.h.
75         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
76         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
77         * modules/isnanf-nolibm: Update references to renamed files.
78         * modules/isnand-nolibm: Likewise.
79         * modules/isnanf-nolibm-tests: Likewise.
80         * modules/isnand-nolibm-tests: Likewise.
81         * lib/frexp.c: Likewise.
82         * lib/isfinite.c: Likewise.
83         * lib/signbitd.c: Likewise.
84         * lib/signbitf.c: Likewise.
85         * lib/vasnprintf.c: Likewise.
86         * tests/test-ceilf1.c: Likewise.
87         * tests/test-ceilf2.c: Likewise.
88         * tests/test-floorf1.c: Likewise.
89         * tests/test-floorf2.c: Likewise.
90         * tests/test-frexp.c: Likewise.
91         * tests/test-round1.c: Likewise.
92         * tests/test-round2.c: Likewise.
93         * tests/test-roundf1.c: Likewise.
94         * tests/test-strtod.c: Likewise.
95         * tests/test-trunc1.c: Likewise.
96         * tests/test-trunc2.c: Likewise.
97         * tests/test-truncf1.c: Likewise.
98         * tests/test-truncf2.c: Likewise.
99         * NEWS: Mention the renamed header files.
100
101 2008-07-11  Jim Meyering  <meyering@redhat.com>
102
103         vc-list-files: make the last-resort awk code more portable
104         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
105         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
106         does not support it.
107
108 2008-07-10  Eric Blake  <ebb9@byu.net>
109
110         Work with tar's bootstrap.
111         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
112         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
113         an m4 comment.
114
115 2008-07-09  Jim Meyering  <meyering@redhat.com>
116
117         posix-shell.m4: fix typo that made this test malfunction
118         * m4/posix-shell.m4: Remove capitalization in variable name.
119
120 2008-07-08  Bruno Haible  <bruno@clisp.org>
121
122         * m4/onceonly.m4: Update comments.
123         Reported by Ben Pfaff <blp@cs.stanford.edu>.
124
125 2008-07-04  Jim Meyering  <meyering@redhat.com>
126
127         * users.txt: Add vc-dwim.
128         (bison, coreutils): Use the gitweb URL.
129
130 2008-07-03  Jim Meyering  <meyering@redhat.com>
131
132         * users.txt: Add libffcall.  From Sam Steingold.
133
134 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
135
136         getdate.y: do not ignore TZ with relative day, month or year offset
137         * lib/getdate.y (get_date): Move the tz-handling block to follow the
138         relative-date-handling, since otherwise, the latter would clobber the
139         sole output (an updated Start value) of the tz-handling block.
140         * tests/test-getdate.c: Tests for the fix
141
142 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
143
144         Recognize 'foo_LIBRARIES += libgnu.a'.
145         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
146         makefile snippet has already specified an installation location,
147         also using '+='.
148
149 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
150
151         getdate.y: factor out common actions
152         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
153         Use them in place of open-coded actions.
154
155 2008-07-01  Simon Josefsson  <simon@josefsson.org>
156
157         Add self-test for getdate module.
158         * modules/getdate-tests: New file.
159         * tests/test-getdate.c: New file.
160
161 2008-06-29  Bruno Haible  <bruno@clisp.org>
162
163         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
164         .gitignore.
165         Reported by Sylvain Beucler <beuc@beuc.net>.
166
167 2008-06-29  Bruno Haible  <bruno@clisp.org>
168
169         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
170         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
171
172 2008-06-29  Bruno Haible  <bruno@clisp.org>
173
174         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
175         EXTRA_DIST.
176         Reported by Sylvain Beucler <beuc@beuc.net>.
177
178 2008-06-26  Jim Meyering  <meyering@redhat.com>
179
180         make several modules depend on the "open" module
181         This provides slightly increased consistency when opening-for-write
182         the name of a non-directory spelled with a trailing slash.
183         * modules/chdir-safer: Likewise.
184         * modules/chown: Likewise.
185         * modules/clean-temp: Likewise.
186         * modules/copy-file: Likewise.
187         * modules/fchdir: Likewise.
188         * modules/fcntl-safer: Likewise.
189         * modules/pipe: Likewise.
190         * modules/utime: Likewise.
191         Prompted by Eric Blake and Bruno Haible.
192
193 2008-06-24  Andreas Schwab  <schwab@suse.de>
194
195         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
196         literals can be used as initializers for global variables.
197
198 2008-06-23  Eric Blake  <ebb9@byu.net>
199
200         Make gnulib-cache.m4 easier to diff.
201         * gnulib-tool (func_import): Allow newlines when reading cached
202         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
203
204 2008-06-23  Bruno Haible  <bruno@clisp.org>
205
206         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
207         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
208         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
209         m4/signalblocking.m4.
210         (gl_PREREQ_SIGACTION): Don't invoke it.
211         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
212         gl_PREREQ_SIG_HANDLER_H.
213         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
214         Don't check for sigaction here.
215
216 2008-06-23  Bruno Haible  <bruno@clisp.org>
217
218         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
219         (install_handlers): Don't set the SA_RESETHAND flag.
220
221 2008-06-23  Bruno Haible  <bruno@clisp.org>
222
223         * m4/sigaction.m4: Comment fixes.
224         * lib/signal.in.h: Likewise.
225
226 2008-06-23  Eric Blake  <ebb9@byu.net>
227
228         Fix typo.
229         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
230
231         Avoid SA_ namespace.
232         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
233         Reported by Ralf Wildenhues.
234
235         Avoid test failure due to SA_RESTORER.
236         * tests/test-sigaction.c (SA_MASK): New macro.
237         (main): Avoid failing due to extension flags being set.
238         Reported by Jim Meyering.
239
240         Revert use of sig-handler.h in sigprocmask.c.
241         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
242         it requires the existence of struct sigaction.
243         * lib/sigprocmask.c (handler_t): Restore typedef.
244         (rpl_signal, old_handlers): Use local type.
245
246 2008-06-22  Bruno Haible  <bruno@clisp.org>
247
248         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
249         conditionally.
250         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
251
252 2008-06-22  Bruno Haible  <bruno@clisp.org>
253
254         * doc/posix-functions/siginterrupt.texi: Move note.
255
256         * lib/signal.in.h (SA_RESTART): New macro.
257         * lib/sigaction.c: Update comment.
258
259         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
260
261         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
262         (gl_PREREQ_SIGPROCMASK): Invoke it.
263         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
264
265         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
266
267         * lib/sigprocmask.c: Update a comment.
268
269 2008-06-21  Eric Blake  <ebb9@byu.net>
270
271         Use sigaction module rather than signal().
272         * modules/c-stack (Depends-on): Add sigaction.
273         * modules/fatal-signal (Depends-on): Likewise.
274         * modules/nanosleep (Depends-on): Likewise.
275         * modules/sigprocmask (Files): Add sig-handler.h.
276         * modules/sigaction (Files): Likewise.
277         * lib/sig-handler.h (get_handler): New file, suggested by Paul
278         Eggert.
279         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
280         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
281         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
282         (init_fatal_signals): Likewise.
283         * lib/nanosleep.c (rpl_nanosleep): Likewise.
284         (siginterrupt): Delete fallback.
285         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
286         instead.
287         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
288         siginterrupt.
289
290         New module sigaction, for mingw.
291         * modules/sigaction: New module...
292         * modules/sigaction-tests: ...and its test.
293         * m4/sigaction.m4: New file.
294         * lib/sigaction.c: Likewise.
295         * tests/test-sigaction.c: Likewise.
296         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
297         * modules/signal (Makefile.am): Likewise.
298         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
299         needed.
300         * doc/posix-headers/signal.texi (signal.h): Mention provided
301         types.
302         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
303         that sigaction is preferable.
304         * doc/posix-functions/sigaction.texi (sigaction): Mention new
305         module.
306         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
307         sigaction.
308
309         Improve robustness of sigprocmask by overriding signal.
310         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
311         is in use.
312         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
313         (SIGKILL, SIGSTOP): Provide fallbacks.
314         (rpl_signal): Implement.
315         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
316         signal can be called inside handlers.
317
318         Fix nanosleep module on mingw.
319         * modules/nanosleep (Depends-on): Add sys_select.
320         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
321
322         Fix licensing of sigprocmask.
323         * modules/raise (License): Relicense as LGPL.
324
325 2008-06-21  Bruno Haible  <bruno@clisp.org>
326
327         * lib/propername.c (proper_name_utf8): Don't use the transliterated
328         result if it contains question marks.
329         Reported by Michael Geng <linux@michaelgeng.de>.
330
331 2008-06-19  Bruno Haible  <bruno@clisp.org>
332
333         Fix CVS-ism.
334         * doc/gnulib.texi: Include updated-stamp.texi.
335         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
336         (updated-stamp.texi): New rule.
337         (gnulib.info): Depend on it.
338         * doc/.gitignore: Add updated-stamp.texi.
339         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
340
341 2008-06-19  Bruno Haible  <bruno@clisp.org>
342
343         * doc/Makefile (gnulib.info): Update and simplify dependencies.
344         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
345
346 2008-06-19  Eric Blake  <ebb9@byu.net>
347
348         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
349         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
350         Reported by Stepan Kasal.
351
352 2008-06-18  Bruno Haible  <bruno@clisp.org>
353
354         * lib/fatal-signal.c (init_fatal_signals): Add comment.
355         Reported by Eric Blake.
356
357 2008-06-18  Eric Blake  <ebb9@byu.net>
358
359         Work around cygwin 1.5.25 strsignal bug.
360         * tests/test-strsignal.c: Allow for const char *.
361         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
362
363 2008-06-18  Simon Josefsson  <simon@josefsson.org>
364
365         * users.txt: Update URL to article and add author/date
366         information.
367
368 2008-06-17  Bruno Haible  <bruno@clisp.org>
369
370         New macro gl_DISABLE_THREADS.
371         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
372         if the user did not pass --enable-threads or --disable-threads option.
373         (gl_DISABLE_THREADS): New macro.
374         Reported by Eric Blake <ebb9@byu.net>.
375
376 2008-06-17  Bruno Haible  <bruno@clisp.org>
377
378         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
379         when the macro ignores it.
380         Based on a patch by Eric Blake <ebb9@byu.net>.
381
382 2008-06-17  Bruno Haible  <bruno@clisp.org>
383
384         * modules/tls (License): Change to LGPLv2+.
385         Reported by Eric Blake.
386
387 2008-06-17  Eric Blake  <ebb9@byu.net>
388
389         Simplify c-stack prerequisites.
390         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
391         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
392         no longer requires <ucontext.h> to exist.  Optimize setrlimit
393         check.
394         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
395         <sys/resource.h>.
396
397         Move c-stack test into testsuite.
398         * modules/c-stack-tests: New file.
399         * lib/c-stack.c [DEBUG]: Move test program...
400         * tests/test-c-stack.c: ...into this new file.  Skip rather than
401         fail test if sigaltstack is lacking.
402         * tests/test-c-stack.sh: New driver file.
403
404 2008-06-16  Eric Blake  <ebb9@byu.net>
405
406         Use raise module consistently.
407         * modules/fatal-signal (Depends-on): Add raise.
408         * modules/sigprocmask (Depends-on): Likewise.
409         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
410         * lib/sigprocmask.c (sigprocmask): Likewise.
411         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
412         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
413
414         Fix compliance bug in sigpending.
415         * lib/sigprocmask.c (sigpending): Return pending array via
416         parameter, not return value.
417
418 2008-06-14  Eric Blake  <ebb9@byu.net>
419
420         Improve obstack-printf test code.
421         * tests/test-obstack-printf.c (test_function): Fix comment, and
422         simplify usage of obstack_* in macros.  Add a test for coverage.
423         Reported by Bruno Haible.
424
425 2008-06-14  Bruno Haible  <bruno@clisp.org>
426
427         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
428         array size as a constant, not as a const variable.
429         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
430         AC_USE_SYSTEM_EXTENSIONS.
431         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
432         Test whether the obstack_printf function actually exists.
433         * modules/obstack-printf (Depends-on): Add extensions.
434         (Include): Remove obstack.h.
435         * modules/obstack-printf-posix (Depends-on): Add extensions.
436         (Include): Remove obstack.h.
437
438 2008-06-13  Eric Blake  <ebb9@byu.net>
439
440         Add obstack-printf and obstack-printf-posix modules.
441         * modules/obstack-printf: New file.
442         * modules/obstack-printf-posix: Likewise.
443         * MODULES.html.sh (Misc): Mention them.
444         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
445         Likewise.
446         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
447         Likewise.
448         * modules/stdio (Makefile.am): Accomodate new modules.
449         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
450         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
451         Declare.
452         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
453         functions.
454         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
455         (gl_REPLACE_OBSTACK_PRINTF): New macros
456         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
457         * tests/test-obstack-printf.c: New file.
458         * modules/obstack-printf-tests: Likewise.
459         * modules/obstack-printf-posix-tests: Likewise.
460
461 2008-06-11  Bruno Haible  <bruno@clisp.org>
462
463         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
464         * lib/open.c: Include errno.h.
465         (open): Fail when attempting to write to a file that has a trailing
466         slash.
467         * tests/test-open.c (main): Test against trailing slash bug.
468         * doc/posix-functions/open.texi: Mention the trailing slash bug.
469
470 2008-06-10  Bruno Haible  <bruno@clisp.org>
471
472         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
473         for $? to work inside the trap command, with various /bin/sh-s.
474         * tests/test-vc-list-files-cvs.sh: Likewise.
475
476 2008-06-10  Bruno Haible  <bruno@clisp.org>
477
478         * lib/acl-internal.h: Don't include gettext.h here.
479         * lib/set-mode-acl.c: Include gettext.h here.
480         * lib/copy-acl.c: Likewise.
481
482 2008-06-10  Bruno Haible  <bruno@clisp.org>
483
484         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
485         * lib/wait-process.c (wait_subprocess): Likewise.
486         * lib/execute.h (execute): Add termsigp argument.
487         * lib/execute.c (execute): Likewise.
488         * lib/csharpcomp.c (compile_csharp_using_pnet,
489         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
490         * lib/csharpexec.c (execute_csharp_using_pnet,
491         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
492         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
493         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
494         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
495         is_jikes_present): Update.
496         * lib/javaexec.c (execute_java_class): Update.
497         * lib/javaversion.c (execute_and_read_line): Update.
498         * NEWS: Document the changes.
499         Reported by Eric Blake.
500
501 2008-06-10  Eric Blake  <ebb9@byu.net>
502
503         Add missing include.
504         * tests/test-strstr.c (includes): Add <signal.h>.
505         * tests/test-strcasestr.c (includes): Likewise.
506         * tests/test-memmem.c (includes): Likewise.
507
508 2008-06-10  Bruno Haible  <bruno@clisp.org>
509
510         * lib/wait-process.c (wait_subprocess): Add an assertion.
511
512 2008-06-10  Bruno Haible  <bruno@clisp.org>
513
514         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
515
516 2008-06-10  Bruno Haible  <bruno@clisp.org>
517
518         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
519         using alarm().
520         * tests/test-strcasestr.c (main): Likewise.
521         * tests/test-strstr.c (main): Likewise.
522
523 2008-06-09  Bruno Haible  <bruno@clisp.org>
524
525         Work around the Solaris 10 ACE ACLs ABI change.
526         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
527         declare if ACL_NO_TRIVIAL is present.
528         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
529         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
530         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
531         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
532         define if ACL_NO_TRIVIAL is present.
533         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
534         and use the current ABI.
535         (file_has_acl): Use same #if condition as elsewhere.
536         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
537         in use, and use the current ABI.
538         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
539         Reported by Jim Meyering.
540
541 2008-06-09  Eric Blake  <ebb9@byu.net>
542
543         Work around environments that (stupidly) ignore SIGALRM.
544         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
545         before using alarm().
546         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
547         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
548         Reported by Ian Beckwith <ianb@erislabs.net>.
549
550         Produce autobuild blurb earlier in log.
551         * modules/autobuild (configure.ac-early): Move AB_INIT here.
552
553 2008-06-09  Jim Meyering  <meyering@redhat.com>
554         and Ondřej Vašík  <ovasik@redhat.com>
555
556         utimens.c: correct kernel bug work-around
557         Ondřej Vašík found that the invalid return value of 280 indicates
558         failure, not success, and the kernel bug we're trying to work
559         around affects not just the utimensat call, but also the fallback
560         futimens call.
561         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
562         not success.
563         [HAVE_FUTIMENS]: Use the same work-around, here.
564
565 2008-06-09  Jim Meyering  <meyering@redhat.com>
566
567         add more guards around definition of ACE_-related code
568         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
569         ALLOW and ACE_OWNER are also defined.
570
571 2008-06-08  Bruno Haible  <bruno@clisp.org>
572
573         * lib/acl-internal.h: Add me as co-author.
574         * lib/file-has-acl.c: Likewise.
575         * lib/set-mode-acl.c: Likewise.
576         * lib/copy-acl.c: Likewise.
577
578 2008-06-08  Bruno Haible  <bruno@clisp.org>
579
580         Add support for AIX ACLs.
581         * lib/acl-internal.h (acl_nontrivial): New declaration.
582         * lib/file-has-acl.c (acl_nontrivial): New function.
583         (file_has_acl): Add implementation using AIX 4 ACL API.
584         * lib/set-mode-acl.c (qset_acl): Likewise.
585         * lib/copy-acl.c (qcopy_acl): Likewise.
586
587 2008-06-08  Bruno Haible  <bruno@clisp.org>
588
589         Add support for HP-UX ACLs.
590         * lib/acl-internal.h (acl_nontrivial): New declaration.
591         * lib/file-has-acl.c (acl_nontrivial): New function.
592         (file_has_acl): Add implementation using HP-UX 11 ACL API.
593         * lib/set-mode-acl.c (qset_acl): Likewise.
594         * lib/copy-acl.c (qcopy_acl): Likewise.
595
596 2008-06-08  Bruno Haible  <bruno@clisp.org>
597
598         Add support for Cygwin ACLs.
599         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
600         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
601         the chmod_or_fchmod call.
602         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
603
604 2008-06-08  Bruno Haible  <bruno@clisp.org>
605
606         Fix bug with setuid modes in Solaris 10+ code.
607         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
608         succeeded, when the mode contains some special bits.
609
610 2008-06-08  Bruno Haible  <bruno@clisp.org>
611
612         Add support for Solaris 7..10 ACLs.
613         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
614         declarations.
615         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
616         functions.
617         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
618         * lib/set-mode-acl.c (qset_acl): Likewise.
619         * lib/copy-acl.c (qcopy_acl): Likewise.
620
621 2008-06-08  Bruno Haible  <bruno@clisp.org>
622
623         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
624         declaration.
625         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
626         (acl_access_nontrivial): Remove MacOS X case.
627         (file_has_acl): Use acl_extended_nontrivial.
628         * lib/copy-acl.c (qcopy_acl): Likewise.
629
630 2008-06-08  Bruno Haible  <bruno@clisp.org>
631
632         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
633
634 2008-06-08  Jim Meyering  <meyering@redhat.com>
635
636         * modules/acl (Maintainer): Add Bruno Haible.
637
638 2008-06-07  Bruno Haible  <bruno@clisp.org>
639
640         Improve support for Tru64 ACLs.
641         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
642         ACL on OSF/1.
643
644 2008-06-07  Bruno Haible  <bruno@clisp.org>
645
646         Add support for MacOS X ACLs.
647         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
648         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
649         * lib/set-mode-acl.c (qset_acl): Likewise.
650         * lib/copy-acl.c (qcopy_acl): Likewise.
651
652 2008-06-07  Bruno Haible  <bruno@clisp.org>
653
654         Fix memory leak introduced on 2008-05-22.
655         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
656         use.
657
658 2008-06-07  Bruno Haible  <bruno@clisp.org>
659
660         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
661         to construct an empty ACL.
662
663 2008-06-07  Bruno Haible  <bruno@clisp.org>
664
665         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
666         precisely.
667         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
668
669 2008-06-07  Bruno Haible  <bruno@clisp.org>
670
671         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
672         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
673
674 2008-06-07  Bruno Haible  <bruno@clisp.org>
675
676         * doc/posix-functions/_setjmp.texi: Explain the use of this function
677         regardless of POSIX.
678         * doc/posix-functions/_longjmp.texi: Likewise.
679         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
680         SystemV platform in this case.
681
682 2008-06-06  Eric Blake  <ebb9@byu.net>
683
684         Document abort() bugs.
685         * doc/posix-functions/abort.texi (abort): Mention anomalies.
686
687         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
688         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
689         sigsetjmp.
690         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
691         siglongjmp, but only as a macro.
692         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
693         is obsolete.
694         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
695
696         Tweak documentation to cover cygwin argz bugs.
697         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
698         argz bug fix; no code change needed since no cygwin releases
699         occurred between the last fix and the bug being tested.
700         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
701         module and recently fixed cygwin bugs.
702         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
703         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
704         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
705         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
706         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
707         Likewise.
708         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
709         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
710         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
711         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
712         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
713         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
714         Likewise.
715
716         Avoid gcc warning on cygwin.
717         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
718         !ACL_NO_TRIVIAL]: Avoid unused variable.
719
720 2008-06-05  Eric Blake  <ebb9@byu.net>
721
722         Be tolerant of UNKNOWN version in gnulib-tool test dir.
723         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
724         git-version-gen fails to come up with a version.
725         Reported by Simon Josefsson.
726
727 2008-06-05  Jim Meyering  <meyering@redhat.com>
728             Paul Eggert  <eggert@cs.ucla.edu>
729
730         utimens.c: work around a probable Linux kernel bug
731         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
732         appears to be a kernel bug that causes utimensat to return 280
733         instead of 0, indicating success.
734
735 2008-06-04  Bruno Haible  <bruno@clisp.org>
736
737         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
738         2008-06-01 commit.
739
740 2008-06-04  Bruno Haible  <bruno@clisp.org>
741
742         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
743         * lib/file-has-acl.c (acl_access_nontrivial): New function.
744         (file_has_acl): Use it. Save errno afterwards.
745         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
746
747 2008-06-03  Bruno Haible  <bruno@clisp.org>
748
749         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
750         draft code. Simplify #ifs.
751         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
752         Put Solaris code after POSIX-draft code. Fix comments regarding
753         Solaris 10, HP-UX. Mention Cygwin.
754         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
755
756 2008-06-03  Eric Blake  <ebb9@byu.net>
757
758         Provide fallback for older kernels.
759         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
760         Provide runtime fallback if kernel lacks support.
761         Reported by Mike Frysinger.
762
763 2008-06-02  Bruno Haible  <bruno@clisp.org>
764
765         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
766         it exists.
767
768 2008-06-02  Bruno Haible  <bruno@clisp.org>
769
770         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
771         * lib/copy-acl.c (qcopy_acl): Update comment.
772
773 2008-06-02  Bruno Haible  <bruno@clisp.org>
774
775         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
776         like ACL APIs.
777
778 2008-06-02  Bruno Haible  <bruno@clisp.org>
779
780         * tests/test-file-has-acl.sh: Use different code for Cygwin.
781         * tests/test-set-mode-acl.sh: Likewise.
782         * tests/test-copy-acl.sh: Likewise.
783         * tests/test-copy-file.sh: Likewise.
784
785 2008-06-02  Bruno Haible  <bruno@clisp.org>
786
787         * tests/test-file-has-acl.sh: Remove unused code.
788
789 2008-06-01  Bruno Haible  <bruno@clisp.org>
790
791         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
792         (copy_acl): Just a wrapper around qcopy_acl that emits the error
793         messages.
794         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
795
796 2008-06-01  Bruno Haible  <bruno@clisp.org>
797
798         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
799         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
800         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
801         APIs.
802         * modules/acl-tests (configure.ac): Remove tests now contained in
803         m4/acl.m4.
804
805 2008-06-02  Jim Meyering  <meyering@redhat.com>
806
807         announce-gen: use a better key-server host name
808         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
809         it may be more consistently reliable.  Suggested by Werner Koch
810         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
811
812 2008-06-01  Bruno Haible  <bruno@clisp.org>
813
814         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
815         Reported by Voroskoi Andras <voroskoi@gmail.com>.
816
817 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
818
819         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
820
821 2008-06-01  Bruno Haible  <bruno@clisp.org>
822
823         New ACL tests.
824         * tests/test-file-has-acl.sh: New file.
825         * tests/test-file-has-acl.c: New file.
826         * tests/test-set-mode-acl.sh: New file.
827         * tests/test-set-mode-acl.c: New file.
828         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
829         * tests/test-copy-acl.c: New file.
830         * modules/acl-tests: New file, based on modules/copy-file-tests.
831         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
832         (Depends-on): Add acl-tests.
833         (configure.ac): Remove checks.
834         (Makefile.am): Don't create test-sameacls program here any more.
835
836 2008-06-01  Bruno Haible  <bruno@clisp.org>
837
838         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
839         * tests/test-sameacls.c: Include progname.h.
840         (main): Invoke set_program_name. Portability fixes for MacOS X,
841         Solaris, HP-UX.
842
843 2008-06-01  Bruno Haible  <bruno@clisp.org>
844
845         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
846         function.
847         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
848
849 2008-06-01  Bruno Haible  <bruno@clisp.org>
850
851         * modules/rpmatch (Depends-on): Add strdup.
852
853 2008-06-01  Bruno Haible  <bruno@clisp.org>
854
855         * lib/pipe.c: Include unistd-safer.h.
856         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
857         * modules/pipe (Depends-on): Add unistd-safer.
858
859 2008-05-30  Simon Josefsson  <simon@josefsson.org>
860
861         * modules/autobuild (configure.ac): Call AB_INIT.
862
863 2008-05-30  Simon Josefsson  <simon@josefsson.org>
864
865         * tests/test-getaddrinfo.c: Don't print debug messages by default.
866         Suggested by Bruno Haible <bruno@clisp.org>.
867
868 2008-05-30  Simon Josefsson  <simon@josefsson.org>
869
870         * tests/test-base64.c: Cast size_t to unsigned long when invoking
871         printf.  Use %lu instead of %d.  Reported by Bruno Haible
872         <bruno@clisp.org>.
873
874 2008-05-29  Eric Blake  <ebb9@byu.net>
875
876         Prefer new POSIX 200x interfaces over futimesat.
877         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
878         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
879         when available.
880         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
881
882 2008-05-28  Bruno Haible  <bruno@clisp.org>
883
884         * modules/stpcpy (License): Change to LGPLv2+.
885         Requested by David Lutterkort <dlutter@redhat.com>.
886
887 2008-05-27  Bruno Haible  <bruno@clisp.org>
888
889         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
890         current mingw.
891         Reported by Jose E. Marchesi <jemarch@gnu.org>.
892
893 2008-05-27  Bruno Haible  <bruno@clisp.org>
894
895         * modules/iconv_open (Link): New section, from module 'iconv'.
896         * modules/striconv (Link): Likewise.
897         * modules/striconveh (Link): Likewise.
898         * modules/xstriconv (Link): Likewise.
899         * modules/unicodeio (Link): Likewise.
900         * modules/propername (Link): Likewise.
901         Reported by Jim Meyering.
902
903 2008-05-26  Jim Meyering  <meyering@redhat.com>
904
905         sha256: do not artificially restrict buffer length to be < 2^32
906         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
907         uint32_t to size_t.
908         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
909         to match.
910
911         avoid unaligned access errors, e.g., on sparc
912         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
913         direct access through a possibly-unaligned uint64* pointer.
914         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
915         direct access through a possibly-unaligned uint32* pointer.
916         Prompted by this patch from Tom "spot" Callaway:
917         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
918
919         sha512.c: fix typo in comment
920         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
921
922 2008-05-25  Bruno Haible  <bruno@clisp.org>
923
924         * lib/set-mode-acl.c: Renamed from lib/acl.c.
925         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
926         (Makefile.am): Update lib_SOURCES.
927
928 2008-05-25  Bruno Haible  <bruno@clisp.org>
929
930         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
931
932 2008-05-25  Jim Meyering  <meyering@redhat.com>
933
934         useless-if-before-free: freed expr may have white-space differences
935         * build-aux/useless-if-before-free: Recognize cases in which the
936         freed expression differs from the tested one in embedded white
937         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
938         $1 was used, so we can't make any regexp shy.  Improved tests now
939         detect this.
940
941         useless-if-before-free: accept white space in the expression.
942         * build-aux/useless-if-before-free: For now, any white space
943         in the expression must be identical in the free argument.
944
945         useless-if-before-free: efficiency tweak
946         * build-aux/useless-if-before-free: Make the expression-matching
947         regexp "shy".
948         Make the *outer* regexp shy, not the expr-matching one.
949
950         update code-in-comment to accept cast of free arg
951         * build-aux/useless-if-before-free: Update regexp.
952
953 2008-05-25  Bruno Haible  <bruno@clisp.org>
954
955         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
956         * modules/copy-file-tests (Files, Makefile.am): Update.
957         * tests/test-copy-file.c (func_test_copy): Update.
958
959 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
960
961         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
962
963 2008-05-23  Bruno Haible  <bruno@clisp.org>
964
965         Improve support for ACLs on OSF/1.
966         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
967         Remove fallback for unknown flavors of ACLs.
968
969 2008-05-22  Bruno Haible  <bruno@clisp.org>
970
971         Add support for ACLs on OSF/1.
972         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
973         replacements.
974         (acl_free_text): New macro fallback.
975         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
976         acl_free.
977         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
978         acl_free_text function. Require AC_C_INLINE.
979
980 2008-05-22  Bruno Haible  <bruno@clisp.org>
981
982         Make copy_acl work on MacOS X 10.5.
983         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
984         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
985         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
986         If MODE_INSIDE_ACL, don't assume that every system has the same text
987         representation for ACLs as FreeBSD.
988         * lib/copy-acl.c (copy_acl): Add support for platforms with
989         !MODE_INSIDE_ACL.
990         * lib/file-has-acl.c (file_has_acl): Likewise.
991         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
992         FreeBSD, MacOS X, or IRIX, respectively.
993
994 2008-05-22  Bruno Haible  <bruno@clisp.org>
995
996         * lib/acl.h: Don't include <sys/acl.h>.
997         (GETACLCNT): Move fallback to lib/acl-internal.h.
998         * lib/acl-internal.h: Include <sys/acl.h> here.
999         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
1000
1001 2008-05-22  Bruno Haible  <bruno@clisp.org>
1002
1003         Split off copy_acl function to separate file.
1004         * lib/copy-acl.c: New file, extracted from lib/acl.c.
1005         * lib/acl.c (copy_acl): Moved function to separate file.
1006         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
1007         * modules/acl (Files): Add lib/copy-acl.c.
1008         (Makefiles.am): Augment lib_SOURCES.
1009
1010 2008-05-22  Bruno Haible  <bruno@clisp.org>
1011
1012         * modules/copy-file-tests: New file.
1013         * tests/test-copy-file.sh: New file.
1014         * tests/test-copy-file.c: New file.
1015         * tests/test-copy-file-sameacls.c: New file.
1016
1017 2008-05-22  Eric Blake  <ebb9@byu.net>
1018
1019         Avoid gcc warning.
1020         * tests/test-memcmp.c (main): Pass NULL indirectly.
1021
1022 2008-05-21  Bruno Haible  <bruno@clisp.org>
1023
1024         Add reference doc about ACLs.
1025         * doc/acl-resources.txt: New file.
1026         * doc/acl-cygwin.txt: New file.
1027
1028 2008-05-21  Bruno Haible  <bruno@clisp.org>
1029
1030         Avoid one more warning from gcc.
1031         * lib/vasnprintf.c (IF_LINT): Update comments.
1032         (VASNPRINTF): Use it also for the 'prefix' array initializer.
1033
1034 2008-05-21  Jim Meyering  <meyering@redhat.com>
1035
1036         avoid a warning from gcc
1037         * lib/vasnprintf.c (IF_LINT): Define.
1038         (scale10_round_decimal_long_double):
1039         Use it to avoid a "may be used uninitialized" warning.
1040         (scale10_round_decimal_double): Likewise.
1041
1042 2008-05-21  Simon Josefsson  <simon@josefsson.org>
1043
1044         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
1045         declared.
1046
1047 2008-05-20  Bruno Haible  <bruno@clisp.org>
1048
1049         * tests/test-memcmp.c (main): Test also the sign of the result. Test
1050         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
1051
1052 2008-05-20  Simon Josefsson  <simon@josefsson.org>
1053
1054         * modules/memcmp-tests: New file.
1055         * tests/test-memcmp.c: New file.
1056
1057 2008-05-19  Bruno Haible  <bruno@clisp.org>
1058
1059         * modules/propername (Notice, configure.ac): Put quoted "..." into
1060         --keyword option.
1061         * lib/propername.h: Update comments accordingly.
1062         Reported by Eric Blake.
1063
1064 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
1065
1066         * modules/getpass-gnu (Depends-on): Add fseeko.
1067
1068 2008-05-19  Simon Josefsson  <simon@josefsson.org>
1069
1070         * modules/base64-tests: New file.
1071
1072 2008-05-19  Bo Borgerson <gigabo@gmail.com>
1073
1074         * lib/base64.c (base64_decode_ctx): If a decode context structure
1075         was passed in use it to ignore newlines.  If a context structure
1076         was _not_ passed in, continue to treat newlines as garbage (this
1077         is the historical behavior).  Formerly base64_decode.
1078         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
1079         takes a decode context structure.
1080         * lib/base64.h (base64_decode): Macro for four-argument calls.
1081         (base64_decode_alloc): Likewise.
1082         * lib/base64.c (base64_decode_ctx): If a decode context structure
1083         was passed in use it to ignore newlines.  If a context structure
1084         was _not_ passed in, continue to treat newlines as garbage (this
1085         is the historical behavior).  Formerly base64_decode.
1086         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
1087         takes a decode context structure.
1088         * lib/base64.h (base64_decode): Macro for four-argument calls.
1089         (base64_decode_alloc): Likewise.
1090
1091 2008-05-19  Jim Meyering  <meyering@redhat.com>
1092
1093         avoid a warning from gcc
1094         * lib/trim.c (IF_LINT): Define.
1095         (trim2): Use it to avoid a "may be used uninitialized" warning.
1096
1097         Fix doc typo.
1098         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
1099
1100 2008-05-19  Bruno Haible  <bruno@clisp.org>
1101
1102         * doc/glibc-functions/getpass.texi: Document limits of other
1103         implementations.
1104
1105 2008-05-19  Simon Josefsson  <simon@josefsson.org>
1106             Bruno Haible <bruno@clisp.org>
1107
1108         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
1109
1110 2008-05-18  Bruno Haible  <bruno@clisp.org>
1111
1112         * modules/propername: New file, from GNU gettext.
1113         * lib/propername.h: New file, from GNU gettext.
1114         * lib/propername.c: New file, from GNU gettext.
1115         * MODULES.html.sh (Internationalization functions): Add propername.
1116
1117 2008-05-16  Jim Meyering  <meyering@redhat.com>
1118             Bruno Haible  <bruno@clisp.org>
1119
1120         Avoid some warnings from "gcc -Wshadow".
1121         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
1122
1123 2008-05-15  Eric Blake  <ebb9@byu.net>
1124
1125         Extend previous patch to cygwin 1.7.0.
1126         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
1127         fast implementation in cygwin >= 1.7.0.
1128         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1129         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1130
1131 2008-05-15  Bruno Haible  <bruno@clisp.org>
1132
1133         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
1134         implementation in glibc >= 2.9.
1135         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1136         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1137
1138 2008-05-15  Bruno Haible  <bruno@clisp.org>
1139
1140         * MODULES.html.sh (Internationalization functions): Remove linebreak.
1141         (Unicode string functions): Add unilbrk/*.
1142         Reported by Karl Berry.
1143
1144 2008-05-15  Eric Blake  <ebb9@byu.net>
1145
1146         Fix violation of <stdbool.h> replacement in regex.
1147         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
1148         * lib/regexec.c (re_search_internal): Likewise.
1149         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
1150
1151 2008-05-15  Jim Meyering  <meyering@redhat.com>
1152
1153         avoid distracting test output when git or cvs is not found
1154         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
1155         * tests/test-vc-list-files-git.sh: Likewise.
1156
1157 2008-05-15  Eric Blake  <ebb9@byu.net>
1158
1159         Glibc finally accepted the memmem speedup code, bugzilla #5514.
1160         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
1161         glibc version.
1162         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
1163         * doc/posix-functions/strstr.texi (strstr): Likewise.
1164         * lib/str-two-way.h (MAX): Sychronize with glibc.
1165
1166 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
1167
1168         * lib/regcomp.c (optimize_utf8): Add a note on why we test
1169         opr.ctx_type.
1170         (calc_first): Initialize constraint field.
1171         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1172         Fix grammar.
1173         (duplicate_node): Merge constraint field for all node types.
1174         (calc_eclosure_iter): Look at constraint field for all node types.
1175         * lib/regex_internal.c (create_cd_newstate): Don't look at
1176         opr.ctx_type.
1177
1178 2008-05-14  Bruno Haible  <bruno@clisp.org>
1179
1180         Help GCC to do better code generation.
1181         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
1182         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
1183         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
1184         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
1185         Declare with attribute 'malloc' if supported.
1186
1187 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
1188
1189         use "echo STR|wc -c" rather than unportable "expr length STR"
1190         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
1191         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
1192
1193 2008-05-14  Jim Meyering  <meyering@redhat.com>
1194
1195         use dd ibs=$n count=1 ... rather than less-portable head -c$n
1196         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
1197         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
1198         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
1199         via Collin Lasse.
1200
1201 2008-05-14  Eric Blake  <ebb9@byu.net>
1202
1203         Avoid quadratic growth in gl_LIBSOURCES.
1204         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
1205         Suggested by Bruno Haible.
1206
1207         Test xmemdup0.
1208         * modules/xmemdup0-tests: New file.
1209         * tests/test-xmemdup0.c: Likewise.
1210
1211 2008-05-13  Eric Blake  <ebb9@byu.net>
1212
1213         Split xmemdup0 into its own module.
1214         * modules/xmemdup0: New file.
1215         * lib/xmemdup0.h: Likewise.
1216         * lib/xmemdup0.c: Likewise.
1217         * MODULES.html.sh (Memory management functions): Add xmemdup0.
1218         * lib/xalloc.h (xmemdup0): Remove.
1219         * lib/xmalloc.c (xmemdup0): Likewise.
1220
1221 2008-05-13  Eric Blake  <ebb9@byu.net>
1222             Bruno Haible  <bruno@clisp.org>
1223
1224         Reduce number of forks required during autoconf.
1225         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
1226         and gl_LIBSOURCES_DIR.
1227         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
1228         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
1229         m4_syscmd per file.
1230         <m4_foreach_w>: Move...
1231         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
1232
1233 2008-05-13  Eric Blake  <ebb9@byu.net>
1234
1235         * gnulib-tool: Fix various comment typos.
1236
1237 2008-05-12  Bruno Haible  <bruno@clisp.org>
1238
1239         Tailor the linebreaking algorithm.
1240         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
1241
1242 2008-05-12  Bruno Haible  <bruno@clisp.org>
1243
1244         Update to Unicode 5.0.0.
1245         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
1246         LBP_JV, LBP_JT. Redistribute values.
1247         (unilbrk_table): Change size.
1248         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
1249         Unicode TR#14 rev. 22.
1250         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
1251         LBP_JV, LBP_JT. Redistribute values.
1252         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
1253         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
1254         Update.
1255         * lib/unilbrk/lbrkprop1.h: Regenerated.
1256         * lib/unilbrk/lbrkprop2.h: Regenerated.
1257         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
1258         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
1259         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
1260         Likewise.
1261         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
1262         Likewise.
1263         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
1264         result.
1265         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
1266         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
1267         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
1268         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
1269         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
1270         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
1271
1272 2008-05-11  Bruno Haible  <bruno@clisp.org>
1273
1274         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
1275
1276 2008-05-11  Bruno Haible  <bruno@clisp.org>
1277
1278         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
1279         * modules/unilbrk/gen-lbrk: New file.
1280
1281 2008-05-11  Bruno Haible  <bruno@clisp.org>
1282
1283         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
1284         * m4/sha512.m4 (gl_SHA512): Likewise.
1285
1286 2008-05-11  Jim Meyering  <meyering@redhat.com>
1287
1288         New modules: crypto/sha256, crypto/sha512 (from coreutils)
1289         * modules/crypto/sha256: New file.
1290         * modules/crypto/sha512: Likewise.
1291         * lib/sha256.c: Likewise.
1292         * lib/sha256.h: Likewise.
1293         * lib/sha512.c: Likewise.
1294         * lib/sha512.h: Likewise.
1295         * lib/u64.h: Likewise.
1296         * m4/sha256.m4: Likewise.
1297         * m4/sha512.m4: Likewise.
1298         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
1299
1300 2008-05-10  Bruno Haible  <bruno@clisp.org>
1301
1302         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
1303         (Input/Output <stdio.h>): Add xprintf.
1304         (Signal handling <signal.h>): Add strsignal.
1305         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
1306         (Core language properties): Add func.
1307         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
1308         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
1309         strings.
1310         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
1311         (Input/output): New section.
1312         (File system functions): Add openat-die, stat-macros.
1313         (Networking functions): Add sockets.
1314         (Unicode string functions): Add unictype/*.
1315         (Support for building libraries and executables): Add gperf.
1316         (Support for building documentation): Add agpl-3.0.
1317         (Misc): Add nocrash.
1318
1319 2008-05-10  Bruno Haible  <bruno@clisp.org>
1320
1321         * modules/unictype/gen-ctype: New file.
1322
1323 2008-05-10  Jim Meyering  <meyering@redhat.com>
1324
1325         Make chdir-safer.c more efficient on a system with no symlinks.
1326         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
1327         also if ELOOP is zero.  Suggested by Bruno Haible.
1328
1329         Make chdir-safer.c slightly safer.
1330         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
1331         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
1332
1333         Avoid compile failure on systems without ELOOP (like mingw).
1334         * lib/chdir-safer.c (ELOOP): Define if not already defined.
1335         Reported by Bruno Haible.
1336
1337 2008-05-10  Bruno Haible  <bruno@clisp.org>
1338
1339         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
1340         (is_utf8_encoding): Use a case-insensitive comparison.
1341         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
1342         streq.
1343
1344 2008-05-10  Bruno Haible  <bruno@clisp.org>
1345
1346         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
1347         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
1348         * lib/unilbrk/ulc-common.h (iconv_string_length,
1349         iconv_string_keeping_offsets): Remove declarations.
1350         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
1351         Don't include <iconv.h>, streq.h, xsize.h.
1352         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
1353         conversion.
1354         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
1355         <iconv.h>, streq.h, xsize.h.
1356         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
1357         conversion.
1358         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
1359         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
1360         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
1361         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
1362
1363 2008-05-10  Bruno Haible  <bruno@clisp.org>
1364
1365         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
1366         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
1367
1368         * modules/unilbrk/u32-width-linebreaks-tests: New file.
1369         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
1370
1371         * modules/unilbrk/u16-width-linebreaks-tests: New file.
1372         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
1373
1374         * modules/unilbrk/u8-width-linebreaks-tests: New file.
1375         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
1376
1377         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
1378         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
1379
1380         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
1381         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
1382
1383         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
1384         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
1385
1386         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
1387         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
1388
1389 2008-05-10  Bruno Haible  <bruno@clisp.org>
1390
1391         Split up 'linebreak' module.
1392         * lib/unilbrk.h: New file, based on lib/linebreak.h.
1393         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
1394         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
1395         modifications.
1396         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
1397         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
1398         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
1399         lib/linebreak.c.
1400         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
1401         lib/linebreak.c.
1402         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
1403         lib/linebreak.c.
1404         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
1405         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
1406         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
1407         lib/linebreak.c.
1408         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
1409         lib/linebreak.c.
1410         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
1411         lib/linebreak.c.
1412         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
1413         lib/linebreak.c.
1414         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
1415         lib/linebreak.c.
1416         * modules/unilbrk/base: New file.
1417         * modules/unilbrk/tables: New file.
1418         * modules/unilbrk/u8-possible-linebreaks: New file.
1419         * modules/unilbrk/u16-possible-linebreaks: New file.
1420         * modules/unilbrk/u32-possible-linebreaks: New file.
1421         * modules/unilbrk/ulc-common: New file.
1422         * modules/unilbrk/ulc-possible-linebreaks: New file.
1423         * modules/unilbrk/u8-width-linebreaks: New file.
1424         * modules/unilbrk/u16-width-linebreaks: New file.
1425         * modules/unilbrk/u32-width-linebreaks: New file.
1426         * modules/unilbrk/ulc-width-linebreaks: New file.
1427         * lib/linebreak.h: Remove file.
1428         * lib/linebreak.c: Remove file.
1429         * m4/linebreak.m4: Remove file.
1430         * modules/linebreak: Remove file.
1431         * NEWS: Mention the changes.
1432
1433 2008-05-09  Eric Blake  <ebb9@byu.net>
1434
1435         Add xmemdup0.
1436         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
1437         implementation.
1438         * lib/xmalloc.c (xmemdup0): New C implementation.
1439
1440 2008-05-08  Bruno Haible  <bruno@clisp.org>
1441
1442         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
1443
1444 2008-05-07  Eric Blake  <ebb9@byu.net>
1445
1446         Support cross-compilation of <wctype.h>.
1447         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
1448         AC_CACHE_CHECK.
1449
1450 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
1451
1452         * build-aux/vc-list-files: Add support for bzr.
1453
1454 2008-05-03  Jim Meyering  <meyering@redhat.com>
1455
1456         avoid failed assertion with tight malloc
1457         * tests/test-getndelim2.c: Correct an off-by-one assertion.
1458
1459 2008-05-03  Simon Josefsson  <simon@josefsson.org>
1460
1461         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
1462         are needed from arpa/inet.h.
1463         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
1464         Reported by Bruno Haible.
1465
1466 2008-05-02  Jim Meyering  <meyering@redhat.com>
1467
1468         avoid compilation error on FreeBSD 6
1469         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
1470
1471 2008-05-01  Jim Meyering  <meyering@redhat.com>
1472
1473         useless-if-before-free: correct --help's exit status description
1474         * build-aux/useless-if-before-free (usage): Like grep, exit 0
1475         for one or more matches, etc.  Reported by Bruno Haible.
1476
1477         vc-list-files: make the stand-alone gnulib test work
1478         * modules/vc-list-files-tests (configure.ac):
1479         Define and AC_SUBST abs_aux_dir.
1480         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
1481         $(abs_top_srcdir) to each script and having each of them
1482         duplicate the work of setting PATH, set PATH here, using
1483         the new variable, abs_aux_dir instead.
1484         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
1485         * tests/test-vc-list-files-git.sh: Likewise.
1486         Reported by Bruno Haible.
1487
1488 2008-05-01  Bruno Haible  <bruno@clisp.org>
1489
1490         * lib/getndelim2.c (getndelim2): Fix newsize computation during
1491         reallocation. Rename 'done' to 'found_delimiter'.
1492
1493 2008-05-01  Jim Meyering  <meyering@redhat.com>
1494
1495         vc-list-files: accommodate /bin/sh like the one from Solaris 10
1496         * build-aux/vc-list-files: Use `...`, not $(...).
1497
1498 2008-04-30  Jim Meyering  <meyering@redhat.com>
1499
1500         add tests for vc-list-files
1501         * modules/vc-list-files-tests: New module.
1502         * tests/test-vc-list-files-cvs.sh: New file.
1503         * tests/test-vc-list-files-git.sh: New file.
1504
1505         avoid a warning from gcc
1506         * lib/getndelim2.c (IF_LINT): Define.
1507         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
1508
1509         vc-list-files: work properly with build-aux/cvsu, too
1510         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
1511         to all cvs-based clauses.
1512
1513         vc-list-files: work properly in the CVS+awk case, too
1514         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
1515
1516         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
1517         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
1518         take more than one file argument, so .  Add quotes, just in case $dir
1519         ever contains a shell meta-character.  Prompted by Soren Hansen in
1520         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
1521
1522 2008-04-29  Eric Blake  <ebb9@byu.net>
1523
1524         Optimize getndelim2 to use block operations when possible.
1525         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
1526         freadseek, and memchr2.
1527         * lib/getndelim2.c (getndelim2): Use them for block reads.
1528
1529 2008-04-29  Bruno Haible  <bruno@clisp.org>
1530
1531         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
1532         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1533         * modules/inet_ntop (Depends-on): Add extensions.
1534         * modules/inet_pton (Depends-on): Likewise.
1535         Reported by Simon Josefsson.
1536
1537 2008-04-29  Jim Meyering  <meyering@redhat.com>
1538
1539         When the is more than one match in a block, match all of them.
1540         * build-aux/useless-if-before-free: Iterate through each block
1541         until there are no more matches.
1542
1543         Fix broken useless-if-before-free script.
1544         * build-aux/useless-if-before-free: Fix typo: missing "?" after
1545         the expression to match cast of argument to free-like function.
1546
1547 2008-04-29  Eric Blake  <ebb9@byu.net>
1548
1549         Use new header.
1550         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
1551
1552 2008-04-29  Jim Meyering  <meyering@redhat.com>
1553
1554         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
1555         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
1556         by gnulib to exist and to declare e.g., inet_ntop.
1557         Don't include "inet_ntop.h", now removed.
1558
1559         * m4/arpa_inet_h.m4: Remove trailing blanks.
1560
1561 2008-04-29  Eric Blake  <ebb9@byu.net>
1562
1563         Silence valgrind on safe reads beyond potential array bounds.
1564         * lib/rawmemchr.valgrind: New file.
1565         * lib/strchrnul.valgrind: Likewise.
1566         * modules/rawmemchr (Files): Distribute new file.
1567         * modules/strchrnul (Files): Likewise.
1568         Suggested by Bruno Haible.
1569
1570 2008-04-29  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
1573         (inet_ntop, inet_pton): Change portability warning's wording.
1574         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
1575         Invoke gl_CHECK_NEXT_HEADERS.
1576         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
1577         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
1578         set ARPA_INET_H.
1579         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1580         * modules/arpa_inet (Description): No longer only for systems that
1581         lack it.
1582         (Depends-on): Add include_next.
1583         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
1584         HAVE_ARPA_INET_H.
1585
1586 2008-04-29  Jim Meyering  <meyering@redhat.com>
1587
1588         * modules/mkdir (License): Re-license as LGPLv2+.
1589
1590 2008-04-29  Bruno Haible  <bruno@clisp.org>
1591
1592         * modules/rawmemchr (Maintainer): Set to Eric.
1593         * modules/strchrnul (Maintainer): Likewise.
1594
1595 2008-04-29  Simon Josefsson  <simon@josefsson.org>
1596
1597         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
1598         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
1599
1600         * modules/arpa_inet (arpa/inet.h): Use them.
1601
1602 2008-04-28  Eric Blake  <ebb9@byu.net>
1603
1604         Test getndelim2.
1605         * modules/getndelim2-tests: New file.
1606         * tests/test-getndelim2.c: Likewise.
1607         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
1608         stream.
1609         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
1610
1611         * MODULES.html.sh: Document new module.
1612
1613 2008-04-20  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/c-stack.c (die): Use raise.
1616         * modules/c-stack (Depends-on): Add raise.
1617
1618 2008-04-28  Bruno Haible  <bruno@clisp.org>
1619
1620         Expect rpmatch to be declared.
1621         * lib/yesno.c (rpmatch): Remove declaration.
1622
1623         Declare rpmatch.
1624         * lib/stdlib.in.h (rpmatch): New declaration.
1625         * lib/rpmatch.c: Include <stdlib.h> first.
1626         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
1627         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
1628         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
1629         HAVE_RPMATCH.
1630         * modules/rpmatch (Depends-on): Add stdlib, extensions.
1631         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1632         (Include): Set to <stdlib.h>.
1633         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
1634         HAVE_RPMATCH.
1635         * NEWS: Document the change.
1636
1637 2008-04-28  Bruno Haible  <bruno@clisp.org>
1638
1639         Change rpmatch to use nl_langinfo when appropriate.
1640         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
1641         (N_): New macro.
1642         (localized_pattern): New function/macro.
1643         (try): Remove match, nomatch arguments. Copy the pattern into safe
1644         memory before caching it.
1645         (rpmatch): Use localized_pattern. Add translator comments.
1646         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
1647         Suggested by Eric Blake.
1648         * modules/rpmatch (Depends-on): Add stdbool.
1649
1650 2008-04-28  Eric Blake  <ebb9@byu.net>
1651
1652         Add rawmemchr module, matching glibc.
1653         * modules/string (Makefile.am): New indicator.
1654         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
1655         * lib/string.in.h (rawmemchr): Declare when appropriate.
1656         * modules/rawmemchr: New file.
1657         * m4/rawmemchr.m4: Likewise.
1658         * lib/rawmemchr.c: Likewise.
1659         * modules/rawmemchr-tests: Likewise.
1660         * tests/test-rawmemchr.c: Likewise.
1661         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
1662         module.
1663         * modules/strchrnul (Depends-on): Add rawmemchr.
1664         * lib/strchrnul.c (strchrnul): Optimize a corner case.
1665
1666         Whitespace cleanup.
1667         * tests/test-strchrnul.c: Reindent.
1668         * lib/strchrnul.c: Likewise.
1669
1670         Optimize and test strchrnul.
1671         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
1672         * modules/strchrnul-tests: New file.
1673         * tests/test-strchrnul.c: Likewise.
1674
1675         Remove intprops dependency.
1676         * modules/memchr (Depends-on): Remove intprops.
1677         * modules/memrchr (Depends-on): Likewise.
1678         * modules/memchr2 (Depends-on): Likewise.
1679         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
1680         * lib/memrchr.c (__memrchr): Likewise.
1681         * lib/memrchr2.c (memchr2): Likewise.
1682         Reported by Simon Josefsson.
1683
1684 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1685
1686         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
1687         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1688
1689 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1690
1691         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
1692
1693         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
1694
1695         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
1696
1697         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
1698         declarations.
1699         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
1700
1701         * m4/inet_pton.m4: Don't check for header files.
1702
1703         * m4/inet_ntop.m4: Don't check for header files.
1704
1705 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1706
1707         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
1708         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
1709         trigger for cygwin).
1710         Reported by Bruno Haible  <bruno@clisp.org>.
1711
1712 2008-04-28  Bruno Haible  <bruno@clisp.org>
1713
1714         * doc/posix-functions/strdup.texi: Mention mingw problem.
1715
1716 2008-04-27  Bruno Haible  <bruno@clisp.org>
1717
1718         * modules/stat-time-tests (Depends-on): Add sleep.
1719         * tests/test-stat-time.c (force_unlink): New function.
1720         (cleanup): Use it.
1721         (test_mtime): Remove the ctime related tests.
1722         (test_ctime): New function, containing the ctime related tests.
1723         (main): Call test_ctime, except on native Windows platforms.
1724
1725 2008-04-27  Bruno Haible  <bruno@clisp.org>
1726
1727         * lib/rpmatch.c (rpmatch): Add some comments.
1728         Reported by James Youngman <jay@gnu.org>.
1729
1730 2008-04-27  Bruno Haible  <bruno@clisp.org>
1731
1732         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
1733         quiet NaNs.
1734
1735 2008-04-27  Bruno Haible  <bruno@clisp.org>
1736
1737         Make test-yesno.sh work on mingw.
1738         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
1739         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
1740         (main): Set stdin to binary mode.
1741         * modules/yesno-tests (Depends-on): Add binary-io.
1742
1743 2008-04-27  Bruno Haible  <bruno@clisp.org>
1744
1745         Fix 'isfinite' on x86, x86_64, ia64 platforms.
1746         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
1747         argument that lie outside the IEEE 854 domain.
1748         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
1749         (gl_ISFINITE): Use it.
1750         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
1751
1752 2008-04-27  Bruno Haible  <bruno@clisp.org>
1753
1754         Allow local renaming in config.h.
1755         * lib/memrchr.c (memrchr): Don't undefine outside libc.
1756
1757 2008-04-27  Bruno Haible  <bruno@clisp.org>
1758
1759         * lib/memchr.c (__memchr): Change type of 'i'.
1760         * lib/memchr2.c (memchr2): Likewise.
1761
1762 2008-04-26  Eric Blake  <ebb9@byu.net>
1763         and Bruno Haible  <bruno@clisp.org>
1764
1765         Optimize and test memrchr.
1766         * modules/memrchr (Depends-on): Add intprops.
1767         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
1768         * modules/memrchr-tests: New file.
1769         * tests/test-memrchr.c: New file.
1770
1771 2008-04-26  Bruno Haible  <bruno@clisp.org>
1772
1773         Add tentative support for DragonFly BSD.
1774         * lib/stdio-impl.h: Add macros for DragonFly BSD.
1775         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
1776         fp.
1777         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1778         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
1779         * lib/fpurge.c (fpurge): Likewise.
1780         * lib/freadable.c (freaadable): Likewise.
1781         * lib/freadahead.c (freadahead): Likewise.
1782         * lib/freading.c (freading): Likewise.
1783         * lib/freadptr.c (freadptr): Likewise.
1784         * lib/freadseek.c (freadptrinc): Likewise.
1785         * lib/fseeko.c (fseeko): Likewise.
1786         * lib/fseterr.c (fseterr): Likewise.
1787         * lib/fwritable.c (fwritable): Likewise.
1788         * lib/fwriting.c (fwriting): Likewise.
1789
1790 2008-04-26  Bruno Haible  <bruno@clisp.org>
1791
1792         * lib/stdio-impl.h: New file.
1793         * lib/fbufmode.c: Include stdio-impl.h.
1794         (fbufmode): Use fp_, remove redundant #defines.
1795         * lib/fflush.c: Include stdio-impl.h.
1796         (clear_ungetc_buffer): Remove redundant #defines.
1797         * lib/fpurge.c: Include stdio-impl.h.
1798         (fpurge): Remove redundant #defines.
1799         * lib/freadable.c: Include stdio-impl.h.
1800         (freadable): Remove redundant #defines.
1801         * lib/freadahead.c: Include stdio-impl.h.
1802         (freadahead): Remove redundant #defines.
1803         * lib/freading.c: Include stdio-impl.h.
1804         (freading): Remove redundant #defines.
1805         * lib/freadptr.c: Include stdio-impl.h.
1806         (freadptr): Remove redundant #defines.
1807         * lib/freadseek.c: Include stdio-impl.h.
1808         (freadptrinc): Remove redundant #defines.
1809         * lib/fseeko.c: Include stdio-impl.h.
1810         (rpl_fseeko): Remove redundant #defines.
1811         * lib/fseterr.c: Include stdio-impl.h.
1812         (fseterr): Remove redundant #defines.
1813         * lib/fwritable.c: Include stdio-impl.h.
1814         (fwritable: Remove redundant #defines.
1815         * lib/fwriting.c: Include stdio-impl.h.
1816         (fwriting): Remove redundant #defines.
1817         * modules/fbufmode (Files): Add lib/stdio-impl.h.
1818         * modules/fflush (Files): Likewise.
1819         * modules/fpurge (Files): Likewise.
1820         * modules/freadable (Files): Likewise.
1821         * modules/freadahead (Files): Likewise.
1822         * modules/freading (Files): Likewise.
1823         * modules/freadptr (Files): Likewise.
1824         * modules/freadseek (Files): Likewise.
1825         * modules/fseeko (Files): Likewise.
1826         * modules/fseterr (Files): Likewise.
1827         * modules/fwritable (Files): Likewise.
1828         * modules/fwriting (Files): Likewise.
1829
1830 2008-04-26  Bruno Haible  <bruno@clisp.org>
1831
1832         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1833         restore_seek_optimization, update_fpos_cache): New functions, extracted
1834         from rpl_fflush.
1835         (rpl_fflush): Use them.
1836         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
1837         (gl_REPLACE_FFLUSH): Use it.
1838
1839 2008-04-26  Bruno Haible  <bruno@clisp.org>
1840
1841         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
1842         on Solaris.
1843         * tests/test-xstrtoimax.sh: Likewise.
1844         * tests/test-xstrtoumax.sh: Likewise.
1845         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1846
1847 2008-04-26  Bruno Haible  <bruno@clisp.org>
1848
1849         * modules/memchr-tests: New file.
1850         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
1851
1852 2008-04-26  Eric Blake  <ebb9@byu.net>
1853             Bruno Haible  <bruno@clisp.org>
1854
1855         * lib/memchr.c: Include intprops.h.
1856         (__memchr): Optimize parallel detection of matching bytes. Rename local
1857         variables. Add explanatory comments.
1858
1859 2008-04-26  Bruno Haible  <bruno@clisp.org>
1860
1861         Fix module 'memchr', broken since 2000-10-28.
1862         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
1863
1864 2008-04-26  Bruno Haible  <bruno@clisp.org>
1865
1866         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
1867         comments.
1868
1869 2008-04-25  Eric Blake  <ebb9@byu.net>
1870
1871         Use native fstatat on cygwin 1.7.0.
1872         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
1873         first.
1874
1875 2008-04-23  Eric Blake  <ebb9@byu.net>
1876
1877         Improve memchr2 performance.
1878         * lib/memchr2.c (memchr2): Further optimize parallel detection of
1879         NUL bytes.
1880         * modules/memchr2 (Depends-on): Use intprops.h.
1881
1882 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1883
1884         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
1885         an inline function instead of a CPP macro.  Patch by Ben Pfaff
1886         <blp@cs.stanford.edu>.
1887
1888 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1889
1890         * lib/arpa_inet.in.h: New file.
1891
1892         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
1893         (Makefile.am): Sed in substitute header file.
1894
1895         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
1896         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
1897
1898         * modules/inet_ntop (configure.ac): Use
1899         gl_ARPA_INET_MODULE_INDICATOR.
1900
1901         * modules/inet_pton (configure.ac): Use
1902         gl_ARPA_INET_MODULE_INDICATOR.
1903
1904 2008-04-22  Jim Meyering  <meyering@redhat.com>
1905
1906         * modules/verify (License): Re-license as LGPLv2+.
1907
1908 2008-04-22  Simon Josefsson  <simon@josefsson.org>
1909
1910         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
1911         parameter to void* as per POSIX standard (MinGW uses char*).
1912
1913 2008-04-21  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
1916         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
1917         Define to replacements if REPLACE_ISWCNTRL is 1.
1918         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
1919         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
1920         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
1921         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
1922         what it fixes.
1923         * doc/posix-functions/iswalpha.texi: Likewise.
1924         * doc/posix-functions/iswblank.texi: Likewise.
1925         * doc/posix-functions/iswcntrl.texi: Likewise.
1926         * doc/posix-functions/iswdigit.texi: Likewise.
1927         * doc/posix-functions/iswgraph.texi: Likewise.
1928         * doc/posix-functions/iswlower.texi: Likewise.
1929         * doc/posix-functions/iswprint.texi: Likewise.
1930         * doc/posix-functions/iswpunct.texi: Likewise.
1931         * doc/posix-functions/iswspace.texi: Likewise.
1932         * doc/posix-functions/iswupper.texi: Likewise.
1933         * doc/posix-functions/iswxdigit.texi: Likewise.
1934         Reported by Alain Guibert.
1935
1936 2008-04-21  Bruno Haible  <bruno@clisp.org>
1937
1938         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1939         Patch by Alain Guibert.
1940
1941 2008-04-21  Bruno Haible  <bruno@clisp.org>
1942
1943         Fix test failures on mingw.
1944         * tests/test-xstrtol.c (print_no_progname): New function.
1945         (main): Install it in error_print_progname hook.
1946         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1947         * tests/test-xstrtoimax.sh: Likewise.
1948         * tests/test-xstrtoumax.sh: Likewise.
1949
1950 2008-04-21  Bruno Haible  <bruno@clisp.org>
1951
1952         Fix test failure on mingw.
1953         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1954
1955 2008-04-21  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1958         Actually assign a value.
1959
1960 2008-04-20  Bruno Haible  <bruno@clisp.org>
1961
1962         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1963         take 2.
1964         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1965         'canonicalize-lgpl' module is also used.
1966         * lib/canonicalize-lgpl.c: Undo last change.
1967         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1968
1969 2008-04-20  Bruno Haible  <bruno@clisp.org>
1970
1971         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1972         config.h. Provide _mkdir based fallback for mingw.
1973         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1974         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1975         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1976         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1977         rather than defining mkdir in config.h.
1978         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1979         (gl_SYS_STAT_H_DEFAULTS): New macro.
1980         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1981         HAVE_IO_H any more.
1982         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1983         HAVE_DECL_MKDIR and HAVE_IO_H.
1984
1985 2008-04-20  Bruno Haible  <bruno@clisp.org>
1986
1987         * lib/isapipe.c: Port to native Windows platforms.
1988
1989 2008-04-20  Bruno Haible  <bruno@clisp.org>
1990
1991         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1992
1993 2008-04-21  Eric Blake  <ebb9@byu.net>
1994
1995         Work around preprocessors that don't handle UINTMAX_MAX.
1996         * lib/memchr2.c (memchr2): Avoid embedded #if.
1997         Reported by Alain Guibert, fix suggested by Bruno Haible.
1998
1999 2008-04-21  Simon Josefsson  <simon@josefsson.org>
2000
2001         * doc/posix-functions/strftime.texi (strftime): Explain better
2002         Windows incompatibility.  Suggested by Micah Cowan
2003         <micah@cowan.name>.
2004
2005 2008-04-20  Bruno Haible  <bruno@clisp.org>
2006
2007         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
2008         unistr/u8-mblen.
2009
2010 2008-04-20  Bruno Haible  <bruno@clisp.org>
2011
2012         Fix test failure on platforms with non-GNU iconv.
2013         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
2014         (U_TO_U8): Use it, rather than u16_to_u8.
2015         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
2016         units at the end of the input string.
2017         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
2018
2019 2008-04-20  Bruno Haible  <bruno@clisp.org>
2020
2021         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
2022         when the resulting length is 0.
2023         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
2024
2025 2008-04-20  Bruno Haible  <bruno@clisp.org>
2026
2027         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
2028         works.
2029         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
2030
2031 2008-04-20  Bruno Haible  <bruno@clisp.org>
2032
2033         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
2034         * modules/tsearch-tests (configure.ac): Test for initstate function.
2035
2036 2008-04-20  Bruno Haible  <bruno@clisp.org>
2037
2038         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
2039         for nlink_t if missing.
2040         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
2041
2042 2008-04-19  Bruno Haible  <bruno@clisp.org>
2043
2044         Work around snprintf bug on Linux libc5.
2045         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
2046         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2047         gl_SNPRINTF_SIZE1.
2048         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2049         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
2050         that test failed.
2051         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
2052         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
2053         * modules/snprintf (Files): Add m4/printf.m4.
2054         * modules/vsnprintf (Files): Likewise.
2055         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
2056         * doc/posix-functions/vsnprintf.texi: Likewise.
2057
2058 2008-04-19  Bruno Haible  <bruno@clisp.org>
2059
2060         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
2061         from 0.0058 to less than 10^-7.
2062
2063 2008-04-19  Bruno Haible  <bruno@clisp.org>
2064
2065         Fix rounding when a precision is given.
2066         * lib/vasnprintf.c (is_borderline): New function.
2067         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
2068         9...9x.
2069         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
2070         %e, %g.
2071         * tests/test-vasprintf-posix.c (test_function): Likewise.
2072         * tests/test-snprintf-posix.h (test_function): Likewise.
2073         * tests/test-sprintf-posix.h (test_function): Likewise.
2074         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
2075         * tests/test-printf-posix.h (test_function): Likewise.
2076         * tests/test-printf-posix.output: Update.
2077         Reported by John Darrington <john@darrington.wattle.id.au> via
2078         Ben Pfaff <blp@cs.stanford.edu>.
2079
2080 2008-04-18  Simon Josefsson  <simon@josefsson.org>
2081
2082         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
2083         Suggested by Bruno Haible <bruno@clisp.org>.
2084
2085 2008-04-17  Bruno Haible  <bruno@clisp.org>
2086
2087         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
2088         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
2089         implementation.
2090         Patch by Bruce Merry <bmerry@gmail.com>.
2091
2092 2008-04-17  Simon Josefsson  <simon@josefsson.org>
2093
2094         * doc/posix-functions/strftime.texi (strftime): Mention that %e
2095         doesn't work under Windows.
2096
2097 2008-04-16  Bruno Haible  <bruno@clisp.org>
2098
2099         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
2100         New macros.
2101         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
2102         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
2103         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
2104         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
2105         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
2106         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
2107         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
2108         macros.
2109         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
2110         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
2111         Northern Sotho, Uighur.
2112
2113 2008-04-16  Bruno Haible  <bruno@clisp.org>
2114
2115         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
2116         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
2117         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
2118         Reported by Daniel Bergström <daniel@octocode.com>.
2119
2120 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
2121             Bruno Haible  <bruno@clisp.org>
2122
2123         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
2124         function.
2125         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
2126         New functions, mostly extracted from gl_locale_name_default.
2127         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
2128
2129 2008-04-16  Eric Blake  <ebb9@byu.net>
2130
2131         Adjust strtod detection to catch glibc 2.7 bug.
2132         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
2133         Reported by John Gatewood Ham.
2134
2135 2008-04-16  Bruno Haible  <bruno@clisp.org>
2136
2137         Add tentative support for Linux libc5.
2138         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
2139         * lib/fpurge.c (fpurge): Likewise.
2140         * lib/freadable.c (freadable): Likewise.
2141         * lib/freadahead.c (freadahead): Likewise.
2142         * lib/freading.c (freading): Likewise.
2143         * lib/freadptr.c (freadptr): Likewise.
2144         * lib/freadseek.c (freadptrinc): Likewise.
2145         * lib/fseeko.c (rpl_fseeko): Likewise.
2146         * lib/fseterr.c (fseterr): Likewise.
2147         * lib/fwritable.c (fwritable): Likewise.
2148         * lib/fwriting.c (fwriting): Likewise.
2149         Reported by Alain Guibert <alguibert+bts@free.fr>.
2150
2151 2008-04-15  Bruno Haible  <bruno@clisp.org>
2152
2153         * modules/mathl (configure.ac): Define module indicator.
2154
2155 2008-04-15  Bruno Haible  <bruno@clisp.org>
2156
2157         * lib/logl.c (logl): Remove unused variables.
2158
2159 2008-04-15  Bruno Haible  <bruno@clisp.org>
2160
2161         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
2162         fails.
2163
2164 2008-04-15  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/trim.c (trim2): Fix argument of isspace() macro.
2167
2168 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
2169
2170         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
2171         to 0.
2172         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
2173
2174 2008-04-14  Bruno Haible  <bruno@clisp.org>
2175
2176         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
2177         AC_LANG_PROGRAM argument.
2178         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
2179         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
2180         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
2181         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2182         * m4/math_h.m4 (gl_MATH_H): Likewise.
2183         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
2184         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2185         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
2186         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
2187         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
2188         * m4/regex.m4 (gl_REGEX): Likewise.
2189         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
2190         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
2191         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2192         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
2193         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2194         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2195         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2196         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2197
2198 2008-04-14  Jim Meyering  <meyering@redhat.com>
2199
2200         test-strtod: fix typos: s/abs/fabs/
2201         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
2202
2203 2008-04-13  Bruno Haible  <bruno@clisp.org>
2204
2205         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
2206         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
2207         module is also used and while not building the reloc-wrapper.
2208
2209 2008-04-13  Bruno Haible  <bruno@clisp.org>
2210
2211         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
2212
2213 2008-04-13  Bruno Haible  <bruno@clisp.org>
2214
2215         Fix AIX compilation failure introduced on 2008-04-02.
2216         * tests/test-frexp.c (exp): Undefine before redefining.
2217         * tests/test-frexpl.c (exp): Likewise.
2218
2219 2008-04-13  Bruno Haible  <bruno@clisp.org>
2220
2221         Work around a HP-UX stdio bug.
2222         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
2223         * tests/test-ftello.c (main): Likewise.
2224         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
2225         * doc/posix-functions/ftello.texi: Likewise.
2226
2227 2008-04-13  Bruno Haible  <bruno@clisp.org>
2228
2229         Make test-signbit pass on HP-UX/hppa.
2230         * tests/test-signbit.c (minus_zerol): New variable.
2231         (test_signbitl): Use it.
2232
2233 2008-04-13  Bruno Haible  <bruno@clisp.org>
2234
2235         Make truncl work on OSF/1 4.0.
2236         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
2237         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
2238         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
2239         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
2240         HAVE_DECL_TRUNCL.
2241         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
2242         HAVE_DECL_TRUNCL.
2243         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
2244
2245 2008-04-13  Bruno Haible  <bruno@clisp.org>
2246
2247         * lib/unictype.h: Remove trailing comma from enumeration definitions.
2248
2249 2008-04-13  Bruno Haible  <bruno@clisp.org>
2250
2251         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
2252         expression, so as to avoid HP-UX 11 cc compiler bug.
2253
2254 2008-04-13  Bruno Haible  <bruno@clisp.org>
2255
2256         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
2257
2258 2008-04-13  Bruno Haible  <bruno@clisp.org>
2259
2260         * lib/git-merge-changelog.c: Remove empty declaration outside of
2261         functions.
2262
2263 2008-04-13  Bruno Haible  <bruno@clisp.org>
2264
2265         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
2266
2267 2008-04-13  Bruno Haible  <bruno@clisp.org>
2268
2269         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
2270         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
2271         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
2272         also if it exists but lacks definitions of the SHUT_* macros.
2273         * modules/sys_socket (Description): Update.
2274         Reported by Elbert Pol <e.pol@chello.nl>.
2275
2276 2008-04-13  Bruno Haible  <bruno@clisp.org>
2277
2278         * lib/localcharset.c (OS2): Don't redefine if already defined.
2279         Reported by Elbert Pol <e.pol@chello.nl>.
2280
2281 2008-04-13  Bruno Haible  <bruno@clisp.org>
2282
2283         * lib/binary-io.h [__EMX__]: Include <io.h>.
2284         Reported by Elbert Pol <e.pol@chello.nl>.
2285
2286 2008-04-12  Bruno Haible  <bruno@clisp.org>
2287
2288         * lib/fpucw.h: Enable the definitions also for x86_64.
2289         Needed for NetBSD/x86_64.
2290         Reported by Thomas Klausner <tk@giga.or.at>.
2291
2292 2008-04-12  Bruno Haible  <bruno@clisp.org>
2293
2294         * tests/test-strtod.c: Include isnand.h.
2295         (main): Use isnand instead of isnan.
2296         Reported by Jim Meyering.
2297
2298 2008-04-12  Bruno Haible  <bruno@clisp.org>
2299
2300         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
2301         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2302
2303 2008-04-12  Jim Meyering  <meyering@redhat.com>
2304
2305         * m4/math_h.m4 (gl_MATH_H): Fix typos.
2306
2307 2008-04-12  Bruno Haible  <bruno@clisp.org>
2308
2309         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
2310         Reported by Elbert Pol <e.pol@chello.nl>.
2311
2312 2008-04-12  Eric Blake  <ebb9@byu.net>
2313
2314         Work around Solaris 10 math.h bug.
2315         * m4/math_h.m4 (gl_MATH_H): Check for bug.
2316         (gl_MATH_H_DEFAULTS): Set up default.
2317         * modules/math (Makefile.am): Replace new indicators.
2318         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
2319         * tests/test-math.c (main): Test this.
2320         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
2321         * doc/posix-headers/math.texi (math.h): Mention bug.
2322         Reported by Nelson H. F. Beebe and Jim Meyering.
2323
2324 2008-04-11  Bruno Haible  <bruno@clisp.org>
2325
2326         Adapt to future versions of Apple GCC.
2327         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
2328         Reported by Peter O'Gorman <peter@pogma.com>.
2329
2330 2008-04-11  Bruno Haible  <bruno@clisp.org>
2331
2332         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
2333
2334 2008-04-11  Bruno Haible  <bruno@clisp.org>
2335
2336         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
2337
2338         * modules/getaddrinfo-tests (Makefile.am): Define
2339         test_getaddrinfo_LDADD.
2340
2341 2008-04-11  Bruno Haible  <bruno@clisp.org>
2342
2343         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
2344         (init): Fix syntax error.
2345         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
2346         is declared.
2347
2348 2008-04-11  Bruno Haible  <bruno@clisp.org>
2349
2350         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
2351         * modules/glob (Depends-on): Add stdbool.
2352
2353 2008-04-11  Bruno Haible  <bruno@clisp.org>
2354
2355         * lib/trim.c: Include <string.h>.
2356
2357 2008-04-11  Eric Blake  <ebb9@byu.net>
2358
2359         Avoid compile failure on OS/2.
2360         * lib/regex_internal.h (internal_function): Disable optimization
2361         on OS/2 (__EMX__), where it caused compiler error.
2362         Reported by Elbert Pol.
2363
2364 2008-04-11  Bruno Haible  <bruno@clisp.org>
2365
2366         Flush the standard error stream before aborting. Needed on mingw.
2367         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
2368         * tests/test-array_list.c (ASSERT): Likewise.
2369         * tests/test-array_oset.c (ASSERT): Likewise.
2370         * tests/test-avltree_list.c (ASSERT): Likewise.
2371         * tests/test-avltree_oset.c (ASSERT): Likewise.
2372         * tests/test-avltreehash_list.c (ASSERT): Likewise.
2373         * tests/test-binary-io.c (ASSERT): Likewise.
2374         * tests/test-byteswap.c (ASSERT): Likewise.
2375         * tests/test-c-ctype.c (ASSERT): Likewise.
2376         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
2377         * tests/test-c-strcasestr.c (ASSERT): Likewise.
2378         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
2379         * tests/test-c-strstr.c (ASSERT): Likewise.
2380         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
2381         * tests/test-canonicalize.c (ASSERT): Likewise.
2382         * tests/test-carray_list.c (ASSERT): Likewise.
2383         * tests/test-ceilf1.c (ASSERT): Likewise.
2384         * tests/test-ceilf2.c (ASSERT): Likewise.
2385         * tests/test-ceill.c (ASSERT): Likewise.
2386         * tests/test-count-one-bits.c (ASSERT): Likewise.
2387         * tests/test-fbufmode.c (ASSERT): Likewise.
2388         * tests/test-fflush2.c (ASSERT): Likewise.
2389         * tests/test-floorf1.c (ASSERT): Likewise.
2390         * tests/test-floorf2.c (ASSERT): Likewise.
2391         * tests/test-floorl.c (ASSERT): Likewise.
2392         * tests/test-fopen.c (ASSERT): Likewise.
2393         * tests/test-fpending.c (ASSERT): Likewise.
2394         * tests/test-fprintf-posix.c (ASSERT): Likewise.
2395         * tests/test-fpurge.c (ASSERT): Likewise.
2396         * tests/test-freadable.c (ASSERT): Likewise.
2397         * tests/test-freadahead.c (ASSERT): Likewise.
2398         * tests/test-freading.c (ASSERT): Likewise.
2399         * tests/test-freadptr.c (ASSERT): Likewise.
2400         * tests/test-freadptr2.c (ASSERT): Likewise.
2401         * tests/test-freadseek.c (ASSERT): Likewise.
2402         * tests/test-freopen.c (ASSERT): Likewise.
2403         * tests/test-frexp.c (ASSERT): Likewise.
2404         * tests/test-frexpl.c (ASSERT): Likewise.
2405         * tests/test-fseek.c (ASSERT): Likewise.
2406         * tests/test-fseeko.c (ASSERT): Likewise.
2407         * tests/test-fstrcmp.c (ASSERT): Likewise.
2408         * tests/test-ftell.c (ASSERT): Likewise.
2409         * tests/test-ftello.c (ASSERT): Likewise.
2410         * tests/test-func.c (ASSERT): Likewise.
2411         * tests/test-fwritable.c (ASSERT): Likewise.
2412         * tests/test-fwriting.c (ASSERT): Likewise.
2413         * tests/test-getdelim.c (ASSERT): Likewise.
2414         * tests/test-getline.c (ASSERT): Likewise.
2415         * tests/test-i-ring.c (ASSERT): Likewise.
2416         * tests/test-iconv-utf.c (ASSERT): Likewise.
2417         * tests/test-iconv.c (ASSERT): Likewise.
2418         * tests/test-isfinite.c (ASSERT): Likewise.
2419         * tests/test-isnand.c (ASSERT): Likewise.
2420         * tests/test-isnanf.c (ASSERT): Likewise.
2421         * tests/test-isnanl.h (ASSERT): Likewise.
2422         * tests/test-ldexpl.c (ASSERT): Likewise.
2423         * tests/test-linked_list.c (ASSERT): Likewise.
2424         * tests/test-linkedhash_list.c (ASSERT): Likewise.
2425         * tests/test-localename.c (ASSERT): Likewise.
2426         * tests/test-lseek.c (ASSERT): Likewise.
2427         * tests/test-mbscasecmp.c (ASSERT): Likewise.
2428         * tests/test-mbscasestr1.c (ASSERT): Likewise.
2429         * tests/test-mbscasestr2.c (ASSERT): Likewise.
2430         * tests/test-mbscasestr3.c (ASSERT): Likewise.
2431         * tests/test-mbscasestr4.c (ASSERT): Likewise.
2432         * tests/test-mbschr.c (ASSERT): Likewise.
2433         * tests/test-mbscspn.c (ASSERT): Likewise.
2434         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
2435         * tests/test-mbspbrk.c (ASSERT): Likewise.
2436         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
2437         * tests/test-mbsrchr.c (ASSERT): Likewise.
2438         * tests/test-mbsspn.c (ASSERT): Likewise.
2439         * tests/test-mbsstr1.c (ASSERT): Likewise.
2440         * tests/test-mbsstr2.c (ASSERT): Likewise.
2441         * tests/test-mbsstr3.c (ASSERT): Likewise.
2442         * tests/test-memchr2.c (ASSERT): Likewise.
2443         * tests/test-memmem.c (ASSERT): Likewise.
2444         * tests/test-open.c (ASSERT): Likewise.
2445         * tests/test-printf-frexp.c (ASSERT): Likewise.
2446         * tests/test-printf-frexpl.c (ASSERT): Likewise.
2447         * tests/test-printf-posix.c (ASSERT): Likewise.
2448         * tests/test-quotearg.c (ASSERT): Likewise.
2449         * tests/test-rbtree_list.c (ASSERT): Likewise.
2450         * tests/test-rbtree_oset.c (ASSERT): Likewise.
2451         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
2452         * tests/test-round1.c (ASSERT): Likewise.
2453         * tests/test-roundf1.c (ASSERT): Likewise.
2454         * tests/test-roundl.c (ASSERT): Likewise.
2455         * tests/test-signbit.c (ASSERT): Likewise.
2456         * tests/test-sleep.c (ASSERT): Likewise.
2457         * tests/test-snprintf-posix.c (ASSERT): Likewise.
2458         * tests/test-snprintf.c (ASSERT): Likewise.
2459         * tests/test-sprintf-posix.c (ASSERT): Likewise.
2460         * tests/test-stat-time.c (ASSERT): Likewise.
2461         * tests/test-strcasestr.c (ASSERT): Likewise.
2462         * tests/test-strerror.c (ASSERT): Likewise.
2463         * tests/test-striconv.c (ASSERT): Likewise.
2464         * tests/test-striconveh.c (ASSERT): Likewise.
2465         * tests/test-striconveha.c (ASSERT): Likewise.
2466         * tests/test-strsignal.c (ASSERT): Likewise.
2467         * tests/test-strstr.c (ASSERT): Likewise.
2468         * tests/test-strtod.c (ASSERT): Likewise.
2469         * tests/test-trunc1.c (ASSERT): Likewise.
2470         * tests/test-trunc2.c (ASSERT): Likewise.
2471         * tests/test-truncf1.c (ASSERT): Likewise.
2472         * tests/test-truncf2.c (ASSERT): Likewise.
2473         * tests/test-truncl.c (ASSERT): Likewise.
2474         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
2475         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
2476         * tests/test-vasnprintf.c (ASSERT): Likewise.
2477         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
2478         * tests/test-vasprintf.c (ASSERT): Likewise.
2479         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
2480         * tests/test-vprintf-posix.c (ASSERT): Likewise.
2481         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
2482         * tests/test-vsnprintf.c (ASSERT): Likewise.
2483         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
2484         * tests/test-wcwidth.c (ASSERT): Likewise.
2485         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
2486         * tests/test-xprintf-posix.c (ASSERT): Likewise.
2487         * tests/test-xvasprintf.c (ASSERT): Likewise.
2488         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
2489         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
2490         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
2491         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
2492         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
2493         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
2494         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
2495         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
2496         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
2497         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
2498         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
2499         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
2500         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
2501         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
2502         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
2503         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
2504         * tests/unictype/test-block_list.c (ASSERT): Likewise.
2505         * tests/unictype/test-block_of.c (ASSERT): Likewise.
2506         * tests/unictype/test-block_test.c (ASSERT): Likewise.
2507         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
2508         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
2509         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
2510         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
2511         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
2512         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
2513         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
2514         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
2515         * tests/unictype/test-combining.c (ASSERT): Likewise.
2516         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
2517         * tests/unictype/test-digit.c (ASSERT): Likewise.
2518         * tests/unictype/test-mirror.c (ASSERT): Likewise.
2519         * tests/unictype/test-numeric.c (ASSERT): Likewise.
2520         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
2521         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
2522         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
2523         * tests/unictype/test-scripts.c (ASSERT): Likewise.
2524         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
2525         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
2526         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
2527         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
2528         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
2529         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
2530         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
2531         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
2532         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
2533         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
2534         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
2535         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
2536         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
2537         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
2538         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
2539         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
2540         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
2541         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
2542         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
2543         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
2544         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
2545         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
2546         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
2547         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
2548         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
2549         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
2550         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
2551         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
2552         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
2553         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
2554         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
2555         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
2556         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
2557         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
2558         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
2559         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
2560         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
2561         Reported by Eric Blake.
2562
2563 2008-04-11  Bruno Haible  <bruno@clisp.org>
2564
2565         * lib/wchar.in.h: Tweak comment.
2566
2567 2008-04-11  Bruno Haible  <bruno@clisp.org>
2568
2569         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
2570         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
2571         gl_COMMON.
2572         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
2573
2574 2008-04-11  Bruno Haible  <bruno@clisp.org>
2575
2576         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
2577
2578 2008-04-11  Simon Josefsson  <simon@josefsson.org>
2579
2580         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
2581         of attempting to use non-existing /dev/*random.  Based on patch
2582         from Adam Strzelecki <ono@java.pl> in
2583         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
2584
2585 2008-04-08  Bruno Haible  <bruno@clisp.org>
2586
2587         Add tentative support for emx+gcc.
2588         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
2589         * lib/fpurge.c (fpurge): Likewise.
2590         * lib/freadable.c (freadable): Likewise.
2591         * lib/freadahead.c (freadahead): Likewise.
2592         * lib/freading.c (freading): Likewise.
2593         * lib/freadptr.c (freadptr): Likewise.
2594         * lib/freadseek.c (freadptrinc): Likewise.
2595         * lib/fseeko.c (rpl_fseeko): Likewise.
2596         * lib/fseterr.c (fseterr): Likewise.
2597         * lib/fwritable.c (fwritable): Likewise.
2598         * lib/fwriting.c (fwriting): Likewise.
2599         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
2600
2601 2008-04-09  Eric Blake  <ebb9@byu.net>
2602
2603         Avoid some autoconf warnings.
2604         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
2605         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
2606         * m4/afs.m4 (gl_AFS): Likewise.
2607         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
2608         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
2609         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2610         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
2611         (gl_INTEGER_TYPE_SUFFIX): Likewise.
2612         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
2613         (AC_CHECK_DECLS_ONCE): Likewise.
2614         Rename file...
2615         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
2616         gnulib-tool requires autoconf 2.59 or better.
2617         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
2618
2619 2008-04-08  Eric Blake  <ebb9@byu.net>
2620
2621         Use 'git describe --match' if present (added in git 1.5.5).
2622         * build-aux/git-version-gen: Limit result to tags that match 'v*'
2623         if possible.
2624
2625 2008-04-08  Bruno Haible  <bruno@clisp.org>
2626
2627         Add tentative support for OpenServer.
2628         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
2629         _ptr, _cnt.
2630         * lib/fpurge.c (fpurge): Likewise.
2631         * lib/freadable.c (freadable): Likewise.
2632         * lib/freadahead.c (freadahead): Likewise.
2633         * lib/freading.c (freading): Likewise.
2634         * lib/freadptr.c (freadptr): Likewise.
2635         * lib/freadseek.c (freadptrinc): Likewise.
2636         * lib/fseeko.c (rpl_fseeko): Likewise.
2637         * lib/fseterr.c (fseterr): Likewise.
2638         * lib/fwritable.c (fwritable): Likewise.
2639         * lib/fwriting.c (fwriting): Likewise.
2640         Reported by Roger Cornelius <rac@tenzing.org> and
2641         Brian K. White <brian@aljex.com>.
2642
2643 2008-04-06  Jim Meyering  <meyering@redhat.com>
2644
2645         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
2646
2647 2008-04-06  Bruno Haible  <bruno@clisp.org>
2648
2649         Avoid possible error with non-ASCII bytes in UTF-8 locales.
2650         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
2651         * tests/test-printf-posix.sh: Likewise.
2652         * tests/test-vfprintf-posix.sh: Likewise.
2653         * tests/test-vprintf-posix.sh: Likewise.
2654         * tests/test-xprintf-posix.sh: Likewise.
2655
2656 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2657
2658         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
2659         hide error from 'ls', needed on OS/2.
2660         Report by Elbert Pol <elbert.pol@gmail.com>.
2661
2662 2008-04-04  Eric Blake  <ebb9@byu.net>
2663
2664         Make test-fseeko.c failures meaningful.
2665         * tests/test-fseeko.c: Print line number on failure.
2666         * tests/test-fseek.c: Likewise.
2667         Reported by Nelson H. F. Beebe.
2668
2669         Improve strtod bug detection check.
2670         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
2671         required for Solaris 10.
2672         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
2673
2674 2008-04-04  Bruno Haible  <bruno@clisp.org>
2675
2676         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
2677         by m4/setenv.m4.
2678
2679 2008-04-03  Eric Blake  <ebb9@byu.net>
2680
2681         Ensure sane .version contents.
2682         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
2683         version string.
2684         * build-aux/git-version-gen: Improve documentation.
2685
2686         Make GNU make output nicer.
2687         * top/GNUmakefile [!_have-Makefile]: Add dependency on
2688         MAKECMDGOALS to enforce message for all command line targets.  Set
2689         srcdir for use in maint.mk.
2690
2691         Another maintainer tweak.
2692         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
2693         a target that regenerates version.
2694
2695 2008-04-03  Jim Meyering  <meyering@redhat.com>
2696
2697         vc-list-files: don't cause coreutils "make po-check" failure
2698         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
2699
2700 2008-04-03  Eric Blake  <ebb9@byu.net>
2701
2702         Allow VPATH usage of vc-list-files.
2703         * build-aux/vc-list-files (scriptversion): Add timestamp.
2704         (options): Add --help, --version, -C.
2705         (CVS): Support installed cvsu.
2706
2707 2008-04-02  Bruno Haible  <bruno@clisp.org>
2708
2709         Avoid some "statement with no effect" warnings from gcc.
2710         * tests/test-wctype.c (main): Explicitly ignore unused values.
2711         Reported by Jim Meyering.
2712
2713 2008-04-02  Jim Meyering  <meyering@redhat.com>
2714
2715         Avoid some warnings from "gcc -Wshadow".
2716         * tests/test-frexp.c (exp): Define to a different identifier.
2717         * tests/test-frexpl.c (exp): Likewise.
2718
2719 2008-04-03  Jim Meyering  <meyering@redhat.com>
2720
2721         bootstrap: remove dangling *.[ch] symlinks from lib
2722         * build-aux/bootstrap [dangling symlink removal]: Move find's
2723         -depth option to precede all others, to avoid a warning.
2724         Remove *.[ch] files too, and from "$source_base" (usually lib/).
2725
2726 2008-04-02  Bruno Haible  <bruno@clisp.org>
2727
2728         Avoid some warnings from "gcc -Wshadow".
2729         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
2730         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
2731         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
2732         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
2733         Reported by Jim Meyering.
2734
2735 2008-04-01  Bruno Haible  <bruno@clisp.org>
2736
2737         Fix test to work on IRIX 6.5 with cc.
2738         * tests/test-math.c (numeric_equal): New function.
2739         (main): Use it.
2740
2741 2008-04-01  Bruno Haible  <bruno@clisp.org>
2742
2743         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
2744
2745 2008-04-01  Bruno Haible  <bruno@clisp.org>
2746
2747         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
2748         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2749         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
2750         (Depends-on): Remove math.
2751
2752         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
2753         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2754         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
2755         (Depends-on): Remove math.
2756
2757         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
2758         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2759         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
2760         (Depends-on): Remove math.
2761         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
2762         (Depends-on): Remove math.
2763
2764         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
2765         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2766         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
2767         (Depends-on): Remove math.
2768         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
2769         (Depends-on): Remove math.
2770
2771         * tests/test-round1.c: Include nan.h.
2772         (main): Use NaNd instead of NAN.
2773         * modules/round-tests (Files): Add tests/nan.h.
2774
2775         * tests/test-trunc1.c: Include nan.h.
2776         (main): Use NaNd instead of NAN.
2777         * modules/trunc-tests (Files): Add tests/nan.h.
2778
2779         * tests/test-roundf1.c: Include nan.h.
2780         (main): Use NaNf instead of NAN.
2781         * modules/roundf-tests (Files): Add tests/nan.h.
2782
2783         * tests/test-truncf1.c: Include nan.h.
2784         (main): Use NaNf instead of NAN.
2785         * modules/truncf-tests (Files): Add tests/nan.h.
2786
2787         * tests/test-ceilf1.c: Include nan.h.
2788         (main): Use NaNf instead of NAN.
2789         * modules/ceilf-tests (Files): Add tests/nan.h.
2790
2791         * tests/test-floorf1.c: Include nan.h.
2792         (main): Use NaNf instead of NAN.
2793         * modules/floorf-tests (Files): Add tests/nan.h.
2794
2795         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
2796         (main): Use NaNf instead of NAN.
2797         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
2798
2799         * tests/test-isnand.c: Include nan.h instead of <math.h>.
2800         (main): Use NaNd instead of NAN.
2801         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
2802
2803         * tests/test-frexp.c: Include nan.h.
2804         (main): Use NaNd instead of NAN.
2805         * modules/frexp-tests (Files): Add tests/nan.h.
2806
2807         * lib/isnan.c: Don't include <math.h>.
2808         (FUNC): Don't use NAN macro.
2809         * modules/isnand-nolibm (Depends-on): Remove math.
2810         * modules/isnanf-nolibm (Depends-on): Remove math.
2811         * modules/isnanl (Depends-on): Remove math.
2812         * modules/isnanl-nolibm (Depends-on): Remove math.
2813
2814         * tests/nan.h: New file.
2815
2816 2008-04-01  Eric Blake  <ebb9@byu.net>
2817
2818         Fix typos.
2819         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
2820         values to be the right type.
2821
2822         For now, cater to gnulib strtod inaccuracies.
2823         * tests/test-strtod.c (main): Allow 1-ulp error on expected
2824         fractional results.  While not as nice from a QoI perspective, it
2825         is a quicker patch than correctly implementing decimal to binary
2826         rounding.
2827
2828 2008-03-31  Eric Blake  <ebb9@byu.net>
2829
2830         Guarantee a definition of NAN.
2831         * lib/math.in.h (NAN): Define if missing.
2832         * tests/test-math.c (main): Test it.
2833         * doc/posix-headers/math.texi (math.h): Document this.
2834         * lib/isnan.c (rpl_isnand): Use it.
2835         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
2836         * tests/test-floorf1.c (NaN): Likewise.
2837         * tests/test-frexp.c (NaN): Likewise.
2838         * tests/test-isnand.c (NaN): Likewise.
2839         * tests/test-isnanf.c (NaN): Likewise.
2840         * tests/test-round1.c (NaN): Likewise.
2841         * tests/test-roundf1.c (NaN): Likewise.
2842         * tests/test-snprintf-posix.h (NaN): Likewise.
2843         * tests/test-sprintf-posix.h (NaN): Likewise.
2844         * tests/test-trunc1.c (NaN): Likewise.
2845         * tests/test-truncf1.c (NaN): Likewise.
2846         * tests/test-vasnprintf-posix.c (NaN): Likewise.
2847         * tests/test-vasprintf-posix.c (NaN): Likewise.
2848         * modules/isnand-nolibm (Depends-on): Add math.
2849         * modules/isnanf-nolibm (Depends-on): Likewise.
2850         * modules/isnanl (Depends-on): Likewise.
2851         * modules/isnanl-nolibm (Depends-on): Likewise.
2852         * modules/snprintf-posix-tests (Depends-on): Likewise.
2853         * modules/sprintf-posix-tests (Depends-on): Likewise.
2854         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
2855         * modules/vsprintf-posix-tests (Depends-on): Likewise.
2856         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
2857         * modules/vasprintf-posix-tests (Depends-on): Likewise.
2858
2859 2008-03-31  Bruno Haible  <bruno@clisp.org>
2860
2861         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
2862         * doc/posix-functions/strtod.texi: Likewise.
2863
2864 2008-03-31  Bruno Haible  <bruno@clisp.org>
2865
2866         * tests/test-strtod.c (main): Don't use C99 syntax.
2867
2868 2008-03-31  Bruno Haible  <bruno@clisp.org>
2869
2870         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
2871         Reported by Eric Blake.
2872
2873 2008-03-31  Jim Meyering  <meyering@redhat.com>
2874
2875         Don't compare actual signbit return values.
2876         * tests/test-strtod.c (main): Rather, compare only their
2877         zero/non-zero nature.
2878
2879 2008-03-31  Eric Blake  <ebb9@byu.net>
2880
2881         More strtod documentation.
2882         * doc/posix-functions/strtod.texi (strtod): Interpret more test
2883         failures as distinct bugs.
2884
2885 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2886
2887         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
2888         Problem reported by Erik Benada in
2889         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
2890
2891 2008-03-30  Bruno Haible  <bruno@clisp.org>
2892
2893         * tests/test-strtod.c: Add comments about which assertion fails on which
2894         platform.
2895         * doc/posix-functions/strtod.texi: Add info about many more platforms.
2896
2897 2008-03-30  Eric Blake  <ebb9@byu.net>
2898
2899         Test signbit behavior on zeros.
2900         * tests/test-signbit.c (test_signbitf): Add tests for zero.
2901         (test_signbitd, test_signbitl): Likewise.
2902
2903         More strtod touchups.
2904         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
2905         sign of negative underflow, for now.  Use .5, not .1.
2906         * doc/posix-functions/strtod.texi (strtod): Mention these
2907         limitations.
2908         Reported by Jim Meyering.
2909
2910 2008-03-30  Bruno Haible  <bruno@clisp.org>
2911
2912         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
2913         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
2914
2915 2008-03-30  Bruno Haible  <bruno@clisp.org>
2916
2917         Avoid failure when attempting to return empty iconv results on some
2918         platforms.
2919         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
2920         allocation, don't report ENOMEM when the resulting string is empty.
2921
2922 2008-03-30  Bruno Haible  <bruno@clisp.org>
2923
2924         Fix buffer overrun.
2925         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
2926         Don't consider the width for tmp_length. Check count against tmp_length
2927         before doing the padding. Ensure enough allocation during padding.
2928
2929 2008-03-30  Eric Blake  <ebb9@byu.net>
2930
2931         strtod touchups.
2932         * lib/strtod.c (strtod): Avoid compiler warnings.
2933         Reported by Jim Meyering.
2934
2935 2008-03-30  Bruno Haible  <bruno@clisp.org>
2936
2937         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2938         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2939         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2940         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2941         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2942         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2943         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2944         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2945
2946         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2947         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2948         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2949         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2950         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2951         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2952         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2953         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2954
2955         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2956         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2957         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2958         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2959         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2960         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2961         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2962         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2963
2964         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2965         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2966
2967         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2968         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2969
2970         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2971         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2972
2973         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2974         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2975         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2976
2977         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2978         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2979         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2980
2981         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2982         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2983         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2984
2985         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2986         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2987         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2988
2989         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2990         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2991         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2992         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2993         (Depends-on): Add EOVERFLOW.
2994         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2995         (Depends-on): Add EOVERFLOW.
2996         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2997         (Depends-on): Add EOVERFLOW.
2998         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2999         (Depends-on): Add EOVERFLOW.
3000         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
3001         (Depends-on): Add EOVERFLOW.
3002         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
3003         (Depends-on): Add EOVERFLOW.
3004         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
3005         (Depends-on): Add EOVERFLOW.
3006         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
3007         (Depends-on): Add EOVERFLOW.
3008
3009         * lib/sprintf.c (EOVERFLOW): Remove fallback.
3010         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
3011         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
3012
3013         * lib/snprintf.c (EOVERFLOW): Remove fallback.
3014         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
3015         * modules/snprintf (Depends-on): Add EOVERFLOW.
3016
3017         * lib/poll.c (EOVERFLOW): Remove fallback.
3018         * modules/poll (Depends-on): Add EOVERFLOW.
3019
3020         * lib/getugroups.c (EOVERFLOW): Remove fallback.
3021         * modules/getugroups (Depends-on): Add EOVERFLOW.
3022
3023         * lib/getdelim.c (EOVERFLOW): Remove fallback.
3024         * modules/getdelim (Depends-on): Add EOVERFLOW.
3025
3026         * lib/ftell.c (EOVERFLOW): Remove fallback.
3027         * modules/ftell (Depends-on): Add EOVERFLOW.
3028
3029         * lib/fprintf.c (EOVERFLOW): Remove fallback.
3030         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
3031         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
3032
3033         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
3034
3035         * modules/EOVERFLOW-tests: New file.
3036         * tests/test-EOVERFLOW.c: New file.
3037
3038         * modules/EOVERFLOW: New file.
3039         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
3040
3041 2008-03-30  Bruno Haible  <bruno@clisp.org>
3042
3043         Fix bug introduced on 2007-06-10.
3044         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
3045         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
3046
3047 2008-03-30  Bruno Haible  <bruno@clisp.org>
3048
3049         Improve freadseek's efficiency after ungetc.
3050         * lib/freadseek.c: Include freadahead.h.
3051         (freadptrinc): New function, extracted from freadseek.
3052         (freadseek): Use it in a loop. Use freadahead to determine the number
3053         of loop iterations.
3054         * modules/freadseek (Depends-on): Add freadahead.
3055         (configure.ac): Require AC_C_INLINE.
3056
3057 2008-03-30  Bruno Haible  <bruno@clisp.org>
3058
3059         * lib/freadseek.c (freadseek): Don't ignore the return value of
3060         freadptr.
3061
3062 2008-03-29  Eric Blake  <ebb9@byu.net>
3063
3064         Add hex float support.
3065         * modules/strtod (Depends-on): Add c-ctype.
3066         (Link): Mention POW_LIB.
3067         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
3068         whitespace between 'e' and exponent.
3069         * tests/test-strtod.c (main): Enable hex float tests.
3070         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
3071         now provides.
3072
3073         Document various strtod bugs, with some fixes.
3074         * doc/posix-functions/strtod.texi (strtod): Document bugs with
3075         "-0x", "inf", "nan", and hex constants.
3076         * doc/posix-functions/atof.texi (atof): Likewise.
3077         * modules/stdlib (Makefile.am): Support strtod.
3078         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
3079         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
3080         detect additional strtod bugs.
3081         * lib/stdlib.in.h (rpl_strtod): Add declarations.
3082         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
3083         bool where appropriate.  Parse 'inf' and 'nan'.
3084         * tests/test-strtod.c: New file.
3085         * modules/strtod (Depends-on): Add stdbool, stdlib.
3086         (configure.ac): Turn on module indicator.
3087         * modules/strtod-tests: New module.
3088
3089 2008-03-29  Eric Blake  <ebb9@byu.net>
3090
3091         Fix ftell on mingw.
3092         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
3093         * modules/ftell-tests (Depends-on): Add binary-io.
3094         * modules/ftello-tests (Depends-on): Likewise.
3095         * tests/test-ftell.c (main): Enhance test to cover behavior after
3096         ungetc.  Enforce binary mode.
3097         * tests/test-ftello.c (main): Likewise.
3098
3099         Pass test-freadseek on cygwin.
3100         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
3101         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
3102         ungetc buffer.
3103
3104         * tests/test-fflush2.c (main): Fix typo.
3105
3106 2008-03-29  Bruno Haible  <bruno@clisp.org>
3107
3108         * tests/test-fflush2.c (main): Temporarily disable the contents of
3109         this test.
3110         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
3111         Reported by Eric Blake.
3112
3113 2008-03-28  Simon Josefsson  <simon@josefsson.org>
3114
3115         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
3116         (GC_SHA224_DIGEST_SIZE): Add.
3117
3118         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
3119         (gc_hash_digest_length): Likewise.
3120         (gc_hash_buffer): Likewise.
3121
3122 2008-03-25  Bruno Haible  <bruno@clisp.org>
3123
3124         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
3125         detail which gettext release to use.
3126         Reported by Simon Josefsson.
3127
3128 2008-03-26  Jim Meyering  <meyering@redhat.com>
3129
3130         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
3131         * modules/gnumakefile (clean-GNUmakefile): Also, use
3132         test ... && ... || : syntax rather than if-then ... fi.
3133
3134         gnumakefile: Don't double-quote-expand $(VPATH) value.
3135         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
3136
3137 2008-03-24  Eric Blake  <ebb9@byu.net>
3138
3139         Alter GNUmakefile to install into top directory.
3140         * modules/maintainer-makefile: Split, and add dependency...
3141         * modules/gnumakefile: to this new module.
3142         * build-aux/GNUmakefile: Move...
3143         * top/GNUmakefile: ...here.
3144         * build-aux/maint.mk: Move...
3145         * top/maint.mk: ...here.
3146         * MODULES.html.sh (Support for maintaining...): Document new
3147         module.
3148
3149 2008-03-23  Bruno Haible  <bruno@clisp.org>
3150
3151         * gnulib-tool: New options --vc-files, --no-vc-files.
3152         (func_usage): Document them.
3153         (vc_files): New variable.
3154         (func_import): Consider vc_files.
3155         (func_create_testdir): Set vc_files to empty.
3156         Suggested by Jim Meyering and Karl Berry.
3157
3158 2008-03-23  Bruno Haible  <bruno@clisp.org>
3159
3160         Fix regex compilation error on HP-UX 11.
3161         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
3162         * modules/regex (Files): Add m4/mbstate_t.m4.
3163         Reported by Ton Voon <ton.voon@altinity.com>.
3164
3165 2008-03-23  Bruno Haible  <bruno@clisp.org>
3166
3167         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
3168
3169 2008-03-23  Eric Blake  <ebb9@byu.net>
3170             Bruno Haible  <bruno@clisp.org>
3171
3172         Install files from top/ in the destination directory.
3173         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
3174         augmentation also for the files from top/.
3175         (func_import, func_create_testdir): Rewrite file names:
3176         top/filename -> filename.
3177
3178 2008-03-23  Bruno Haible  <bruno@clisp.org>
3179
3180         Tweak "gnulib --version" output.
3181         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
3182
3183 2008-03-23  Bruno Haible  <bruno@clisp.org>
3184
3185         Tweak "gnulib --version" output.
3186         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
3187         rather than contents of ChangeLog, when possible.
3188
3189 2008-03-21  Eric Blake  <ebb9@byu.net>
3190
3191         More --version tweaks.
3192         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
3193         date of last ChangeLog entry.
3194
3195 2008-03-21  Jim Meyering  <meyering@redhat.com>
3196
3197         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
3198
3199 2008-03-20  Eric Blake  <ebb9@byu.net>
3200
3201         VPATH fix.
3202         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
3203
3204 2008-03-20  Simon Josefsson  <simon@josefsson.org>
3205
3206         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
3207         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
3208
3209 2008-03-20  Eric Blake  <ebb9@byu.net>
3210
3211         Sync GNUmakefile with coreutils.
3212         * build-aux/GNUmakefile (have-Makefile): Rename...
3213         (_have-Makefile): ...to this, for namespace consideration.
3214         (GNUmakefile.cfg): Include, if present.
3215         (_autoreconf): Define a default.
3216         (_is-dist-target): New rule for rebuilds to pick up intra-release
3217         version.
3218         (maint-cfg.mk): Rename...
3219         (cfg.mk): ...to this.
3220
3221 2008-03-18  Jim Meyering  <meyering@redhat.com>
3222
3223         New script and module: mktempd
3224         * MODULES.html.sh (maint+release support): Add mktempd.
3225         * build-aux/mktempd: New file.
3226         * modules/mktempd: New file.
3227
3228 2008-03-15  Jim Meyering  <meyering@redhat.com>
3229
3230         Undo last change.
3231         * lib/sha1.c, lib/md5.c: 63 != ~63.
3232         Reported by Andreas Schwab.
3233
3234         sha1.c, md5.c: Hoist a redundant expression.
3235         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
3236         "ctx->buflen" only once, before calling *_process_block.
3237         * lib/md5.c (md5_process_bytes): Likewise.
3238
3239 2008-03-14  Eric Blake  <ebb9@byu.net>
3240
3241         Bump copyright year in files generated by gnulib-tool.
3242         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
3243         gnulib-tool, rather than hard-coding it.
3244
3245         Fix 'gnulib-tool --version' output to work with git.
3246         * gnulib-tool (func_gnulib_dir): New function, extracted from...
3247         (startup): ...here.
3248         (func_version): Use it to invoke git-version-gen, rather than
3249         relying on CVS keyword expansion.  Modernize wording.
3250         (cvsdatestamp, last_checkin_date, version): Kill unused
3251         variables.
3252
3253 2008-03-12  Jim Meyering  <meyering@redhat.com>
3254
3255         Recognize optional cast of the argument to free.
3256         * build-aux/useless-if-before-free: Update regexps.
3257
3258         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
3259
3260 2008-03-11  Bruno Haible  <bruno@clisp.org>
3261
3262         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
3263         by a single package.
3264         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
3265         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
3266         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
3267         Reported by Sam Steingold <sds@gnu.org>.
3268
3269 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3270
3271         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
3272         repositories.
3273
3274 2008-03-11  Bruno Haible  <bruno@clisp.org>
3275
3276         Avoid conflicts between local macro definitions.
3277         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3278         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
3279
3280 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
3281             Bruno Haible  <bruno@clisp.org>
3282
3283         Make va_copy work with some version of xlc on AIX 5.1.
3284         * lib/stdarg.in.h: New file.
3285         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
3286         On AIX, use a <stdarg.h> file substitute.
3287         * modules/stdarg (Files): Add lib/stdarg.in.h.
3288         (Depends-on): Add include_next.
3289         (Makefile.am): Build a stdarg.h substitute if requested.
3290         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
3291
3292 2008-03-10  Bruno Haible  <bruno@clisp.org>
3293
3294         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
3295         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3296         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3297
3298 2008-03-10  Bruno Haible  <bruno@clisp.org>
3299
3300         * modules/stdlib (Depends-on): Add include_next, remove
3301         absolute-header.
3302
3303 2008-03-09  Bruno Haible  <bruno@clisp.org>
3304
3305         * lib/freadahead.h (freadahead): Document more precisely.
3306         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
3307         the sum of both buffer sizes.
3308         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
3309         * NEWS: Document the change.
3310
3311 2008-03-09  Bruno Haible  <bruno@clisp.org>
3312
3313         Extend freadptr to return also the buffer size.
3314         * lib/freadptr.h (freadptr): Add sizep argument.
3315         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
3316         (freadptr): Add sizep argument. Determine buffer size like freadahead
3317         does.
3318         * tests/test-freadptr.c: Don't include freadahead.h.
3319         (main): Adapt for new calling convention of freadptr.
3320         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
3321         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
3322         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
3323         tests/test-freadptr2.sh.
3324         (Depends): Remove freadahead.
3325         (TESTS): Add test-freadptr2.sh.
3326         (check_PROGRAMS): Add test-freadptr2.
3327
3328 2008-03-09  Bruno Haible  <bruno@clisp.org>
3329
3330         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
3331         Report and solution by Simon Josefsson.
3332
3333 2008-03-06  Bruno Haible  <bruno@clisp.org>
3334
3335         Make fflush after ungetc work on BSD platforms.
3336         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
3337         * tests/test-fflush2.c: New file.
3338         * tests/test-fflush2.sh: New file.
3339         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
3340         tests/test-fflush2.c.
3341         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
3342         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
3343
3344 2008-03-06  Eric Blake  <ebb9@byu.net>
3345
3346         Likewise for ftello.
3347         * modules/ftello (Dependencies): Add extensions.
3348         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
3349
3350 2008-03-06  Bruno Haible  <bruno@clisp.org>
3351
3352         * modules/fseeko (Dependencies): Add extensions.
3353         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
3354         Needed on glibc systems.
3355
3356 2008-03-06  Bruno Haible  <bruno@clisp.org>
3357
3358         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
3359         email address.
3360         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3361
3362 2008-03-06  Bruno Haible  <bruno@clisp.org>
3363
3364         * users.txt: Add libgnupdf.
3365
3366 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
3367
3368         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
3369         (Header File Substitutes, Function Substitutes,
3370         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
3371         (Build robot for gnulib): Fix typo.
3372
3373 2008-03-06  Bruno Haible  <bruno@clisp.org>
3374
3375         * doc/gnulib-tool.texi (VCS Issues): Small updates.
3376         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3377
3378 2008-03-06  Bruno Haible  <bruno@clisp.org>
3379
3380         * doc/func.texi: New file, extracted from doc/gnulib.texi.
3381         * doc/gnulib.texi: Include it.
3382
3383 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3384
3385         * modules/func (License): Change license to unlimited; there was
3386         no LGPL parts in the module anyway.
3387
3388 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3389
3390         * modules/__func__: Renamed to modules/func.
3391         * modules/__func__-tests: Renamed to modules/func-tests.
3392         * tests/test-__func__.c: Renamed to tests/test-func.c.
3393         * m4/__func__.m4: Renamed to m4/func.m4.
3394         * doc/gnulib.texi (__func__): Section renamed to func.
3395         Suggested by Eric Blake <ebb9@byu.net>.
3396
3397 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3398
3399         * doc/gnulib.texi (__func__): Use C99 terminology when talking
3400         about __func__.  Make example self-contained.  Suggested by Eric
3401         Blake <ebb9@byu.net>.
3402
3403         * tests/test-__func__.c (main): Avoid extraneous () around __func.
3404         Suggested by Eric Blake <ebb9@byu.net>.
3405
3406 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3407
3408         * modules/__func__: New file.
3409         * modules/__func__-tests: New file.
3410         * tests/test-__func__.c: New file.
3411         * m4/__func__.m4: New file.
3412         * doc/gnulib.texi (__func__): Document __func__ module.
3413
3414 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3415
3416         * modules/byteswap (License): Re-license as LGPLv2+.
3417
3418 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3419
3420         * doc/Makefile: Add pdf target.
3421
3422 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3423
3424         * modules/inline (License): Use 'unlimited', since there are only
3425         *.m4 files in this module.
3426
3427 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3428             Bruno Haible  <bruno@clisp.org>
3429
3430         Add support for HP C 7.1 on OpenVMS 8.3.
3431         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
3432
3433 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3434
3435         Update VMS specifics.
3436         * lib/getopt.c [VMS]: Remove include of unixlib.h.
3437
3438 2008-03-02  Jim Meyering  <meyering@redhat.com>
3439
3440         Remove the last dependency on the "free" module.
3441         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
3442         Reported by Bob Proulx.
3443
3444         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
3445
3446         Remove useless "if" tests before free.  Deprecate "free" module.
3447         * doc/posix-functions/free.texi: Mention that this
3448         module is no longer useful.
3449         * modules/free (Notice): Say this module is obsolete.
3450         * modules/readutmp (Depends-on): Remove free.
3451         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
3452         * lib/putenv.c (putenv): Likewise.
3453         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
3454         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
3455         * tests/test-c-strcasestr.c (main): Likewise.
3456         * tests/test-c-strstr.c (main): Likewise.
3457         * tests/test-mbscasestr1.c (main): Likewise.
3458         * tests/test-mbscasestr2.c (main): Likewise.
3459         * tests/test-mbsstr1.c (main): Likewise.
3460         * tests/test-mbsstr2.c (main): Likewise.
3461         * tests/test-memmem.c (main): Likewise.
3462         * tests/test-strcasestr.c (main): Likewise.
3463         * tests/test-striconv.c (main): Likewise.
3464         * tests/test-striconveh.c (main): Likewise.
3465         * tests/test-striconveha.c (main): Likewise.
3466         * tests/test-strstr.c (main): Likewise.
3467
3468         * build-aux/git-version-gen: Adjust a comment and the Usage string.
3469
3470         bootstrap: sync from coreutils again
3471         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
3472
3473 2008-03-01  Jim Meyering  <meyering@redhat.com>
3474
3475         bootstrap: sync from coreutils
3476         * build-aux/bootstrap (update_po_files): Copy a .po file into place
3477         also when the target doesn't exist.
3478
3479 2008-03-01  Eric Blake  <ebb9@byu.net>
3480
3481         Fix bugs in last patch.
3482         * lib/memchr2.c (memchr2): Fix typo.
3483         * tests/test-memchr2.c: Test previous bug, and don't use GNU
3484         extension.
3485         Reported by Bruce Korb.
3486
3487         New module 'memchr2'.
3488         * modules/memchr2: New file.
3489         * modules/memchr2-tests: Likewise.
3490         * lib/memchr2.h: Likewise.
3491         * lib/memchr2.c: Likewise, based on memchr.c.
3492         * tests/test-memchr2.c: New test.
3493         * MODULES.html.sh (String handling): Add memchr2.
3494
3495 2008-02-29  Bruno Haible  <bruno@clisp.org>
3496
3497         * modules/freadseek-tests: New file.
3498         * tests/test-freadseek.sh: New file.
3499         * tests/test-freadseek.c: New file.
3500
3501         New module 'freadseek'.
3502         * modules/freadseek: New file.
3503         * lib/freadseek.h: New file.
3504         * lib/freadseek.c: New file.
3505         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
3506
3507 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3508
3509         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
3510         wydawca.
3511
3512         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
3513         program_invocation_name and program_invocation_short_name are
3514         present.
3515
3516 2008-02-28  Bruno Haible  <bruno@clisp.org>
3517
3518         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
3519         * tests/test-freadptr.sh: Also test non-seekable stdin.
3520
3521 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
3522
3523         * build-aux/bootstrap (source_base, m4_base)
3524         (doc_base, tests_base): New variables.
3525         (gnulib_tool_options): Do not hardcode base directories, use
3526         the above variables instead.
3527
3528 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
3529
3530         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
3531
3532 2008-02-28  Bruno Haible  <bruno@clisp.org>
3533
3534         * modules/freadptr-tests: New file.
3535         * tests/test-freadptr.sh: New file.
3536         * tests/test-freadptr.c: New file.
3537
3538         New module 'freadptr'.
3539         * modules/freadptr: New file.
3540         * lib/freadptr.h: New file.
3541         * lib/freadptr.c: New file.
3542         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
3543
3544 2008-02-26  Karl Berry  <karl@freefriends.org>
3545
3546         Sync from Libtool:
3547         * libltdl/argz.c (argz_add, argz_count): New functions.
3548         * libltdl/argz.in.h: Declare them.
3549         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
3550
3551 2008-02-22  Bruno Haible  <bruno@clisp.org>
3552
3553         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
3554         is a pointer type.  Needed for HP-UX 10.
3555         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
3556         * doc/posix-functions/gmtime_r.texi: Likewise.
3557         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3558
3559 2008-02-24  Bruno Haible  <bruno@clisp.org>
3560
3561         * modules/environ-tests: New file.
3562         * tests/test-environ.c: New file.
3563
3564         New module 'environ'.
3565         * modules/environ: New file.
3566         * lib/unistd.in.h (environ): New declaration.
3567         * m4/environ.m4: New file.
3568         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
3569         after use.
3570         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
3571         HAVE_DECL_ENVIRON.
3572         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
3573         HAVE_DECL_ENVIRON.
3574         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
3575         wrong claim that 'environ' is missing on some systems.
3576         * modules/execute (Depends-on): Add environ.
3577         * lib/execute.c (environ): Remove fallback declaration.
3578         * modules/pipe (Depends-on): Add environ.
3579         * lib/pipe.c (environ): Remove fallback declaration.
3580         * modules/setenv (Depends-on): Add environ.
3581         * lib/setenv.c (environ): Remove fallback declaration.
3582         * modules/unsetenv (Depends-on): Add environ.
3583         * lib/unsetenv.c (environ): Remove fallback declaration.
3584         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
3585         m4/environ.m4.
3586         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
3587         (gl_PREREQ_UNSETENV): Likewise.
3588
3589 2008-02-24  Bruno Haible  <bruno@clisp.org>
3590
3591         * doc/posix-functions/environ.texi: Document the MacOS X problem.
3592
3593 2008-02-20  Bob Proulx  <bob@proulx.com>
3594
3595         Enable use of older two part flavor 'git describe'.
3596         * build-aux/git-version-gen: If using the older two part flavor of
3597         git version then recreate the third part now present in the
3598         newer three part flavor of git describe.
3599
3600 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
3601
3602         * lib/fts.c (fts_build): Typo correction to comment.
3603
3604 2008-02-17  Bruno Haible  <bruno@clisp.org>
3605
3606         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
3607         generating no-op conflicts.
3608
3609 2008-02-17  Bruno Haible  <bruno@clisp.org>
3610
3611         Speed up by 10%.
3612         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
3613         result_entries, rather than an index-based loop.
3614
3615 2008-02-17  Bruno Haible  <bruno@clisp.org>
3616
3617         Speed up by 25%.
3618         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
3619         'hashcode_cached'.
3620         (entry_create): New function.
3621         (entry_hashcode): Use the cached hashcode if possible.
3622         (read_changelog_file, try_split_merged_entry): Use entry_create.
3623
3624 2008-02-17  Bruno Haible  <bruno@clisp.org>
3625
3626         Speed up from O(n^2) to O(n) for long ChangeLog files.
3627         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
3628         (read_changelog_file): Change implementation of entries_reversed list
3629         to rbtreehash.
3630         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
3631
3632 2008-02-17  Bruno Haible  <bruno@clisp.org>
3633
3634         New option --split-merged-entry.
3635         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
3636         (find_paragraph_end, try_split_merged_entry): New functions.
3637         (long_options): Add option --split-merged-entry.
3638         (usage): Document option --split-merged-entry.
3639         (main): Implement option --split-merged-entry.
3640         Reported by Eric Blake.
3641
3642 2008-02-17  Bruno Haible  <bruno@clisp.org>
3643
3644         * lib/git-merge-changelog.c: Include c-strstr.h.
3645         (main): Support the "git pull --rebase" situation.
3646         * modules/git-merge-changelog (Depends-on): Add c-strstr.
3647         Reported by Eric Blake.
3648
3649 2008-02-16  Eric Blake  <ebb9@byu.net>
3650
3651         Avoid doubling \ in common case of "c-maybe" quoting style.
3652         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
3653         eliding outer quotes.
3654         * lib/quotearg.h: Document this.
3655         * tests/test-quotearg.c (result_strings, inputs, results_g)
3656         (flag_results, locale_results): Test it by adding a new string to
3657         each test group.
3658         (compare_strings): Test new string.
3659
3660 2008-02-13  Eric Blake  <ebb9@byu.net>
3661
3662         Avoid trigraph quoting in default output.
3663         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
3664         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
3665         unless explicitly requested.
3666         * tests/test-quotearg.c (flag_results, main): Add additional tests.
3667
3668 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
3669
3670         Don't rely on signed integer overflowing to negative value.
3671         * lib/getugroups.c (getugroups): Include <limits.h>.
3672         Instead, compare against INT_MAX, and increment only if the test passes.
3673
3674 2008-02-13  Jim Meyering  <meyering@redhat.com>
3675         and Eric Blake  <ebb9@byu.net>
3676
3677         Avoid shadowing warning and compile errors on Linux.
3678         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
3679         forwarding macros on Linux.
3680         (dcgettext): Define a stub, for Linux.
3681         (results_g, main): Avoid warnings.
3682
3683 2008-02-12  Eric Blake  <ebb9@byu.net>
3684
3685         Silence warning in last patch.
3686         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
3687
3688         Quotearg part 4: add tests, fix c-maybe colon quoting.
3689         * lib/quotearg.h: Improve documentation.
3690         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
3691         escapes when adding outer quotes.  When quoting trigraphs, use
3692         valid C notation.  When quoting NUL, omit extra characters if next
3693         character is not digit.  Alter prototype.
3694         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
3695         callers.
3696         * modules/quotearg-tests: New module.
3697         * tests/test-quotearg.c: New test.
3698
3699 2008-02-07  Eric Blake  <ebb9@byu.net>
3700
3701         Quotearg part 3: add flag to control outer quote elision.
3702         * lib/quotearg.h (c_maybe_quoting_style): New style.
3703         (enum quoting_flags): Better documentation of flags.
3704         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
3705         c-maybe style.
3706         (quotearg_buffer_restyled): Handle new flag to elide outer
3707         quotes.
3708
3709         Quotearg part 2: add flag that can control NUL elision.
3710         * lib/quotearg.h (set_quoting_flags): New prototype.
3711         * lib/quotearg.c (struct quoting_options): Add flag field.
3712         (set_quoting_flags): New function.
3713         (quotearg_buffer_restyled): Add flags parameter.
3714         (quotearg_alloc_mem): Set the flag if length cannot be returned.
3715         (quotearg_n_options): Set the flag, since length cannot be
3716         returned.
3717         (quoting_options_from_style): Default flags correctly.
3718
3719         Quotearg part 1: more wrappers, restore quotearg_char state.
3720         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
3721         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
3722         (quotearg_colon_mem): New wrappers.
3723         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
3724         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
3725         functions.
3726         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
3727         (quotearg_colon_mem): New functions.
3728
3729 2008-02-11  Bruno Haible  <bruno@clisp.org>
3730
3731         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
3732         library in the current directory: it does not work with parallel make.
3733         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3734
3735 2008-02-11  Bruno Haible  <bruno@clisp.org>
3736
3737         * .gitattributes: New file.
3738
3739 2008-02-11  Jim Meyering  <meyering@redhat.com>
3740
3741         useless-if-before-free: Fix reversed exit values.
3742         * build-aux/useless-if-before-free: Use correct values
3743         for EXIT_MATCH and EXIT_NO_MATCH.
3744
3745         * build-aux/useless-if-before-free: Close stdout carefully.
3746
3747 2008-02-10  Bruno Haible  <bruno@clisp.org>
3748
3749         New module 'git-merge-changelog'.
3750         * modules/git-merge-changelog: New file.
3751         * lib/git-merge-changelog.c: New file.
3752
3753 2008-02-10  Jim Meyering  <meyering@redhat.com>
3754
3755         useless-if-before-free: New option: --list (-l).
3756
3757         useless-if-before-free: Don't exit immediately upon open failure.
3758         * build-aux/useless-if-before-free: Exit 2 for errors.
3759         Upon failure to open a file, don't exit immediately.
3760         Rather, just warn and continue with any remaining files.
3761
3762 2008-02-10  Bruno Haible  <bruno@clisp.org>
3763
3764         New abstract list operation 'node_set_value'.
3765         * lib/gl_list.h (gl_list_node_set_value): New function.
3766         (struct gl_list_implementation): New field node_set_value.
3767         * lib/gl_list.c (gl_list_node_set_value): New function.
3768         * lib/gl_array_list.c (gl_array_node_set_value): New function.
3769         (gl_array_list_implementation): Update.
3770         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
3771         (gl_carray_list_implementation): Update.
3772         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
3773         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3774         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3775         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
3776         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3777         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3778         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3779         Update.
3780         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3781         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
3782         (gl_sublist_list_implementation): Update.
3783
3784 2008-02-10  Bruno Haible  <bruno@clisp.org>
3785
3786         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
3787         Needed when ELEMENT is #defined to 'some_type *'.
3788
3789 2008-02-10  Jim Meyering  <meyering@redhat.com>
3790
3791         New script and module: useless-if-before-free
3792         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
3793         * build-aux/useless-if-before-free: New file.
3794         * modules/useless-if-before-free: New file.
3795
3796         * build-aux/gitlog-to-changelog: Use committer date, not author date.
3797
3798         xstrtol_error: Fix typo.
3799         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
3800         s/exit_failure/exit_status/.
3801
3802 2008-02-09  Jim Meyering  <meyering@redhat.com>
3803
3804         New script and module: gitlog-to-changelog
3805         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
3806         * modules/gitlog-to-changelog: New file.
3807         * build-aux/gitlog-to-changelog: New file.
3808
3809 2008-02-08  Jim Meyering  <meyering@redhat.com>
3810
3811         Avoid two "parameter unused" warnings.
3812         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
3813         Mark "st" as used.
3814
3815         Use "git COMMAND", not "git-COMMAND".
3816         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
3817         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
3818         * build-aux/git-version-gen: Use "git status", not "git-status".
3819
3820 2008-02-07  Bruno Haible  <bruno@clisp.org>
3821
3822         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
3823         Avoids a crash on Windows Vista.
3824         Reported by Adam Strzelecki <ono@java.pl> via
3825         Simon Josefsson <simon@josefsson.org>.
3826
3827 2008-02-06  Bruno Haible  <bruno@clisp.org>
3828
3829         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
3830         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
3831         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
3832         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
3833         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3834         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3835         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
3836         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
3837         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3838         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3839         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3840         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3841         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3842         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3843         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3844         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
3845         left-adjust flag.
3846         * tests/test-snprintf-posix.h (test_function): Likewise.
3847         * tests/test-sprintf-posix.h (test_function): Likewise.
3848         * tests/test-vasprintf-posix.c (test_function): Likewise.
3849         * doc/posix-functions/fprintf.texi: Update.
3850         * doc/posix-functions/printf.texi: Update.
3851         * doc/posix-functions/snprintf.texi: Update.
3852         * doc/posix-functions/sprintf.texi: Update.
3853         * doc/posix-functions/vfprintf.texi: Update.
3854         * doc/posix-functions/vprintf.texi: Update.
3855         * doc/posix-functions/vsnprintf.texi: Update.
3856         * doc/posix-functions/vsprintf.texi: Update.
3857         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3858
3859 2008-02-06  Bruno Haible  <bruno@clisp.org>
3860
3861         Fix bug introduced on 2008-01-26.
3862         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
3863
3864 2008-02-06  Bruno Haible  <bruno@clisp.org>
3865
3866         Fix bug introduced on 2007-06-10.
3867         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
3868         !NEED_PRINTF_FLAG_ZERO.
3869
3870 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
3871
3872         getloadavg: use libperfstat on AIX5
3873         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
3874
3875 2008-02-03  Bruno Haible  <bruno@clisp.org>
3876
3877         * lib/diffseq.h: Add comments about required #includes.
3878         Reported by Michael Biggs <gnulib@doubleplum.net>.
3879
3880 2008-02-01  Bruno Haible  <bruno@clisp.org>
3881
3882         * users.txt: Add gnuit.
3883
3884 2008-01-31  Bruno Haible  <bruno@clisp.org>
3885
3886         * lib/md4.c (set_uint32): Mark as inline.
3887         * lib/md5.c (set_uint32): Likewise.
3888         * lib/sha1.c (set_uint32): Likewise.
3889         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
3890         * m4/md5.m4 (gl_MD5): Likewise.
3891         * m4/sha1.m4 (gl_SHA1): Likewise.
3892
3893 2008-01-31  Jim Meyering  <meyering@redhat.com>
3894
3895         Use "sizeof VAR", rather than a literal "4".
3896         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
3897         * lib/md4.c (md4_read_ctx): Likewise.
3898         * lib/sha1.c (sha1_read_ctx): Likewise.
3899
3900 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3901
3902         * tests/test-sha1.c: New file, based on test-md5.c.
3903
3904         * modules/crypto/sha1-tests: New file.
3905
3906 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3907
3908         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
3909
3910 2008-01-31  Jim Meyering  <meyering@redhat.com>
3911
3912         Prefer "sizeof v" over the equivalent "4".
3913         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
3914         * lib/md5.c (set_uint32): Likewise.
3915         * lib/sha1.c (set_uint32): Likewise.
3916
3917 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3918
3919         * lib/sha1.c (set_uint32): Mark function as static.
3920
3921 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3922
3923         md2: clarify comments to say that alignment is not required.
3924         * lib/md2.h: Remove warning about alignment in comment.
3925         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
3926         never been required.
3927
3928 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3929
3930         md4: adapt alignment constraint fix from sha1.
3931         * lib/md4.c (set_uint32): New function, from sha1.c
3932         (md4_read_ctx): Use it.
3933         (md4_finish_ctx): Doc fix.
3934         * lib/md4.h: Doc fix.
3935
3936 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3937
3938         md5: adapt alignment constraint fix from sha1.
3939         * lib/md5.c (set_uint32): New function, from sha1.c
3940         (md5_read_ctx): Use it.
3941         (md5_finish_ctx): Doc fix.
3942         * lib/md5.h: Doc fix.
3943
3944 2008-01-30  Peter Palfrader  <weasel@debian.org>
3945
3946         sha1: remove the result buffer alignment constraint
3947         * lib/sha1.c (set_uint32): New function.
3948         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3949         constraint.
3950         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3951         * lib/sha1.h: Likewise.
3952
3953 2008-01-30  Andreas Schwab  <schwab@suse.de>
3954             Bruno Haible  <bruno@clisp.org>
3955
3956         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3957         correct definition of LDBL_MIN_EXP.
3958
3959 2008-01-30  Karl Berry  <karl@gnu.org>
3960
3961         * config/srclist-update: try to preserve x bit on updates.
3962         * config/srclistvars.sh: update for karl.
3963
3964 2008-01-29  Jim Meyering  <meyering@redhat.com>
3965
3966         vasnprintf.c: Avoid warning about unused label
3967         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3968         "overflow" label definition and associated code with the
3969         same cpp condition that guards the sole use of that label.
3970
3971 2008-01-26  Bruno Haible  <bruno@clisp.org>
3972
3973         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3974         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3975         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3976         * lib/isnanl-nolibm.h (isnanl): Likewise.
3977         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3978
3979 2008-01-26  Bruno Haible  <bruno@clisp.org>
3980
3981         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3982         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3983
3984 2008-01-26  Bruno Haible  <bruno@clisp.org>
3985
3986         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3987         GCC >= 4.0 built-in.
3988         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3989
3990 2008-01-26  Bruno Haible  <bruno@clisp.org>
3991
3992         Rename isnan, applicable to 'double' only, to isnand.
3993         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3994         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3995         (configure.ac): Update.
3996         (Include): Replace "isnan.h" with "isnand.h".
3997         * m4/isnand.m4: Renamed from m4/isnan.m4.
3998         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3999         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
4000         instead of isnan.c.
4001         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
4002         instead of HAVE_ISNAN_IN_LIBC.
4003         (isnand): Renamed from isnan.
4004         * lib/isnand.c: New file.
4005         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
4006         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
4007         (Makefile.am): Update.
4008         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
4009         Include isnand.h instead of isnan.h.
4010         (main): Test isnand instead of isnan.
4011         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
4012         isnan-nolibm.
4013         * modules/frexp (Depends-on): Likewise.
4014         * modules/frexp-tests (Depends-on): Likewise.
4015         * modules/frexp-nolibm (Depends-on): Likewise.
4016         * modules/frexp-nolibm-tests (Depends-on): Likewise.
4017         * modules/isfinite (Depends-on): Likewise.
4018         * modules/round-tests (Depends-on): Likewise.
4019         * modules/signbit (Depends-on): Likewise.
4020         * modules/signbit-tests (Depends-on): Likewise.
4021         * modules/snprintf-posix (Depends-on): Likewise.
4022         * modules/sprintf-posix (Depends-on): Likewise.
4023         * modules/trunc-tests (Depends-on): Likewise.
4024         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4025         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4026         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4027         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4028         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4029         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4030         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4031         * modules/vasnprintf-posix (Depends-on): Likewise.
4032         * modules/vasprintf-posix (Depends-on): Likewise.
4033         * modules/vfprintf-posix (Depends-on): Likewise.
4034         * modules/vsnprintf-posix (Depends-on): Likewise.
4035         * modules/vsprintf-posix (Depends-on): Likewise.
4036         * lib/frexp.c: Include isnand.h instead of isnan.h.
4037         (ISNAN): Set to isnand instead of isnan.
4038         * lib/isfinite.c: Include isnand.h instead of isnan.h.
4039         (gl_isfinited): Use isnand instead of isnan.
4040         * lib/signbitd.c: Include isnand.h instead of isnan.h.
4041         (gl_signbitd): Use isnand instead of isnan.
4042         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
4043         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
4044         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
4045         (main): Use isnand instead of isnan.
4046         * tests/test-round1.c: Include isnand.h.
4047         (main): Use isnand instead of isnan.
4048         * tests/test-round2.c: Include isnand.h instead of isnan.h.
4049         (ISNAN): Set to isnand instead of isnan.
4050         * tests/test-trunc1.c: Include isnand.h.
4051         (main): Use isnand instead of isnan.
4052         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
4053         (equal): Use isnand instead of isnan.
4054         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
4055         isnand-nolibm.
4056         * NEWS: Mention the change.
4057
4058 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4059             Bruno Haible  <bruno@clisp.org>
4060
4061         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
4062         the GCC builtins for signbits are present and set
4063         REPLACE_SIGNBIT_USING_GCC if so.
4064         * lib/math.in.h (signbit): Define using GCC builtins if
4065         REPLACE_SIGNBIT_USING_GCC is set.
4066         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
4067         REPLACE_SIGNBIT_USING_GCC.
4068         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
4069
4070 2008-01-25  Jim Meyering  <meyering@redhat.com>
4071
4072         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
4073         * lib/poll.c: Include <config.h>, not "config.h".
4074         * tests/test-getaddrinfo.c: Likewise.
4075
4076 2008-01-25  Simon Josefsson  <simon@josefsson.org>
4077
4078         * modules/sockets-tests: New file.
4079
4080 2008-01-24  Simon Josefsson  <simon@josefsson.org>
4081
4082         * modules/sockets: New module, can be used to call WSA_Startup and
4083         WSA_Cleanup when needed.
4084
4085         * lib/sockets.h, lib/sockets.c: New files.
4086
4087         * m4/sockets.m4: New file.
4088
4089         * tests/test-sockets.c: New file.
4090
4091 2008-01-19  Bruno Haible  <bruno@clisp.org>
4092
4093         * doc/posix-headers: Renamed from doc/headers.
4094         * doc/posix-functions: Renamed from doc/functions.
4095         * doc/gnulib.texi: Update.
4096
4097 2008-01-19  Bruno Haible  <bruno@clisp.org>
4098
4099         * doc/glibc-functions/strcasestr.texi: Include contents of
4100         doc/functions/strcasestr.texi, fixing the list of platforms.
4101         * doc/functions/strcasestr.texi: Remove file.
4102
4103 2008-01-19  Bruno Haible  <bruno@clisp.org>
4104
4105         * doc/glibc-functions/memmem.texi: Include contents of
4106         doc/functions/memmem.texi.
4107         * doc/functions/memmem.texi: Remove file.
4108
4109 2008-01-18  Bruno Haible  <bruno@clisp.org>
4110
4111         * doc/glibc-functions/*.texi: New files.
4112         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
4113         to use the new files.
4114
4115 2008-01-17  Bruno Haible  <bruno@clisp.org>
4116
4117         * tests/test-gethostname.c (main): Fix printf statement.
4118
4119 2008-01-17  Simon Josefsson  <simon@josefsson.org>
4120
4121         * modules/gethostname-tests: New file.
4122
4123         * tests/test-gethostname.c: New file.
4124
4125 2008-01-17  Simon Josefsson  <simon@josefsson.org>
4126
4127         * lib/gethostname.c: Include string.h unconditionally, strncpy is
4128         used by the UNAME case.  Reported by Bruno Haible
4129         <bruno@clisp.org>.
4130
4131 2008-01-17  Eric Blake  <ebb9@byu.net>
4132
4133         Convert c-strcasestr to be more efficient.
4134         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
4135         (Depends-on): Add c-strcase, remove malloca, strnlen.
4136         * tests/test-c-strcasestr.c (main): Enhance test.
4137         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
4138
4139 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4140
4141         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
4142         Use it in creating po/Makevars.
4143
4144 2008-01-15  Simon Josefsson  <simon@josefsson.org>
4145
4146         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
4147         Applications that requires it should initialize libgcrypt
4148         manually.
4149
4150 2008-01-16  Simon Josefsson  <simon@josefsson.org>
4151
4152         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
4153
4154 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
4155
4156         Fix problem with getdate on mingw32 reported by Simon Josefsson
4157         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
4158         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
4159         tzname", when deciding whether to declare tzname.
4160         * lib/strftime.c (tzname): Likewise.
4161
4162 2008-01-15  Bruno Haible  <bruno@clisp.org>
4163
4164         Work around a MacOS X 10.5 bug in frexpl().
4165         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
4166         * doc/functions/frexpl.texi: Document the bug.
4167         Reported by Elias Pipping <pipping@gentoo.org>.
4168
4169 2008-01-14  Eric Blake  <ebb9@byu.net>
4170
4171         Touch up previous patch.
4172         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
4173         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
4174
4175         Convert strcasestr module to use Two-Way algorithm.
4176         * modules/strcasestr-simple: New module, based on the old
4177         strcasestr, but with Two-Way rather than KMP.
4178         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
4179         * lib/string.in.h (rpl_strcasestr): Declare.
4180         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
4181         performance.
4182         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
4183         * modules/string (Makefile.am): Support strcasestr.
4184         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
4185         * modules/strcasestr-tests (Depends-on): Check for alarm.
4186         * tests/test-strcasestr.c: Augment test.
4187         * lib/str-two-way.h: Clean up stray macro.
4188         * NEWS: Document new module.
4189         * MODULES.html.sh (string handling): Likewise.
4190         * doc/functions/strcasestr.texi: New file.
4191         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
4192         here, since it is not a POSIX function.
4193
4194 2008-01-14  Colin Watson  <cjwatson@debian.org>
4195             Bruno Haible  <bruno@clisp.org>
4196
4197         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
4198         works fine; if not, set REPLACE_STRSIGNAL.
4199         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
4200         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4201         REPLACE_STRSIGNAL.
4202         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
4203         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
4204         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
4205
4206 2008-01-14  Bruno Haible  <bruno@clisp.org>
4207
4208         * modules/strsignal (Include): Change to <string.h>.
4209
4210 2008-01-14  Colin Watson  <cjwatson@debian.org>
4211
4212         * modules/argp (Notice): Add a notice recommending to change
4213         XGETTEXT_OPTIONS.
4214         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
4215
4216 2008-01-13  Colin Watson  <cjwatson@debian.org>
4217
4218         * modules/strsignal-tests: New file.
4219         * tests/test-strsignal.c: New file.
4220
4221         * lib/strsignal.c: New file, from glibc with modifications.
4222         * lib/siglist.h: New file, from glibc with modifications.
4223         * lib/string.in.h (strsignal): New declaration.
4224         * m4/strsignal.m4: New file.
4225         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4226         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
4227         * modules/strsignal: New file.
4228         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
4229         HAVE_DECL_STRSIGNAL.
4230
4231 2008-01-13  Bruno Haible  <bruno@clisp.org>
4232
4233         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
4234         locale encoding is not ASCII. Needed for OpenBSD 4.0.
4235         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
4236         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4237
4238 2008-01-13  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
4241         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
4242         * lib/argp.h (__attribute__): Likewise.
4243         * lib/c-stack.c (__attribute__): Likewise.
4244         * lib/error.h (__attribute__): Likewise.
4245         * lib/fts.c (__attribute__): Likewise.
4246         * lib/openat.h (__attribute__): Likewise.
4247         * lib/stdio.in.h (__attribute__): Likewise.
4248         * lib/string.in.h (__attribute__): Likewise.
4249         * lib/utimens.c (__attribute__): Likewise.
4250         * lib/vasnprintf.h (__attribute__): Likewise.
4251         * lib/xalloc.h (__attribute__): Likewise.
4252         * lib/xprintf.h (__attribute__): Likewise.
4253         * lib/xstrtol.h (__attribute__): Likewise.
4254         * lib/xvasprintf.h (__attribute__): Likewise.
4255
4256 2008-01-12  Bruno Haible  <bruno@clisp.org>
4257
4258         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
4259         * doc/glibc-headers/a.out.texi: New file.
4260         * doc/glibc-headers/aliases.texi: New file.
4261         * doc/glibc-headers/alloca.texi: New file.
4262         * doc/glibc-headers/ar.texi: New file.
4263         * doc/glibc-headers/argp.texi: New file.
4264         * doc/glibc-headers/argz.texi: New file.
4265         * doc/glibc-headers/byteswap.texi: New file.
4266         * doc/glibc-headers/crypt.texi: New file.
4267         * doc/glibc-headers/endian.texi: New file.
4268         * doc/glibc-headers/envz.texi: New file.
4269         * doc/glibc-headers/err.texi: New file.
4270         * doc/glibc-headers/error.texi: New file.
4271         * doc/glibc-headers/execinfo.texi: New file.
4272         * doc/glibc-headers/fpu_control.texi: New file.
4273         * doc/glibc-headers/fstab.texi: New file.
4274         * doc/glibc-headers/fts.texi: New file.
4275         * doc/glibc-headers/getopt.texi: New file.
4276         * doc/glibc-headers/ieee754.texi: New file.
4277         * doc/glibc-headers/ifaddrs.texi: New file.
4278         * doc/glibc-headers/libintl.texi: New file.
4279         * doc/glibc-headers/mcheck.texi: New file.
4280         * doc/glibc-headers/mntent.texi: New file.
4281         * doc/glibc-headers/obstack.texi: New file.
4282         * doc/glibc-headers/paths.texi: New file.
4283         * doc/glibc-headers/printf.texi: New file.
4284         * doc/glibc-headers/pty.texi: New file.
4285         * doc/glibc-headers/resolv.texi: New file.
4286         * doc/glibc-headers/shadow.texi: New file.
4287         * doc/glibc-headers/sysexits.texi: New file.
4288         * doc/glibc-headers/ttyent.texi: New file.
4289
4290 2008-01-12  Jim Meyering  <meyering@redhat.com>
4291
4292         announce-gen: emit Gnulib's git-based version string.
4293         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
4294         New option --gnulib-version=V, where V is expected to be
4295         the output of running git describe in the gnulib directory.
4296         (get_tool_versions): Request feedback on xdelta.  I suspect it's
4297         not useful, and plan to stop publishing an xdelta file with each
4298         coreutils release.
4299
4300         * build-aux/announce-gen: Also check for lzma-compressed files.
4301
4302 2008-01-11  Bruno Haible  <bruno@clisp.org>
4303
4304         * tests/test-memmem.c (main): Increase maximum allowed time.
4305         * tests/test-strstr.c (main): Likewise.
4306
4307 2008-01-11  Bruno Haible  <bruno@clisp.org>
4308
4309         * doc/functions/memmem.texi: Add more precisions about platforms.
4310         * doc/functions/strstr.texi: Likewise.
4311
4312 2008-01-10  Eric Blake  <ebb9@byu.net>
4313
4314         * m4/strstr.m4: Delete cruft from copy-n-paste.
4315         Reported by Bruno Haible.
4316
4317 2008-01-10  Bruno Haible  <bruno@clisp.org>
4318
4319         Make c-strstr rely on strstr.
4320         * lib/c-strstr.c: Don't include str-kmp.h.
4321         (c_strstr): Define in terms of strstr.
4322         * modules/c-strstr (Files): Remove lib/str-kmp.h.
4323         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
4324
4325 2008-01-10  Bruno Haible  <bruno@clisp.org>
4326
4327         * doc/gnulib.texi (String Functions in C Locale): New section.
4328         * doc/c-ctype.texi: New file.
4329         * doc/c-strcase.texi: New file.
4330         * doc/c-strcaseeq.texi: New file.
4331         * doc/c-strcasestr.texi: New file.
4332         * doc/c-strstr.texi: New file.
4333         * doc/c-strtod.texi: New file.
4334         * doc/c-strtold.texi: New file.
4335
4336 2008-01-10  Eric Blake  <ebb9@byu.net>
4337
4338         * lib/relocatable.h: Fix a comment.
4339
4340 2008-01-10  Eric Blake  <ebb9@byu.net>
4341
4342         Share two-way algorithm.
4343         * lib/str-two-way.h: New file, merged from...
4344         * lib/memmem.c: ...here...
4345         * lib/strstr.c: ...and here.
4346         * modules/memmem (Files): Use it.
4347         * modules/strstr (Files): Likewise.
4348
4349         Avoid quadratic strstr implementations.
4350         * lib/strstr.c: New file.
4351         * m4/strstr.m4: Likewise.
4352         * modules/strstr: Likewise.
4353         * modules/strstr-tests: Likewise.
4354         * tests/test-strstr.c: Likewise.
4355         * lib/string.in.h (rpl_strstr): Declare.
4356         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
4357         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
4358         * modules/string (Makefile.am): Likewise.
4359         * MODULES.html.sh (string handling): Mention new module.
4360         * doc/functions/strstr.texi (strstr): Document the bug.
4361
4362 2008-01-10  Bruno Haible  <bruno@clisp.org>
4363
4364         * lib/relocatable.h (relocate): State whether result is freshly
4365         allocated or not.
4366         * lib/relocatable.c (relocate): Return a freshly allocated string
4367         instead of a pointer to a privately held string.
4368         Reported by Sylvain Beucler <beuc@gnu.org>.
4369
4370 2008-01-10  Colin Watson  <cjwatson@debian.org>
4371
4372         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
4373         s/S_ISNLK/S_ISLNK/.
4374
4375 2008-01-09  Bruno Haible  <bruno@clisp.org>
4376
4377         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
4378         and other files.
4379         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
4380         if it's only a guess.
4381         * modules/memmem: Simplify by depending on memmem-simple.
4382
4383 2008-01-09  Bruno Haible  <bruno@clisp.org>
4384
4385         Work around OpenBSD 4.0 tdelete() bug.
4386         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
4387         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
4388         macros and don't redefine the enum values.
4389         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
4390         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
4391         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
4392
4393 2008-01-09  Bruno Haible  <bruno@clisp.org>
4394
4395         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
4396         (main): Don't perform the tests if setlocale did not install a UTF-8
4397         locale. Needed on OpenBSD 4.0.
4398         * modules/wcwidth-tests (Depends-on): Add localcharset.
4399
4400 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4401
4402         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
4403         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
4404         * NEWS: announce this.
4405         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
4406
4407 2008-01-09  Simon Josefsson  <simon@josefsson.org>
4408         and Eric Blake  <ebb9@byu.net>
4409
4410         Add memmem-simple module.
4411         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
4412         (gl_FUNC_MEMMEM): Separate performance from presence checks.
4413         * modules/memmem-simple: New file.
4414         * modules/memmem (Description): Tweak.
4415         * MODULES.html.sh (string handling): Mention new module.
4416         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
4417         addressed by memmem-simple.
4418         * NEWS: Document the difference.
4419
4420 2008-01-09  Eric Blake  <ebb9@byu.net>
4421
4422         Give gcc some memmem optimization hints.
4423         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
4424         (strcasestr): Declare as pure.
4425         * modules/memmem (Maintainer): Claim my implementation.
4426
4427 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4428
4429         Support AIX 6.1 and higher.
4430         * build-aux/config.libpath: Likewise.
4431         * build-aux/config.rpath: Likewise.
4432
4433 2008-01-08  Jim Meyering  <meyering@redhat.com>
4434             Bruno Haible  <bruno@clisp.org>
4435
4436         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
4437         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
4438         Reported by Peter Fales in
4439         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
4440
4441 2008-01-08  Bruno Haible  <bruno@clisp.org>
4442
4443         * modules/unictype/category-of (Depends-on): Add
4444         unictype/category-none.
4445         * modules/unictype/category-and-tests (Depends-on): Add
4446         unictype/category-{L,N,Lu,Nd}.
4447         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
4448         * modules/unictype/category-or-tests (Depends-on): Add
4449         unictype/category-{L,N}.
4450         * modules/unictype/category-name-tests (Depends-on): Add
4451         unictype/category-{Z,Nl}.
4452         Reported by Simon Josefsson.
4453
4454 2008-01-08  Bruno Haible  <bruno@clisp.org>
4455
4456         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
4457         convention better.
4458         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
4459         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
4460         Reported by Peter Miller <millerp@canb.auug.org.au>.
4461
4462 2008-01-08  Eric Blake  <ebb9@byu.net>
4463
4464         Rewrite memmem to guarantee linear complexity without malloc.
4465         * lib/memmem.c (memmem): Use Two-Way rather than
4466         Knuth-Morris-Pratt, to allow O(1) space usage.
4467         (critical_factorization, two_way_short_needle)
4468         (two_way_long_needle): New functions.
4469         (knuth_morris_pratt): Delete.
4470         * modules/memmem (Depends-on): No longer need malloca or stdbool.
4471         Add stdint.
4472         * tests/test-memmem.c (main): Add tests for periodic needle and
4473         sublinear performance.
4474         * doc/functions/memmem.texi (memmem): Document other deficiencies
4475         in cygwin and older glibc.
4476
4477 2008-01-08  Bruno Haible  <bruno@clisp.org>
4478
4479         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
4480         augmentation.
4481
4482 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
4483
4484         Add a configure time option: --disable-acl.
4485         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
4486         AC_ARG_ENABLE(acl).
4487
4488 2008-01-06  Simon Josefsson  <simon@josefsson.org>
4489
4490         * tests/test-localename.c: Don't include obsolete "setenv.h".
4491
4492         * modules/localename-tests (Depends-on): Need unsetenv.
4493
4494 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4495
4496         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
4497
4498 2008-01-06  Colin Watson  <cjwatson@debian.org>
4499
4500         * users.txt: Add man-db.
4501
4502 2008-01-07  Bruno Haible  <bruno@clisp.org>
4503
4504         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
4505         previous section name.
4506
4507 2008-01-07  Bruno Haible  <bruno@clisp.org>
4508
4509         * lib/progname.c (set_program_name): Don't strip off a leading
4510         "lt-" prefix outside a .libs directory.
4511         Suggested by Paul Eggert.
4512
4513 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
4514             Bruno Haible  <bruno@clisp.org>
4515
4516         Improve memory cleanup in 'relocatable' module.
4517         * lib/relocatable.h (compute_curr_prefix): Change return type to
4518         'char *'.
4519         * lib/relocatable.c (compute_curr_prefix): Change return type to
4520         'char *'. Free curr_installdir after use.
4521         (relocate): Free curr_prefix_better after use.
4522         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
4523
4524 2008-01-01  Bruno Haible  <bruno@clisp.org>
4525
4526         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
4527         failure on older glibc systems.
4528         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4529
4530 2008-01-05  Eric Blake  <ebb9@byu.net>
4531
4532         Avoid quadratic system memmem.
4533         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
4534         Reported by Ralf Wildenhues.
4535
4536         Fix memmem test for mingw.
4537         * modules/memmem-tests (configure.ac): Check for alarm.
4538         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
4539         it.
4540         * doc/functions/memmem.texi: New file.
4541         * doc/gnulib.texi (Function Substitutes): Add memmem.
4542         Reported by Bruno Haible.
4543
4544 2008-01-04  Bruno Haible  <bruno@clisp.org>
4545
4546         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
4547         Require gl_HEADER_STRINGS_H_DEFAULTS, not
4548         gl_HEADER_STRING_H_DEFAULTS.
4549
4550 2008-01-04  Eric Blake  <ebb9@byu.net>
4551
4552         Shorten duration of memmem test.
4553         * tests/test-memmem.c (main): Use alarm to declare failure if test
4554         is taking too long.
4555         Reported by Ralf Wildenhues.
4556
4557 2007-12-21  Simon Josefsson  <simon@josefsson.org>
4558
4559         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
4560         string, needed by strerror.
4561
4562 2008-01-03  Colin Watson  <cjwatson@debian.org>
4563             Bruno Haible  <bruno@clisp.org>
4564
4565         * doc/gnulib-tool.texi (Localization): New section.
4566
4567 2008-01-02  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
4570         variables to 'unsigned char *' type.
4571         Reported by Paul Eggert.
4572
4573 2008-01-02  Jim Meyering  <jim@meyering.net>
4574
4575         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
4576
4577 2007-12-31  Jim Meyering  <jim@meyering.net>
4578
4579         Avoid use of private FTS type name.
4580         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
4581
4582 2007-12-30  Karl Berry  <karl@gnu.org>
4583
4584         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
4585         work around defect in Texinfo and/or the standalone Info browser.
4586
4587 2007-12-30  Bruno Haible  <bruno@clisp.org>
4588
4589         Unify 5 copies of the KMP code.
4590         * lib/str-kmp.h: New file.
4591         * lib/c-strcasestr.c: Include str-kmp.h.
4592         (knuth_morris_pratt): Remove function.
4593         (c_strcasestr): Update.
4594         * lib/c-strstr.c: Include str-kmp.h.
4595         (knuth_morris_pratt): Remove function.
4596         (c_strcasestr): Update.
4597         * lib/mbscasestr.c: Include str-kmp.h.
4598         (knuth_morris_pratt_unibyte): Remove function.
4599         * lib/mbsstr.c: Include str-kmp.h.
4600         (knuth_morris_pratt_unibyte): Remove function.
4601         * lib/strcasestr.c: Include str-kmp.h.
4602         (knuth_morris_pratt): Remove function.
4603         (strcasestr): Update.
4604         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
4605         * modules/c-strstr (Files): Likewise.
4606         * modules/mbscasestr (Files): Likewise.
4607         * modules/mbsstr (Files): Likewise.
4608         * modules/strcasestr (Files): Likewise.
4609         Suggested by Paul Eggert.
4610
4611 2007-12-30  Bruno Haible  <bruno@clisp.org>
4612
4613         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
4614         defined.
4615
4616 2007-12-30  Bruno Haible  <bruno@clisp.org>
4617
4618         * lib/xmalloca.h: Include xalloc.h.
4619         (xnmalloca): New macro.
4620
4621 2007-12-30  Bruno Haible  <bruno@clisp.org>
4622
4623         * lib/malloca.h (nmalloca): New macro.
4624         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
4625         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
4626         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
4627         knuth_morris_pratt_multibyte): Likewise.
4628         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
4629         knuth_morris_pratt_multibyte): Likewise.
4630         * lib/memmem.c (knuth_morris_pratt): Likewise.
4631         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
4632
4633 2007-12-25  Bruno Haible  <bruno@clisp.org>
4634
4635         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
4636         * lib/glob.c: Don't include openat.h.
4637         (link_exists2_p): Add back the code that deals with the
4638         !GLOB_ALTDIRFUNC case.
4639         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
4640         let it do the filename concatenation.
4641         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
4642         * modules/glob (Depends-on): Remove openat.
4643
4644 2007-12-31  Bruno Haible  <bruno@clisp.org>
4645
4646         * modules/dirfd (License): Change to LGPLv2+.
4647         Approved by Jim Meyering.
4648
4649 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4650
4651         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
4652         when multiplying M by sizeof (size_t).
4653
4654 2007-12-10  Martin Lambers  <marlam@marlam.de>
4655
4656         Override getpagesize on mingw.
4657         * lib/getpagesize.c: New file.
4658         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
4659         * modules/getpagesize (Files): Add lib/getpagesize.c.
4660         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
4661         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4662         REPLACE_GETPAGESIZE.
4663         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
4664
4665 2007-12-25  Bruno Haible  <bruno@clisp.org>
4666
4667         * modules/localcharset (Notice): New field.
4668         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
4669         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
4670
4671 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4672             Bruno Haible  <bruno@clisp.org>
4673
4674         Avoid using the syntax symbol() in formatted documentation.
4675         * MODULES.html.sh (func_module): When replacing symbol() with a
4676         hyperlink, remove the parentheses. Show an error if some remain.
4677         Recognize and render the '...' syntax.
4678         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
4679         Rework. Add paragraph about GCC's inlining.
4680         * doc/alloca.texi: Likewise.
4681         * doc/error.texi: Remove parentheses from symbol reference.
4682         * doc/gnulib-intro.texi: Likewise.
4683         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
4684         * modules/fnmatch (Description): Reword to say "the ... function".
4685         * modules/full-read (Description): Likewise.
4686         * modules/full-write (Description): Likewise.
4687         * modules/safe-read (Description): Likewise.
4688         * modules/safe-write (Description): Likewise.
4689         * modules/strchrnul (Description): Likewise.
4690         * modules/trim (Description): Likewise.
4691         * modules/error (Description): Remove parentheses from symbol
4692         references.
4693         * modules/verror (Description): Likewise.
4694         Reported by Karl Berry.
4695
4696 2007-12-25  Bruno Haible  <bruno@clisp.org>
4697
4698         Fixup after 2007-10-16 commit.
4699         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
4700
4701 2007-12-24  Bruno Haible  <bruno@clisp.org>
4702
4703         Make --enable-relocatable work with DESTDIR.
4704         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
4705         to compute installdir from destprog.
4706         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
4707         also set the RELOC_DESTDIR variable.
4708         Reported by Левашев Иван <octagram@bluebottle.com>.
4709
4710 2007-12-24  Bruno Haible  <bruno@clisp.org>
4711
4712         Fix link error due to xalloc_die().
4713         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
4714         of xreadlink.
4715         * lib/relocwrapper.c: Update comments.
4716         * build-aux/install-reloc: Remove xreadlink.c from file list.
4717         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
4718         xreadlink.c.
4719         Reported by Левашев Иван <octagram@bluebottle.com>.
4720
4721 2007-12-24  Bruno Haible  <bruno@clisp.org>
4722
4723         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
4724         * lib/setenv.h: Remove file.
4725         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
4726         lib/setenv.h.
4727         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
4728         (Depends-on): Add stdlib.
4729         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
4730         gl_FUNC_UNSETENV.
4731         (Include): Replace setenv.h with <stdlib.h>.
4732         * modules/unsetenv: New file.
4733         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
4734         * lib/unsetenv.c: Include <stdlib.h> first.
4735         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
4736         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
4737         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
4738         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
4739         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
4740         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4741         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
4742         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4743         * doc/functions/unsetenv.texi: Update.
4744         * modules/xsetenv (Depends-on): Add unsetenv.
4745         * modules/getdate (Depends-on): Likewise.
4746         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
4747         * lib/xsetenv.c: Don't include setenv.h.
4748         * lib/getdate.y: Likewise.
4749         * lib/relocwrapper.c: Likewise.
4750         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
4751         (Depends-on): Add stdlib.
4752         * NEWS: Mention the changes.
4753         Reported by Левашев Иван <octagram@bluebottle.com>.
4754
4755 2007-12-23  Bruno Haible  <bruno@clisp.org>
4756
4757         * lib/memmem.c (memmem): Use lowercase variable names. Tab
4758         indentation.
4759
4760 2007-12-23  Bruno Haible  <bruno@clisp.org>
4761
4762         * lib/c-strcasestr.c: Add more comments.
4763         * lib/c-strstr.c: Likewise.
4764         * lib/mbscasestr.c: Likewise.
4765         * lib/mbsstr.c: Likewise.
4766         * lib/strcasestr.c: Likewise.
4767         * lib/memmem.c: Likewise.
4768
4769 2007-12-23  Bruno Haible  <bruno@clisp.org>
4770
4771         * tests/test-memmem.c: Include <string.h> first.
4772
4773 2007-12-22  Bruno Haible  <bruno@clisp.org>
4774
4775         * gnulib-tool (func_create_testdir): Change $auxdir while generating
4776         the contents of $testsbase.
4777         Reported by Ralf Wildenhues.
4778
4779 2007-12-22  Bruno Haible  <bruno@clisp.org>
4780
4781         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4782         two variables local_ldadd_before, local_ldadd_last.
4783
4784 2007-12-20  Eric Blake  <ebb9@byu.net>
4785
4786         Work around circular library issue when cross-compiling.
4787         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
4788         that progname.o does not need to pull in rpl_memcmp.
4789
4790 2007-12-19  Eric Blake  <ebb9@byu.net>
4791
4792         Fix memmem to avoid O(n^2) worst-case complexity.
4793         * lib/memmem.c (knuth_morris_pratt): New function.
4794         (memmem): Use it if first few naive iterations fail.
4795         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
4796         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
4797         * modules/memchr (License): Likewise.
4798         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
4799         malloca.
4800         * tests/test-memmem.c: Rewrite, borrowing ideas from
4801         test-mbsstr1.c; the old version wouldn't even compile!
4802         * modules/memmem-tests: New file.
4803         * lib/string.in.h (rpl_memmem): Add declaration.
4804         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
4805         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
4806         REPLACE_MEMMEM.
4807
4808 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4809
4810         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
4811         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
4812         before any system include files, and undef after them all.  This
4813         should fix a problem on VMS reported by John E. Malmberg in
4814         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
4815
4816 2007-12-17  Eric Blake  <ebb9@byu.net>
4817
4818         Revert addition of verify, for BSD/OS.
4819         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
4820         can't handle large files, for the sake of obsolete platforms.
4821         * modules/fseeko (Depends-on): Remove verify.
4822         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
4823         * doc/functions/ftello.texi (ftello): Likewise.
4824         * doc/functions/fgetpos.texi (fgetpos): Likewise.
4825         Reported by Larry Jones.
4826
4827 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
4828
4829         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
4830         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
4831
4832 2007-12-17  Jim Meyering  <meyering@redhat.com>
4833
4834         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
4835         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
4836         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
4837         * modules/getcwd (Depends-on): Add openat.
4838         Reported by Petr Salinger.
4839
4840 2007-12-17  Bruno Haible  <bruno@clisp.org>
4841
4842         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
4843         avoid a segmentation fault of the configure test on x86_64 systems.
4844
4845 2007-12-15  Jim Meyering  <meyering@redhat.com>
4846
4847         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4848
4849 2007-12-13  Eric Blake  <ebb9@byu.net>
4850
4851         Another fseek test.
4852         * tests/test-fseek.c (main): Also test ungetc handling.
4853         * tests/test-fseeko.c (main): Likewise.
4854         * modules/fseeko (Depends-on): Add verify.
4855         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
4856         large.
4857         Reported by Larry Jones.
4858
4859         Fix fseeko on mingw.
4860         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
4861         seek.
4862
4863         Beef up fseek tests.
4864         * tests/test-fseek.c (main): Also test eof handling.
4865         * tests/test-fseeko.c (main): Likewise.
4866         Reported by Larry Jones.
4867
4868 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
4869
4870         Fix fseeko on BSD-based platforms.
4871         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
4872         successful seek.
4873
4874 2007-12-12  Eric Blake  <ebb9@byu.net>
4875
4876         Allow circular dependency of separate libtests.a
4877         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
4878         when use_libtests.
4879
4880 2007-12-11  Eric Blake  <ebb9@byu.net>
4881
4882         Fix bug with -0.0L in previous patch.
4883         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
4884         * tests/test-isnan.c (main): Also test on zeroes.
4885         * tests/test-isnanf.c (main): Likewise.
4886         * tests/test-isnanl.h (main): Likewise.
4887
4888         Detect pseudo-denormals on x86 even when cross-compiling.
4889         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
4890         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
4891         invalid bit patterns that happen to satisfy ==.
4892
4893         Avoid link failures with separate libtests.a.
4894         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
4895         last, to satisfy circular dependencies.
4896
4897 2007-12-11  Eric Blake  <ebb9@byu.net>
4898         and Bruno Haible  <bruno@clisp.org>
4899
4900         Fix OpenBSD 4.0 <float.h> handling of long double.
4901         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
4902         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
4903         * doc/headers/float.texi (float.h): Document OpenBSD bug.
4904
4905 2007-12-11  Jim Meyering  <meyering@redhat.com>
4906
4907         * users.txt: Add libvirt.
4908
4909         Support versions of autoconf prior to 2.59c.
4910         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
4911         if it is not already defined.
4912
4913 2007-12-09  Bruno Haible  <bruno@clisp.org>
4914
4915         Let 'gnulib-tool --import' collect sources needed for the tests in
4916         tests/ rather than in lib/.
4917         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
4918         argument. If true, add rules to generate libtests.a, and put libtests.a
4919         into $(LDADD). Consider source files in subdirectories and set
4920         uses_subdirs.
4921         (func_emit_initmacro_start, func_emit_initmacro_end,
4922         func_emit_initmacro_done): Pass all arguments explicitly.
4923         (func_import): Determine two module lists main_modules,
4924         testsrelated_modules. Determine use_libtests. Determine two variables
4925         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
4926         instead of just sed_transform_lib_file. Determine two variables
4927         main_files and testsrelated_files. Compute 'files' as the union of
4928         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
4929         func_add_or_update. In the generated gnulib-comp.m4, collect the
4930         object files for tests/ in different variables than those for lib/.
4931         Substitute LIBTESTS_LIBDEPS.
4932         (func_create_testdir): Combine the uses_subdirs results from
4933         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4934
4935 2007-12-09  Bruno Haible  <bruno@clisp.org>
4936
4937         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4938         the build-aux directory.
4939
4940 2007-12-09  Bruno Haible  <bruno@clisp.org>
4941
4942         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4943         introduced on 2006-09-09.
4944
4945 2007-12-07  Jim Meyering  <meyering@redhat.com>
4946
4947         Let these macros work also with autoconf-2.59.
4948         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4949         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4950         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4951
4952 2007-12-06  Jim Meyering  <meyering@redhat.com>
4953
4954         Avoid a configure-time syntax error in gl_FUNC_ACL.
4955         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4956         function in each branch, before testing the cache variable.
4957
4958 2007-12-04  Eric Blake  <ebb9@byu.net>
4959
4960         Make scripts executable.
4961         * build-aux/config.guess: Add execute permissions.
4962         * build-aux/config.sub: Likewise.
4963         * build-aux/gendocs.sh: Likewise.
4964
4965         Fix frexp on mingw.
4966         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4967         cross-compiling.
4968         * doc/functions/frexp.texi (frexp): Document the bug.
4969
4970         Make cygwin fseeko check more reliable.
4971         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4972         version numbers, rather than unrelated feature check.
4973         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4974         * doc/functions/ftello.texi (ftello): Likewise.
4975         Reported by Bruno Haible.
4976
4977         * m4/strerror.m4: Bump version number.
4978
4979 2007-12-03  Bruno Haible  <bruno@clisp.org>
4980
4981         * doc/functions/mprotect.texi: Mention the mingw problem.
4982
4983 2007-12-03  Eric Blake  <ebb9@byu.net>
4984
4985         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4986         REPLACE_STRERROR is initialized before this macro.
4987
4988 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4989
4990         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4991         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4992         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4993         put -lsec in even for programs other than 'ls'.  This fixes a problem
4994         for gettext reported by Bruno Haible in
4995         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4996         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4997         Add support for Solaris 10.  This isn't efficient, but should get the
4998         job done for now.
4999
5000 2007-12-03  James Youngman  <jay@gnu.org>
5001
5002         * doc/regexprops-generic.texi: change "an close-group" to "a
5003         close-group" and "illegal" to "not allowed".
5004
5005 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5006
5007         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
5008         pr_byname.h. Needed for the rare case when the maintainer has done
5009         "make maintainer-clean" in the source directory and then attempts a
5010         build outside the source directory.
5011         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
5012         scripts_byname.h.
5013
5014 2007-12-02  Martin Lambers <marlam@marlam.de>
5015             Bruno Haible  <bruno@clisp.org>
5016
5017         * lib/getpagesize.h: Remove file.
5018         * lib/unistd.in.h: Include declaration of getpagesize here.
5019         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
5020         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
5021         HAVE_SYS_PARAM_H.
5022         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
5023         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
5024         * modules/getpagesize (Files): Remove lib/getpagesize.h.
5025         (Depends-on): Add unistd.
5026         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5027         (Include): Use <unistd.h> instead of getpagesize.h.
5028         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
5029         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
5030         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
5031         gl_GETPAGESIZE invocation, already handled by module dependency.
5032         * lib/pagealign_alloc.c: Don't include getpagesize.h.
5033
5034 2007-12-02  Bruno Haible  <bruno@clisp.org>
5035
5036         * modules/strings-tests: New file.
5037         * tests/test-strings.c: New file.
5038
5039         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
5040         * lib/strings.in.h: New file.
5041         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
5042         * m4/strings_h.m4: New file.
5043         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
5044         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
5045         * modules/strings: New file.
5046         * modules/string (Makefile.am): Update.
5047         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
5048         Reported by Karl Berry.
5049
5050 2007-12-01  Eric Blake  <ebb9@byu.net>
5051
5052         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
5053         accomodate fix in cygwin 1.5.25.
5054
5055 2007-12-01  Jim Meyering  <meyering@redhat.com>
5056
5057         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
5058         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
5059         that would inhibit utf8-optimization of a regexp containing line-
5060         or buffer-anchors, e.g., `^', `$'.
5061
5062 2007-11-30  Bruno Haible  <bruno@clisp.org>
5063
5064         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
5065         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
5066         glthread_recursive_lock_init.
5067         * lib/lock.c (glthread_recursive_lock_init)
5068         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
5069         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5070
5071 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5072
5073         New function qset_acl, like set_acl but with syscall semantics.
5074         * lib/acl.h (qset_acl): New decl.
5075         * lib/acl.c (qset_acl): New function.
5076         (set_acl): Use new function.  Use more-consistent diagnostics.
5077
5078 2007-11-28  Jim Meyering  <meyering@redhat.com>
5079
5080         * modules/physmem (License): Change from GPL to LGPLv2+.
5081
5082 2007-11-26  Bruno Haible  <bruno@clisp.org>
5083
5084         * lib/vasnprintf.c (decode_long_double): Don't abort if the
5085         'long double' type has excess precision.
5086         Reported by Jim Meyering in
5087         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
5088
5089 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5090
5091         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
5092         Sync from <http://gnu.org/licenses>.
5093         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
5094         with license text from same location.
5095         * doc/maintain.texi, doc/standards.texi:  Sync from
5096         <http://savannah.gnu.org/projects/gnustandards>.
5097
5098 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
5099         and Jim Meyering  <meyering@redhat.com>
5100
5101         Adjust getdate' grammar to accept a slightly more regular language.
5102         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
5103         Before, the former was rejected.
5104         * lib/getdate.y (digits_to_date_time): New function, factored
5105         out of ...
5106         (number): ...here.  Just call digits_to_date_time.
5107         (hybrid): New non-terminal to handle an <unsigned number,
5108         signed relative offset> sequence consistently.
5109
5110 2007-11-18  Jim Meyering  <meyering@redhat.com>
5111
5112         Pull my changes from coreutils:
5113         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
5114         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
5115         use of $gnulib_tool_option_extras, so that it's separated from the
5116         preceding argument.
5117
5118         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
5119         * build-aux/bootstrap (cp_mark_as_generated): Create any required
5120         parent destination directories before copying a file into place.
5121
5122 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5123
5124         bootstrap: work also with 4-argument variant of AC_INIT
5125         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
5126
5127 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5128
5129         Port test-getaddrinfo to Solaris.
5130         Problem reported by Bruno Haible in
5131         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
5132         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
5133         explanation of setting 'hints'.
5134         Don't reject an implementation merely because it returns EAI_SERVICE.
5135         (EAI_SERVICE): Define to 0 if not defined.
5136
5137 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5138
5139         The license of gnu-make and posix-shell is now "GPLed build tool".
5140         * modules/gnu-make (License): Likewise.
5141         * modules/posix-shell (License): Likewise.
5142
5143         New module posix-shell, for determining a POSIX shell
5144         or perhaps something that is close enough to a POSIX shell.
5145         * m4/posix-shell.m4: New file.
5146         * modules/posix-shell: New file.
5147
5148         * MODULES.html.sh: Mention new module.
5149
5150         New module gnu-make, for determining whether we're using GNU Make.
5151         * m4/gnu-make.m4: New file.
5152         * modules/gnu-make: New file.
5153         * MODULES.html.sh: Mention new module.
5154
5155 2007-11-14  Jim Meyering  <meyering@redhat.com>
5156
5157         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
5158         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
5159         use this macro to create a function _definition_.
5160         Remove useless "#undef ARGMATCH_DIE".
5161
5162 2007-11-14  Bruno Haible  <bruno@clisp.org>
5163
5164         * lib/config.charset: Update for OpenBSD 4.1.
5165         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
5166
5167 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
5168
5169         Document 64-bit #if problems in stdint.texi.
5170         * doc/headers/stdint.texi (stdint.h): Mention problems with
5171         64-bit-#if, and how to work around them.
5172
5173         Don't insist on 'long long int' support in the preprocessor.  It
5174         breaks too many things.  For example, PRIdMAX still uses a 'long
5175         long int' format with the latest Sun compiler, even though
5176         HAVE_LONG_LONG_INT isn't defined due to that compiler's
5177         preprocessor problem.  This causes the latest coreutils to dump
5178         core on Solaris 10 sparc with the Sun C compiler.
5179         Instead, fix the 2007-10-16 problem in a different way, by evaluating
5180         the troublesome expressions at configure-time, not at #if-time.
5181         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
5182         preprocessor.
5183         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
5184         compile-time C checks, done at 'configure'-time.
5185         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
5186         * modules/inttypes (Makefile): Substitute the new symbols that
5187         gl_INTTYPES_H now generates.
5188         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
5189
5190 2007-11-12  Bruno Haible  <bruno@clisp.org>
5191
5192         Tests for Unicode character classification functions.
5193
5194         * modules/unictype/bidicategory-byname-tests: New file.
5195         * modules/unictype/bidicategory-name-tests: New file.
5196         * modules/unictype/bidicategory-of-tests: New file.
5197         * modules/unictype/bidicategory-test-tests: New file.
5198         * modules/unictype/block-list-tests: New file.
5199         * modules/unictype/block-of-tests: New file.
5200         * modules/unictype/block-test-tests: New file.
5201         * modules/unictype/category-C-tests: New file.
5202         * modules/unictype/category-Cc-tests: New file.
5203         * modules/unictype/category-Cf-tests: New file.
5204         * modules/unictype/category-Cn-tests: New file.
5205         * modules/unictype/category-Co-tests: New file.
5206         * modules/unictype/category-Cs-tests: New file.
5207         * modules/unictype/category-L-tests: New file.
5208         * modules/unictype/category-Ll-tests: New file.
5209         * modules/unictype/category-Lm-tests: New file.
5210         * modules/unictype/category-Lo-tests: New file.
5211         * modules/unictype/category-Lt-tests: New file.
5212         * modules/unictype/category-Lu-tests: New file.
5213         * modules/unictype/category-M-tests: New file.
5214         * modules/unictype/category-Mc-tests: New file.
5215         * modules/unictype/category-Me-tests: New file.
5216         * modules/unictype/category-Mn-tests: New file.
5217         * modules/unictype/category-N-tests: New file.
5218         * modules/unictype/category-Nd-tests: New file.
5219         * modules/unictype/category-Nl-tests: New file.
5220         * modules/unictype/category-No-tests: New file.
5221         * modules/unictype/category-P-tests: New file.
5222         * modules/unictype/category-Pc-tests: New file.
5223         * modules/unictype/category-Pd-tests: New file.
5224         * modules/unictype/category-Pe-tests: New file.
5225         * modules/unictype/category-Pf-tests: New file.
5226         * modules/unictype/category-Pi-tests: New file.
5227         * modules/unictype/category-Po-tests: New file.
5228         * modules/unictype/category-Ps-tests: New file.
5229         * modules/unictype/category-S-tests: New file.
5230         * modules/unictype/category-Sc-tests: New file.
5231         * modules/unictype/category-Sk-tests: New file.
5232         * modules/unictype/category-Sm-tests: New file.
5233         * modules/unictype/category-So-tests: New file.
5234         * modules/unictype/category-Z-tests: New file.
5235         * modules/unictype/category-Zl-tests: New file.
5236         * modules/unictype/category-Zp-tests: New file.
5237         * modules/unictype/category-Zs-tests: New file.
5238         * modules/unictype/category-and-not-tests: New file.
5239         * modules/unictype/category-and-tests: New file.
5240         * modules/unictype/category-byname-tests: New file.
5241         * modules/unictype/category-name-tests: New file.
5242         * modules/unictype/category-none-tests: New file.
5243         * modules/unictype/category-of-tests: New file.
5244         * modules/unictype/category-or-tests: New file.
5245         * modules/unictype/category-test-withtable-tests: New file.
5246         * modules/unictype/combining-class-tests: New file.
5247         * modules/unictype/ctype-alnum-tests: New file.
5248         * modules/unictype/ctype-alpha-tests: New file.
5249         * modules/unictype/ctype-blank-tests: New file.
5250         * modules/unictype/ctype-cntrl-tests: New file.
5251         * modules/unictype/ctype-digit-tests: New file.
5252         * modules/unictype/ctype-graph-tests: New file.
5253         * modules/unictype/ctype-lower-tests: New file.
5254         * modules/unictype/ctype-print-tests: New file.
5255         * modules/unictype/ctype-punct-tests: New file.
5256         * modules/unictype/ctype-space-tests: New file.
5257         * modules/unictype/ctype-upper-tests: New file.
5258         * modules/unictype/ctype-xdigit-tests: New file.
5259         * modules/unictype/decimal-digit-tests: New file.
5260         * modules/unictype/digit-tests: New file.
5261         * modules/unictype/mirror-tests: New file.
5262         * modules/unictype/numeric-tests: New file.
5263         * modules/unictype/property-alphabetic-tests: New file.
5264         * modules/unictype/property-ascii-hex-digit-tests: New file.
5265         * modules/unictype/property-bidi-arabic-digit-tests: New file.
5266         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
5267         * modules/unictype/property-bidi-block-separator-tests: New file.
5268         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
5269         * modules/unictype/property-bidi-common-separator-tests: New file.
5270         * modules/unictype/property-bidi-control-tests: New file.
5271         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
5272         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
5273         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
5274         * modules/unictype/property-bidi-european-digit-tests: New file.
5275         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
5276         * modules/unictype/property-bidi-left-to-right-tests: New file.
5277         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
5278         * modules/unictype/property-bidi-other-neutral-tests: New file.
5279         * modules/unictype/property-bidi-pdf-tests: New file.
5280         * modules/unictype/property-bidi-segment-separator-tests: New file.
5281         * modules/unictype/property-bidi-whitespace-tests: New file.
5282         * modules/unictype/property-byname-tests: New file.
5283         * modules/unictype/property-combining-tests: New file.
5284         * modules/unictype/property-composite-tests: New file.
5285         * modules/unictype/property-currency-symbol-tests: New file.
5286         * modules/unictype/property-dash-tests: New file.
5287         * modules/unictype/property-decimal-digit-tests: New file.
5288         * modules/unictype/property-default-ignorable-code-point-tests: New file.
5289         * modules/unictype/property-deprecated-tests: New file.
5290         * modules/unictype/property-diacritic-tests: New file.
5291         * modules/unictype/property-extender-tests: New file.
5292         * modules/unictype/property-format-control-tests: New file.
5293         * modules/unictype/property-grapheme-base-tests: New file.
5294         * modules/unictype/property-grapheme-extend-tests: New file.
5295         * modules/unictype/property-grapheme-link-tests: New file.
5296         * modules/unictype/property-hex-digit-tests: New file.
5297         * modules/unictype/property-hyphen-tests: New file.
5298         * modules/unictype/property-id-continue-tests: New file.
5299         * modules/unictype/property-id-start-tests: New file.
5300         * modules/unictype/property-ideographic-tests: New file.
5301         * modules/unictype/property-ids-binary-operator-tests: New file.
5302         * modules/unictype/property-ids-trinary-operator-tests: New file.
5303         * modules/unictype/property-ignorable-control-tests: New file.
5304         * modules/unictype/property-iso-control-tests: New file.
5305         * modules/unictype/property-join-control-tests: New file.
5306         * modules/unictype/property-left-of-pair-tests: New file.
5307         * modules/unictype/property-line-separator-tests: New file.
5308         * modules/unictype/property-logical-order-exception-tests: New file.
5309         * modules/unictype/property-lowercase-tests: New file.
5310         * modules/unictype/property-math-tests: New file.
5311         * modules/unictype/property-non-break-tests: New file.
5312         * modules/unictype/property-not-a-character-tests: New file.
5313         * modules/unictype/property-numeric-tests: New file.
5314         * modules/unictype/property-other-alphabetic-tests: New file.
5315         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
5316         * modules/unictype/property-other-grapheme-extend-tests: New file.
5317         * modules/unictype/property-other-id-continue-tests: New file.
5318         * modules/unictype/property-other-id-start-tests: New file.
5319         * modules/unictype/property-other-lowercase-tests: New file.
5320         * modules/unictype/property-other-math-tests: New file.
5321         * modules/unictype/property-other-uppercase-tests: New file.
5322         * modules/unictype/property-paired-punctuation-tests: New file.
5323         * modules/unictype/property-paragraph-separator-tests: New file.
5324         * modules/unictype/property-pattern-syntax-tests: New file.
5325         * modules/unictype/property-pattern-white-space-tests: New file.
5326         * modules/unictype/property-private-use-tests: New file.
5327         * modules/unictype/property-punctuation-tests: New file.
5328         * modules/unictype/property-quotation-mark-tests: New file.
5329         * modules/unictype/property-radical-tests: New file.
5330         * modules/unictype/property-sentence-terminal-tests: New file.
5331         * modules/unictype/property-soft-dotted-tests: New file.
5332         * modules/unictype/property-space-tests: New file.
5333         * modules/unictype/property-terminal-punctuation-tests: New file.
5334         * modules/unictype/property-test-tests: New file.
5335         * modules/unictype/property-titlecase-tests: New file.
5336         * modules/unictype/property-unassigned-code-value-tests: New file.
5337         * modules/unictype/property-unified-ideograph-tests: New file.
5338         * modules/unictype/property-uppercase-tests: New file.
5339         * modules/unictype/property-variation-selector-tests: New file.
5340         * modules/unictype/property-white-space-tests: New file.
5341         * modules/unictype/property-xid-continue-tests: New file.
5342         * modules/unictype/property-xid-start-tests: New file.
5343         * modules/unictype/property-zero-width-tests: New file.
5344         * modules/unictype/scripts-tests: New file.
5345         * modules/unictype/syntax-c-ident-tests: New file.
5346         * modules/unictype/syntax-c-whitespace-tests: New file.
5347         * modules/unictype/syntax-java-ident-tests: New file.
5348         * modules/unictype/syntax-java-whitespace-tests: New file.
5349         * tests/unictype/test-bidi_byname.c: New file.
5350         * tests/unictype/test-bidi_name.c: New file.
5351         * tests/unictype/test-bidi_of.c: New file.
5352         * tests/unictype/test-bidi_test.c: New file.
5353         * tests/unictype/test-block_list.c: New file.
5354         * tests/unictype/test-block_of.c: New file.
5355         * tests/unictype/test-block_test.c: New file.
5356         * tests/unictype/test-categ_and.c: New file.
5357         * tests/unictype/test-categ_and_not.c: New file.
5358         * tests/unictype/test-categ_byname.c: New file.
5359         * tests/unictype/test-categ_name.c: New file.
5360         * tests/unictype/test-categ_none.c: New file.
5361         * tests/unictype/test-categ_of.c: New file.
5362         * tests/unictype/test-categ_or.c: New file.
5363         * tests/unictype/test-categ_test_withtable.c: New file.
5364         * tests/unictype/test-combining.c: New file.
5365         * tests/unictype/test-decdigit.c: New file.
5366         * tests/unictype/test-digit.c: New file.
5367         * tests/unictype/test-mirror.c: New file.
5368         * tests/unictype/test-numeric.c: New file.
5369         * tests/unictype/test-pr_byname.c: New file.
5370         * tests/unictype/test-pr_test.c: New file.
5371         * tests/unictype/test-predicate-part1.h: New file.
5372         * tests/unictype/test-predicate-part2.h: New file.
5373         * tests/unictype/test-scripts.c: New file.
5374         * tests/unictype/test-sy_c_ident.c: New file.
5375         * tests/unictype/test-sy_java_ident.c: New file.
5376
5377         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
5378         for Unicode 5.0.0.
5379         * tests/unictype/test-categ_Cc.c: Likewise.
5380         * tests/unictype/test-categ_Cf.c: Likewise.
5381         * tests/unictype/test-categ_Cn.c: Likewise.
5382         * tests/unictype/test-categ_Co.c: Likewise.
5383         * tests/unictype/test-categ_Cs.c: Likewise.
5384         * tests/unictype/test-categ_L.c: Likewise.
5385         * tests/unictype/test-categ_Ll.c: Likewise.
5386         * tests/unictype/test-categ_Lm.c: Likewise.
5387         * tests/unictype/test-categ_Lo.c: Likewise.
5388         * tests/unictype/test-categ_Lt.c: Likewise.
5389         * tests/unictype/test-categ_Lu.c: Likewise.
5390         * tests/unictype/test-categ_M.c: Likewise.
5391         * tests/unictype/test-categ_Mc.c: Likewise.
5392         * tests/unictype/test-categ_Me.c: Likewise.
5393         * tests/unictype/test-categ_Mn.c: Likewise.
5394         * tests/unictype/test-categ_N.c: Likewise.
5395         * tests/unictype/test-categ_Nd.c: Likewise.
5396         * tests/unictype/test-categ_Nl.c: Likewise.
5397         * tests/unictype/test-categ_No.c: Likewise.
5398         * tests/unictype/test-categ_P.c: Likewise.
5399         * tests/unictype/test-categ_Pc.c: Likewise.
5400         * tests/unictype/test-categ_Pd.c: Likewise.
5401         * tests/unictype/test-categ_Pe.c: Likewise.
5402         * tests/unictype/test-categ_Pf.c: Likewise.
5403         * tests/unictype/test-categ_Pi.c: Likewise.
5404         * tests/unictype/test-categ_Po.c: Likewise.
5405         * tests/unictype/test-categ_Ps.c: Likewise.
5406         * tests/unictype/test-categ_S.c: Likewise.
5407         * tests/unictype/test-categ_Sc.c: Likewise.
5408         * tests/unictype/test-categ_Sk.c: Likewise.
5409         * tests/unictype/test-categ_Sm.c: Likewise.
5410         * tests/unictype/test-categ_So.c: Likewise.
5411         * tests/unictype/test-categ_Z.c: Likewise.
5412         * tests/unictype/test-categ_Zl.c: Likewise.
5413         * tests/unictype/test-categ_Zp.c: Likewise.
5414         * tests/unictype/test-categ_Zs.c: Likewise.
5415         * tests/unictype/test-ctype_alnum.c: Likewise.
5416         * tests/unictype/test-ctype_alpha.c: Likewise.
5417         * tests/unictype/test-ctype_blank.c: Likewise.
5418         * tests/unictype/test-ctype_cntrl.c: Likewise.
5419         * tests/unictype/test-ctype_digit.c: Likewise.
5420         * tests/unictype/test-ctype_graph.c: Likewise.
5421         * tests/unictype/test-ctype_lower.c: Likewise.
5422         * tests/unictype/test-ctype_print.c: Likewise.
5423         * tests/unictype/test-ctype_punct.c: Likewise.
5424         * tests/unictype/test-ctype_space.c: Likewise.
5425         * tests/unictype/test-ctype_upper.c: Likewise.
5426         * tests/unictype/test-ctype_xdigit.c: Likewise.
5427         * tests/unictype/test-decdigit.h: Likewise.
5428         * tests/unictype/test-digit.h: Likewise.
5429         * tests/unictype/test-numeric.h: Likewise.
5430         * tests/unictype/test-pr_alphabetic.c: Likewise.
5431         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
5432         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
5433         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
5434         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
5435         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
5436         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
5437         * tests/unictype/test-pr_bidi_control.c: Likewise.
5438         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
5439         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
5440         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
5441         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
5442         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
5443         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
5444         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
5445         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
5446         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
5447         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
5448         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
5449         * tests/unictype/test-pr_combining.c: Likewise.
5450         * tests/unictype/test-pr_composite.c: Likewise.
5451         * tests/unictype/test-pr_currency_symbol.c: Likewise.
5452         * tests/unictype/test-pr_dash.c: Likewise.
5453         * tests/unictype/test-pr_decimal_digit.c: Likewise.
5454         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
5455         * tests/unictype/test-pr_deprecated.c: Likewise.
5456         * tests/unictype/test-pr_diacritic.c: Likewise.
5457         * tests/unictype/test-pr_extender.c: Likewise.
5458         * tests/unictype/test-pr_format_control.c: Likewise.
5459         * tests/unictype/test-pr_grapheme_base.c: Likewise.
5460         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
5461         * tests/unictype/test-pr_grapheme_link.c: Likewise.
5462         * tests/unictype/test-pr_hex_digit.c: Likewise.
5463         * tests/unictype/test-pr_hyphen.c: Likewise.
5464         * tests/unictype/test-pr_id_continue.c: Likewise.
5465         * tests/unictype/test-pr_id_start.c: Likewise.
5466         * tests/unictype/test-pr_ideographic.c: Likewise.
5467         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
5468         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
5469         * tests/unictype/test-pr_ignorable_control.c: Likewise.
5470         * tests/unictype/test-pr_iso_control.c: Likewise.
5471         * tests/unictype/test-pr_join_control.c: Likewise.
5472         * tests/unictype/test-pr_left_of_pair.c: Likewise.
5473         * tests/unictype/test-pr_line_separator.c: Likewise.
5474         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
5475         * tests/unictype/test-pr_lowercase.c: Likewise.
5476         * tests/unictype/test-pr_math.c: Likewise.
5477         * tests/unictype/test-pr_non_break.c: Likewise.
5478         * tests/unictype/test-pr_not_a_character.c: Likewise.
5479         * tests/unictype/test-pr_numeric.c: Likewise.
5480         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
5481         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
5482         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
5483         * tests/unictype/test-pr_other_id_continue.c: Likewise.
5484         * tests/unictype/test-pr_other_id_start.c: Likewise.
5485         * tests/unictype/test-pr_other_lowercase.c: Likewise.
5486         * tests/unictype/test-pr_other_math.c: Likewise.
5487         * tests/unictype/test-pr_other_uppercase.c: Likewise.
5488         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
5489         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
5490         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
5491         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
5492         * tests/unictype/test-pr_private_use.c: Likewise.
5493         * tests/unictype/test-pr_punctuation.c: Likewise.
5494         * tests/unictype/test-pr_quotation_mark.c: Likewise.
5495         * tests/unictype/test-pr_radical.c: Likewise.
5496         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
5497         * tests/unictype/test-pr_soft_dotted.c: Likewise.
5498         * tests/unictype/test-pr_space.c: Likewise.
5499         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
5500         * tests/unictype/test-pr_titlecase.c: Likewise.
5501         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
5502         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
5503         * tests/unictype/test-pr_uppercase.c: Likewise.
5504         * tests/unictype/test-pr_variation_selector.c: Likewise.
5505         * tests/unictype/test-pr_white_space.c: Likewise.
5506         * tests/unictype/test-pr_xid_continue.c: Likewise.
5507         * tests/unictype/test-pr_xid_start.c: Likewise.
5508         * tests/unictype/test-pr_zero_width.c: Likewise.
5509         * tests/unictype/test-sy_c_whitespace.c: Likewise.
5510         * tests/unictype/test-sy_java_whitespace.c: Likewise.
5511
5512 2007-11-12  Bruno Haible  <bruno@clisp.org>
5513
5514         Unicode character classification functions.
5515         * lib/unictype.h: New file.
5516         * modules/unictype/base: New file.
5517         * modules/unictype/category-L: New file.
5518         * modules/unictype/category-Lu: New file.
5519         * modules/unictype/category-Ll: New file.
5520         * modules/unictype/category-Lt: New file.
5521         * modules/unictype/category-Lm: New file.
5522         * modules/unictype/category-Lo: New file.
5523         * modules/unictype/category-M: New file.
5524         * modules/unictype/category-Mn: New file.
5525         * modules/unictype/category-Mc: New file.
5526         * modules/unictype/category-Me: New file.
5527         * modules/unictype/category-N: New file.
5528         * modules/unictype/category-Nd: New file.
5529         * modules/unictype/category-Nl: New file.
5530         * modules/unictype/category-No: New file.
5531         * modules/unictype/category-P: New file.
5532         * modules/unictype/category-Pc: New file.
5533         * modules/unictype/category-Pd: New file.
5534         * modules/unictype/category-Ps: New file.
5535         * modules/unictype/category-Pe: New file.
5536         * modules/unictype/category-Pi: New file.
5537         * modules/unictype/category-Pf: New file.
5538         * modules/unictype/category-Po: New file.
5539         * modules/unictype/category-S: New file.
5540         * modules/unictype/category-Sm: New file.
5541         * modules/unictype/category-Sc: New file.
5542         * modules/unictype/category-Sk: New file.
5543         * modules/unictype/category-So: New file.
5544         * modules/unictype/category-Z: New file.
5545         * modules/unictype/category-Zs: New file.
5546         * modules/unictype/category-Zl: New file.
5547         * modules/unictype/category-Zp: New file.
5548         * modules/unictype/category-C: New file.
5549         * modules/unictype/category-Cc: New file.
5550         * modules/unictype/category-Cf: New file.
5551         * modules/unictype/category-Cs: New file.
5552         * modules/unictype/category-Co: New file.
5553         * modules/unictype/category-Cn: New file.
5554         * modules/unictype/category-or: New file.
5555         * modules/unictype/category-of: New file.
5556         * modules/unictype/category-test: New file.
5557         * modules/unictype/category-test-withtable: New file.
5558         * modules/unictype/category-byname: New file.
5559         * modules/unictype/category-none: New file.
5560         * modules/unictype/category-and: New file.
5561         * modules/unictype/category-and-not: New file.
5562         * modules/unictype/category-name: New file.
5563         * modules/unictype/combining-class: New file.
5564         * modules/unictype/category-all: New file.
5565         * modules/unictype/bidicategory-all: New file.
5566         * modules/unictype/bidicategory-byname: New file.
5567         * modules/unictype/bidicategory-name: New file.
5568         * modules/unictype/bidicategory-of: New file.
5569         * modules/unictype/bidicategory-test: New file.
5570         * modules/unictype/decimal-digit: New file.
5571         * modules/unictype/digit: New file.
5572         * modules/unictype/numeric: New file.
5573         * modules/unictype/mirror: New file.
5574         * modules/unictype/property-white-space: New file.
5575         * modules/unictype/property-alphabetic: New file.
5576         * modules/unictype/property-other-alphabetic: New file.
5577         * modules/unictype/property-not-a-character: New file.
5578         * modules/unictype/property-default-ignorable-code-point: New file.
5579         * modules/unictype/property-other-default-ignorable-code-point: New
5580         file.
5581         * modules/unictype/property-deprecated: New file.
5582         * modules/unictype/property-logical-order-exception: New file.
5583         * modules/unictype/property-variation-selector: New file.
5584         * modules/unictype/property-private-use: New file.
5585         * modules/unictype/property-unassigned-code-value: New file.
5586         * modules/unictype/property-uppercase: New file.
5587         * modules/unictype/property-other-uppercase: New file.
5588         * modules/unictype/property-lowercase: New file.
5589         * modules/unictype/property-other-lowercase: New file.
5590         * modules/unictype/property-titlecase: New file.
5591         * modules/unictype/property-soft-dotted: New file.
5592         * modules/unictype/property-id-start: New file.
5593         * modules/unictype/property-other-id-start: New file.
5594         * modules/unictype/property-id-continue: New file.
5595         * modules/unictype/property-other-id-continue: New file.
5596         * modules/unictype/property-xid-start: New file.
5597         * modules/unictype/property-xid-continue: New file.
5598         * modules/unictype/property-pattern-white-space: New file.
5599         * modules/unictype/property-pattern-syntax: New file.
5600         * modules/unictype/property-join-control: New file.
5601         * modules/unictype/property-grapheme-base: New file.
5602         * modules/unictype/property-grapheme-extend: New file.
5603         * modules/unictype/property-other-grapheme-extend: New file.
5604         * modules/unictype/property-grapheme-link: New file.
5605         * modules/unictype/property-bidi-control: New file.
5606         * modules/unictype/property-bidi-left-to-right: New file.
5607         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
5608         * modules/unictype/property-bidi-arabic-right-to-left: New file.
5609         * modules/unictype/property-bidi-european-digit: New file.
5610         * modules/unictype/property-bidi-eur-num-separator: New file.
5611         * modules/unictype/property-bidi-eur-num-terminator: New file.
5612         * modules/unictype/property-bidi-arabic-digit: New file.
5613         * modules/unictype/property-bidi-common-separator: New file.
5614         * modules/unictype/property-bidi-block-separator: New file.
5615         * modules/unictype/property-bidi-segment-separator: New file.
5616         * modules/unictype/property-bidi-whitespace: New file.
5617         * modules/unictype/property-bidi-non-spacing-mark: New file.
5618         * modules/unictype/property-bidi-boundary-neutral: New file.
5619         * modules/unictype/property-bidi-pdf: New file.
5620         * modules/unictype/property-bidi-embedding-or-override: New file.
5621         * modules/unictype/property-bidi-other-neutral: New file.
5622         * modules/unictype/property-hex-digit: New file.
5623         * modules/unictype/property-ascii-hex-digit: New file.
5624         * modules/unictype/property-ideographic: New file.
5625         * modules/unictype/property-unified-ideograph: New file.
5626         * modules/unictype/property-radical: New file.
5627         * modules/unictype/property-ids-binary-operator: New file.
5628         * modules/unictype/property-ids-trinary-operator: New file.
5629         * modules/unictype/property-zero-width: New file.
5630         * modules/unictype/property-space: New file.
5631         * modules/unictype/property-non-break: New file.
5632         * modules/unictype/property-iso-control: New file.
5633         * modules/unictype/property-format-control: New file.
5634         * modules/unictype/property-dash: New file.
5635         * modules/unictype/property-hyphen: New file.
5636         * modules/unictype/property-punctuation: New file.
5637         * modules/unictype/property-line-separator: New file.
5638         * modules/unictype/property-paragraph-separator: New file.
5639         * modules/unictype/property-quotation-mark: New file.
5640         * modules/unictype/property-sentence-terminal: New file.
5641         * modules/unictype/property-terminal-punctuation: New file.
5642         * modules/unictype/property-currency-symbol: New file.
5643         * modules/unictype/property-math: New file.
5644         * modules/unictype/property-other-math: New file.
5645         * modules/unictype/property-paired-punctuation: New file.
5646         * modules/unictype/property-left-of-pair: New file.
5647         * modules/unictype/property-combining: New file.
5648         * modules/unictype/property-composite: New file.
5649         * modules/unictype/property-decimal-digit: New file.
5650         * modules/unictype/property-numeric: New file.
5651         * modules/unictype/property-diacritic: New file.
5652         * modules/unictype/property-extender: New file.
5653         * modules/unictype/property-ignorable-control: New file.
5654         * modules/unictype/property-test: New file.
5655         * modules/unictype/property-byname: New file.
5656         * modules/unictype/property-all: New file.
5657         * modules/unictype/scripts: New file.
5658         * modules/unictype/scripts-all: New file.
5659         * modules/unictype/block-of: New file.
5660         * modules/unictype/block-test: New file.
5661         * modules/unictype/block-list: New file.
5662         * modules/unictype/block-all: New file.
5663         * modules/unictype/syntax-c-whitespace: New file.
5664         * modules/unictype/syntax-java-whitespace: New file.
5665         * modules/unictype/syntax-c-ident: New file.
5666         * modules/unictype/syntax-java-ident: New file.
5667         * modules/unictype/ctype-alnum: New file.
5668         * modules/unictype/ctype-alpha: New file.
5669         * modules/unictype/ctype-cntrl: New file.
5670         * modules/unictype/ctype-digit: New file.
5671         * modules/unictype/ctype-graph: New file.
5672         * modules/unictype/ctype-lower: New file.
5673         * modules/unictype/ctype-print: New file.
5674         * modules/unictype/ctype-punct: New file.
5675         * modules/unictype/ctype-space: New file.
5676         * modules/unictype/ctype-upper: New file.
5677         * modules/unictype/ctype-xdigit: New file.
5678         * modules/unictype/ctype-blank: New file.
5679         * lib/unictype/bidi_byname.c: New file.
5680         * lib/unictype/bidi_name.c: New file.
5681         * lib/unictype/bidi_of.c: New file.
5682         * lib/unictype/bidi_test.c: New file.
5683         * lib/unictype/bitmap.h: New file.
5684         * lib/unictype/block_test.c: New file.
5685         * lib/unictype/blocks.c: New file.
5686         * lib/unictype/categ_C.c: New file.
5687         * lib/unictype/categ_Cc.c: New file.
5688         * lib/unictype/categ_Cf.c: New file.
5689         * lib/unictype/categ_Cn.c: New file.
5690         * lib/unictype/categ_Co.c: New file.
5691         * lib/unictype/categ_Cs.c: New file.
5692         * lib/unictype/categ_L.c: New file.
5693         * lib/unictype/categ_Ll.c: New file.
5694         * lib/unictype/categ_Lm.c: New file.
5695         * lib/unictype/categ_Lo.c: New file.
5696         * lib/unictype/categ_Lt.c: New file.
5697         * lib/unictype/categ_Lu.c: New file.
5698         * lib/unictype/categ_M.c: New file.
5699         * lib/unictype/categ_Mc.c: New file.
5700         * lib/unictype/categ_Me.c: New file.
5701         * lib/unictype/categ_Mn.c: New file.
5702         * lib/unictype/categ_N.c: New file.
5703         * lib/unictype/categ_Nd.c: New file.
5704         * lib/unictype/categ_Nl.c: New file.
5705         * lib/unictype/categ_No.c: New file.
5706         * lib/unictype/categ_P.c: New file.
5707         * lib/unictype/categ_Pc.c: New file.
5708         * lib/unictype/categ_Pd.c: New file.
5709         * lib/unictype/categ_Pe.c: New file.
5710         * lib/unictype/categ_Pf.c: New file.
5711         * lib/unictype/categ_Pi.c: New file.
5712         * lib/unictype/categ_Po.c: New file.
5713         * lib/unictype/categ_Ps.c: New file.
5714         * lib/unictype/categ_S.c: New file.
5715         * lib/unictype/categ_Sc.c: New file.
5716         * lib/unictype/categ_Sk.c: New file.
5717         * lib/unictype/categ_Sm.c: New file.
5718         * lib/unictype/categ_So.c: New file.
5719         * lib/unictype/categ_Z.c: New file.
5720         * lib/unictype/categ_Zl.c: New file.
5721         * lib/unictype/categ_Zp.c: New file.
5722         * lib/unictype/categ_Zs.c: New file.
5723         * lib/unictype/categ_and.c: New file.
5724         * lib/unictype/categ_and_not.c: New file.
5725         * lib/unictype/categ_byname.c: New file.
5726         * lib/unictype/categ_name.c: New file.
5727         * lib/unictype/categ_none.c: New file.
5728         * lib/unictype/categ_of.c: New file.
5729         * lib/unictype/categ_or.c: New file.
5730         * lib/unictype/categ_test.c: New file.
5731         * lib/unictype/combining.c: New file.
5732         * lib/unictype/ctype_alnum.c: New file.
5733         * lib/unictype/ctype_alpha.c: New file.
5734         * lib/unictype/ctype_blank.c: New file.
5735         * lib/unictype/ctype_cntrl.c: New file.
5736         * lib/unictype/ctype_digit.c: New file.
5737         * lib/unictype/ctype_graph.c: New file.
5738         * lib/unictype/ctype_lower.c: New file.
5739         * lib/unictype/ctype_print.c: New file.
5740         * lib/unictype/ctype_punct.c: New file.
5741         * lib/unictype/ctype_space.c: New file.
5742         * lib/unictype/ctype_upper.c: New file.
5743         * lib/unictype/ctype_xdigit.c: New file.
5744         * lib/unictype/decdigit.c: New file.
5745         * lib/unictype/digit.c: New file.
5746         * lib/unictype/identsyntaxmap.h: New file.
5747         * lib/unictype/mirror.c: New file.
5748         * lib/unictype/numeric.c: New file.
5749         * lib/unictype/pr_alphabetic.c: New file.
5750         * lib/unictype/pr_ascii_hex_digit.c: New file.
5751         * lib/unictype/pr_bidi_arabic_digit.c: New file.
5752         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
5753         * lib/unictype/pr_bidi_block_separator.c: New file.
5754         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
5755         * lib/unictype/pr_bidi_common_separator.c: New file.
5756         * lib/unictype/pr_bidi_control.c: New file.
5757         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
5758         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
5759         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
5760         * lib/unictype/pr_bidi_european_digit.c: New file.
5761         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
5762         * lib/unictype/pr_bidi_left_to_right.c: New file.
5763         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
5764         * lib/unictype/pr_bidi_other_neutral.c: New file.
5765         * lib/unictype/pr_bidi_pdf.c: New file.
5766         * lib/unictype/pr_bidi_segment_separator.c: New file.
5767         * lib/unictype/pr_bidi_whitespace.c: New file.
5768         * lib/unictype/pr_byname.c: New file.
5769         * lib/unictype/pr_byname.gperf: New file.
5770         * lib/unictype/pr_combining.c: New file.
5771         * lib/unictype/pr_composite.c: New file.
5772         * lib/unictype/pr_currency_symbol.c: New file.
5773         * lib/unictype/pr_dash.c: New file.
5774         * lib/unictype/pr_decimal_digit.c: New file.
5775         * lib/unictype/pr_default_ignorable_code_point.c: New file.
5776         * lib/unictype/pr_deprecated.c: New file.
5777         * lib/unictype/pr_diacritic.c: New file.
5778         * lib/unictype/pr_extender.c: New file.
5779         * lib/unictype/pr_format_control.c: New file.
5780         * lib/unictype/pr_grapheme_base.c: New file.
5781         * lib/unictype/pr_grapheme_extend.c: New file.
5782         * lib/unictype/pr_grapheme_link.c: New file.
5783         * lib/unictype/pr_hex_digit.c: New file.
5784         * lib/unictype/pr_hyphen.c: New file.
5785         * lib/unictype/pr_id_continue.c: New file.
5786         * lib/unictype/pr_id_start.c: New file.
5787         * lib/unictype/pr_ideographic.c: New file.
5788         * lib/unictype/pr_ids_binary_operator.c: New file.
5789         * lib/unictype/pr_ids_trinary_operator.c: New file.
5790         * lib/unictype/pr_ignorable_control.c: New file.
5791         * lib/unictype/pr_iso_control.c: New file.
5792         * lib/unictype/pr_join_control.c: New file.
5793         * lib/unictype/pr_left_of_pair.c: New file.
5794         * lib/unictype/pr_line_separator.c: New file.
5795         * lib/unictype/pr_logical_order_exception.c: New file.
5796         * lib/unictype/pr_lowercase.c: New file.
5797         * lib/unictype/pr_math.c: New file.
5798         * lib/unictype/pr_non_break.c: New file.
5799         * lib/unictype/pr_not_a_character.c: New file.
5800         * lib/unictype/pr_numeric.c: New file.
5801         * lib/unictype/pr_other_alphabetic.c: New file.
5802         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
5803         * lib/unictype/pr_other_grapheme_extend.c: New file.
5804         * lib/unictype/pr_other_id_continue.c: New file.
5805         * lib/unictype/pr_other_id_start.c: New file.
5806         * lib/unictype/pr_other_lowercase.c: New file.
5807         * lib/unictype/pr_other_math.c: New file.
5808         * lib/unictype/pr_other_uppercase.c: New file.
5809         * lib/unictype/pr_paired_punctuation.c: New file.
5810         * lib/unictype/pr_paragraph_separator.c: New file.
5811         * lib/unictype/pr_pattern_syntax.c: New file.
5812         * lib/unictype/pr_pattern_white_space.c: New file.
5813         * lib/unictype/pr_private_use.c: New file.
5814         * lib/unictype/pr_punctuation.c: New file.
5815         * lib/unictype/pr_quotation_mark.c: New file.
5816         * lib/unictype/pr_radical.c: New file.
5817         * lib/unictype/pr_sentence_terminal.c: New file.
5818         * lib/unictype/pr_soft_dotted.c: New file.
5819         * lib/unictype/pr_space.c: New file.
5820         * lib/unictype/pr_terminal_punctuation.c: New file.
5821         * lib/unictype/pr_test.c: New file.
5822         * lib/unictype/pr_titlecase.c: New file.
5823         * lib/unictype/pr_unassigned_code_value.c: New file.
5824         * lib/unictype/pr_unified_ideograph.c: New file.
5825         * lib/unictype/pr_uppercase.c: New file.
5826         * lib/unictype/pr_variation_selector.c: New file.
5827         * lib/unictype/pr_white_space.c: New file.
5828         * lib/unictype/pr_xid_continue.c: New file.
5829         * lib/unictype/pr_xid_start.c: New file.
5830         * lib/unictype/pr_zero_width.c: New file.
5831         * lib/unictype/scripts.c: New file.
5832         * lib/unictype/sy_c_ident.c: New file.
5833         * lib/unictype/sy_c_whitespace.c: New file.
5834         * lib/unictype/sy_java_ident.c: New file.
5835         * lib/unictype/sy_java_whitespace.c: New file.
5836
5837         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
5838         Unicode 5.0.0.
5839         * lib/unictype/blocks.h: Likewise.
5840         * lib/unictype/categ_C.h: Likewise.
5841         * lib/unictype/categ_Cc.h: Likewise.
5842         * lib/unictype/categ_Cf.h: Likewise.
5843         * lib/unictype/categ_Cn.h: Likewise.
5844         * lib/unictype/categ_Co.h: Likewise.
5845         * lib/unictype/categ_Cs.h: Likewise.
5846         * lib/unictype/categ_L.h: Likewise.
5847         * lib/unictype/categ_Ll.h: Likewise.
5848         * lib/unictype/categ_Lm.h: Likewise.
5849         * lib/unictype/categ_Lo.h: Likewise.
5850         * lib/unictype/categ_Lt.h: Likewise.
5851         * lib/unictype/categ_Lu.h: Likewise.
5852         * lib/unictype/categ_M.h: Likewise.
5853         * lib/unictype/categ_Mc.h: Likewise.
5854         * lib/unictype/categ_Me.h: Likewise.
5855         * lib/unictype/categ_Mn.h: Likewise.
5856         * lib/unictype/categ_N.h: Likewise.
5857         * lib/unictype/categ_Nd.h: Likewise.
5858         * lib/unictype/categ_Nl.h: Likewise.
5859         * lib/unictype/categ_No.h: Likewise.
5860         * lib/unictype/categ_P.h: Likewise.
5861         * lib/unictype/categ_Pc.h: Likewise.
5862         * lib/unictype/categ_Pd.h: Likewise.
5863         * lib/unictype/categ_Pe.h: Likewise.
5864         * lib/unictype/categ_Pf.h: Likewise.
5865         * lib/unictype/categ_Pi.h: Likewise.
5866         * lib/unictype/categ_Po.h: Likewise.
5867         * lib/unictype/categ_Ps.h: Likewise.
5868         * lib/unictype/categ_S.h: Likewise.
5869         * lib/unictype/categ_Sc.h: Likewise.
5870         * lib/unictype/categ_Sk.h: Likewise.
5871         * lib/unictype/categ_Sm.h: Likewise.
5872         * lib/unictype/categ_So.h: Likewise.
5873         * lib/unictype/categ_Z.h: Likewise.
5874         * lib/unictype/categ_Zl.h: Likewise.
5875         * lib/unictype/categ_Zp.h: Likewise.
5876         * lib/unictype/categ_Zs.h: Likewise.
5877         * lib/unictype/categ_of.h: Likewise.
5878         * lib/unictype/combining.h: Likewise.
5879         * lib/unictype/ctype_alnum.h: Likewise.
5880         * lib/unictype/ctype_alpha.h: Likewise.
5881         * lib/unictype/ctype_blank.h: Likewise.
5882         * lib/unictype/ctype_cntrl.h: Likewise.
5883         * lib/unictype/ctype_digit.h: Likewise.
5884         * lib/unictype/ctype_graph.h: Likewise.
5885         * lib/unictype/ctype_lower.h: Likewise.
5886         * lib/unictype/ctype_print.h: Likewise.
5887         * lib/unictype/ctype_punct.h: Likewise.
5888         * lib/unictype/ctype_space.h: Likewise.
5889         * lib/unictype/ctype_upper.h: Likewise.
5890         * lib/unictype/ctype_xdigit.h: Likewise.
5891         * lib/unictype/decdigit.h: Likewise.
5892         * lib/unictype/digit.h: Likewise.
5893         * lib/unictype/mirror.h: Likewise.
5894         * lib/unictype/numeric.h: Likewise.
5895         * lib/unictype/pr_alphabetic.h: Likewise.
5896         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
5897         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
5898         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
5899         * lib/unictype/pr_bidi_block_separator.h: Likewise.
5900         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
5901         * lib/unictype/pr_bidi_common_separator.h: Likewise.
5902         * lib/unictype/pr_bidi_control.h: Likewise.
5903         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
5904         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
5905         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
5906         * lib/unictype/pr_bidi_european_digit.h: Likewise.
5907         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
5908         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
5909         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
5910         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
5911         * lib/unictype/pr_bidi_pdf.h: Likewise.
5912         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
5913         * lib/unictype/pr_bidi_whitespace.h: Likewise.
5914         * lib/unictype/pr_combining.h: Likewise.
5915         * lib/unictype/pr_composite.h: Likewise.
5916         * lib/unictype/pr_currency_symbol.h: Likewise.
5917         * lib/unictype/pr_dash.h: Likewise.
5918         * lib/unictype/pr_decimal_digit.h: Likewise.
5919         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
5920         * lib/unictype/pr_deprecated.h: Likewise.
5921         * lib/unictype/pr_diacritic.h: Likewise.
5922         * lib/unictype/pr_extender.h: Likewise.
5923         * lib/unictype/pr_format_control.h: Likewise.
5924         * lib/unictype/pr_grapheme_base.h: Likewise.
5925         * lib/unictype/pr_grapheme_extend.h: Likewise.
5926         * lib/unictype/pr_grapheme_link.h: Likewise.
5927         * lib/unictype/pr_hex_digit.h: Likewise.
5928         * lib/unictype/pr_hyphen.h: Likewise.
5929         * lib/unictype/pr_id_continue.h: Likewise.
5930         * lib/unictype/pr_id_start.h: Likewise.
5931         * lib/unictype/pr_ideographic.h: Likewise.
5932         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5933         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5934         * lib/unictype/pr_ignorable_control.h: Likewise.
5935         * lib/unictype/pr_iso_control.h: Likewise.
5936         * lib/unictype/pr_join_control.h: Likewise.
5937         * lib/unictype/pr_left_of_pair.h: Likewise.
5938         * lib/unictype/pr_line_separator.h: Likewise.
5939         * lib/unictype/pr_logical_order_exception.h: Likewise.
5940         * lib/unictype/pr_lowercase.h: Likewise.
5941         * lib/unictype/pr_math.h: Likewise.
5942         * lib/unictype/pr_non_break.h: Likewise.
5943         * lib/unictype/pr_not_a_character.h: Likewise.
5944         * lib/unictype/pr_numeric.h: Likewise.
5945         * lib/unictype/pr_other_alphabetic.h: Likewise.
5946         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5947         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5948         * lib/unictype/pr_other_id_continue.h: Likewise.
5949         * lib/unictype/pr_other_id_start.h: Likewise.
5950         * lib/unictype/pr_other_lowercase.h: Likewise.
5951         * lib/unictype/pr_other_math.h: Likewise.
5952         * lib/unictype/pr_other_uppercase.h: Likewise.
5953         * lib/unictype/pr_paired_punctuation.h: Likewise.
5954         * lib/unictype/pr_paragraph_separator.h: Likewise.
5955         * lib/unictype/pr_pattern_syntax.h: Likewise.
5956         * lib/unictype/pr_pattern_white_space.h: Likewise.
5957         * lib/unictype/pr_private_use.h: Likewise.
5958         * lib/unictype/pr_punctuation.h: Likewise.
5959         * lib/unictype/pr_quotation_mark.h: Likewise.
5960         * lib/unictype/pr_radical.h: Likewise.
5961         * lib/unictype/pr_sentence_terminal.h: Likewise.
5962         * lib/unictype/pr_soft_dotted.h: Likewise.
5963         * lib/unictype/pr_space.h: Likewise.
5964         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5965         * lib/unictype/pr_titlecase.h: Likewise.
5966         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5967         * lib/unictype/pr_unified_ideograph.h: Likewise.
5968         * lib/unictype/pr_uppercase.h: Likewise.
5969         * lib/unictype/pr_variation_selector.h: Likewise.
5970         * lib/unictype/pr_white_space.h: Likewise.
5971         * lib/unictype/pr_xid_continue.h: Likewise.
5972         * lib/unictype/pr_xid_start.h: Likewise.
5973         * lib/unictype/pr_zero_width.h: Likewise.
5974         * lib/unictype/scripts.h: Likewise.
5975         * lib/unictype/scripts_byname.gperf: Likewise.
5976         * lib/unictype/sy_c_ident.h: Likewise.
5977         * lib/unictype/sy_c_whitespace.h: Likewise.
5978         * lib/unictype/sy_java_ident.h: Likewise.
5979         * lib/unictype/sy_java_whitespace.h: Likewise.
5980
5981         * lib/unictype/Makefile: New file.
5982         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5983         glibc.
5984         * lib/unictype/3level.h: New file, copied from glibc.
5985         * lib/unictype/3levelbit.h: New file.
5986
5987 2007-11-11  Bruno Haible  <bruno@clisp.org>
5988
5989         * modules/gperf: New file.
5990         * modules/iconv_open (Depends-on): Add it.
5991         (Makefile.am): Remove the GPERF definition.
5992
5993 2007-11-11  Bruno Haible  <bruno@clisp.org>
5994
5995         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5996         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5997
5998 2007-11-11  Bruno Haible  <bruno@clisp.org>
5999
6000         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
6001         (usage): Remove function.
6002
6003 2007-11-11  Bruno Haible  <bruno@clisp.org>
6004
6005         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
6006         gl_FUNC_CEILF_LIBS.
6007         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
6008         gl_FUNC_CEIL_LIBS.
6009         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
6010         gl_FUNC_CEILL_LIBS.
6011         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
6012         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
6013         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
6014
6015 2007-11-11  Bruno Haible  <bruno@clisp.org>
6016
6017         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
6018         roundf were declared but do not exist on functions.
6019         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
6020         roundl were declared but do not exist on functions.
6021         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
6022         HAVE_FLOORL_AND_CEILL, respectively.
6023         Needed for Sun C on Solaris 10.
6024
6025 2007-11-11  Bruno Haible  <bruno@clisp.org>
6026
6027         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
6028         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
6029         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
6030         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
6031         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
6032         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
6033         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
6034         HAVE_DECL_ROUNDF.
6035         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
6036         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
6037         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
6038         of HAVE_DECL_ROUND*.
6039         * modules/math (Makefile.am): Update.
6040
6041 2007-11-10  Bruno Haible  <bruno@clisp.org>
6042
6043         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
6044         ptrdiff_t as m4/intl.m4.
6045
6046 2007-11-10  Jim Meyering  <meyering@redhat.com>
6047
6048         Avoid link failure for the argmatch test.
6049         * tests/test-argmatch.c (usage): Define function to avoid a link
6050         failure: argmatch_die requires a usage function.
6051
6052 2007-11-09  Bruno Haible  <bruno@clisp.org>
6053
6054         * doc/functions/snprintf.texi: Mention BeOS deficiency.
6055         * doc/functions/vsnprintf.texi: Likewise.
6056         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
6057         with a size argument < 2.
6058
6059 2007-11-09  Bruno Haible  <bruno@clisp.org>
6060
6061         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
6062         buffer. Fixes an inefficiency introduced on 2007-11-03.
6063
6064 2007-11-09  Bruno Haible  <bruno@clisp.org>
6065
6066         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
6067         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
6068
6069 2007-11-08  Jim Meyering  <meyering@redhat.com>
6070
6071         Change cache variable name prefix "jm_" to "gl_" everywhere.
6072         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
6073         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
6074         * m4/uptime.m4: s/gl_/jm_/
6075
6076 2007-11-07  Bruno Haible  <bruno@clisp.org>
6077
6078         Update to GNU gettext 0.17.
6079         * m4/intl.m4: Update to GNU gettext 0.17.
6080         * m4/po.m4: Likewise.
6081         * modules/gettext (Files): Remove m4/ulonglong.m4.
6082         (configure.ac): Require gettext infrastructure from version 0.17.
6083
6084 2007-11-06  Bruno Haible  <bruno@clisp.org>
6085
6086         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
6087         symbolic values are not defined in a public header.
6088         * lib/freadable.c (freadable) [QNX]: Likewise.
6089         * lib/freadahead.c (freadahead) [QNX]: Likewise.
6090         * lib/freading.c (freading) [QNX]: Likewise.
6091         * lib/fseterr.c (fseterr) [QNX]: Likewise.
6092         * lib/fwritable.c (fwritable) [QNX]: Likewise.
6093         * lib/fwriting.c (fwriting) [QNX]: Likewise.
6094         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
6095         Reported by Alain Magloire.
6096
6097         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
6098
6099 2007-11-05  Bruno Haible  <bruno@clisp.org>
6100
6101         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
6102         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
6103         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
6104         Reported by Eric Blake.
6105
6106 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6107             Bruno Haible  <bruno@clisp.org>
6108
6109         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
6110         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
6111         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
6112         (malloc): Undefine also before including <stdlib.h>.
6113         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
6114         Needed on OSF/1 4.0.
6115
6116 2007-11-05  Jim Meyering  <meyering@redhat.com>
6117
6118         git-version-gen: sync from coreutils.
6119         * build-aux/git-version-gen: Add comments.
6120         Change the first '-' to '.' in the snapshot version string,
6121         e.g., 6.9-377-08144 -> 6.9.377-08144
6122         Remove first parameter.
6123         Don't declare a version "-dirty" merely because a time
6124         stamp has changed.
6125
6126 2007-11-04  Bruno Haible  <bruno@clisp.org>
6127
6128         * lib/lock.h: Protect all macro definitions containing an 'if'
6129         statement through a "do { ... } while (0)".
6130         * lib/tls.h: Likewise.
6131
6132 2007-11-04  Bruno Haible  <bruno@clisp.org>
6133
6134         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
6135
6136 2007-11-04  Bruno Haible  <bruno@clisp.org>
6137
6138         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
6139         * modules/fprintf-posix (Depends-on): Add nocrash.
6140         * modules/snprintf-posix (Depends-on): Likewise.
6141         * modules/sprintf-posix (Depends-on): Likewise.
6142         * modules/vasnprintf-posix (Depends-on): Likewise.
6143         * modules/vasprintf-posix (Depends-on): Likewise.
6144         * modules/vfprintf-posix (Depends-on): Likewise.
6145         * modules/vsnprintf-posix (Depends-on): Likewise.
6146         * modules/vsprintf-posix (Depends-on): Likewise.
6147         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6148         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6149         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6150         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6151         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6152         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6153         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6154
6155 2007-11-04  Bruno Haible  <bruno@clisp.org>
6156
6157         * modules/nocrash: New file.
6158         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
6159         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
6160
6161 2007-11-04  Bruno Haible  <bruno@clisp.org>
6162
6163         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
6164         precision handling.
6165         * tests/test-vasprintf-posix.c (test_function): Likewise.
6166         * tests/test-snprintf-posix.h (test_function): Likewise.
6167         * tests/test-sprintf-posix.h (test_function): Likewise.
6168
6169         Fix *printf behaviour for large precisions on mingw and BeOS.
6170         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
6171         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
6172         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
6173         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6174         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6175         gl_PRINTF_PRECISION and test its result. Invoke
6176         gl_PREREQ_VASNPRINTF_PRECISION.
6177         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6178         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6179         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6180         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6181         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6182         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6183         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6184         * doc/functions/fprintf.texi: Update.
6185         * doc/functions/printf.texi: Update.
6186         * doc/functions/snprintf.texi: Update.
6187         * doc/functions/sprintf.texi: Update.
6188         * doc/functions/vfprintf.texi: Update.
6189         * doc/functions/vprintf.texi: Update.
6190         * doc/functions/vsnprintf.texi: Update.
6191         * doc/functions/vsprintf.texi: Update.
6192
6193 2007-11-04  Bruno Haible  <bruno@clisp.org>
6194
6195         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
6196
6197 2007-11-04  Bruno Haible  <bruno@clisp.org>
6198
6199         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
6200         Reported by Sylvain Beucler <beuc@gnu.org>.
6201
6202 2007-11-03  Bruno Haible  <bruno@clisp.org>
6203
6204         * tests/test-fprintf-posix2.sh: New file.
6205         * tests/test-fprintf-posix2.c: New file.
6206         * modules/fprintf-posix-tests (Files): Add them.
6207         (TESTS): Add test-fprintf-posix2.sh.
6208         (configure.ac): Check for getrlimit and setrlimit.
6209         (check_PROGRAMS): Add test-fprintf-posix2.
6210
6211         * tests/test-printf-posix2.sh: New file.
6212         * tests/test-printf-posix2.c: New file.
6213         * modules/printf-posix-tests (Files): Add them.
6214         (TESTS): Add test-printf-posix2.sh.
6215         (configure.ac): Check for getrlimit and setrlimit.
6216         (check_PROGRAMS): Add test-printf-posix2.
6217
6218         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
6219         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
6220         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
6221         (decode_double): New function, copied from decode_long_double.
6222         (scale10_round_decimal_decoded): New function, extracted from
6223         scale10_round_decimal_long_double.
6224         (scale10_round_decimal_long_double): Use it.
6225         (scale10_round_decimal_double): New function.
6226         (floorlog10): New function.
6227         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
6228         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
6229         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6230         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6231         gl_PRINTF_ENOMEM and test its result. Invoke
6232         gl_PREREQ_VASNPRINTF_ENOMEM.
6233         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6234         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6235         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6236         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6237         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6238         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6239         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6240         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
6241         * modules/snprintf-posix (Depends-on): Likewise.
6242         * modules/sprintf-posix (Depends-on): Likewise.
6243         * modules/vasnprintf-posix (Depends-on): Likewise.
6244         * modules/vasprintf-posix (Depends-on): Likewise.
6245         * modules/vfprintf-posix (Depends-on): Likewise.
6246         * modules/vsnprintf-posix (Depends-on): Likewise.
6247         * modules/vsprintf-posix (Depends-on): Likewise.
6248         * doc/functions/fprintf.texi: Update.
6249         * doc/functions/printf.texi: Update.
6250         * doc/functions/snprintf.texi: Update.
6251         * doc/functions/sprintf.texi: Update.
6252         * doc/functions/vfprintf.texi: Update.
6253         * doc/functions/vprintf.texi: Update.
6254         * doc/functions/vsnprintf.texi: Update.
6255         * doc/functions/vsprintf.texi: Update.
6256
6257 2007-11-03  Bruno Haible  <bruno@clisp.org>
6258
6259         * modules/frexp-nolibm-tests: New file.
6260
6261         * modules/frexp-nolibm: New file.
6262         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
6263
6264 2007-11-03  Bruno Haible  <bruno@clisp.org>
6265
6266         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
6267         value is C99 compliant.
6268         Needed for OSF/1 5.1.
6269
6270 2007-11-03  Bruno Haible  <bruno@clisp.org>
6271
6272         Fix out-of-memory handling of vasnprintf.
6273         * lib/printf-parse.c: Include <errno.h>.
6274         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
6275         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
6276         is already set.
6277
6278 2007-11-02  Eric Blake  <ebb9@byu.net>
6279
6280         Fix tests on cygwin.
6281         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
6282
6283 2007-11-01  Bruno Haible  <bruno@clisp.org>
6284
6285         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
6286         warning.
6287         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
6288         needed for POSIX compatibility.
6289
6290 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
6291
6292         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
6293         for compatibility with GNU.
6294
6295 2007-11-01  Bruno Haible  <bruno@clisp.org>
6296
6297         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
6298         (putenv): Renamed from rpl_putenv. Change argument type from
6299         'const char *' to 'char *'.
6300         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
6301         of defining putenv in config.h, just set REPLACE_PUTENV.
6302         * modules/putenv (Depends-on): Add stdlib.
6303         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6304         (Include): Use <stdlib.h>.
6305         * lib/stdlib.in.h (putenv): New declaration.
6306         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
6307         REPLACE_PUTENV.
6308         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
6309         REPLACE_PUTENV.
6310         Needed for MacOS X 10.5.0.
6311         Reported by Peter O'Gorman <peter@pogma.com>.
6312
6313 2007-11-01  Jim Meyering  <meyering@redhat.com>
6314
6315         Treat an empty date string exactly like "0".
6316         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
6317         if the remaining date string (to be parsed) is empty, use "0".
6318         Reported by Mischa Molhoek and discussed in this thread:
6319         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
6320
6321 2007-10-31  Bruno Haible  <bruno@clisp.org>
6322
6323         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
6324         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
6325         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
6326         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
6327         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
6328         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
6329
6330 2007-10-31  Bruno Haible  <bruno@clisp.org>
6331
6332         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
6333         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
6334         (AC_TYPE_LONG_LONG_INT): Use it.
6335         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
6336         it as well.
6337         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
6338         to m4/longlong.m4.
6339         * modules/stdint (Files): Remove m4/ulonglong.m4.
6340         * modules/strtoull (Files): Use m4/longlong.m4 instead of
6341         m4/ulonglong.m4.
6342         * modules/strtoumax (Files): Likewise.
6343
6344 2007-10-30  Bruno Haible  <bruno@clisp.org>
6345
6346         * modules/xvasprintf-posix: New file.
6347         Suggested by Eric Blake.
6348
6349 2007-10-30  Bruno Haible  <bruno@clisp.org>
6350
6351         * modules/xprintf-posix-tests: New file.
6352         * tests/test-xprintf-posix.sh: New file.
6353         * tests/test-xprintf-posix.c: New file.
6354         * tests/test-xfprintf-posix.c: New file.
6355
6356         * modules/xprintf-posix: New file.
6357
6358 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6359
6360         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
6361         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
6362         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
6363
6364 2007-10-29  Bruno Haible  <bruno@clisp.org>
6365
6366         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
6367         contain the special marker '_cv_'.
6368         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
6369         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
6370         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
6371         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
6372         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
6373         Reported by Ralf Wildenhues.
6374
6375 2007-10-29  Bruno Haible  <bruno@clisp.org>
6376
6377         * gnulib-tool (func_import): When --lgpl is not specified, set
6378         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
6379         GPLv3.
6380         Reported by Simon Josefsson.
6381
6382 2007-10-28  Bruno Haible  <bruno@clisp.org>
6383
6384         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
6385         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
6386         HAVE_DECL_ISFINITE.
6387         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6388         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
6389         HAVE_DECL_ISFINITE.
6390
6391 2007-10-28  Bruno Haible  <bruno@clisp.org>
6392
6393         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
6394         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
6395
6396 2007-10-28  Bruno Haible  <bruno@clisp.org>
6397
6398         Fix link errors with Sun C 5.0 on Solaris 10.
6399         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
6400         function is declared but not present in the compiler's libm.
6401         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
6402         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
6403         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
6404         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
6405         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
6406         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
6407         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
6408         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6409         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
6410         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
6411         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
6412         HAVE_DECL_FLOORL.
6413
6414 2007-10-28  Bruno Haible  <bruno@clisp.org>
6415
6416         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
6417         gl_FUNC_FLOORL. Cache the result.
6418         (gl_FUNC_FLOORL): Use it.
6419         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
6420         gl_FUNC_CEILL. Cache the result.
6421         (gl_FUNC_CEILL): Use it.
6422
6423         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
6424         gl_FUNC_FLOOR. Cache the result.
6425         (gl_FUNC_FLOOR): Use it.
6426         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
6427         gl_FUNC_CEIL. Cache the result.
6428         (gl_FUNC_CEIL): Use it.
6429
6430         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
6431         gl_FUNC_FLOORF. Cache the result.
6432         (gl_FUNC_FLOORF): Use it.
6433         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
6434         gl_FUNC_CEILF. Cache the result.
6435         (gl_FUNC_CEILF): Use it.
6436
6437 2007-10-28  Bruno Haible  <bruno@clisp.org>
6438
6439         * gnulib-tool: Allow specifying the LGPL version number through
6440         --lgpl=2 or --lgpl=3.
6441         (func_usage): Document --lgpl with argument.
6442         Handle --lgpl=... arguments.
6443         (func_import): Recognize also gl_LGPL calls with an argument. When
6444         --lgpl=2 is used and the module's license is just LGPL, report an
6445         error. Set sed_transform_lib_file according to the lgpl variable. In
6446         the generated files, use --lgpl or gl_LGPL invocations with argument,
6447         if necessary.
6448         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
6449         an LGPv2+ license.
6450         * doc/gnulib-tool.texi (Modified imports): Update explanation of
6451         gl_LGPL macro.
6452
6453 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6454             Bruno Haible  <bruno@clisp.org>
6455
6456         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
6457         (u16_uctomb_aux): Likewise.
6458         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
6459         !HAVE_INLINE.
6460         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
6461
6462 2007-10-28  Bruno Haible  <bruno@clisp.org>
6463
6464         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
6465         Invoke AM_GETTEXT_OPTION if it exists.
6466         * modules/vasprintf: Likewise.
6467         * modules/verror: Likewise.
6468         * modules/xprintf: Likewise.
6469         * modules/xvasprintf: Likewise.
6470
6471 2007-10-27  Ben Pfaff  <blp@gnu.org>
6472
6473         * lib/math.in.h: Define isfinite macro and prototypes for
6474         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
6475         implementations.
6476         * m4/math_h.m4: New substitutions for isfinite module.
6477         * lib/isfinite.c: New file.
6478         * m4/isfinite.m4: New file.
6479         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
6480         * modules/isfinite: New file.
6481         * modules/isfinite-tests: New file.
6482         * tests/tests-isfinite.c: New file.
6483         * doc/functions/isfinite.texi: Mention isfinite module.
6484         * MODULES.html.sh: Mention new module.
6485
6486 2007-10-27  Ben Pfaff  <blp@gnu.org>
6487
6488         Ralf Wildenhues reported that Tru64 4.0D declares the round
6489         functions but does not have definitions.
6490         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
6491         cannot be found in any library, set the output variable to
6492         "missing" instead of "".
6493         * m4/round.m4: Also use our substitute if we cannot find round in
6494         any library, even if it is declared.
6495         * m4/roundf.m4: Likewise for roundf.
6496         * m4/roundl.m4: Likewise for roundl.
6497         * lib/math.in.h: Undefine roundf, round, roundl before defining
6498         their replacements, to allow for hypothetical systems where these
6499         may be defined as macros but not available in libraries.
6500
6501 2007-10-27  Bruno Haible  <bruno@clisp.org>
6502
6503         * doc/gnulib.texi: Invoke @firstparagraphindent.
6504         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
6505         changes in gnulib.
6506         (Source changes): New section.
6507
6508 2007-10-26  Bruno Haible  <bruno@clisp.org>
6509
6510         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
6511         borrowed from autoconf.
6512
6513 2007-10-26  Bruno Haible  <bruno@clisp.org>
6514
6515         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
6516         strerror returned the empty string. Needed on HP-UX 11.00.
6517
6518 2007-10-24  Micah Cowan  <micah@cowan.name>
6519
6520         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
6521         * build-aux/bootstrap: Remove support for now-unnecessary option,
6522         --cvs-user, and envvars CVS_USER, CVS_RSH.
6523
6524 2007-10-24  Jim Meyering  <meyering@redhat.com>
6525
6526         Avoid diagnostics from sha1sum when there is no cached checksum.
6527         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
6528         if the po.s1 file hasn't been created yet.
6529
6530         * build-aux/bootstrap: Sync from coreutils:
6531         2007-10-24  Jim Meyering  <meyering@redhat.com>
6532         Get gnulib from the git repository, not from an obsolete cvs one.
6533         * build-aux/bootstrap: Suggestion from Micah Cowan.
6534         2007-10-04  Jim Meyering  <jim@meyering.net>
6535         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
6536         (update_po_files): Work also when there are no .po files in po/.
6537
6538 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6539
6540         * README: Append ".git" to git and cg examples.
6541         Problem reported by Benoit Sigoure.
6542
6543 2007-10-23  Micah Cowan  <micah@cowan.name>
6544
6545         * users.txt: Add wget.
6546
6547 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6548
6549         Fix linking of some unistdio tests on FreeBSD.
6550         * modules/unistdio/u16-vsnprintf-tests
6551         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
6552         * modules/unistdio/u16-vsprintf-tests
6553         (test_u16_vsnprintf1_LDADD): Likewise.
6554         * modules/unistdio/u32-vsnprintf-tests
6555         (test_u32_vsnprintf1_LDADD): Likewise.
6556         * modules/unistdio/u32-vsprintf-tests
6557         (test_u32_vsprintf1_LDADD): Likewise.
6558         * modules/unistdio/u8-vsnprintf-tests
6559         (test_u8_vsnprintf1_LDADD): Likewise.
6560         * modules/unistdio/u8-vsprintf-tests
6561         (test_u8_vsprintf1_LDADD): Likewise.
6562         * modules/unistdio/ulc-vsnprintf-tests
6563         (test_ulc_vsnprintf1_LDADD): Likewise.
6564         * modules/unistdio/ulc-vsprintf-tests
6565         (test_ulc_vsprintf1_LDADD): Likewise.
6566
6567         Fix linking of some uniconv tests on FreeBSD.
6568         * modules/uniconv/u16-conv-from-enc-tests
6569         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
6570         * modules/uniconv/u16-conv-to-enc-tests
6571         (test_u16_conv_to_enc_LDADD): Likewise.
6572         * modules/uniconv/u16-strconv-from-enc-tests
6573         (test_u16_strconv_from_enc_LDADD): Likewise.
6574         * modules/uniconv/u16-strconv-to-enc-tests
6575         (test_u16_strconv_to_enc_LDADD): Likewise.
6576         * modules/uniconv/u32-conv-from-enc-tests
6577         (test_u32_conv_from_enc_LDADD): Likewise.
6578         * modules/uniconv/u32-conv-to-enc-tests
6579         (test_u32_conv_to_enc_LDADD): Likewise.
6580         * modules/uniconv/u32-strconv-from-enc-tests
6581         (test_u32_strconv_from_enc_LDADD): Likewise.
6582         * modules/uniconv/u32-strconv-to-enc-tests
6583         (test_u32_strconv_to_enc_LDADD): Likewise.
6584         * modules/uniconv/u8-conv-from-enc-tests
6585         (test_u8_conv_from_enc_LDADD): Likewise.
6586         * modules/uniconv/u8-conv-to-enc-tests
6587         (test_u8_conv_to_enc_LDADD): Likewise.
6588         * modules/uniconv/u8-strconv-from-enc-tests
6589         (test_u8_strconv_from_enc_LDADD): Likewise.
6590         * modules/uniconv/u8-strconv-to-enc-tests
6591         (test_u8_strconv_to_enc_LDADD): Likewise.
6592
6593 2007-10-22  Bruno Haible  <bruno@clisp.org>
6594
6595         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
6596         size.
6597
6598 2007-10-22  Eric Blake  <ebb9@byu.net>
6599
6600         Tweak x*printf documentation.
6601         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
6602         variable name and comments.
6603         Suggested by Bruno Haible.
6604
6605 2007-10-22  Bruno Haible  <bruno@clisp.org>
6606
6607         * lib/acl.c (copy_acl): Fix file name in comment.
6608
6609 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6610
6611         Fix Tru64 problem with stdbool.h.
6612         * lib/stdbool.in.h (false, true):
6613         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
6614         Don't declare as an enum in this situation; it runs afoul of Tru64.
6615         Problem reported by Steven M. Schweda in
6616         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
6617
6618 2007-10-22  Eric Blake  <ebb9@byu.net>
6619
6620         Also wrap vf?printf.
6621         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
6622         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
6623         (xvprintf, xvfprintf): New functions.
6624
6625 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6626
6627         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
6628         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
6629
6630         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
6631         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
6632
6633 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6634
6635         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
6636         by Bruno Haible.
6637
6638 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6639
6640         * lib/getloadavg.c
6641         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
6642         Undef `sys' after including sys/table.h, for Tru64 4.0D.
6643
6644         * tests/test-i-ring.c: Work for C89.
6645
6646 2007-10-22  Bruno Haible  <bruno@clisp.org>
6647
6648         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
6649         -1u, in preprocessor expression, so that we don't test for the bug
6650         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
6651         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
6652
6653 2007-10-22  Eric Blake  <ebb9@byu.net>
6654
6655         * tests/test-yesno.sh: Silence stderr during test.
6656
6657 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6658
6659         * modules/crypto/gc-camellia: New file.
6660
6661         * m4/gc-camellia.m4: New file.
6662
6663         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
6664
6665         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
6666
6667 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6668
6669         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
6670         --help to stdout.  Reported by sms@antinode.org (Steven
6671         M. Schweda).
6672
6673 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6674
6675         * users.txt: Fix link to libksba.
6676
6677 2007-10-21  Ben Pfaff  <blp@gnu.org>
6678
6679         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
6680         round.c roundf implementation that depends on floorf and ceilf to
6681         be tested unconditionally.
6682
6683 2007-10-21  Ben Pfaff  <blp@gnu.org>
6684
6685         * m4/check-libm-func.m4: Removed.
6686         * m4/check-math-lib.m4: New file.
6687         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
6688         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
6689         definition and lack of AC_LIBOBJ([roundf]).
6690         * m4/roundl.m4: Ditto, and similarly for roundl.
6691         * modules/round: Reference new m4 file.
6692         * modules/roundf: Ditto.
6693         * modules/roundl: Ditto.
6694         * tests/test-round2.c (main): Use ROUND instead of round.
6695         Bug report from Bruno Haible.
6696
6697 2007-10-21  Bruno Haible  <bruno@clisp.org>
6698
6699         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
6700         context.
6701
6702 2007-10-21  Bruno Haible  <bruno@clisp.org>
6703
6704         * tests/test-wcwidth.c (main): Allow negative result for some control
6705         characters.
6706
6707         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
6708         Needed on OSF/1 5.1.
6709
6710 2007-10-21  Bruno Haible  <bruno@clisp.org>
6711
6712         * tests/test-floorf1.c: Include isnanf.h.
6713         (main): Use isnanf() instead of isnan().
6714         * tests/test-ceilf1.c: Include isnanf.h.
6715         (main): Use isnanf() instead of isnan().
6716         * tests/test-truncf1.c: Include isnanf.h.
6717         (main): Use isnanf() instead of isnan().
6718         * tests/test-roundf1.c: Include isnanf.h.
6719         (main): Use isnanf() instead of isnan().
6720
6721 2007-10-21  Eric Blake  <ebb9@byu.net>
6722
6723         * users.txt: Update URL for m4.
6724
6725 2007-10-21  Bruno Haible  <bruno@clisp.org>
6726
6727         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
6728
6729 2007-10-21  Bruno Haible  <bruno@clisp.org>
6730
6731         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
6732         Git's management files if the CVS files are not present.
6733
6734 2007-10-20  Bruno Haible  <bruno@clisp.org>
6735
6736         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
6737         gcc-3.4.x.
6738
6739 2007-10-20  Ben Pfaff  <blp@gnu.org>
6740
6741         * lib/math.in.h: Declare round, roundf, roundl if we are providing
6742         implementations.
6743         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
6744         * lib/round.c: New file.
6745         * lib/roundf.c: New file.
6746         * lib/roundl.c: New file.
6747         * m4/round.m4: New file.
6748         * m4/roundf.m4: New file.
6749         * m4/roundl.m4: New file.
6750         * m4/check-libm-func-m4: New file.
6751         * modules/math: Replace round, roundf, roundl related @VARS@ in
6752         math.in.h.
6753         * modules/round: New file.
6754         * modules/round-tests: New file.
6755         * modules/roundf: New file.
6756         * modules/roundf-tests: New file.
6757         * modules/roundl: New file.
6758         * modules/roundl-tests: New file.
6759         * tests/test-round1.c: New file.
6760         * tests/test-round2.c: New file.
6761         * tests/test-roundf1.c: New file.
6762         * tests/test-roundf2.c: New file.
6763         * tests/test-roundl.c: New file.
6764         * doc/functions/round.texi: Mention round module.
6765         * doc/functions/roundf.texi: Mention roundf module.
6766         * doc/functions/roundl.texi: Mention roundl module.
6767         * MODULES.html.sh: Mention new modules.
6768         Thanks to Bruno Haible for suggestions.
6769
6770 2007-10-20  Jim Meyering  <meyering@redhat.com>
6771
6772         * lib/xprintf.c: Include <config.h> unconditionally.
6773
6774         Change xprintf's license to GPL.
6775         * modules/xprintf (License): s/LGPL/GPL/, since this module
6776         depends on modules (exit and exitfail) which are GPL.
6777         Suggestion from Bruno Haible.
6778
6779         xprintf fixes.
6780         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
6781         Use a clearer diagnostic.
6782         Patch from Bruno Haible.
6783
6784 2007-10-20  Bruno Haible  <bruno@clisp.org>
6785
6786         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
6787         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
6788         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6789
6790 2007-10-20  Bruno Haible  <bruno@clisp.org>
6791
6792         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
6793         precision in the comparison result > x - 1 or similar.
6794         * tests/test-ceilf2.c (correct_result_p): Likewise.
6795         * tests/test-truncf2.c (correct_result_p): Likewise.
6796         * tests/test-trunc2.c (correct_result_p): Likewise.
6797         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6798
6799 2007-10-20  Bruno Haible  <bruno@clisp.org>
6800
6801         * modules/ceil: New file.
6802         * m4/ceil.m4: New file.
6803         * doc/functions/ceil.texi: Mention the 'ceil' module.
6804
6805 2007-10-20  Bruno Haible  <bruno@clisp.org>
6806
6807         * modules/floor: New file.
6808         * m4/floor.m4: New file.
6809         * doc/functions/floor.texi: Mention the 'floor' module.
6810
6811 2007-10-20  Bruno Haible  <bruno@clisp.org>
6812
6813         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
6814         of %a.
6815         * modules/floorf-tests (Depends-on): Likewise.
6816         * modules/truncf-tests (Depends-on): Likewise.
6817         * modules/trunc-tests (Depends-on): Likewise.
6818         Reported by Ben Pfaff.
6819
6820 2007-10-19  Jim Meyering  <meyering@redhat.com>
6821
6822         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
6823         Don't bother testing specific errno values.  Just test ferror.
6824
6825         New module: xprintf
6826         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
6827
6828 2007-10-19  Bruno Haible  <bruno@clisp.org>
6829
6830         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
6831         syntax.
6832         * modules/javaexec (Makefile.am): Likewise.
6833         * modules/relocatable-prog (Makefile.am): Likewise.
6834         Suggested by Jim Meyering.
6835
6836 2007-10-18  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
6839         Reported by Jim Meyering.
6840
6841 2007-10-18  Eric Blake  <ebb9@byu.net>
6842
6843         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
6844
6845 2007-10-18  Bruno Haible  <bruno@clisp.org>
6846
6847         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
6848         the format string into writable memory. Needed in Fortify conditions.
6849
6850 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
6851             Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
6854         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
6855         * modules/trim (Depends-on): Add mbchar.
6856         (configure.ac): Add gl_FUNC_MBRTOWC.
6857         (Makefile.am): Augment lib_SOURCES.
6858
6859 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6860
6861         Modify glob.c to use fstatat and dirfd, to simplify it.
6862         Suggested by Eric Blake.
6863         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
6864         Don't include <stdbool.h>; not used.
6865         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
6866         (link_exists_p): Simplify implementation, since we can now assume
6867         dirfd and fstatat.
6868         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
6869
6870 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6871
6872         * gnulib-tool (func_get_dependencies): Fix sed script to
6873         match only tests.
6874
6875 2007-10-17  Bruno Haible  <bruno@clisp.org>
6876
6877         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
6878         allow locale names without encoding suffix.
6879         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6880         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6881
6882 2007-10-16  Bruno Haible  <bruno@clisp.org>
6883
6884         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
6885         * lib/getgroups.c (getgroups): Likewise.
6886         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
6887
6888 2007-10-16  Bruno Haible  <bruno@clisp.org>
6889
6890         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
6891         * modules/malloc-posix (License): Likewise.
6892         * modules/realloc-posix (License): Likewise.
6893         * modules/calloc-posix (License): Likewise.
6894         * modules/intprops (License): Change from GPL to LGPL, with
6895         Paul Eggert's approval.
6896
6897 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6898
6899         Merge glibc changes into lib/glob.c.
6900
6901         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
6902         2007-10-15 04:59:03 UTC.  Here are the changes:
6903
6904         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6905
6906         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
6907
6908         * lib/glob.c: Add some branch prediction throughout.
6909
6910         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6911
6912         [BZ #5103]
6913         * lib/glob.c (glob): Recognize patterns starting \/.
6914
6915         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6916
6917         [BZ #3996]
6918         * lib/glob.c (attribute_hidden): Define if not defined.
6919         (glob): Unescape dirname, filename or username when needed and not
6920         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6921         is NULL.  Handle unescaped [ in pattern without closing ].
6922         Don't pass GLOB_CHECK down to recursive glob for directories.
6923         (__glob_pattern_type): New function.
6924         (__glob_pattern_p): Implement using __glob_pattern_type.
6925         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6926         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6927         Remove unreachable code.
6928
6929         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6930
6931         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6932         explain why there are no leaks.
6933
6934         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6935
6936         [BZ #3253]
6937         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6938         time, rather allocate increasingly bigger arrays of pointers, if
6939         possible with alloca, if too large with malloc.
6940
6941 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6942
6943         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6944         Problem reported by H.Merijn Brand in
6945         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6946         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6947         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6948
6949 2007-10-15  Bruno Haible  <bruno@clisp.org>
6950
6951         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6952         with explicit rpl_ prefix.
6953         * lib/fopen.c (fopen): Likewise.
6954         * lib/freopen.c (freopen): Likewise.
6955         * lib/iconv.c (iconv): Likewise.
6956         * lib/iconv_close.c (iconv_close): Likewise.
6957
6958 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6959
6960         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6961
6962 2007-10-15  Bruno Haible  <bruno@clisp.org>
6963
6964         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6965         <stddef.h> instead of <stdlib.h> since we only need NULL.
6966         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6967
6968 2007-10-15  Bruno Haible  <bruno@clisp.org>
6969
6970         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6971         Replace paragraph talking about LIBOBJS.
6972         Reported by Colin Watson <cjwatson@debian.org>.
6973
6974 2007-10-15  Bruno Haible  <bruno@clisp.org>
6975
6976         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6977         <stdlib.h> before using NULL.
6978
6979 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6980
6981         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6982         Reported by Albert Chin <china@thewrittenword.com>.
6983
6984 2007-10-14  Bruno Haible  <bruno@clisp.org>
6985
6986         * modules/iconv_open-utf-tests: New file.
6987         * tests/test-iconv-utf.c: New file.
6988
6989         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6990         * modules/iconv_open-utf: New file.
6991         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6992         (iconv, iconv_close): New declarations.
6993         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6994         be defined.
6995         (iconv_open): Add special handling of conversion between UTF-8 and
6996         UTF-{16,32}{BE,LE}.
6997         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6998         * lib/iconv_close.c: New file.
6999         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
7000         gl_FUNC_ICONV_OPEN.
7001         (gl_FUNC_ICONV_OPEN): Use it.
7002         (gl_FUNC_ICONV_OPEN_UTF): New macro.
7003         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
7004         and REPLACE_ICONV_UTF.
7005         * modules/iconv_open (Depends-on): Add c-strcase.
7006         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
7007         ICONV_CONST.
7008         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
7009
7010 2007-10-13  Albert Chin  <china@thewrittenword.com>
7011             Bruno Haible  <bruno@clisp.org>
7012
7013         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
7014         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
7015
7016 2007-10-13  Bruno Haible  <bruno@clisp.org>
7017
7018         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
7019         defined, use the ISO C99 inline semantics.
7020         * lib/argp.h (ARGP_EI): Likewise.
7021
7022 2007-10-13  Bruno Haible  <bruno@clisp.org>
7023
7024         Handle 'inline' change in gcc 4.3.0.
7025         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
7026         argp_fmtstream_write, argp_fmtstream_set_lmargin,
7027         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
7028         argp_fmtstream_point): Disable 'extern' declaration if the function
7029         definition is going to be provided inline.
7030         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
7031         semantics, not the ISO C99 inline semantics.
7032         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
7033         'extern' declaration if the function definition is going to be provided
7034         inline.
7035         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
7036         the GNU C inline semantics, not the ISO C99 inline semantics. With
7037         GCC 4.2, avoid a warning.
7038
7039 2007-10-13  Bruno Haible  <bruno@clisp.org>
7040
7041         * lib/freading.h (freading): Enable the use of __freading for
7042         glibc >= 2.7.
7043         * lib/freading.c (freading): Likewise.
7044
7045 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7046
7047         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
7048         "warning: C99 inline functions are not supported; using GNU89".
7049
7050 2007-10-12  Bruno Haible  <bruno@clisp.org>
7051
7052         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
7053         of 2.
7054         * tests/test-ceilf2.c: New file.
7055         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
7056
7057         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
7058         * modules/ceilf-tests: Update.
7059
7060 2007-10-12  Bruno Haible  <bruno@clisp.org>
7061
7062         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
7063         of 2.
7064         * tests/test-floorf2.c: New file.
7065         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
7066
7067         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
7068         * modules/floorf-tests: Update.
7069
7070 2007-10-12  Bruno Haible  <bruno@clisp.org>
7071
7072         * tests/test-trunc2.c: New file.
7073         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
7074
7075         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
7076         * modules/trunc-tests: Update.
7077
7078 2007-10-12  Bruno Haible  <bruno@clisp.org>
7079
7080         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
7081         of 2.
7082         * tests/test-truncf2.c: New file.
7083         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
7084
7085         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
7086         * modules/truncf-tests: Update.
7087
7088 2007-10-11  Eric Blake  <ebb9@byu.net>
7089
7090         Don't claim strerror is broken on Interix.
7091         * doc/functions/strerror.texi (strerror): Known broken systems are
7092         now Solaris 8, and not Interix.
7093         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
7094         Interix on cross-compile.
7095         Reported by Martin Koeppe in
7096         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
7097
7098 2007-10-11  Bruno Haible  <bruno@clisp.org>
7099
7100         * modules/i-ring-tests: New file.
7101         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
7102         instead of assert.
7103
7104 2007-10-11  Bruno Haible  <bruno@clisp.org>
7105
7106         * modules/filenamecat-tests: New file.
7107         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
7108         * lib/filenamecat.c: Remove test code.
7109
7110 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7111
7112         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
7113
7114         * lib/strerror.c: Include <string.h> always, to test interface,
7115         and to remove the need for the dummy.
7116         Include intprops.h to compute width instead of doing it ourselves
7117         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
7118         (strerror): Define it to return NULL if there's no system strerror.
7119         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
7120         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
7121         ancient pre-strerror Unix systems well any more.  Saying "unknown
7122         system error" is enough.
7123         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
7124         simpler strerror.c implementation.
7125         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
7126         Simplify the tests to reflect the simpler strerror implementation.
7127         * modules/strerror (Depends-on): Add intprops.
7128
7129 2007-10-09  Eric Blake  <ebb9@byu.net>
7130
7131         Silence test-fpending.
7132         * modules/fpending-tests (Files): Add wrapper script.
7133         * tests/test-fpending.sh: New file.
7134
7135 2007-10-09  Bruno Haible  <bruno@clisp.org>
7136
7137         * MODULES.html.sh (func_module): Don't create a hyperlink for
7138         function names like 'printf_frexp'.
7139         (Misc): Add crc, memxor.
7140         (Characteristics of floating types): New section.
7141         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
7142         isnanf-nolibm, signbit, trunc, truncf, truncl.
7143         (Enhancements for ISO C 99 functions): New subsection Input/output.
7144         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
7145         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
7146         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
7147         (Compatibility checks for POSIX:2001 functions): Add clock-time.
7148         (Enhancements for POSIX:2001 functions): Add chdir-long.
7149         (File system functions): Add areadlink, chdir-safer, read-file.
7150         Remove cycle-check.
7151         (File system as inode set): New section.
7152         (Date and time): Add gethrxtime.
7153         (Multithreading): Add openmp.
7154         (Internationalization functions): Add localename.
7155         (Unicode string functions): Add unistr/u*-mbsnlen.
7156         (Support for maintaining and releasing projects): Add git-version-gen.
7157         (Lone files): Remove directories.
7158
7159 2007-10-08  Ben Pfaff  <blp@gnu.org>
7160
7161         * lib/xmalloca.h: Fix typo in comment.
7162
7163 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7164
7165         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
7166         when avoiding problems with integer overflow.  Use a portable test
7167         instead.
7168
7169 2007-10-08  Simon Josefsson  <simon@josefsson.org>
7170
7171         * modules/dummy (License): Change to LGPLv2+.
7172         * modules/float (License): Likewise
7173         * modules/realloc (License): Likewise
7174         * modules/stdlib (License): Likewise
7175
7176 2007-10-07  Bruno Haible  <bruno@clisp.org>
7177
7178         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
7179         * floor.c (TWO_MANT_DIG): Likewise.
7180         * ceil.c (TWO_MANT_DIG): Likewise.
7181         Reported by Ben Pfaff.
7182
7183 2007-10-07  Bruno Haible  <bruno@clisp.org>
7184
7185         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
7186         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
7187         * lib/frexp.c (FUNC): Likewise.
7188         * lib/printf-frexp.h (printf_frexp): Likewise.
7189         * lib/printf-frexpl.h (printf_frexpl): Likewise.
7190         * lib/printf-frexp.c (FUNC): Likewise.
7191         Suggested by Jim Meyering.
7192
7193 2007-10-07  Jim Meyering  <meyering@redhat.com>
7194
7195         Make xnanosleep's integer overflow test more robust.
7196         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
7197         so that gcc-4.3.0 doesn't optimize away this test for overflow.
7198
7199 2007-10-07  Bruno Haible  <bruno@clisp.org>
7200
7201         * NEWS: Mention the license change.
7202
7203         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
7204         abbreviations in the modules files.
7205
7206         Change copyright notice from GPLv2+ to GPLv3+.
7207         * README: Change copyright notice.
7208         * MODULES.html.sh: Likewise.
7209         * build-aux/bootstrap.conf: Likewise.
7210         * build-aux/config.libpath: Likewise.
7211         * build-aux/csharpcomp.sh.in: Likewise.
7212         * build-aux/csharpexec.sh.in: Likewise.
7213         * build-aux/install-reloc: Likewise.
7214         * build-aux/javacomp.sh.in: Likewise.
7215         * build-aux/javaexec.sh.in: Likewise.
7216         * build-aux/ldd.sh.in: Likewise.
7217         * build-aux/reloc-ldflags: Likewise.
7218         * build-aux/relocatable.sh.in: Likewise.
7219         * build-aux/x-to-1.in: Likewise.
7220         * check-module: Likewise.
7221         * config/srclistvars.sh: Likewise.
7222         * gnulib-tool: Likewise.
7223         * lib/acl-internal.h: Likewise.
7224         * lib/acl.c: Likewise.
7225         * lib/acl.h: Likewise.
7226         * lib/acl_entries.c: Likewise.
7227         * lib/areadlink-with-size.c: Likewise.
7228         * lib/areadlink.c: Likewise.
7229         * lib/areadlink.h: Likewise.
7230         * lib/argmatch.c: Likewise.
7231         * lib/argmatch.h: Likewise.
7232         * lib/argp-ba.c: Likewise.
7233         * lib/argp-eexst.c: Likewise.
7234         * lib/argp-fmtstream.c: Likewise.
7235         * lib/argp-fmtstream.h: Likewise.
7236         * lib/argp-fs-xinl.c: Likewise.
7237         * lib/argp-help.c: Likewise.
7238         * lib/argp-namefrob.h: Likewise.
7239         * lib/argp-parse.c: Likewise.
7240         * lib/argp-pin.c: Likewise.
7241         * lib/argp-pv.c: Likewise.
7242         * lib/argp-pvh.c: Likewise.
7243         * lib/argp-xinl.c: Likewise.
7244         * lib/argp.h: Likewise.
7245         * lib/at-func.c: Likewise.
7246         * lib/atanl.c: Likewise.
7247         * lib/backupfile.c: Likewise.
7248         * lib/backupfile.h: Likewise.
7249         * lib/basename.c: Likewise.
7250         * lib/binary-io.h: Likewise.
7251         * lib/byteswap.in.h: Likewise.
7252         * lib/c-stack.c: Likewise.
7253         * lib/c-stack.h: Likewise.
7254         * lib/c-strcasestr.c: Likewise.
7255         * lib/c-strcasestr.h: Likewise.
7256         * lib/c-strstr.c: Likewise.
7257         * lib/c-strstr.h: Likewise.
7258         * lib/c-strtod.c: Likewise.
7259         * lib/calloc.c: Likewise.
7260         * lib/canon-host.c: Likewise.
7261         * lib/canon-host.h: Likewise.
7262         * lib/canonicalize-lgpl.c: Likewise.
7263         * lib/canonicalize.c: Likewise.
7264         * lib/canonicalize.h: Likewise.
7265         * lib/ceil.c: Likewise.
7266         * lib/ceilf.c: Likewise.
7267         * lib/ceill.c: Likewise.
7268         * lib/chdir-long.c: Likewise.
7269         * lib/chdir-long.h: Likewise.
7270         * lib/chdir-safer.c: Likewise.
7271         * lib/chdir-safer.h: Likewise.
7272         * lib/chown.c: Likewise.
7273         * lib/classpath.c: Likewise.
7274         * lib/classpath.h: Likewise.
7275         * lib/clean-temp.c: Likewise.
7276         * lib/clean-temp.h: Likewise.
7277         * lib/cloexec.c: Likewise.
7278         * lib/close-stream.c: Likewise.
7279         * lib/closein.c: Likewise.
7280         * lib/closein.h: Likewise.
7281         * lib/closeout.c: Likewise.
7282         * lib/closeout.h: Likewise.
7283         * lib/concat-filename.c: Likewise.
7284         * lib/copy-file.c: Likewise.
7285         * lib/copy-file.h: Likewise.
7286         * lib/count-one-bits.h: Likewise.
7287         * lib/crc.c: Likewise.
7288         * lib/crc.h: Likewise.
7289         * lib/creat-safer.c: Likewise.
7290         * lib/csharpcomp.c: Likewise.
7291         * lib/csharpcomp.h: Likewise.
7292         * lib/csharpexec.c: Likewise.
7293         * lib/csharpexec.h: Likewise.
7294         * lib/cycle-check.c: Likewise.
7295         * lib/cycle-check.h: Likewise.
7296         * lib/diacrit.c: Likewise.
7297         * lib/diacrit.h: Likewise.
7298         * lib/diffseq.h: Likewise.
7299         * lib/dirchownmod.c: Likewise.
7300         * lib/dirent.in.h: Likewise.
7301         * lib/dirfd.c: Likewise.
7302         * lib/dirfd.h: Likewise.
7303         * lib/dirname.c: Likewise.
7304         * lib/dirname.h: Likewise.
7305         * lib/dummy.c: Likewise.
7306         * lib/dup-safer.c: Likewise.
7307         * lib/dup2.c: Likewise.
7308         * lib/eealloc.h: Likewise.
7309         * lib/error.c: Likewise.
7310         * lib/error.h: Likewise.
7311         * lib/euidaccess.c: Likewise.
7312         * lib/exclude.c: Likewise.
7313         * lib/exclude.h: Likewise.
7314         * lib/execute.c: Likewise.
7315         * lib/execute.h: Likewise.
7316         * lib/exitfail.c: Likewise.
7317         * lib/exitfail.h: Likewise.
7318         * lib/expl.c: Likewise.
7319         * lib/fatal-signal.c: Likewise.
7320         * lib/fatal-signal.h: Likewise.
7321         * lib/fbufmode.c: Likewise.
7322         * lib/fbufmode.h: Likewise.
7323         * lib/fchdir.c: Likewise.
7324         * lib/fchmodat.c: Likewise.
7325         * lib/fchownat.c: Likewise.
7326         * lib/fcntl--.h: Likewise.
7327         * lib/fcntl-safer.h: Likewise.
7328         * lib/fcntl.in.h: Likewise.
7329         * lib/fd-safer.c: Likewise.
7330         * lib/fflush.c: Likewise.
7331         * lib/file-has-acl.c: Likewise.
7332         * lib/file-set.c: Likewise.
7333         * lib/file-type.c: Likewise.
7334         * lib/file-type.h: Likewise.
7335         * lib/fileblocks.c: Likewise.
7336         * lib/filemode.c: Likewise.
7337         * lib/filemode.h: Likewise.
7338         * lib/filename.h: Likewise.
7339         * lib/filenamecat.c: Likewise.
7340         * lib/filenamecat.h: Likewise.
7341         * lib/findprog.c: Likewise.
7342         * lib/findprog.h: Likewise.
7343         * lib/float.in.h: Likewise.
7344         * lib/floor.c: Likewise.
7345         * lib/floorf.c: Likewise.
7346         * lib/floorl.c: Likewise.
7347         * lib/fopen-safer.c: Likewise.
7348         * lib/fopen.c: Likewise.
7349         * lib/fpending.c: Likewise.
7350         * lib/fpending.h: Likewise.
7351         * lib/fprintf.c: Likewise.
7352         * lib/fprintftime.h: Likewise.
7353         * lib/fpucw.h: Likewise.
7354         * lib/fpurge.c: Likewise.
7355         * lib/fpurge.h: Likewise.
7356         * lib/freadable.c: Likewise.
7357         * lib/freadable.h: Likewise.
7358         * lib/freadahead.c: Likewise.
7359         * lib/freadahead.h: Likewise.
7360         * lib/freading.c: Likewise.
7361         * lib/freading.h: Likewise.
7362         * lib/free.c: Likewise.
7363         * lib/freopen.c: Likewise.
7364         * lib/frexp.c: Likewise.
7365         * lib/frexpl.c: Likewise.
7366         * lib/fseek.c: Likewise.
7367         * lib/fseterr.c: Likewise.
7368         * lib/fseterr.h: Likewise.
7369         * lib/fstatat.c: Likewise.
7370         * lib/fstrcmp.c: Likewise.
7371         * lib/fstrcmp.h: Likewise.
7372         * lib/fsusage.c: Likewise.
7373         * lib/fsusage.h: Likewise.
7374         * lib/ftell.c: Likewise.
7375         * lib/ftello.c: Likewise.
7376         * lib/fts-cycle.c: Likewise.
7377         * lib/fts.c: Likewise.
7378         * lib/fts_.h: Likewise.
7379         * lib/full-read.c: Likewise.
7380         * lib/full-read.h: Likewise.
7381         * lib/full-write.c: Likewise.
7382         * lib/full-write.h: Likewise.
7383         * lib/fwritable.c: Likewise.
7384         * lib/fwritable.h: Likewise.
7385         * lib/fwriteerror.c: Likewise.
7386         * lib/fwriteerror.h: Likewise.
7387         * lib/fwriting.c: Likewise.
7388         * lib/fwriting.h: Likewise.
7389         * lib/gcd.c: Likewise.
7390         * lib/gcd.h: Likewise.
7391         * lib/getcwd.c: Likewise.
7392         * lib/getdate.h: Likewise.
7393         * lib/getdate.y: Likewise.
7394         * lib/getdomainname.c: Likewise.
7395         * lib/getdomainname.h: Likewise.
7396         * lib/getgroups.c: Likewise.
7397         * lib/gethostname.c: Likewise.
7398         * lib/gethrxtime.c: Likewise.
7399         * lib/gethrxtime.h: Likewise.
7400         * lib/getloadavg.c: Likewise.
7401         * lib/getndelim2.c: Likewise.
7402         * lib/getndelim2.h: Likewise.
7403         * lib/getnline.c: Likewise.
7404         * lib/getnline.h: Likewise.
7405         * lib/getopt.c: Likewise.
7406         * lib/getopt.in.h: Likewise.
7407         * lib/getopt1.c: Likewise.
7408         * lib/getopt_int.h: Likewise.
7409         * lib/getpagesize.h: Likewise.
7410         * lib/getsubopt.c: Likewise.
7411         * lib/gettime.c: Likewise.
7412         * lib/getugroups.c: Likewise.
7413         * lib/getugroups.h: Likewise.
7414         * lib/getusershell.c: Likewise.
7415         * lib/gl_anyavltree_list1.h: Likewise.
7416         * lib/gl_anyavltree_list2.h: Likewise.
7417         * lib/gl_anyhash_list1.h: Likewise.
7418         * lib/gl_anyhash_list2.h: Likewise.
7419         * lib/gl_anylinked_list1.h: Likewise.
7420         * lib/gl_anylinked_list2.h: Likewise.
7421         * lib/gl_anyrbtree_list1.h: Likewise.
7422         * lib/gl_anyrbtree_list2.h: Likewise.
7423         * lib/gl_anytree_list1.h: Likewise.
7424         * lib/gl_anytree_list2.h: Likewise.
7425         * lib/gl_anytree_oset.h: Likewise.
7426         * lib/gl_anytreehash_list1.h: Likewise.
7427         * lib/gl_anytreehash_list2.h: Likewise.
7428         * lib/gl_array_list.c: Likewise.
7429         * lib/gl_array_list.h: Likewise.
7430         * lib/gl_array_oset.c: Likewise.
7431         * lib/gl_array_oset.h: Likewise.
7432         * lib/gl_avltree_list.c: Likewise.
7433         * lib/gl_avltree_list.h: Likewise.
7434         * lib/gl_avltree_oset.c: Likewise.
7435         * lib/gl_avltree_oset.h: Likewise.
7436         * lib/gl_avltreehash_list.c: Likewise.
7437         * lib/gl_avltreehash_list.h: Likewise.
7438         * lib/gl_carray_list.c: Likewise.
7439         * lib/gl_carray_list.h: Likewise.
7440         * lib/gl_linked_list.c: Likewise.
7441         * lib/gl_linked_list.h: Likewise.
7442         * lib/gl_linkedhash_list.c: Likewise.
7443         * lib/gl_linkedhash_list.h: Likewise.
7444         * lib/gl_list.c: Likewise.
7445         * lib/gl_list.h: Likewise.
7446         * lib/gl_oset.c: Likewise.
7447         * lib/gl_oset.h: Likewise.
7448         * lib/gl_rbtree_list.c: Likewise.
7449         * lib/gl_rbtree_list.h: Likewise.
7450         * lib/gl_rbtree_oset.c: Likewise.
7451         * lib/gl_rbtree_oset.h: Likewise.
7452         * lib/gl_rbtreehash_list.c: Likewise.
7453         * lib/gl_rbtreehash_list.h: Likewise.
7454         * lib/gl_sublist.c: Likewise.
7455         * lib/gl_sublist.h: Likewise.
7456         * lib/group-member.c: Likewise.
7457         * lib/group-member.h: Likewise.
7458         * lib/hard-locale.c: Likewise.
7459         * lib/hard-locale.h: Likewise.
7460         * lib/hash-pjw.c: Likewise.
7461         * lib/hash-pjw.h: Likewise.
7462         * lib/hash-triple.c: Likewise.
7463         * lib/hash.c: Likewise.
7464         * lib/hash.h: Likewise.
7465         * lib/human.c: Likewise.
7466         * lib/human.h: Likewise.
7467         * lib/i-ring.c: Likewise.
7468         * lib/i-ring.h: Likewise.
7469         * lib/idcache.c: Likewise.
7470         * lib/imaxabs.c: Likewise.
7471         * lib/imaxdiv.c: Likewise.
7472         * lib/inet_pton.c: Likewise.
7473         * lib/inet_pton.h: Likewise.
7474         * lib/intprops.h: Likewise.
7475         * lib/inttostr.c: Likewise.
7476         * lib/inttostr.h: Likewise.
7477         * lib/inttypes.in.h: Likewise.
7478         * lib/isapipe.c: Likewise.
7479         * lib/isdir.c: Likewise.
7480         * lib/isnan.c: Likewise.
7481         * lib/isnan.h: Likewise.
7482         * lib/isnanf.c: Likewise.
7483         * lib/isnanf.h: Likewise.
7484         * lib/isnanl-nolibm.h: Likewise.
7485         * lib/isnanl.c: Likewise.
7486         * lib/isnanl.h: Likewise.
7487         * lib/javacomp.c: Likewise.
7488         * lib/javacomp.h: Likewise.
7489         * lib/javaexec.c: Likewise.
7490         * lib/javaexec.h: Likewise.
7491         * lib/javaversion.c: Likewise.
7492         * lib/javaversion.h: Likewise.
7493         * lib/javaversion.java: Likewise.
7494         * lib/lbrkprop.h: Likewise.
7495         * lib/lchmod.h: Likewise.
7496         * lib/lchown.c: Likewise.
7497         * lib/ldexpl.c: Likewise.
7498         * lib/linebreak.c: Likewise.
7499         * lib/linebreak.h: Likewise.
7500         * lib/linebuffer.c: Likewise.
7501         * lib/linebuffer.h: Likewise.
7502         * lib/locale.in.h: Likewise.
7503         * lib/logl.c: Likewise.
7504         * lib/long-options.c: Likewise.
7505         * lib/long-options.h: Likewise.
7506         * lib/lstat.c: Likewise.
7507         * lib/lstat.h: Likewise.
7508         * lib/math.in.h: Likewise.
7509         * lib/mbchar.c: Likewise.
7510         * lib/mbchar.h: Likewise.
7511         * lib/mbfile.h: Likewise.
7512         * lib/mbiter.h: Likewise.
7513         * lib/mbscasecmp.c: Likewise.
7514         * lib/mbscasestr.c: Likewise.
7515         * lib/mbschr.c: Likewise.
7516         * lib/mbscspn.c: Likewise.
7517         * lib/mbslen.c: Likewise.
7518         * lib/mbsncasecmp.c: Likewise.
7519         * lib/mbsnlen.c: Likewise.
7520         * lib/mbspbrk.c: Likewise.
7521         * lib/mbspcasecmp.c: Likewise.
7522         * lib/mbsrchr.c: Likewise.
7523         * lib/mbssep.c: Likewise.
7524         * lib/mbsspn.c: Likewise.
7525         * lib/mbsstr.c: Likewise.
7526         * lib/mbstok_r.c: Likewise.
7527         * lib/mbswidth.c: Likewise.
7528         * lib/mbswidth.h: Likewise.
7529         * lib/mbuiter.h: Likewise.
7530         * lib/memcasecmp.c: Likewise.
7531         * lib/memcasecmp.h: Likewise.
7532         * lib/memchr.c: Likewise.
7533         * lib/memcmp.c: Likewise.
7534         * lib/memcoll.c: Likewise.
7535         * lib/memcoll.h: Likewise.
7536         * lib/memcpy.c: Likewise.
7537         * lib/memrchr.c: Likewise.
7538         * lib/mkancesdirs.c: Likewise.
7539         * lib/mkdir-p.c: Likewise.
7540         * lib/mkdir-p.h: Likewise.
7541         * lib/mkdir.c: Likewise.
7542         * lib/mkdirat.c: Likewise.
7543         * lib/mkdtemp.c: Likewise.
7544         * lib/mkstemp-safer.c: Likewise.
7545         * lib/mkstemp.c: Likewise.
7546         * lib/modechange.c: Likewise.
7547         * lib/modechange.h: Likewise.
7548         * lib/mountlist.c: Likewise.
7549         * lib/mountlist.h: Likewise.
7550         * lib/mpsort.c: Likewise.
7551         * lib/nanosleep.c: Likewise.
7552         * lib/obstack.c: Likewise.
7553         * lib/obstack.h: Likewise.
7554         * lib/open-safer.c: Likewise.
7555         * lib/open.c: Likewise.
7556         * lib/openat-die.c: Likewise.
7557         * lib/openat-priv.h: Likewise.
7558         * lib/openat-proc.c: Likewise.
7559         * lib/openat.c: Likewise.
7560         * lib/openat.h: Likewise.
7561         * lib/pagealign_alloc.c: Likewise.
7562         * lib/pagealign_alloc.h: Likewise.
7563         * lib/physmem.c: Likewise.
7564         * lib/physmem.h: Likewise.
7565         * lib/pipe-safer.c: Likewise.
7566         * lib/pipe.c: Likewise.
7567         * lib/pipe.h: Likewise.
7568         * lib/posixtm.c: Likewise.
7569         * lib/posixtm.h: Likewise.
7570         * lib/posixver.c: Likewise.
7571         * lib/printf-frexp.c: Likewise.
7572         * lib/printf-frexp.h: Likewise.
7573         * lib/printf-frexpl.c: Likewise.
7574         * lib/printf-frexpl.h: Likewise.
7575         * lib/printf.c: Likewise.
7576         * lib/progname.c: Likewise.
7577         * lib/progname.h: Likewise.
7578         * lib/progreloc.c: Likewise.
7579         * lib/putenv.c: Likewise.
7580         * lib/quote.c: Likewise.
7581         * lib/quote.h: Likewise.
7582         * lib/quotearg.c: Likewise.
7583         * lib/quotearg.h: Likewise.
7584         * lib/raise.c: Likewise.
7585         * lib/readline.c: Likewise.
7586         * lib/readline.h: Likewise.
7587         * lib/readlink.c: Likewise.
7588         * lib/readtokens.c: Likewise.
7589         * lib/readtokens.h: Likewise.
7590         * lib/readtokens0.c: Likewise.
7591         * lib/readtokens0.h: Likewise.
7592         * lib/readutmp.c: Likewise.
7593         * lib/readutmp.h: Likewise.
7594         * lib/realloc.c: Likewise.
7595         * lib/relocwrapper.c: Likewise.
7596         * lib/rename-dest-slash.c: Likewise.
7597         * lib/rename.c: Likewise.
7598         * lib/rmdir.c: Likewise.
7599         * lib/rpmatch.c: Likewise.
7600         * lib/safe-read.c: Likewise.
7601         * lib/safe-read.h: Likewise.
7602         * lib/safe-write.c: Likewise.
7603         * lib/safe-write.h: Likewise.
7604         * lib/same-inode.h: Likewise.
7605         * lib/same.c: Likewise.
7606         * lib/same.h: Likewise.
7607         * lib/save-cwd.c: Likewise.
7608         * lib/save-cwd.h: Likewise.
7609         * lib/savedir.c: Likewise.
7610         * lib/savedir.h: Likewise.
7611         * lib/savewd.c: Likewise.
7612         * lib/savewd.h: Likewise.
7613         * lib/search.in.h: Likewise.
7614         * lib/setenv.c: Likewise.
7615         * lib/setenv.h: Likewise.
7616         * lib/settime.c: Likewise.
7617         * lib/sh-quote.c: Likewise.
7618         * lib/sh-quote.h: Likewise.
7619         * lib/sig2str.c: Likewise.
7620         * lib/sig2str.h: Likewise.
7621         * lib/signal.in.h: Likewise.
7622         * lib/signbitd.c: Likewise.
7623         * lib/signbitf.c: Likewise.
7624         * lib/signbitl.c: Likewise.
7625         * lib/sigprocmask.c: Likewise.
7626         * lib/sincosl.c: Likewise.
7627         * lib/sleep.c: Likewise.
7628         * lib/sprintf.c: Likewise.
7629         * lib/sqrtl.c: Likewise.
7630         * lib/stat-time.h: Likewise.
7631         * lib/stdio--.h: Likewise.
7632         * lib/stdio-safer.h: Likewise.
7633         * lib/stdlib--.h: Likewise.
7634         * lib/stdlib-safer.h: Likewise.
7635         * lib/stdlib.in.h: Likewise.
7636         * lib/stpcpy.c: Likewise.
7637         * lib/stpncpy.c: Likewise.
7638         * lib/strchrnul.c: Likewise.
7639         * lib/strcspn.c: Likewise.
7640         * lib/strerror.c: Likewise.
7641         * lib/strftime.c: Likewise.
7642         * lib/strftime.h: Likewise.
7643         * lib/striconveh.c: Likewise.
7644         * lib/striconveh.h: Likewise.
7645         * lib/striconveha.c: Likewise.
7646         * lib/striconveha.h: Likewise.
7647         * lib/stripslash.c: Likewise.
7648         * lib/strnlen1.c: Likewise.
7649         * lib/strnlen1.h: Likewise.
7650         * lib/strtod.c: Likewise.
7651         * lib/strtoimax.c: Likewise.
7652         * lib/strtok_r.c: Likewise.
7653         * lib/strtol.c: Likewise.
7654         * lib/strtoll.c: Likewise.
7655         * lib/strtoul.c: Likewise.
7656         * lib/strtoull.c: Likewise.
7657         * lib/sysexits.in.h: Likewise.
7658         * lib/tempname.c: Likewise.
7659         * lib/tempname.h: Likewise.
7660         * lib/timespec.h: Likewise.
7661         * lib/tls.c: Likewise.
7662         * lib/tls.h: Likewise.
7663         * lib/tmpdir.c: Likewise.
7664         * lib/tmpdir.h: Likewise.
7665         * lib/tmpfile-safer.c: Likewise.
7666         * lib/tmpfile.c: Likewise.
7667         * lib/trigl.c: Likewise.
7668         * lib/trigl.h: Likewise.
7669         * lib/trim.c: Likewise.
7670         * lib/trim.h: Likewise.
7671         * lib/trunc.c: Likewise.
7672         * lib/truncf.c: Likewise.
7673         * lib/truncl.c: Likewise.
7674         * lib/tsearch.c: Likewise.
7675         * lib/unicodeio.c: Likewise.
7676         * lib/unicodeio.h: Likewise.
7677         * lib/unistd--.h: Likewise.
7678         * lib/unistd-safer.h: Likewise.
7679         * lib/unistdio/ulc-fprintf.c: Likewise.
7680         * lib/unistdio/ulc-vfprintf.c: Likewise.
7681         * lib/unlinkdir.c: Likewise.
7682         * lib/unlinkdir.h: Likewise.
7683         * lib/unlocked-io.h: Likewise.
7684         * lib/unsetenv.c: Likewise.
7685         * lib/userspec.c: Likewise.
7686         * lib/utime.c: Likewise.
7687         * lib/utimecmp.c: Likewise.
7688         * lib/utimecmp.h: Likewise.
7689         * lib/utimens.c: Likewise.
7690         * lib/verify.h: Likewise.
7691         * lib/verror.c: Likewise.
7692         * lib/verror.h: Likewise.
7693         * lib/version-etc-fsf.c: Likewise.
7694         * lib/version-etc.c: Likewise.
7695         * lib/version-etc.h: Likewise.
7696         * lib/vfprintf.c: Likewise.
7697         * lib/vprintf.c: Likewise.
7698         * lib/vsprintf.c: Likewise.
7699         * lib/w32spawn.h: Likewise.
7700         * lib/wait-process.c: Likewise.
7701         * lib/wait-process.h: Likewise.
7702         * lib/wcwidth.c: Likewise.
7703         * lib/write-any-file.c: Likewise.
7704         * lib/xalloc-die.c: Likewise.
7705         * lib/xalloc.h: Likewise.
7706         * lib/xasprintf.c: Likewise.
7707         * lib/xgetcwd.c: Likewise.
7708         * lib/xgetcwd.h: Likewise.
7709         * lib/xgetdomainname.c: Likewise.
7710         * lib/xgetdomainname.h: Likewise.
7711         * lib/xgethostname.c: Likewise.
7712         * lib/xmalloc.c: Likewise.
7713         * lib/xmalloca.c: Likewise.
7714         * lib/xmalloca.h: Likewise.
7715         * lib/xmemcoll.c: Likewise.
7716         * lib/xnanosleep.c: Likewise.
7717         * lib/xreadlink.c: Likewise.
7718         * lib/xreadlink.h: Likewise.
7719         * lib/xsetenv.c: Likewise.
7720         * lib/xsetenv.h: Likewise.
7721         * lib/xstriconv.c: Likewise.
7722         * lib/xstriconv.h: Likewise.
7723         * lib/xstrndup.c: Likewise.
7724         * lib/xstrndup.h: Likewise.
7725         * lib/xstrtod.c: Likewise.
7726         * lib/xstrtod.h: Likewise.
7727         * lib/xstrtol-error.c: Likewise.
7728         * lib/xstrtol.c: Likewise.
7729         * lib/xstrtol.h: Likewise.
7730         * lib/xtime.h: Likewise.
7731         * lib/xvasprintf.c: Likewise.
7732         * lib/xvasprintf.h: Likewise.
7733         * lib/yesno.c: Likewise.
7734         * lib/yesno.h: Likewise.
7735         * posix-modules: Likewise.
7736         * tests/test-alloca-opt.c: Likewise.
7737         * tests/test-arcfour.c: Likewise.
7738         * tests/test-arctwo.c: Likewise.
7739         * tests/test-argmatch.c: Likewise.
7740         * tests/test-argp-2.sh: Likewise.
7741         * tests/test-argp.c: Likewise.
7742         * tests/test-arpa_inet.c: Likewise.
7743         * tests/test-array_list.c: Likewise.
7744         * tests/test-array_oset.c: Likewise.
7745         * tests/test-atexit.c: Likewise.
7746         * tests/test-avltree_list.c: Likewise.
7747         * tests/test-avltree_oset.c: Likewise.
7748         * tests/test-avltreehash_list.c: Likewise.
7749         * tests/test-base64.c: Likewise.
7750         * tests/test-binary-io.c: Likewise.
7751         * tests/test-byteswap.c: Likewise.
7752         * tests/test-c-ctype.c: Likewise.
7753         * tests/test-c-strcasecmp.c: Likewise.
7754         * tests/test-c-strcasestr.c: Likewise.
7755         * tests/test-c-strncasecmp.c: Likewise.
7756         * tests/test-c-strstr.c: Likewise.
7757         * tests/test-canonicalize-lgpl.c: Likewise.
7758         * tests/test-canonicalize.c: Likewise.
7759         * tests/test-carray_list.c: Likewise.
7760         * tests/test-ceilf.c: Likewise.
7761         * tests/test-ceill.c: Likewise.
7762         * tests/test-count-one-bits.c: Likewise.
7763         * tests/test-crc.c: Likewise.
7764         * tests/test-dirname.c: Likewise.
7765         * tests/test-fbufmode.c: Likewise.
7766         * tests/test-fcntl.c: Likewise.
7767         * tests/test-fflush.c: Likewise.
7768         * tests/test-floorf.c: Likewise.
7769         * tests/test-floorl.c: Likewise.
7770         * tests/test-fopen.c: Likewise.
7771         * tests/test-fprintf-posix.c: Likewise.
7772         * tests/test-fprintf-posix.h: Likewise.
7773         * tests/test-fpurge.c: Likewise.
7774         * tests/test-freadable.c: Likewise.
7775         * tests/test-freadahead.c: Likewise.
7776         * tests/test-freading.c: Likewise.
7777         * tests/test-freopen.c: Likewise.
7778         * tests/test-frexp.c: Likewise.
7779         * tests/test-frexpl.c: Likewise.
7780         * tests/test-fseek.c: Likewise.
7781         * tests/test-fseeko.c: Likewise.
7782         * tests/test-fseterr.c: Likewise.
7783         * tests/test-fstrcmp.c: Likewise.
7784         * tests/test-ftell.c: Likewise.
7785         * tests/test-ftello.c: Likewise.
7786         * tests/test-fwritable.c: Likewise.
7787         * tests/test-fwriting.c: Likewise.
7788         * tests/test-getaddrinfo.c: Likewise.
7789         * tests/test-getpass.c: Likewise.
7790         * tests/test-gettimeofday.c: Likewise.
7791         * tests/test-hmac-md5.c: Likewise.
7792         * tests/test-hmac-sha1.c: Likewise.
7793         * tests/test-iconv.c: Likewise.
7794         * tests/test-iconvme.c: Likewise.
7795         * tests/test-inttypes.c: Likewise.
7796         * tests/test-isnan.c: Likewise.
7797         * tests/test-isnanf.c: Likewise.
7798         * tests/test-isnanl-nolibm.c: Likewise.
7799         * tests/test-isnanl.c: Likewise.
7800         * tests/test-isnanl.h: Likewise.
7801         * tests/test-ldexpl.c: Likewise.
7802         * tests/test-linked_list.c: Likewise.
7803         * tests/test-linkedhash_list.c: Likewise.
7804         * tests/test-locale.c: Likewise.
7805         * tests/test-localename.c: Likewise.
7806         * tests/test-lock.c: Likewise.
7807         * tests/test-lseek.c: Likewise.
7808         * tests/test-malloca.c: Likewise.
7809         * tests/test-math.c: Likewise.
7810         * tests/test-mbscasecmp.c: Likewise.
7811         * tests/test-mbscasestr1.c: Likewise.
7812         * tests/test-mbscasestr2.c: Likewise.
7813         * tests/test-mbscasestr3.c: Likewise.
7814         * tests/test-mbscasestr4.c: Likewise.
7815         * tests/test-mbschr.c: Likewise.
7816         * tests/test-mbscspn.c: Likewise.
7817         * tests/test-mbsncasecmp.c: Likewise.
7818         * tests/test-mbspbrk.c: Likewise.
7819         * tests/test-mbspcasecmp.c: Likewise.
7820         * tests/test-mbsrchr.c: Likewise.
7821         * tests/test-mbsspn.c: Likewise.
7822         * tests/test-mbsstr1.c: Likewise.
7823         * tests/test-mbsstr2.c: Likewise.
7824         * tests/test-mbsstr3.c: Likewise.
7825         * tests/test-md5.c: Likewise.
7826         * tests/test-memmem.c: Likewise.
7827         * tests/test-netinet_in.c: Likewise.
7828         * tests/test-open.c: Likewise.
7829         * tests/test-printf-frexp.c: Likewise.
7830         * tests/test-printf-frexpl.c: Likewise.
7831         * tests/test-printf-posix.c: Likewise.
7832         * tests/test-printf-posix.h: Likewise.
7833         * tests/test-rbtree_list.c: Likewise.
7834         * tests/test-rbtree_oset.c: Likewise.
7835         * tests/test-rbtreehash_list.c: Likewise.
7836         * tests/test-read-file.c: Likewise.
7837         * tests/test-rijndael.c: Likewise.
7838         * tests/test-search.c: Likewise.
7839         * tests/test-signbit.c: Likewise.
7840         * tests/test-sleep.c: Likewise.
7841         * tests/test-snprintf-posix.c: Likewise.
7842         * tests/test-snprintf-posix.h: Likewise.
7843         * tests/test-snprintf.c: Likewise.
7844         * tests/test-sprintf-posix.c: Likewise.
7845         * tests/test-sprintf-posix.h: Likewise.
7846         * tests/test-stat-time.c: Likewise.
7847         * tests/test-stdbool.c: Likewise.
7848         * tests/test-stdint.c: Likewise.
7849         * tests/test-stdio.c: Likewise.
7850         * tests/test-stdlib.c: Likewise.
7851         * tests/test-stpncpy.c: Likewise.
7852         * tests/test-strcasestr.c: Likewise.
7853         * tests/test-striconv.c: Likewise.
7854         * tests/test-striconveh.c: Likewise.
7855         * tests/test-striconveha.c: Likewise.
7856         * tests/test-string.c: Likewise.
7857         * tests/test-sys_select.c: Likewise.
7858         * tests/test-sys_socket.c: Likewise.
7859         * tests/test-sys_stat.c: Likewise.
7860         * tests/test-sys_time.c: Likewise.
7861         * tests/test-sysexits.c: Likewise.
7862         * tests/test-time.c: Likewise.
7863         * tests/test-tls.c: Likewise.
7864         * tests/test-trunc.c: Likewise.
7865         * tests/test-truncf.c: Likewise.
7866         * tests/test-truncl.c: Likewise.
7867         * tests/test-unistd.c: Likewise.
7868         * tests/test-vasnprintf-posix.c: Likewise.
7869         * tests/test-vasnprintf-posix2.c: Likewise.
7870         * tests/test-vasnprintf.c: Likewise.
7871         * tests/test-vasprintf-posix.c: Likewise.
7872         * tests/test-vasprintf.c: Likewise.
7873         * tests/test-verify.c: Likewise.
7874         * tests/test-vfprintf-posix.c: Likewise.
7875         * tests/test-vprintf-posix.c: Likewise.
7876         * tests/test-vsnprintf-posix.c: Likewise.
7877         * tests/test-vsnprintf.c: Likewise.
7878         * tests/test-vsprintf-posix.c: Likewise.
7879         * tests/test-wchar.c: Likewise.
7880         * tests/test-wctype.c: Likewise.
7881         * tests/test-wcwidth.c: Likewise.
7882         * tests/test-xstrtol.c: Likewise.
7883         * tests/test-xvasprintf.c: Likewise.
7884         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
7885         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
7886         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7887         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7888         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7889         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
7890         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7891         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7892         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7893         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
7894         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7895         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7896         * tests/uniname/test-uninames.c: Likewise.
7897         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
7898         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
7899         * tests/unistdio/test-u16-printf1.h: Likewise.
7900         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
7901         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
7902         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
7903         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
7904         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
7905         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
7906         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
7907         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
7908         * tests/unistdio/test-u32-printf1.h: Likewise.
7909         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
7910         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
7911         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
7912         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
7913         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
7914         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
7915         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
7916         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
7917         * tests/unistdio/test-u8-printf1.h: Likewise.
7918         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
7919         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
7920         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
7921         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
7922         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
7923         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
7924         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
7925         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
7926         * tests/unistdio/test-ulc-printf1.h: Likewise.
7927         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
7928         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
7929         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
7930         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7931         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7932         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7933         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7934         * tests/uniwidth/test-u16-width.c: Likewise.
7935         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7936         * tests/uniwidth/test-u32-width.c: Likewise.
7937         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7938         * tests/uniwidth/test-u8-width.c: Likewise.
7939         * tests/uniwidth/test-uc_width.c: Likewise.
7940         * config/srclist-update: Likewise.
7941         (fixlicense): Update to GPLv3+.
7942
7943         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7944         * tests/test-tsearch.c: Change copyright notice.
7945
7946         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7947         * lib/c-strcaseeq.h: Change copyright notice.
7948         * lib/streq.h: Likewise.
7949         * lib/uniconv.h: Likewise.
7950         * lib/uniconv/u-conv-from-enc.h: Likewise.
7951         * lib/uniconv/u-conv-to-enc.h: Likewise.
7952         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7953         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7954         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7955         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7956         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7957         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7958         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7959         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7960         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7961         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7962         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7963         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7964         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7965         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7966         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7967         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7968         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7969         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7970         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7971         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7972         * lib/uniname.h: Likewise.
7973         * lib/uniname/uniname.c: Likewise.
7974         * lib/unistdio.h: Likewise.
7975         * lib/unistdio/u-asnprintf.h: Likewise.
7976         * lib/unistdio/u-asprintf.h: Likewise.
7977         * lib/unistdio/u-printf-args.c: Likewise.
7978         * lib/unistdio/u-printf-args.h: Likewise.
7979         * lib/unistdio/u-printf-parse.h: Likewise.
7980         * lib/unistdio/u-snprintf.h: Likewise.
7981         * lib/unistdio/u-sprintf.h: Likewise.
7982         * lib/unistdio/u-vasprintf.h: Likewise.
7983         * lib/unistdio/u-vsnprintf.h: Likewise.
7984         * lib/unistdio/u-vsprintf.h: Likewise.
7985         * lib/unistdio/u16-asnprintf.c: Likewise.
7986         * lib/unistdio/u16-asprintf.c: Likewise.
7987         * lib/unistdio/u16-printf-parse.c: Likewise.
7988         * lib/unistdio/u16-snprintf.c: Likewise.
7989         * lib/unistdio/u16-sprintf.c: Likewise.
7990         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7991         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7992         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7993         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7994         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7995         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7996         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7997         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7998         * lib/unistdio/u16-vasnprintf.c: Likewise.
7999         * lib/unistdio/u16-vasprintf.c: Likewise.
8000         * lib/unistdio/u16-vsnprintf.c: Likewise.
8001         * lib/unistdio/u16-vsprintf.c: Likewise.
8002         * lib/unistdio/u32-asnprintf.c: Likewise.
8003         * lib/unistdio/u32-asprintf.c: Likewise.
8004         * lib/unistdio/u32-printf-parse.c: Likewise.
8005         * lib/unistdio/u32-snprintf.c: Likewise.
8006         * lib/unistdio/u32-sprintf.c: Likewise.
8007         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
8008         * lib/unistdio/u32-u32-asprintf.c: Likewise.
8009         * lib/unistdio/u32-u32-snprintf.c: Likewise.
8010         * lib/unistdio/u32-u32-sprintf.c: Likewise.
8011         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
8012         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
8013         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
8014         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
8015         * lib/unistdio/u32-vasnprintf.c: Likewise.
8016         * lib/unistdio/u32-vasprintf.c: Likewise.
8017         * lib/unistdio/u32-vsnprintf.c: Likewise.
8018         * lib/unistdio/u32-vsprintf.c: Likewise.
8019         * lib/unistdio/u8-asnprintf.c: Likewise.
8020         * lib/unistdio/u8-asprintf.c: Likewise.
8021         * lib/unistdio/u8-printf-parse.c: Likewise.
8022         * lib/unistdio/u8-snprintf.c: Likewise.
8023         * lib/unistdio/u8-sprintf.c: Likewise.
8024         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
8025         * lib/unistdio/u8-u8-asprintf.c: Likewise.
8026         * lib/unistdio/u8-u8-snprintf.c: Likewise.
8027         * lib/unistdio/u8-u8-sprintf.c: Likewise.
8028         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
8029         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
8030         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
8031         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
8032         * lib/unistdio/u8-vasnprintf.c: Likewise.
8033         * lib/unistdio/u8-vasprintf.c: Likewise.
8034         * lib/unistdio/u8-vsnprintf.c: Likewise.
8035         * lib/unistdio/u8-vsprintf.c: Likewise.
8036         * lib/unistdio/ulc-asnprintf.c: Likewise.
8037         * lib/unistdio/ulc-asprintf.c: Likewise.
8038         * lib/unistdio/ulc-printf-parse.c: Likewise.
8039         * lib/unistdio/ulc-snprintf.c: Likewise.
8040         * lib/unistdio/ulc-sprintf.c: Likewise.
8041         * lib/unistdio/ulc-vasnprintf.c: Likewise.
8042         * lib/unistdio/ulc-vasprintf.c: Likewise.
8043         * lib/unistdio/ulc-vsnprintf.c: Likewise.
8044         * lib/unistdio/ulc-vsprintf.c: Likewise.
8045         * lib/unistr.h: Likewise.
8046         * lib/unistr/u-cpy-alloc.h: Likewise.
8047         * lib/unistr/u-cpy.h: Likewise.
8048         * lib/unistr/u-endswith.h: Likewise.
8049         * lib/unistr/u-move.h: Likewise.
8050         * lib/unistr/u-set.h: Likewise.
8051         * lib/unistr/u-startswith.h: Likewise.
8052         * lib/unistr/u-stpcpy.h: Likewise.
8053         * lib/unistr/u-stpncpy.h: Likewise.
8054         * lib/unistr/u-strcat.h: Likewise.
8055         * lib/unistr/u-strcpy.h: Likewise.
8056         * lib/unistr/u-strcspn.h: Likewise.
8057         * lib/unistr/u-strdup.h: Likewise.
8058         * lib/unistr/u-strlen.h: Likewise.
8059         * lib/unistr/u-strncat.h: Likewise.
8060         * lib/unistr/u-strncpy.h: Likewise.
8061         * lib/unistr/u-strnlen.h: Likewise.
8062         * lib/unistr/u-strpbrk.h: Likewise.
8063         * lib/unistr/u-strspn.h: Likewise.
8064         * lib/unistr/u-strstr.h: Likewise.
8065         * lib/unistr/u-strtok.h: Likewise.
8066         * lib/unistr/u16-check.c: Likewise.
8067         * lib/unistr/u16-chr.c: Likewise.
8068         * lib/unistr/u16-cmp.c: Likewise.
8069         * lib/unistr/u16-cpy-alloc.c: Likewise.
8070         * lib/unistr/u16-cpy.c: Likewise.
8071         * lib/unistr/u16-endswith.c: Likewise.
8072         * lib/unistr/u16-mblen.c: Likewise.
8073         * lib/unistr/u16-mbsnlen.c: Likewise.
8074         * lib/unistr/u16-mbtouc-aux.c: Likewise.
8075         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
8076         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
8077         * lib/unistr/u16-mbtouc.c: Likewise.
8078         * lib/unistr/u16-mbtoucr.c: Likewise.
8079         * lib/unistr/u16-move.c: Likewise.
8080         * lib/unistr/u16-next.c: Likewise.
8081         * lib/unistr/u16-prev.c: Likewise.
8082         * lib/unistr/u16-set.c: Likewise.
8083         * lib/unistr/u16-startswith.c: Likewise.
8084         * lib/unistr/u16-stpcpy.c: Likewise.
8085         * lib/unistr/u16-stpncpy.c: Likewise.
8086         * lib/unistr/u16-strcat.c: Likewise.
8087         * lib/unistr/u16-strchr.c: Likewise.
8088         * lib/unistr/u16-strcmp.c: Likewise.
8089         * lib/unistr/u16-strcpy.c: Likewise.
8090         * lib/unistr/u16-strcspn.c: Likewise.
8091         * lib/unistr/u16-strdup.c: Likewise.
8092         * lib/unistr/u16-strlen.c: Likewise.
8093         * lib/unistr/u16-strmblen.c: Likewise.
8094         * lib/unistr/u16-strmbtouc.c: Likewise.
8095         * lib/unistr/u16-strncat.c: Likewise.
8096         * lib/unistr/u16-strncmp.c: Likewise.
8097         * lib/unistr/u16-strncpy.c: Likewise.
8098         * lib/unistr/u16-strnlen.c: Likewise.
8099         * lib/unistr/u16-strpbrk.c: Likewise.
8100         * lib/unistr/u16-strrchr.c: Likewise.
8101         * lib/unistr/u16-strspn.c: Likewise.
8102         * lib/unistr/u16-strstr.c: Likewise.
8103         * lib/unistr/u16-strtok.c: Likewise.
8104         * lib/unistr/u16-to-u32.c: Likewise.
8105         * lib/unistr/u16-to-u8.c: Likewise.
8106         * lib/unistr/u16-uctomb-aux.c: Likewise.
8107         * lib/unistr/u16-uctomb.c: Likewise.
8108         * lib/unistr/u32-check.c: Likewise.
8109         * lib/unistr/u32-chr.c: Likewise.
8110         * lib/unistr/u32-cmp.c: Likewise.
8111         * lib/unistr/u32-cpy-alloc.c: Likewise.
8112         * lib/unistr/u32-cpy.c: Likewise.
8113         * lib/unistr/u32-endswith.c: Likewise.
8114         * lib/unistr/u32-mblen.c: Likewise.
8115         * lib/unistr/u32-mbsnlen.c: Likewise.
8116         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
8117         * lib/unistr/u32-mbtouc.c: Likewise.
8118         * lib/unistr/u32-mbtoucr.c: Likewise.
8119         * lib/unistr/u32-move.c: Likewise.
8120         * lib/unistr/u32-next.c: Likewise.
8121         * lib/unistr/u32-prev.c: Likewise.
8122         * lib/unistr/u32-set.c: Likewise.
8123         * lib/unistr/u32-startswith.c: Likewise.
8124         * lib/unistr/u32-stpcpy.c: Likewise.
8125         * lib/unistr/u32-stpncpy.c: Likewise.
8126         * lib/unistr/u32-strcat.c: Likewise.
8127         * lib/unistr/u32-strchr.c: Likewise.
8128         * lib/unistr/u32-strcmp.c: Likewise.
8129         * lib/unistr/u32-strcpy.c: Likewise.
8130         * lib/unistr/u32-strcspn.c: Likewise.
8131         * lib/unistr/u32-strdup.c: Likewise.
8132         * lib/unistr/u32-strlen.c: Likewise.
8133         * lib/unistr/u32-strmblen.c: Likewise.
8134         * lib/unistr/u32-strmbtouc.c: Likewise.
8135         * lib/unistr/u32-strncat.c: Likewise.
8136         * lib/unistr/u32-strncmp.c: Likewise.
8137         * lib/unistr/u32-strncpy.c: Likewise.
8138         * lib/unistr/u32-strnlen.c: Likewise.
8139         * lib/unistr/u32-strpbrk.c: Likewise.
8140         * lib/unistr/u32-strrchr.c: Likewise.
8141         * lib/unistr/u32-strspn.c: Likewise.
8142         * lib/unistr/u32-strstr.c: Likewise.
8143         * lib/unistr/u32-strtok.c: Likewise.
8144         * lib/unistr/u32-to-u16.c: Likewise.
8145         * lib/unistr/u32-to-u8.c: Likewise.
8146         * lib/unistr/u32-uctomb.c: Likewise.
8147         * lib/unistr/u8-check.c: Likewise.
8148         * lib/unistr/u8-chr.c: Likewise.
8149         * lib/unistr/u8-cmp.c: Likewise.
8150         * lib/unistr/u8-cpy-alloc.c: Likewise.
8151         * lib/unistr/u8-cpy.c: Likewise.
8152         * lib/unistr/u8-endswith.c: Likewise.
8153         * lib/unistr/u8-mblen.c: Likewise.
8154         * lib/unistr/u8-mbsnlen.c: Likewise.
8155         * lib/unistr/u8-mbtouc-aux.c: Likewise.
8156         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
8157         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
8158         * lib/unistr/u8-mbtouc.c: Likewise.
8159         * lib/unistr/u8-mbtoucr.c: Likewise.
8160         * lib/unistr/u8-move.c: Likewise.
8161         * lib/unistr/u8-next.c: Likewise.
8162         * lib/unistr/u8-prev.c: Likewise.
8163         * lib/unistr/u8-set.c: Likewise.
8164         * lib/unistr/u8-startswith.c: Likewise.
8165         * lib/unistr/u8-stpcpy.c: Likewise.
8166         * lib/unistr/u8-stpncpy.c: Likewise.
8167         * lib/unistr/u8-strcat.c: Likewise.
8168         * lib/unistr/u8-strchr.c: Likewise.
8169         * lib/unistr/u8-strcmp.c: Likewise.
8170         * lib/unistr/u8-strcpy.c: Likewise.
8171         * lib/unistr/u8-strcspn.c: Likewise.
8172         * lib/unistr/u8-strdup.c: Likewise.
8173         * lib/unistr/u8-strlen.c: Likewise.
8174         * lib/unistr/u8-strmblen.c: Likewise.
8175         * lib/unistr/u8-strmbtouc.c: Likewise.
8176         * lib/unistr/u8-strncat.c: Likewise.
8177         * lib/unistr/u8-strncmp.c: Likewise.
8178         * lib/unistr/u8-strncpy.c: Likewise.
8179         * lib/unistr/u8-strnlen.c: Likewise.
8180         * lib/unistr/u8-strpbrk.c: Likewise.
8181         * lib/unistr/u8-strrchr.c: Likewise.
8182         * lib/unistr/u8-strspn.c: Likewise.
8183         * lib/unistr/u8-strstr.c: Likewise.
8184         * lib/unistr/u8-strtok.c: Likewise.
8185         * lib/unistr/u8-to-u16.c: Likewise.
8186         * lib/unistr/u8-to-u32.c: Likewise.
8187         * lib/unistr/u8-uctomb-aux.c: Likewise.
8188         * lib/unistr/u8-uctomb.c: Likewise.
8189         * lib/unitypes.h: Likewise.
8190         * lib/uniwidth.h: Likewise.
8191         * lib/uniwidth/cjk.h: Likewise.
8192         * lib/uniwidth/u16-strwidth.c: Likewise.
8193         * lib/uniwidth/u16-width.c: Likewise.
8194         * lib/uniwidth/u32-strwidth.c: Likewise.
8195         * lib/uniwidth/u32-width.c: Likewise.
8196         * lib/uniwidth/u8-strwidth.c: Likewise.
8197         * lib/uniwidth/u8-width.c: Likewise.
8198         * lib/uniwidth/width.c: Likewise.
8199
8200 2007-10-07  Bruno Haible  <bruno@clisp.org>
8201
8202         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
8203         The file is still under LGPL (see modules/inttypes).
8204
8205 2007-10-06  Bruno Haible  <bruno@clisp.org>
8206
8207         * modules/trunc (Dependencies): Add 'extensions'.
8208         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
8209         Reported by Ben Pfaff <blp@gnu.org>.
8210
8211 2007-10-06  Bruno Haible  <bruno@clisp.org>
8212
8213         * modules/freopen-tests: New file.
8214         * tests/test-freopen.c: New file.
8215
8216         * modules/fopen-tests: New file.
8217         * tests/test-fopen.c: New file.
8218
8219         * modules/fopen: New file.
8220         * lib/fopen.c: New file.
8221         * m4/fopen.m4: New file.
8222         * modules/freopen: New file.
8223         * lib/freopen.c: New file.
8224         * m4/freopen.m4: New file.
8225         * lib/stdio.in.h (fopen, freopen): New declarations.
8226         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
8227         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
8228         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
8229         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
8230         * doc/functions/fopen.texi: Mention the 'fopen' module.
8231         * doc/functions/freopen.texi: Mention the 'freopen' module.
8232
8233 2007-10-06  Bruno Haible  <bruno@clisp.org>
8234
8235         * modules/open-tests: New file.
8236         * tests/test-open.c: New file.
8237
8238         * modules/open: New file.
8239         * lib/open.c: New file.
8240         * m4/open.m4: New file.
8241         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
8242         lib/open.c does.
8243         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
8244         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
8245         macros.
8246         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
8247         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
8248         REPLACE_OPEN.
8249         * doc/functions/open.texi: Mention the 'open' module.
8250
8251 2007-10-04  Bruno Haible  <bruno@clisp.org>
8252
8253         * modules/ceill-tests: New file.
8254         * tests/test-ceill.c: New file.
8255
8256         * modules/ceill: New file.
8257         * lib/ceill.c: Replace entire file.
8258         * m4/ceill.m4: New file.
8259         * lib/math.in.h (ceill): Replace declaration.
8260         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
8261         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
8262         * doc/functions/ceill.texi: Mention the 'ceill' module.
8263         * modules/mathl (Files): Remove lib/ceill.c.
8264         (Depends-on): Add ceill.
8265
8266 2007-10-04  Bruno Haible  <bruno@clisp.org>
8267
8268         * modules/ceilf-tests: New file.
8269         * tests/test-ceilf.c: New file.
8270
8271         * modules/ceilf: New file.
8272         * lib/ceil.c: New file.
8273         * lib/ceilf.c: New file.
8274         * m4/ceilf.m4: New file.
8275         * lib/math.in.h (ceilf): New declaration.
8276         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
8277         HAVE_DECL_CEILF.
8278         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
8279         HAVE_DECL_CEILF.
8280         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
8281
8282 2007-10-04  Bruno Haible  <bruno@clisp.org>
8283
8284         * modules/floorl-tests: New file.
8285         * tests/test-floorl.c: New file.
8286
8287         * modules/floorl: New file.
8288         * lib/floorl.c: Replace entire file.
8289         * m4/floorl.m4: New file.
8290         * lib/math.in.h (floorl): Replace declaration.
8291         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
8292         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
8293         * doc/functions/floorl.texi: Mention the 'floorl' module.
8294         * modules/mathl (Files): Remove lib/floorl.c.
8295         (Depends-on): Add floorl.
8296
8297 2007-10-04  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/floorf-tests: New file.
8300         * tests/test-floorf.c: New file.
8301
8302         * modules/floorf: New file.
8303         * lib/floor.c: New file.
8304         * lib/floorf.c: New file.
8305         * m4/floorf.m4: New file.
8306         * lib/math.in.h (floorf): New declaration.
8307         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
8308         HAVE_DECL_FLOORF.
8309         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
8310         HAVE_DECL_FLOORF.
8311         * doc/functions/floorf.texi: Mention the 'floorf' module.
8312
8313 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
8314             Bruno Haible  <bruno@clisp.org>
8315
8316         Advertise for the Git server instead of the CVS server.
8317         * doc/gnulib-intro.texi (Steady Development): Mention the Git
8318         repository instead of the CVS one.
8319         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
8320         about all VCS systems generically.
8321         * doc/gnulib.texi (Introduction): Capitalize `Git'.
8322
8323 2007-10-04  Bruno Haible  <bruno@clisp.org>
8324
8325         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
8326         means.
8327         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
8328
8329 2007-10-04  Bruno Haible  <bruno@clisp.org>
8330
8331         * modules/truncl-tests: New file.
8332         * tests/test-truncl.c: New file.
8333
8334         * modules/truncl: New file.
8335         * lib/truncl.c: New file.
8336         * m4/truncl.m4: New file.
8337         * lib/math.in.h (truncl): New declaration.
8338         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
8339         HAVE_DECL_TRUNCL.
8340         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
8341         HAVE_DECL_TRUNCL.
8342         * doc/functions/truncl.texi: Mention the 'truncl' module.
8343
8344 2007-10-04  Bruno Haible  <bruno@clisp.org>
8345
8346         * modules/truncf-tests: New file.
8347         * tests/test-truncf.c: New file.
8348
8349         * modules/truncf: New file.
8350         * lib/trunc.c: Make paramerizable through USE_* macros.
8351         * lib/truncf.c: New file.
8352         * m4/truncf.m4: New file.
8353         * lib/math.in.h (truncf): New declaration.
8354         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
8355         HAVE_DECL_TRUNCF.
8356         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
8357         HAVE_DECL_TRUNCF.
8358         * doc/functions/truncf.texi: Mention the 'truncf' module.
8359
8360 2007-10-03  Bruno Haible  <bruno@clisp.org>
8361
8362         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
8363         augmentation also for tests modules.
8364         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
8365         * modules/atexit-tests (Makefile.am): Likewise.
8366         * modules/binary-io-tests (Makefile.am): Likewise.
8367         * modules/c-strcase-tests (Makefile.am): Likewise.
8368         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
8369         * modules/canonicalize-tests (Makefile.am): Likewise.
8370         * modules/closein-tests (Makefile.am): Likewise.
8371         * modules/fprintf-posix-tests (Makefile.am): Likewise.
8372         * modules/freadahead-tests (Makefile.am): Likewise.
8373         * modules/fseek-tests (Makefile.am): Likewise.
8374         * modules/fseeko-tests (Makefile.am): Likewise.
8375         * modules/ftell-tests (Makefile.am): Likewise.
8376         * modules/ftello-tests (Makefile.am): Likewise.
8377         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
8378         * modules/isnanl-tests (Makefile.am): Likewise.
8379         * modules/lseek-tests (Makefile.am): Likewise.
8380         * modules/mbscasecmp-tests (Makefile.am): Likewise.
8381         * modules/mbscasestr-tests (Makefile.am): Likewise.
8382         * modules/mbschr-tests (Makefile.am): Likewise.
8383         * modules/mbscspn-tests (Makefile.am): Likewise.
8384         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
8385         * modules/mbspbrk-tests (Makefile.am): Likewise.
8386         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
8387         * modules/mbsrchr-tests (Makefile.am): Likewise.
8388         * modules/mbsspn-tests (Makefile.am): Likewise.
8389         * modules/mbsstr-tests (Makefile.am): Likewise.
8390         * modules/printf-posix-tests (Makefile.am): Likewise.
8391         * modules/snprintf-posix-tests (Makefile.am): Likewise.
8392         * modules/sprintf-posix-tests (Makefile.am): Likewise.
8393         * modules/tsearch-tests (Makefile.am): Likewise.
8394         * modules/uniname/uniname-tests (Makefile.am): Likewise.
8395         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
8396         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
8397         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
8398         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
8399         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
8400         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
8401         * modules/vprintf-posix-tests (Makefile.am): Likewise.
8402         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
8403         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
8404         * modules/xstrtoimax-tests (Makefile.am): Likewise.
8405         * modules/xstrtol-tests (Makefile.am): Likewise.
8406         * modules/xstrtoumax-tests (Makefile.am): Likewise.
8407         * modules/yesno-tests (Makefile.am): Likewise.
8408
8409 2007-10-03  Bruno Haible  <bruno@clisp.org>
8410
8411         * modules/trunc-tests: New file.
8412         * tests/test-trunc.c: New file.
8413
8414         * modules/trunc: New file.
8415         * lib/trunc.c: New file.
8416         * m4/trunc.m4: New file.
8417         * lib/math.in.h (trunc): New declaration.
8418         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
8419         HAVE_DECL_TRUNC.
8420         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
8421         HAVE_DECL_TRUNC.
8422         * doc/functions/trunc.texi: Mention the 'trunc' module.
8423
8424 2007-10-03  Bruno Haible  <bruno@clisp.org>
8425
8426         * tests/test-fpending.c: New file, mostly copied
8427         from coreutils/lib/t-fpending.c.
8428         * modules/fpending-tests: New file.
8429
8430 2007-10-03  Bruno Haible  <bruno@clisp.org>
8431
8432         Port the stdio extensions to QNX (untested).
8433         * lib/fseterr.c (fseterr): Add support for QNX.
8434         * lib/fbufmode.c (fbufmode): Likewise.
8435         * lib/freadable.c (freadable): Likewise.
8436         * lib/fwritable.c (fwritable): Likewise.
8437         * lib/freading.c (freading): Likewise.
8438         * lib/fwriting.c (fwriting): Likewise.
8439         * lib/freadahead.c (freadahed): Likewise.
8440         * lib/fpurge.c (fpurge): Likewise.
8441         * lib/fseeko.c (rpl_fseeko): Likewise.
8442
8443 2007-10-03  Bruno Haible  <bruno@clisp.org>
8444             Jim Meyering  <jim@meyering.net>
8445             Eric Blake  <ebb9@byu.net>
8446
8447         * doc/relocatable.texi: Use @command instead of @program.
8448
8449 2007-10-02  Jim Meyering  <jim@meyering.net>
8450
8451         Perform one more "_.h" -> ".in.h" substitution.
8452         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
8453         instead of unistd_.h here, too.
8454
8455 2007-10-01  Bruno Haible  <bruno@clisp.org>
8456
8457         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
8458         Needed for the alloca-opt module.
8459
8460 2007-09-30  Bruno Haible  <bruno@clisp.org>
8461
8462         * lib/alloca.in.h: Renamed from lib/alloca_.h.
8463         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
8464         alloca_.h.
8465         * lib/argz.in.h: Renamed from lib/argz_.h.
8466         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
8467         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
8468         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
8469         byteswap_.h.
8470         * lib/dirent.in.h: Renamed from lib/dirent_.h.
8471         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
8472         dirent_.h.
8473         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
8474         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
8475         fcntl_.h.
8476         * lib/float.in.h: Renamed from lib/float_.h.
8477         * modules/float (Files, Makefile.am): Use float.in.h instead of
8478         float_.h.
8479         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
8480         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
8481         fnmatch_.h.
8482         * lib/getopt.in.h: Renamed from lib/getopt_.h.
8483         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
8484         getopt_.h.
8485         * lib/glob.in.h: Renamed from lib/glob_.h.
8486         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
8487         * lib/iconv.in.h: Renamed from lib/iconv_.h.
8488         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
8489         iconv_.h.
8490         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
8491         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
8492         inttypes_.h.
8493         * lib/locale.in.h: Renamed from lib/locale_.h.
8494         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
8495         locale_.h.
8496         * lib/math.in.h: Renamed from lib/math_.h.
8497         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
8498         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
8499         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
8500         of netinet_in_.h. Add dependency.
8501         * lib/poll.in.h: Renamed from lib/poll_.h.
8502         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
8503         * lib/search.in.h: Renamed from lib/search_.h.
8504         * modules/search (Files, Makefile.am): Use search.in.h instead of
8505         search_.h.
8506         * lib/signal.in.h: Renamed from lib/signal_.h.
8507         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
8508         _signal.h.
8509         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
8510         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
8511         stdbool_.h.
8512         * lib/stdint.in.h: Renamed from lib/stdint_.h.
8513         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
8514         stdint_.h.
8515         * lib/stdio.in.h: Renamed from lib/stdio_.h.
8516         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
8517         stdio_.h.
8518         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
8519         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
8520         stdlib_.h.
8521         * lib/string.in.h: Renamed from lib/string_.h.
8522         * modules/string (Files, Makefile.am): Use string.in.h instead of
8523         string_.h.
8524         * doc/gnulib-tool.texi (Initial import): Update.
8525         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
8526         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
8527         of sys_select_.h. Add dependency.
8528         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
8529         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
8530         of sys_socket_.h.
8531         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
8532         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
8533         sys_stat_.h.
8534         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
8535         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
8536         sys_time_.h.
8537         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
8538         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
8539         sysexits_.h.
8540         * lib/time.in.h: Renamed from lib/time_.h.
8541         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
8542         * lib/unistd.in.h: Renamed from lib/unistd_.h.
8543         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
8544         unistd_.h.
8545         * lib/wchar.in.h: Renamed from lib/wchar_.h.
8546         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
8547         wchar_.h.
8548         * lib/wctype.in.h: Renamed from lib/wctype_.h.
8549         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
8550         wctype_.h.
8551         * build-aux/bootstrap (slurp): Update.
8552         * lib/.cppi-disable: Update.
8553
8554 2007-09-30  Bruno Haible  <bruno@clisp.org>
8555
8556         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
8557         Needed on BeOS.
8558
8559 2007-09-30  Bruno Haible  <bruno@clisp.org>
8560
8561         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
8562
8563 2007-09-29  Bruno Haible  <bruno@clisp.org>
8564
8565         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
8566
8567 2007-09-29  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
8570         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
8571         * build-aux/install-reloc: Compile also areadlink.c.
8572         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
8573
8574 2007-09-29  Bruno Haible  <bruno@clisp.org>
8575
8576         * gnulib-tool (func_emit_initmacro_done): Indentation.
8577
8578 2007-09-29  Bruno Haible  <bruno@clisp.org>
8579
8580         * README: Add CVS checkout update instructions.
8581         Info from Bob Proulx <bob@proulx.com>.
8582
8583 2007-09-28  Eric Blake  <ebb9@byu.net>
8584
8585         Provide move-if-change.
8586         * build-aux/move-if-change: New file, based on best practice
8587         rather than any canonical upstream location.
8588
8589 2007-09-28  Jim Meyering  <jim@meyering.net>
8590
8591         Fix canonicalize loop-detection corner case.
8592         Do not attempt to stat the symlink values stored via seen_triple.
8593         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
8594         on linux-2.6.18, (but not 2.6.22).
8595         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
8596         triple_compare.  The former compares dev,ino,filename, while the latter
8597         would actually stat dirname(filename) when dev and ino were equal.
8598         * lib/hash-triple.c: Install <string.h>.
8599         (STREQ): Define.
8600         (triple_compare_ino_str): New function.
8601         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
8602
8603 2007-09-28  Eric Blake  <ebb9@byu.net>
8604
8605         Enforce that AC_REPLACE_FUNCS files exist.
8606         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
8607         override check for typos.
8608
8609         Fix test-closein on Solaris 10.
8610         * tests/test-closein.c (main): Don't assume stdin can be inherited
8611         closed on all systems.
8612         * tests/test-closein.sh: Likewise.
8613         Reported by Piotr Tarnowski.
8614
8615 2007-09-28  Jim Meyering  <jim@meyering.net>
8616
8617         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
8618
8619 2007-09-27  Jim Meyering  <jim@meyering.net>
8620
8621         canonicalize: Avoid a false-positive cycle failure.
8622         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
8623         Sort.  Remove cycle-check.
8624         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
8625         not cycle-check.h.
8626         (seen_triple): New function.
8627         (canonicalize_filename_mode): Use it instead of cycle-check.
8628         * tests/test-canonicalize.c: Add a test for this bug.
8629         * tests/test-canonicalize.sh: Set up and run the test.
8630
8631         New module, file-set, from coreutils.
8632         * modules/file-set: Define it.
8633         * lib/file-set.c, lib/file-set.h: Implement.
8634
8635         New module, hash-triple, from coreutils.
8636         * modules/hash-triple: Define it.
8637         * lib/hash-triple.c, lib/hash-triple.h: Implement.
8638
8639 2007-09-25  Eric Blake  <ebb9@byu.net>
8640
8641         Fix strerror on Interix.
8642         * lib/string_.h (strerror): Declare replacement.
8643         * doc/functions/strerror.texi (strerror): Document the Interix
8644         shortcoming.
8645         * modules/string (Makefile.am): Support new hooks.
8646         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
8647         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
8648         gl_FUNC_STRERROR_SEPARATE.
8649         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
8650         * lib/strerror.c (rpl_strerror): Provide replacement.
8651         * modules/strerror (Depends-on): Add string.
8652         (configure.ac): Detect use of module.
8653         * tests/test-strerror.c: New file.
8654         * modules/strerror-tests: New test module.
8655         * modules/argp (Depends-on): Add strerror.
8656         * modules/error (Depends-on): Likewise.
8657         Reported by Martin Koeppe.
8658
8659 2007-09-24  Bruno Haible  <bruno@clisp.org>
8660
8661         * README: Update git instructions.
8662
8663 2007-09-24  Eric Blake  <ebb9@byu.net>
8664
8665         Revert fpending breakage from 2007-09-08.
8666         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
8667         __fpending.c.
8668
8669 2007-09-24  Jim Meyering  <jim@meyering.net>
8670
8671         filenamecat.c: Add a test.
8672         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
8673         showing how the function works when DIR is the empty string.
8674
8675 2007-09-21  Simon Josefsson  <simon@josefsson.org>
8676
8677         * tests/test-canonicalize.sh: Turn on executable bit.
8678
8679 2007-09-19  Eric Blake  <ebb9@byu.net>
8680
8681         * README: Update CVS instructions.
8682
8683 2007-09-18  Bruno Haible  <bruno@clisp.org>
8684
8685         * modules/areadlink: New file.
8686         * lib/areadlink.h (areadlink): New declaration.
8687         * lib/areadlink.c: New file, based on lib/xreadlink.c.
8688
8689 2007-09-17  Jim Meyering  <jim@meyering.net>
8690
8691         * lib/savewd.c (ESTALE) [!defined]: Define.
8692         Reported to be required on Interix by Martin Koeppe.
8693
8694 2007-09-17  Bruno Haible  <bruno@clisp.org>
8695
8696         * gnulib-tool (func_version): Use $version.
8697
8698 2007-09-16  Bruno Haible  <bruno@clisp.org>
8699
8700         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
8701         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
8702         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
8703         Reported by Greg Schafer <gschafer@zip.com.au>.
8704
8705 2007-09-15  Bruno Haible  <bruno@clisp.org>
8706
8707         * gnulib-tool (sed): Try a little harder to make bash understand the
8708         alias.
8709         Reported by Bruce Korb <bruce.korb@gmail.com>.
8710
8711 2007-09-13  Eric Blake  <ebb9@byu.net>
8712
8713         * ChangeLog: Remove conflict markers.
8714
8715 2007-09-13  Simon Josefsson  <simon@josefsson.org>
8716
8717         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
8718         Reported by Bruno Haible <bruno@clisp.org>.
8719
8720 2007-09-12  Bruno Haible  <bruno@clisp.org>
8721
8722         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
8723         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
8724         is not defined.
8725
8726 2007-09-12  Eric Blake  <ebb9@byu.net>
8727
8728         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
8729         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
8730         Autoconf definition.
8731         * modules/euidaccess (Depends-on): Add extensions, for
8732         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
8733         * modules/fnmatch (Depends-on): Likewise.
8734         * modules/getaddrinfo (Depends-on): Likewise.
8735         * modules/getdelim (Depends-on): Likewise.
8736         * modules/getline (Depends-on): Likewise.
8737         * modules/getsubopt (Depends-on): Likewise.
8738         * modules/gettext (Depends-on): Likewise.
8739         * modules/group-member (Depends-on): Likewise.
8740         * modules/mbchar (Depends-on): Likewise.
8741         * modules/memmem (Depends-on): Likewise.
8742         * modules/mempcpy (Depends-on): Likewise.
8743         * modules/memrchr (Depends-on): Likewise.
8744         * modules/pagealign_alloc (Depends-on): Likewise.
8745         * modules/readutmp (Depends-on): Likewise.
8746         * modules/stpcpy (Depends-on): Likewise.
8747         * modules/stpncpy (Depends-on): Likewise.
8748         * modules/strchrnul (Depends-on): Likewise.
8749         * modules/strndup (Depends-on): Likewise.
8750         * modules/strsep (Depends-on): Likewise.
8751         * modules/strverscmp (Depends-on): Likewise.
8752         * modules/vasprintf (Depends-on): Likewise.
8753         * modules/wcwidth (Depends-on): Likewise.
8754         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
8755         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
8756         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
8757         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
8758         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8759         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8760         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
8761         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8762         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
8763         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
8764         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8765         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8766         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8767         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
8768         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
8769         * m4/readutmp.m4 (gl_READUTMP): Likewise.
8770         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8771         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8772         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8773         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8774         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8775         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8776         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8777         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
8778         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
8779         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8780         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
8781         so that lock.m4 can be used in gettext without extensions module.
8782
8783 2007-09-11  Bruno Haible  <bruno@clisp.org>
8784
8785         * m4/isc-posix.m4: Remove file.
8786         Suggested by Eric Blake.
8787
8788 2007-09-11  Eric Blake  <ebb9@byu.net>
8789
8790         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
8791
8792 2007-09-10  Bruno Haible  <bruno@clisp.org>
8793
8794         * posix-modules: Fix typo in error message.
8795         Reported by Matt <mkraai@beckman.com>.
8796
8797 2007-09-09  Bruno Haible  <bruno@clisp.org>
8798
8799         * doc/functions/getdelim.texi: Update list of platforms lacking the
8800         function.
8801         * doc/functions/getline.texi: Likewise.
8802
8803 2007-09-09  Jim Meyering  <jim@meyering.net>
8804
8805         * lib/hash.c (hash_initialize): Detect calloc failure.
8806         Reported by Bruno Haible.
8807
8808 2007-09-09  Bruno Haible  <bruno@clisp.org>
8809
8810         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
8811         malloc or realloc fails.
8812
8813 2007-09-09  Bruno Haible  <bruno@clisp.org>
8814
8815         * modules/getcwd (Depends-on): Add malloc-posix.
8816         * modules/glob (Depends-on): Likewise.
8817         * modules/putenv (Depends-on): Likewise.
8818         * modules/strdup (Depends-on): Likewise.
8819         * modules/getdelim (Depends-on): Add realloc-posix.
8820         * modules/read-file (Depends-on): Likewise.
8821
8822 2007-09-09  Bruno Haible  <bruno@clisp.org>
8823
8824         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
8825         (gl_FUNC_MALLOC_POSIX): Require it.
8826         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
8827         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
8828         * modules/realloc (Files): Add m4/malloc.m4.
8829         * modules/calloc (Files): Likewise.
8830
8831 2007-09-09  Bruno Haible  <bruno@clisp.org>
8832
8833         * modules/malloc-posix: New file.
8834         * modules/malloc (Depends-on): Add malloc-posix.
8835         * lib/malloc.c: Include errno.h.
8836         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
8837         and a POSIX-compatible malloc into a single function. Set ENOMEM
8838         when returning NULL.
8839         * m4/malloc.m4: New file.
8840         * doc/functions/malloc.texi: Mention the malloc-posix module.
8841         * lib/stdlib_.h (malloc): New declaration.
8842         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8843         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
8844         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
8845         and HAVE_MALLOC_POSIX.
8846
8847 2007-09-09  Bruno Haible  <bruno@clisp.org>
8848
8849         * modules/realloc-posix: New file.
8850         * modules/realloc (Depends-on): Add realloc-posix.
8851         * lib/realloc.c: Include errno.h.
8852         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
8853         and a POSIX-compatible realloc into a single function. Set ENOMEM
8854         when returning NULL.
8855         * m4/realloc.m4: New file.
8856         * doc/functions/realloc.texi: Mention the realloc-posix module.
8857         * lib/stdlib_.h (realloc): New declaration.
8858         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8859         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
8860         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
8861         and HAVE_REALLOC_POSIX.
8862
8863 2007-09-09  Bruno Haible  <bruno@clisp.org>
8864
8865         * modules/calloc-posix: New file.
8866         * modules/calloc (Depends-on): Add calloc-posix.
8867         * lib/calloc.c: Include errno.h.
8868         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
8869         and a POSIX-compatible calloc into a single function. Set ENOMEM
8870         when returning NULL.
8871         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
8872         * doc/functions/calloc.texi: Mention the calloc-posix module.
8873         * lib/stdlib_.h (calloc): New declaration.
8874         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8875         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
8876         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
8877         and HAVE_CALLOC_POSIX.
8878
8879 2007-09-09  Bruno Haible  <bruno@clisp.org>
8880
8881         Allow for modules to show an arbitrary notice.
8882         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
8883         * gnulib-tool: New option --extract-notice.
8884         (func_usage): Document it.
8885         (sed_extract_prog): Update.
8886         (func_get_notice): New function.
8887         (func_modules_notice): New function.
8888         (func_import, func_create_testdir): Invoke it.
8889         Suggested by Jim Meyering.
8890
8891 2007-09-09  Bruno Haible  <bruno@clisp.org>
8892
8893         * gnulib-tool: New options --verbose, --quiet.
8894         (func_usage): Document them.
8895         (verbose): New variable.
8896         (func_execute_command): New function.
8897         (func_import): Don't show the module list and the file list if
8898         $verbose < 0.
8899         (func_create_testdir): Likewise. Use func_execute_command.
8900         (func_create_megatestdir): Use func_execute_command.
8901
8902 2007-09-08  Bruno Haible  <bruno@clisp.org>
8903
8904         * gnulib-tool (func_import): Prefer rsync over wget when available,
8905         for fetching the PO files.
8906
8907 2007-09-08  Bruno Haible  <bruno@clisp.org>
8908
8909         * posix-modules: New file. Portions copied from gnulib-tool.
8910         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
8911
8912 2007-09-08  Jim Meyering  <jim@meyering.net>
8913
8914         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
8915         * lib/fpending.h: Rename from __fpending.h.
8916         * lib/fpending.c: Rename from __fpending.c.
8917         Include "fpending.h", not "__fpending.h".
8918         * lib/__fpending.h, lib/__fpending.c: Remove files.
8919         * modules/fpending (Files): Reflect new file names.
8920         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
8921
8922 2007-09-08  Bruno Haible  <bruno@clisp.org>
8923
8924         * m4/inttypes-h.m4: Remove stub file.
8925
8926 2007-09-07  Simon Josefsson  <simon@josefsson.org>
8927
8928         * doc/headers/stdint.texi: Discuss #include_next issue.
8929
8930 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8933
8934 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8935
8936         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8937         in variable name.
8938
8939 2007-09-03  Jim Meyering  <jim@meyering.net>
8940
8941         New module: git-version-gen.
8942         * modules/git-version-gen: New file.
8943
8944         Import changes from coreutils for bootstrap script.
8945
8946         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8947
8948         bootstrap: uses rsync to download the .po files
8949         * build-aux/bootstrap (po_download_command_format): New global.
8950         (download_po_files): Use rsync.
8951         (update_po_files): Don't remove .po files after download,
8952         so future rsync runs can take advantage of the copies.
8953
8954         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8955
8956         Solve the unnecessary-.po-file-regeneration problem once and for all.
8957         * build-aux/bootstrap (download_po_files): New function, renamed from
8958         get_translations.  Now, downloads, but doesn't update LINGUAS.
8959         (update_po_files): New function.
8960
8961         bootstrap: Ignore more.
8962         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8963         uniwidth to e.g., lib/.gitignore.
8964         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8965
8966         * build-aux/bootstrap: New setting: vc_ignore.
8967         (insert_sorted_if_absent): Create $file if absent.
8968         Adapt to new, possibly empty, list: $vc_ignore.
8969
8970         bootstrap: generate more ignorable names
8971         * build-aux/bootstrap (slurp): When generating ignorable names,
8972         also map .sin to .sed, .gperf to .c, and .y to .c.
8973
8974 2007-09-03  Jim Meyering  <jim@meyering.net>
8975
8976         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8977         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8978
8979 2007-09-02  Bruno Haible  <bruno@clisp.org>
8980
8981         Fix mis-recognition of 'mcs' on QNX 6.
8982         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8983         output contains the string "Mono".
8984         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8985         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8986
8987 2007-09-01  Bruno Haible  <bruno@clisp.org>
8988
8989         Fix collision between uniwidth/* and linebreak modules.
8990         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8991         u32_width): Remove declarations.
8992         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8993         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8994         streq3, streq2, streq1, streq0): Remove functions.
8995         (STREQ): Remove macro.
8996         (is_cjk_encoding): Remove function.
8997         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8998         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8999         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
9000         * NEWS: Document the change.
9001
9002 2007-09-01  Bruno Haible  <bruno@clisp.org>
9003
9004         * lib/streq.h: Add double-inclusion guard.
9005
9006 2007-09-01  Karl Berry  <karl@gnu.org>
9007
9008         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
9009
9010 2007-08-28  Jim Meyering  <jim@meyering.net>
9011
9012         Rename mreadlink_with_size to areadlink_with_size.
9013         * NEWS: Document the change.
9014         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
9015         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
9016         * lib/mreadlink.h: Rename this to...
9017         * lib/areadlink.h: ...this.
9018         * modules/mreadlink-with-size: Rename this to...
9019         * modules/areadlink-with-size: ...this.
9020         * lib/canonicalize.c: Reflect the renaming.
9021         * modules/canonicalize: Likewise.
9022
9023 2007-08-26  Bruno Haible  <bruno@clisp.org>
9024
9025         * gnulib-tool (func_import): When deciding which files to remove,
9026         consider also dangling symbolic links.
9027         Reported by Eric Blake.
9028
9029 2007-08-26  Bruno Haible  <bruno@clisp.org>
9030
9031         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
9032
9033 2007-08-23  Simon Josefsson  <simon@josefsson.org>
9034
9035         * lib/readline.c: Don't include getline.h, the prototype is now
9036         found in stdio.h.
9037
9038 2007-08-23  Jim Meyering  <jim@meyering.net>
9039
9040         Getdelim touchup.
9041         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
9042         around the funlockfile call, since funlockfile never sets errno.
9043         Don't set errno upon failed realloc.
9044
9045 2007-08-22  Eric Blake  <ebb9@byu.net>
9046
9047         Getline touchups.
9048         * lib/getdelim.c (getdelim): Revert regression that required *n to
9049         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
9050         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
9051         getdelim, rather than whether implementation is missing.
9052         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
9053         * lib/stdio_.h (getline): Also declare if replacement is
9054         required.
9055         * doc/functions/getdelim.texi: New file.
9056         * doc/functions/getline.texi: Likewise.
9057         * doc/gnulib.texi (Function Substitutes): Add new files.
9058         Reported by Bruno Haible.
9059
9060 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
9061
9062         * users.txt: Add Guile.
9063
9064 2007-08-22  Eric Blake  <ebb9@byu.net>
9065
9066         * tests/test-getdelim.c (main): Use remove, not unlink.
9067         * tests/test-getline.c (main): Likewise.
9068
9069         Move getline and getdelim into stdio.h, per POSIX 200x.
9070         * modules/getline (Files): Remove getline.h.
9071         (Depends-on): Add stdio.
9072         (configure.ac): Add module indicator.
9073         * modules/getdelim (Files): Remove getdelim.h.
9074         (Depends-on): Add stdio.
9075         (configure.ac): Add module indicator.
9076         * modules/stdio (Makefile.am): Work with new indicators.
9077         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
9078         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
9079         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9080         * lib/getdelim.h: Delete.
9081         * lib/getline.h: Delete.
9082         * lib/stdio_.h (getdelim, getline): Declare.
9083         * modules/getdelim-tests: New module.
9084         * modules/getline-tests: Likewise.
9085         * tests/test-getdelim.c: New file.
9086         * tests/test-getline.c: Likewise.
9087         * NEWS: Document the change.
9088         * lib/getline.c: Update choice of header.
9089         * lib/csharpcomp.c: Likewise.
9090         * lib/getpass.c: Likewise.
9091         * lib/javacomp.c: Likewise.
9092         * lib/javaversion.c: Likewise.
9093         * lib/yesno.c: Likewise.
9094         * lib/getdelim.c: Likewise.
9095         (getdelim): Set errno on failure, and avoid memory leak.
9096
9097 2007-08-19  Bruno Haible  <bruno@clisp.org>
9098
9099         * modules/closein (Depends-on): Add freadahead.
9100         * lib/closein.c: Include freadahead.h.
9101         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
9102         is zero.
9103
9104 2007-08-19  Bruno Haible  <bruno@clisp.org>
9105
9106         * modules/freadahead-tests: New file.
9107         * tests/test-freadahead.sh: New file.
9108         * tests/test-freadahead.c: New file.
9109
9110         * modules/freadahead: New file.
9111         * lib/freadahead.h: New file.
9112         * lib/freadahead.c: New file.
9113         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
9114         fbufmode, fpurge, freadable, fwritable.
9115
9116 2007-08-19  Eric Blake  <ebb9@byu.net>
9117
9118         Test yesno in combination with closein.
9119         * lib/yesno.c (yesno): Document use of stdin.
9120         * modules/yesno-tests (Files): New module.
9121         * tests/test-yesno.c (main): New file.
9122         * tests/test-yesno.sh: Likewise.
9123
9124 2007-08-19  Bruno Haible  <bruno@clisp.org>
9125
9126         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
9127         * lib/fseeko.c (rpl_fseeko): Likewise.
9128         * lib/fseterr.c (fseterr): Likewise.
9129
9130 2007-08-19  Bruno Haible  <bruno@clisp.org>
9131
9132         * tests/test-lseek.c (main): Disable a test for BeOS.
9133         * doc/functions/lseek.texi: Document the BeOS bug.
9134
9135 2007-08-19  Bruno Haible  <bruno@clisp.org>
9136             Eric Blake  <ebb9@byu.net>
9137
9138         * lib/lseek.c: Include <sys/stat.h>.
9139         (rpl_lseek): Add workaround code also for Unix platforms.
9140         Needed for BeOS.
9141         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
9142         * doc/functions/lseek.texi: Document BeOS definiency.
9143
9144 2007-08-18  Bruno Haible  <bruno@clisp.org>
9145
9146         * modules/fstrcmp-tests: New file.
9147         * tests/test-fstrcmp.c: New file.
9148
9149 2007-08-18  Bruno Haible  <bruno@clisp.org>
9150
9151         * modules/fstrcmp: New file, from GNU gettext with modifications.
9152         * lib/fstrcmp.h: New file, from GNU gettext.
9153         * lib/fstrcmp.c: New file, from GNU gettext.
9154         * MODULES.html.sh (String handling): Add fstrcmp.
9155
9156 2007-08-18  Bruno Haible  <bruno@clisp.org>
9157
9158         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
9159         'bool'.
9160         (diag, compareseq): Remove const from the ctxt argument.
9161         (USE_HEURISTIC): Undefine at the end.
9162
9163 2007-08-18  Jim Meyering  <jim@meyering.net>
9164
9165         New file: lib/idcache.h
9166         * NEWS: Mention the addition.
9167         * modules/idcache (Files): Add lib/idcache.h
9168         * lib/idcache.c: Include "idcache.h".
9169         Don't include <sys/types.h>.
9170         Add a FIXME comment.
9171         Move file-scoped "static" declarations to the top.
9172         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
9173
9174 2007-08-17  Bruno Haible  <bruno@clisp.org>
9175         and Paul Eggert  <eggert@cs.ucla.edu>
9176
9177         * MODULES.html.sh: Add diffseq.
9178         * modules/diffseq: New file.
9179         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
9180         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
9181
9182 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9183
9184         Import changes from coreutils for bootstrap script.
9185
9186         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
9187
9188         * build-aux/bootstrap (slurp): Work even in environments where
9189         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
9190         current code does not slurp files whose names start with ".", and
9191         this looks like it might be a troublesome area.
9192
9193         2007-07-11  Jim Meyering  <jim@meyering.net>
9194
9195         If there's a GPL vN copyright comment, require that N == 3.
9196
9197         2007-07-08  Jim Meyering  <jim@meyering.net>
9198
9199         Run the coreutils-specific code only if tests/Makefile.am.in exists.
9200         * build-aux/bootstrap (mam_template): Move definition out of loop.
9201
9202         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
9203
9204         * build-aux/bootstrap (symlink_to_dir): Rename function from
9205         symlink_to_gnulib.  Add a directory parameter.  Update all
9206         callers.
9207         (cp_mark_as_generated): Also check for -- and link to -- files in
9208         gl/.
9209
9210         2007-07-08  Jim Meyering  <jim@meyering.net>
9211
9212         Adapt to deeper hierarchy in gnulib.
9213         * build-aux/bootstrap (symlink_to_dir): If the destination
9214         directory doesn't exist, create it. This is required at least for
9215         "lib/uniwidth/cjk.h".
9216
9217         2007-05-15  Jim Meyering  <jim@meyering.net>
9218
9219         * build-aux/bootstrap: Now that generated Makefile.am files
9220         are no longer under version control, they must be created at
9221         bootstrap time.
9222
9223 2007-08-14  Ben Pfaff  <blp@gnu.org>
9224
9225         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
9226
9227 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9228
9229         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
9230         given the changes below.
9231         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
9232         even on hosts that have padding bits beyond the supported 64.
9233
9234 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9235
9236         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
9237         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
9238         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
9239         depends on it.
9240         (xstrtol_error): Remove.
9241         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
9242         but with a different signature.
9243         (ATTRIBUTE_NORETURN, __attribute__): New macros.
9244         * lib/xstrtol-error.c: Include exitfail.h.
9245         (xstrtol_fatal): New function, with a different signature from the
9246         old xstrtol_error, so that the caller need not worry about passing
9247         in an exit status, or about storage management of the option argument.
9248         (xstrtol_error): Now a static function.  Redo signature to
9249         implement xstrtol_fatal.  Output the correct number of hyphens in
9250         front of the option so that the caller need not worry about
9251         storage management.
9252         (N_): New macro.
9253         (_): Remove; not used now.
9254         * modules/xstrtol: Depend on getopt.
9255         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
9256         of old STRTOL_FATAL_ERROR macro.
9257         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
9258         of test program.
9259         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
9260         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
9261
9262 2007-08-08  Eric Blake  <ebb9@byu.net>
9263
9264         * lib/xstrtol-error.c: Add missing include.
9265
9266         Move xstrtol messages into gnulib domain, when --pobase is used.
9267         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
9268         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
9269         * modules/xstrtol (Files): Distribute new file.
9270         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
9271         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
9272         * tests/test-xstrtol.c: ...into new file.
9273         * tests/test-xstrtoul.c: Also test xstrtoul.
9274         * tests/test-xstrtoimax.c: Also test xstrtoimax.
9275         * tests/test-xstrtoumax.c: Also test xstrtoumax.
9276         * tests/test-xstrtol.sh: Drive the tests.
9277         * tests/test-xstrtoimax.sh: Likewise.
9278         * tests/test-xstrtoumax.sh: Likewise.
9279         * modules/xstrtol-tests: New module.
9280         * modules/xstrtoimax-tests: Likewise.
9281         * modules/xstrtoumax-tests: Likewise.
9282
9283 2007-08-08  Jim Meyering  <jim@meyering.net>
9284
9285         New function: mfile_name_concat.
9286         * lib/filenamecat.c (mfile_name_concat): New function, just like
9287         file_name_concat, but return NULL upon failure rather than exiting
9288         with a diagnostic.
9289         * lib/filenamecat.h: Declare it.
9290
9291 2007-08-07  Bruno Haible  <bruno@clisp.org>
9292
9293         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
9294         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
9295         warning from gcc.
9296         Reported by Eric Blake.
9297
9298 2007-08-07  Simon Josefsson  <simon@josefsson.org>
9299
9300         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
9301         * modules/crypto/arcfour (License): Likewise.
9302         * modules/crypto/des-tests (License): Likewise.
9303         * modules/crypto/gc-arctwo-tests (License): Likewise.
9304         * modules/crypto/gc-des-tests (License): Likewise.
9305         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
9306         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
9307         * modules/crypto/gc-md2-tests (License): Likewise.
9308         * modules/crypto/gc-md4-tests (License): Likewise.
9309         * modules/crypto/gc-md5-tests (License): Likewise.
9310         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
9311         * modules/crypto/gc-rijndael-tests (License): Likewise.
9312         * modules/crypto/gc-sha1-tests (License): Likewise.
9313         * modules/crypto/gc-tests (License): Likewise.
9314         * modules/crypto/hmac-md5 (License): Likewise.
9315         * modules/crypto/hmac-sha1 (License): Likewise.
9316         * modules/crypto/md2-tests (License): Likewise.
9317         * modules/crypto/md4-tests (License): Likewise.
9318         * modules/crypto/md5 (License): Likewise.
9319         * modules/crypto/rijndael (License): Likewise.
9320         * modules/crypto/sha1 (License): Likewise.
9321         * modules/memxor (License): Likewise.
9322
9323 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
9324         and Bruno Haible  <bruno@clisp.org>
9325
9326         * NEWS: Describe interface changes to human, xstrtol.
9327         * lib/human.h: Include <xstrtol.h>.
9328         (human_options): Return enum strtol_error, not int.  Remove
9329         bool arg; take int * instead.
9330         * lib/human.c: Don't include "gettext.h".
9331         (_): Remove; no longer used.
9332         Don't include <xstrtol.h>, since human.h does it.
9333         (human_options): Adjust to abovementioned interface changes.
9334         Do not report error to stderr; that's now the caller's
9335         responsibility.
9336         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
9337         interface change.
9338         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
9339         Str, Argument_type_string.  All uses changed.  Put " argument"
9340         in diagnostics to make them clearer.  Change wording of suffix
9341         message for clarity.
9342         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
9343         Argument_type_string.
9344         (STRTOL_FATAL_WARN): Remove; no longer used.
9345         * modules/human (Depends-on): Remove gettext-h.
9346
9347 2007-08-06  Simon Josefsson  <simon@josefsson.org>
9348
9349         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
9350
9351 2007-07-31  Bruno Haible  <bruno@clisp.org>
9352
9353         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
9354         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
9355         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
9356
9357 2007-07-31  Bruno Haible  <bruno@clisp.org>
9358
9359         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
9360         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
9361
9362 2007-07-30  Bruno Haible  <bruno@clisp.org>
9363
9364         * modules/base64 (License): Use the synonymous term "LGPLv2+".
9365         * modules/c-ctype (License): Likewise.
9366         * modules/c-strcase (License): Likewise.
9367         * modules/check-version (License): Likewise.
9368         * modules/iconv (License): Likewise.
9369         * modules/iconv_open (License): Likewise.
9370         * modules/read-file (License): Likewise.
9371         * modules/striconv (License): Likewise.
9372         * modules/strverscmp (License): Likewise.
9373         * modules/vasprintf (License): Likewise.
9374         * modules/crypto/des (License): Likewise.
9375         * modules/crypto/gc (License): Likewise.
9376         * modules/crypto/gc-arcfour (License): Likewise.
9377         * modules/crypto/gc-arctwo (License): Likewise.
9378         * modules/crypto/gc-des (License): Likewise.
9379         * modules/crypto/gc-hmac-md5 (License): Likewise.
9380         * modules/crypto/gc-hmac-sha1 (License): Likewise.
9381         * modules/crypto/gc-md2 (License): Likewise.
9382         * modules/crypto/gc-md4 (License): Likewise.
9383         * modules/crypto/gc-md5 (License): Likewise.
9384         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
9385         * modules/crypto/gc-random (License): Likewise.
9386         * modules/crypto/gc-rijndael (License): Likewise.
9387         * modules/crypto/gc-sha1 (License): Likewise.
9388         * modules/crypto/md2 (License): Likewise.
9389         * modules/crypto/md4 (License): Likewise.
9390
9391 2007-07-30  Jim Meyering  <jim@meyering.net>
9392
9393         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
9394         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
9395         it has valid stat data.  This bug would cause du not to count the
9396         sizes of inaccessible directories.
9397         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
9398         in <http://bugzilla.redhat.com/250077>.
9399
9400 2007-07-25  Peter O'Gorman  <peter@pogma.com>
9401             Bruno Haible  <bruno@clisp.org>
9402
9403         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
9404         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
9405         #include_next, gives a diagnostic about it, but reports no error in
9406         the exit code.
9407         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9408
9409 2007-07-24  Ben Pfaff  <blp@gnu.org>
9410
9411         Improve name: "count-one-bits" is better than "popcount".
9412         * MODULES.html.sh: Update name.
9413         * lib/popcount.h: Renamed lib/count-one-bits.h.
9414         (popcount): Renamed count_one_bits.
9415         (popcountl): Renamed count_one_bits_l.
9416         (popcountll): Renamed count_one_bits_ll.
9417         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
9418         * modules/popcount: Renamed module/count-one-bits.
9419         * modules/popcount-tests: Renamed module/count-one-bits-tests.
9420         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
9421
9422 2007-07-23  Ben Pfaff  <blp@gnu.org>
9423
9424         * lib/popcount.h (popcount32): Reduce size of constants, to allow
9425         better code generation, and add U to large constants to avoid
9426         warnings, in non-GCC case.
9427         Suggested by Bruno Haible.
9428
9429 2007-07-23  Ben Pfaff  <blp@gnu.org>
9430
9431         * lib/popcount.h: Use verify_true instead of if...abort.
9432         * modules/popcount: Depend on verify module.
9433         Suggested by Jim Meyering.
9434
9435 2007-07-23  Bruno Haible  <bruno@clisp.org>
9436
9437         * gnulib-tool (func_import): Create a .cvsignore file also when the
9438         directory is not yet in CVS but the toplevel directory is. When
9439         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
9440         Reported by Karl Berry.
9441
9442 2007-07-22  Ben Pfaff  <blp@gnu.org>
9443
9444         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
9445         case.
9446         Suggested by Eric Blake.
9447
9448 2007-07-22  Ben Pfaff  <blp@gnu.org>
9449
9450         New module: popcount.
9451         * MODULES.html.sh: Add popcount.
9452         * modules/popcount: New file.
9453         * modules/popcount-tests: New file.
9454         * tests/test-popcount.c: New file.
9455         * lib/popcount.h: New file.
9456         * m4/popcount.m4: New file.
9457
9458 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9459
9460         * build-aux/announce-gen: Update to GPLv3.
9461
9462         * build-aux/config.guess: Update from config.
9463
9464 2007-07-21  Bruno Haible  <bruno@clisp.org>
9465
9466         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
9467         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
9468
9469 2007-07-20  Jim Meyering  <jim@meyering.net>
9470
9471         * check-module: Diagnose a self-dependency.
9472
9473 2007-07-19  Bruno Haible  <bruno@clisp.org>
9474
9475         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
9476         empty.
9477         Reported by Eric Blake.
9478
9479 2007-07-18  Bruno Haible  <bruno@clisp.org>
9480
9481         * gnulib-tool: New options --po-base, --po-domain.
9482         (func_usage): Document them.
9483         (pobase, po_domain): New variables.
9484         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
9485         DEFAULT_TEXT_DOMAIN.
9486         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
9487         (func_import): Consider pobase and po_domain. Create a po/ directory.
9488         (func_create_testdir): Set pobase and po_domain to empty.
9489         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
9490         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
9491
9492 2007-07-18  Bruno Haible  <bruno@clisp.org>
9493
9494         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9495         EXTRA_DIST augmentation for files in build-aux/.
9496
9497 2007-07-16  Bruno Haible  <bruno@clisp.org>
9498
9499         * modules/lseek (License): Use the synonymous term "LGPLv2+".
9500         * modules/getdelim (License): Likewise.
9501
9502 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9503
9504         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
9505         * modules/d-type (License): Likewise.
9506         * modules/extensions (License): Likewise.
9507         * modules/fnmatch (License): Likewise.
9508         * modules/fseeko (License): Likewise.
9509         * modules/getaddrinfo (License): Likewise.
9510         * modules/getline (License): Likewise.
9511         * modules/getlogin_r (License): Likewise.
9512         * modules/getpass (License): Likewise.
9513         * modules/gettimeofday (License): Likewise.
9514         * modules/glob (License): Likewise.
9515         * modules/inet_ntop (License): Likewise.
9516         * modules/malloc (License): Likewise.
9517         * modules/malloca (License): Likewise.
9518         * modules/memmem (License): Likewise.
9519         * modules/mempcpy (License): Likewise.
9520         * modules/memset (License): Likewise.
9521         * modules/minmax (License): Likewise.
9522         * modules/mktime (License): Likewise.
9523         * modules/netinet_in (License): Likewise.
9524         * modules/pathmax (License): Likewise.
9525         * modules/poll (License): Likewise.
9526         * modules/regex (License): Likewise.
9527         * modules/snprintf (License): Likewise.
9528         * modules/stdbool (License): Likewise.
9529         * modules/stdint (License): Likewise.
9530         * modules/stdio (License): Likewise.
9531         * modules/strcase (License): Likewise.
9532         * modules/strcasestr (License): Likewise.
9533         * modules/strdup (License): Likewise.
9534         * modules/string (License): Likewise.
9535         * modules/strndup (License): Likewise.
9536         * modules/strnlen (License): Likewise.
9537         * modules/strpbrk (License): Likewise.
9538         * modules/strptime (License): Likewise.
9539         * modules/strsep (License): Likewise.
9540         * modules/sys_select (License): Likewise.
9541         * modules/sys_socket (License): Likewise.
9542         * modules/sys_stat (License): Likewise.
9543         * modules/sys_time (License): Likewise.
9544         * modules/time (License): Likewise.
9545         * modules/time_r (License): Likewise.
9546         * modules/timegm (License): Likewise.
9547         * modules/unistd (License): Likewise.
9548         * modules/vsnprintf (License): Likewise.
9549         * modules/wctype (License): Likewise.
9550
9551 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9552
9553         * modules/argz (License): LGPLv2+.
9554
9555 2007-07-15  Karl Berry  <karl@gnu.org>
9556
9557         * doc/gnulib.texi: revise node structure per new fdl.texi.
9558
9559 2007-07-14  Bruno Haible  <bruno@clisp.org>
9560
9561         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
9562         the output file.
9563         * lib/uniname/uninames.h: Regenerated.
9564
9565 2007-07-14  Karl Berry  <karl@gnu.org>
9566
9567         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
9568         omitting sectioning and index commands.
9569
9570 2007-07-13  Bruno Haible  <bruno@clisp.org>
9571
9572         New gnulib-tool option --more-symlinks.
9573         * gnulib-tool (func_usage): Document --more-symlinks.
9574         (do_copyrights): New variable.
9575         Recognize option --more-symlinks.
9576         (func_import): Don't add a copyright notice transform to
9577         sed_transform_lib_file if do_copyrights is empty.
9578
9579 2007-07-13  Bruno Haible  <bruno@clisp.org>
9580
9581         * lib/vasnprintf.c (decimal_point_char): Define also if
9582         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
9583         && !NEED_PRINTF_DIRECTIVE_A.
9584         Reported by Clemens Koller <clemens.koller@anagramm.de> via
9585         Gary V. Vaughan <gary@gnu.org>.
9586
9587 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
9588
9589         * lib/inttypes_.h: Undo previous change, since it was fixed
9590         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
9591
9592 2007-07-13  Bruno Haible  <bruno@clisp.org>
9593
9594         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
9595         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
9596
9597 2007-07-13  Jim Meyering  <jim@meyering.net>
9598
9599         df: Don't fail for Tru64's "file-on-file mount".
9600         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
9601         so we fall through and use statfs instead.  Details here:
9602         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
9603         Reported by Albert Chin.
9604
9605 2007-07-13  Bruno Haible  <bruno@clisp.org>
9606
9607         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
9608         * modules/configmake (License): Likewise.
9609         * modules/gettext (License): Likewise.
9610         * modules/gettext-h (License): Likewise.
9611         * modules/include_next (License): Likewise.
9612         * modules/link-warning (License): Likewise.
9613         * modules/localcharset (License): Likewise.
9614         * modules/localename (License): Likewise.
9615         * modules/lock (License): Likewise.
9616         * modules/relocatable-lib-lgpl (License): Likewise.
9617         * modules/size_max (License): Likewise.
9618         * modules/vasnprintf (License): Likewise.
9619         * modules/wchar (License): Likewise.
9620         * modules/xsize (License): Likewise.
9621
9622 2007-07-13  Bruno Haible  <bruno@clisp.org>
9623
9624         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
9625         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
9626
9627 2007-07-12  Bruno Haible  <bruno@clisp.org>
9628
9629         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
9630         in the modules files.
9631
9632 2007-07-11  Karl Berry  <karl@gnu.org>
9633
9634         * MODULES.html.sh (func_module): use
9635          sed -e '\|^'"${includefile}"'$|d'
9636          instead of /.../d, to avoid errors on $includefile's containing /.
9637
9638 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9639
9640         * gnulib-tool (func_import): Avoid duplication of --avoid
9641         statements
9642         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
9643         names to `_' in variable names.
9644
9645 2007-07-10  Eric Blake  <ebb9@byu.net>
9646
9647         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
9648         * NEWS: Document this change.
9649
9650 2007-07-08  Bruno Haible  <bruno@clisp.org>
9651
9652         Update to Unicode 5.0.
9653         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
9654         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
9655         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
9656         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
9657         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
9658         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
9659         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
9660         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
9661         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
9662         U+10A3F, U+1D242..U+1D244.
9663         (nonspacing_table_ind): Update.
9664         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
9665         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
9666
9667 2007-07-08  Bruno Haible  <bruno@clisp.org>
9668
9669         Update to Unicode 5.0.
9670         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
9671         code transform. Extend the name index field of unicode_name_to_code and
9672         unicode_code_to_name from 16 to 24 bits.
9673         * lib/uniname/uniname.c (unicode_character_name,
9674         unicode_name_character): Add the range 0x12xxx to the code transform.
9675         * lib/uniname/uninames.h: Regenerated.
9676         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
9677
9678 2007-07-07  Bruno Haible  <bruno@clisp.org>
9679
9680         * modules/wcwidth-tests: New file.
9681         * tests/test-wcwidth.c: New file.
9682
9683         Work around MacOS X wcwidth() bug.
9684         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
9685         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
9686         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
9687         original wcwidth in non-UTF-8 locales.
9688         * modules/wcwidth (Depends-on): Add localcharset, streq,
9689         uniwidth/width.
9690         * doc/functions/wcwidth.texi: Update.
9691
9692 2007-07-07  Bruno Haible  <bruno@clisp.org>
9693
9694         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
9695         (wcwidth): New declaration.
9696         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
9697         macros.
9698         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
9699         here. Prepare for creating <wchar.h> unconditionally.
9700         * modules/wchar (Depends-on): Add link-warning.
9701         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
9702         REPLACE_WCWIDTH, and GL_LINK_WARNING.
9703         * lib/wcwidth.h: Remove file.
9704         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
9705         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
9706         * modules/wcwidth (Files): Remove lib/wcwidth.h.
9707         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
9708         (Include): Replace wcwidth.h with <wchar.h>.
9709         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
9710         * lib/mbchar.h: Don't include wcwidth.h.
9711         * lib/mbswidth.c: Likewise.
9712         * NEWS: Mention the change.
9713
9714 2007-07-07  Bruno Haible  <bruno@clisp.org>
9715
9716         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
9717         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
9718         definition with an external declaration.
9719         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
9720         defined as a function. Remove AC_C_INLINE requirement.
9721         * modules/wcwidth (Files): Add lib/wcwidth.c.
9722         (Makefile.am): Remove redundant statement.
9723
9724 2007-07-07  Bruno Haible  <bruno@clisp.org>
9725
9726         * MODULES.html.sh (Unicode string functions): Add the new modules.
9727
9728         * tests/uniwidth/test-u32-strwidth.c: New file.
9729         * modules/uniwidth/u32-strwidth-tests: New file.
9730
9731         * lib/uniwidth/u32-strwidth.c: New file.
9732         * modules/uniwidth/u32-strwidth: New file.
9733
9734         * tests/uniwidth/test-u16-strwidth.c: New file.
9735         * modules/uniwidth/u16-strwidth-tests: New file.
9736
9737         * lib/uniwidth/u16-strwidth.c: New file.
9738         * modules/uniwidth/u16-strwidth: New file.
9739
9740         * tests/uniwidth/test-u8-strwidth.c: New file.
9741         * modules/uniwidth/u8-strwidth-tests: New file.
9742
9743         * lib/uniwidth/u8-strwidth.c: New file.
9744         * modules/uniwidth/u8-strwidth: New file.
9745
9746         * tests/uniwidth/test-u32-width.c: New file.
9747         * modules/uniwidth/u32-width-tests: New file.
9748
9749         * lib/uniwidth/u32-width.c: New file.
9750         * modules/uniwidth/u32-width: New file.
9751
9752         * tests/uniwidth/test-u16-width.c: New file.
9753         * modules/uniwidth/u16-width-tests: New file.
9754
9755         * lib/uniwidth/u16-width.c: New file.
9756         * modules/uniwidth/u16-width: New file.
9757
9758         * tests/uniwidth/test-u8-width.c: New file.
9759         * modules/uniwidth/u8-width-tests: New file.
9760
9761         * lib/uniwidth/u8-width.c: New file.
9762         * modules/uniwidth/u8-width: New file.
9763
9764         * tests/uniwidth/test-uc_width.c: New file.
9765         * modules/uniwidth/width-tests: New file.
9766
9767         * lib/uniwidth/width.c: New file, from GNU libiconv.
9768         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
9769         * modules/uniwidth/width: New file.
9770
9771         * lib/uniwidth.h: New file, from GNU libiconv.
9772         * modules/uniwidth/base: New file.
9773
9774 2007-07-07  Bruno Haible  <bruno@clisp.org>
9775
9776         * lib/uniname.h: New file, from GNU gettext.
9777         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
9778         * lib/uniname/uninames.h: New file, from GNU gettext.
9779         * lib/uniname/uniname.c: New file, from GNU gettext.
9780         * tests/uniname/test-uninames.sh: New file.
9781         * tests/uniname/test-uninames.c: New file, from GNU gettext.
9782         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
9783         * modules/uniname/base: New file.
9784         * modules/uniname/uniname: New file.
9785         * modules/uniname/uniname-tests: New file.
9786         * MODULES.html.sh (Unicode string functions): Add the new modules.
9787
9788 2007-07-06  Bruno Haible  <bruno@clisp.org>
9789
9790         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
9791
9792 2007-07-06  Bruno Haible  <bruno@clisp.org>
9793
9794         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
9795         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
9796         includes <cygwin/sys_time.h> which includes <sys/select.h> which
9797         include <sys/time.h>.
9798         Reported by Eric Blake.
9799
9800 2007-07-06  Eric Blake  <ebb9@byu.net>
9801
9802         Fix testing canonicalize on cygwin.
9803         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9804         Revert patch from 2007-06-19.
9805         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
9806         canonicalize module is also in use.
9807         * tests/test-canonicalize.c: New file.
9808         * tests/test-canonicalize.sh: Likewise.
9809         * modules/canonicalize-tests: Likewise.
9810
9811 2007-07-06  Jim Meyering  <jim@meyering.net>
9812
9813         * lib/getugroups.c (getugroups): Detect getgrent failure.
9814         Adjust comment to reflect reality: this function may return -1.
9815
9816 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
9817
9818         * build-aux/bootstrap (TP_URL,get_translations): Update to use
9819         the new TP address.
9820         (usage): Fix typo
9821         (gnulib_mk): New variable.
9822
9823 2007-07-05  Jim Meyering  <jim@meyering.net>
9824
9825         Don't let endgrent clobber errno, no matter how improbable.
9826         * lib/getugroups.c (getugroups): Save and restore errno around
9827         endgrent call.
9828
9829         Close the group DB even when failing with 2^31 or more members.
9830         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
9831
9832 2007-07-04  Jim Meyering  <jim@meyering.net>
9833
9834         * lib/getugroups.h: New file.
9835         * lib/getugroups.c: Include "getugroups.h".
9836         Remove uses of "register" keyword.
9837         Move local variable, "cp", down into scope where used.
9838         Give "username" parameter the "const" attribute.
9839         * modules/getugroups (Files): Add lib/getugroups.h
9840
9841 2007-07-04  Karl Berry  <karl@gnu.org>
9842
9843         * MODULES.html.sh (func_all_modules): Complete rename of
9844         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
9845
9846 2007-07-02  Bruno Haible  <bruno@clisp.org>
9847
9848         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
9849         mode, when inttypes.h comes from gnulib.
9850         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9851
9852 2007-07-02  Simon Josefsson  <simon@josefsson.org>
9853
9854         * NEWS: Mention lgpl module name change.
9855
9856         * modules/lgpl-2.1: Renamed from lgpl.
9857
9858         * NEWS: Mention gpl module name change.
9859
9860         * modules/gpl-3.0: New file, based on gpl-2.0.
9861
9862         * modules/gpl-2.0: Renamed from gpl.
9863
9864         * modules/gpl: Fix filename, doc/gpl.texi is now found at
9865         doc/gpl-2.0.texi.
9866
9867 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9868
9869         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
9870         #define __STDC_LIMIT_MACROS temporarily while including
9871         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
9872         Problem reported by Joel E. Denny in
9873         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
9874
9875 2007-07-01  Bruno Haible  <bruno@clisp.org>
9876
9877         * lib/unistdio.h: New file.
9878         * lib/unistdio/u-asnprintf.h: New file.
9879         * lib/unistdio/u-asprintf.h: New file.
9880         * lib/unistdio/u-printf-args.c: New file.
9881         * lib/unistdio/u-printf-args.h: New file.
9882         * lib/unistdio/u-printf-parse.h: New file.
9883         * lib/unistdio/u-snprintf.h: New file.
9884         * lib/unistdio/u-sprintf.h: New file.
9885         * lib/unistdio/u-vasprintf.h: New file.
9886         * lib/unistdio/u-vsnprintf.h: New file.
9887         * lib/unistdio/u-vsprintf.h: New file.
9888         * lib/unistdio/ulc-asnprintf.c: New file.
9889         * lib/unistdio/ulc-asprintf.c: New file.
9890         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
9891         * lib/unistdio/ulc-printf-parse.c: New file.
9892         * lib/unistdio/ulc-snprintf.c: New file.
9893         * lib/unistdio/ulc-sprintf.c: New file.
9894         * lib/unistdio/ulc-vasnprintf.c: New file.
9895         * lib/unistdio/ulc-vasprintf.c: New file.
9896         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
9897         * lib/unistdio/ulc-vsnprintf.c: New file.
9898         * lib/unistdio/ulc-vsprintf.c: New file.
9899         * lib/unistdio/u8-asnprintf.c: New file.
9900         * lib/unistdio/u8-asprintf.c: New file.
9901         * lib/unistdio/u8-printf-parse.c: New file.
9902         * lib/unistdio/u8-snprintf.c: New file.
9903         * lib/unistdio/u8-sprintf.c: New file.
9904         * lib/unistdio/u8-vasnprintf.c: New file.
9905         * lib/unistdio/u8-vasprintf.c: New file.
9906         * lib/unistdio/u8-vsnprintf.c: New file.
9907         * lib/unistdio/u8-vsprintf.c: New file.
9908         * lib/unistdio/u8-u8-asnprintf.c: New file.
9909         * lib/unistdio/u8-u8-asprintf.c: New file.
9910         * lib/unistdio/u8-u8-snprintf.c: New file.
9911         * lib/unistdio/u8-u8-sprintf.c: New file.
9912         * lib/unistdio/u8-u8-vasnprintf.c: New file.
9913         * lib/unistdio/u8-u8-vasprintf.c: New file.
9914         * lib/unistdio/u8-u8-vsnprintf.c: New file.
9915         * lib/unistdio/u8-u8-vsprintf.c: New file.
9916         * lib/unistdio/u16-asnprintf.c: New file.
9917         * lib/unistdio/u16-asprintf.c: New file.
9918         * lib/unistdio/u16-printf-parse.c: New file.
9919         * lib/unistdio/u16-snprintf.c: New file.
9920         * lib/unistdio/u16-sprintf.c: New file.
9921         * lib/unistdio/u16-vasnprintf.c: New file.
9922         * lib/unistdio/u16-vasprintf.c: New file.
9923         * lib/unistdio/u16-vsnprintf.c: New file.
9924         * lib/unistdio/u16-vsprintf.c: New file.
9925         * lib/unistdio/u16-u16-asnprintf.c: New file.
9926         * lib/unistdio/u16-u16-asprintf.c: New file.
9927         * lib/unistdio/u16-u16-snprintf.c: New file.
9928         * lib/unistdio/u16-u16-sprintf.c: New file.
9929         * lib/unistdio/u16-u16-vasnprintf.c: New file.
9930         * lib/unistdio/u16-u16-vasprintf.c: New file.
9931         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9932         * lib/unistdio/u16-u16-vsprintf.c: New file.
9933         * lib/unistdio/u32-asnprintf.c: New file.
9934         * lib/unistdio/u32-asprintf.c: New file.
9935         * lib/unistdio/u32-printf-parse.c: New file.
9936         * lib/unistdio/u32-snprintf.c: New file.
9937         * lib/unistdio/u32-sprintf.c: New file.
9938         * lib/unistdio/u32-vasnprintf.c: New file.
9939         * lib/unistdio/u32-vasprintf.c: New file.
9940         * lib/unistdio/u32-vsnprintf.c: New file.
9941         * lib/unistdio/u32-vsprintf.c: New file.
9942         * lib/unistdio/u32-u32-asnprintf.c: New file.
9943         * lib/unistdio/u32-u32-asprintf.c: New file.
9944         * lib/unistdio/u32-u32-snprintf.c: New file.
9945         * lib/unistdio/u32-u32-sprintf.c: New file.
9946         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9947         * lib/unistdio/u32-u32-vasprintf.c: New file.
9948         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9949         * lib/unistdio/u32-u32-vsprintf.c: New file.
9950         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9951         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9952         * tests/unistdio/test-ulc-printf1.h: New file.
9953         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9954         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9955         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9956         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9957         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9958         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9959         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9960         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9961         * tests/unistdio/test-u8-asnprintf1.c: New file.
9962         * tests/unistdio/test-u8-asnprintf1.h: New file.
9963         * tests/unistdio/test-u8-printf1.h: New file.
9964         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9965         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9966         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9967         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9968         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9969         * tests/unistdio/test-u8-vasprintf1.c: New file.
9970         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9971         * tests/unistdio/test-u8-vsprintf1.c: New file.
9972         * tests/unistdio/test-u16-asnprintf1.c: New file.
9973         * tests/unistdio/test-u16-asnprintf1.h: New file.
9974         * tests/unistdio/test-u16-printf1.h: New file.
9975         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9976         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9977         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9978         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9979         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9980         * tests/unistdio/test-u16-vasprintf1.c: New file.
9981         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9982         * tests/unistdio/test-u16-vsprintf1.c: New file.
9983         * tests/unistdio/test-u32-asnprintf1.c: New file.
9984         * tests/unistdio/test-u32-asnprintf1.h: New file.
9985         * tests/unistdio/test-u32-printf1.h: New file.
9986         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9987         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9988         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9989         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9990         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9991         * tests/unistdio/test-u32-vasprintf1.c: New file.
9992         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9993         * tests/unistdio/test-u32-vsprintf1.c: New file.
9994         * modules/unistdio/base: New file.
9995         * modules/unistdio/u-printf-args: New file.
9996         * modules/unistdio/ulc-asnprintf: New file.
9997         * modules/unistdio/ulc-asprintf: New file.
9998         * modules/unistdio/ulc-fprintf: New file.
9999         * modules/unistdio/ulc-printf-parse: New file.
10000         * modules/unistdio/ulc-snprintf: New file.
10001         * modules/unistdio/ulc-sprintf: New file.
10002         * modules/unistdio/ulc-vasnprintf: New file.
10003         * modules/unistdio/ulc-vasprintf: New file.
10004         * modules/unistdio/ulc-vfprintf: New file.
10005         * modules/unistdio/ulc-vsnprintf: New file.
10006         * modules/unistdio/ulc-vsprintf: New file.
10007         * modules/unistdio/u8-asnprintf: New file.
10008         * modules/unistdio/u8-asprintf: New file.
10009         * modules/unistdio/u8-printf-parse: New file.
10010         * modules/unistdio/u8-snprintf: New file.
10011         * modules/unistdio/u8-sprintf: New file.
10012         * modules/unistdio/u8-vasnprintf: New file.
10013         * modules/unistdio/u8-vasprintf: New file.
10014         * modules/unistdio/u8-vsnprintf: New file.
10015         * modules/unistdio/u8-vsprintf: New file.
10016         * modules/unistdio/u8-u8-asnprintf: New file.
10017         * modules/unistdio/u8-u8-asprintf: New file.
10018         * modules/unistdio/u8-u8-snprintf: New file.
10019         * modules/unistdio/u8-u8-sprintf: New file.
10020         * modules/unistdio/u8-u8-vasnprintf: New file.
10021         * modules/unistdio/u8-u8-vasprintf: New file.
10022         * modules/unistdio/u8-u8-vsnprintf: New file.
10023         * modules/unistdio/u8-u8-vsprintf: New file.
10024         * modules/unistdio/u16-asnprintf: New file.
10025         * modules/unistdio/u16-asprintf: New file.
10026         * modules/unistdio/u16-printf-parse: New file.
10027         * modules/unistdio/u16-snprintf: New file.
10028         * modules/unistdio/u16-sprintf: New file.
10029         * modules/unistdio/u16-vasnprintf: New file.
10030         * modules/unistdio/u16-vasprintf: New file.
10031         * modules/unistdio/u16-vsnprintf: New file.
10032         * modules/unistdio/u16-vsprintf: New file.
10033         * modules/unistdio/u16-u16-asnprintf: New file.
10034         * modules/unistdio/u16-u16-asprintf: New file.
10035         * modules/unistdio/u16-u16-snprintf: New file.
10036         * modules/unistdio/u16-u16-sprintf: New file.
10037         * modules/unistdio/u16-u16-vasnprintf: New file.
10038         * modules/unistdio/u16-u16-vasprintf: New file.
10039         * modules/unistdio/u16-u16-vsnprintf: New file.
10040         * modules/unistdio/u16-u16-vsprintf: New file.
10041         * modules/unistdio/u32-asnprintf: New file.
10042         * modules/unistdio/u32-asprintf: New file.
10043         * modules/unistdio/u32-printf-parse: New file.
10044         * modules/unistdio/u32-snprintf: New file.
10045         * modules/unistdio/u32-sprintf: New file.
10046         * modules/unistdio/u32-vasnprintf: New file.
10047         * modules/unistdio/u32-vasprintf: New file.
10048         * modules/unistdio/u32-vsnprintf: New file.
10049         * modules/unistdio/u32-vsprintf: New file.
10050         * modules/unistdio/u32-u32-asnprintf: New file.
10051         * modules/unistdio/u32-u32-asprintf: New file.
10052         * modules/unistdio/u32-u32-snprintf: New file.
10053         * modules/unistdio/u32-u32-sprintf: New file.
10054         * modules/unistdio/u32-u32-vasnprintf: New file.
10055         * modules/unistdio/u32-u32-vasprintf: New file.
10056         * modules/unistdio/u32-u32-vsnprintf: New file.
10057         * modules/unistdio/u32-u32-vsprintf: New file.
10058         * modules/unistdio/ulc-asnprintf-tests: New file.
10059         * modules/unistdio/ulc-vasnprintf-tests: New file.
10060         * modules/unistdio/ulc-vasprintf-tests: New file.
10061         * modules/unistdio/ulc-vsnprintf-tests: New file.
10062         * modules/unistdio/ulc-vsprintf-tests: New file.
10063         * modules/unistdio/u8-asnprintf-tests: New file.
10064         * modules/unistdio/u8-vasnprintf-tests: New file.
10065         * modules/unistdio/u8-vasprintf-tests: New file.
10066         * modules/unistdio/u8-vsnprintf-tests: New file.
10067         * modules/unistdio/u8-vsprintf-tests: New file.
10068         * modules/unistdio/u16-asnprintf-tests: New file.
10069         * modules/unistdio/u16-vasnprintf-tests: New file.
10070         * modules/unistdio/u16-vasprintf-tests: New file.
10071         * modules/unistdio/u16-vsnprintf-tests: New file.
10072         * modules/unistdio/u16-vsprintf-tests: New file.
10073         * modules/unistdio/u32-asnprintf-tests: New file.
10074         * modules/unistdio/u32-vasnprintf-tests: New file.
10075         * modules/unistdio/u32-vasprintf-tests: New file.
10076         * modules/unistdio/u32-vsnprintf-tests: New file.
10077         * modules/unistdio/u32-vsprintf-tests: New file.
10078         * MODULES.html.sh (Unicode string functions): Add the new modules.
10079
10080 2007-07-01  Bruno Haible  <bruno@clisp.org>
10081
10082         * lib/sprintf.c (sprintf): Limit the available length estimation,
10083         to avoid address wraparound.
10084         * lib/vsprintf.c (vsprintf): Likewise.
10085         * modules/sprintf-posix (Dependencies): Add stdint.
10086         * modules/vsprintf-posix (Dependencies): Likewise.
10087
10088 2007-07-01  Bruno Haible  <bruno@clisp.org>
10089
10090         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
10091         Windows PATH as well. Conservative double-quoting. Comments.
10092
10093 2007-07-01  Bruno Haible  <bruno@clisp.org>
10094             Eric Blake  <ebb9@byu.net>
10095             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10096
10097         * gnulib-tool (self_abspathname): Fix algorithm to cope with
10098         empty components in $PATH, denoting '.'.
10099
10100 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10101
10102         * gnulib-tool: Fix indentation.
10103         (func_create_megatestdir): Likewise.
10104         Report by Bruno Haible.
10105
10106 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10107
10108         Sync from Automake.
10109         * build-aux/gnupload: Fix shell portability issues with for loops.
10110         Report by Karl Berry.
10111
10112 2007-06-29  Simon Josefsson  <simon@josefsson.org>
10113
10114         * build-aux/maint.mk (POURL): Use translationproject.org.
10115
10116 2007-06-27  Simon Josefsson  <simon@josefsson.org>
10117             Bruno Haible  <bruno@clisp.org>
10118
10119         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
10120         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
10121         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
10122         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
10123         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
10124
10125 2007-06-27  Bruno Haible  <bruno@clisp.org>
10126
10127         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
10128         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
10129
10130 2007-06-26  Karl Berry  <karl@gnu.org>
10131
10132         * MODULES.html.sh: remove xreadlink-with-size.
10133
10134 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
10137         method that I hope also handles the double-include problem noted
10138         by Bruno Haible in
10139         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
10140
10141 2007-06-23  Bruno Haible  <bruno@clisp.org>
10142
10143         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10144         Don't let the 'mostlyclean' target fail if the last subdirectory could
10145         not be removed.
10146         Reported by Karl Berry.
10147
10148 2007-06-23  Bruno Haible  <bruno@clisp.org>
10149
10150         * gnulib-tool (echo): Add a speedier workaround for ksh.
10151         * tests/test-echo.sh: Likewise.
10152
10153 2007-06-23  Bruno Haible  <bruno@clisp.org>
10154
10155         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
10156         * tests/test-echo.sh: Likewise.
10157
10158 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10159
10160         * gnulib-tool (IFS): Initialize early, so we don't set it to
10161         empty later.
10162         (self_abspathname): Rewrite algorithm to set it, reindent.
10163         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
10164         (func_create_megatestdir): Merge some sed scripts.
10165
10166 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10167
10168         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
10169         exposed by Sun Studio 11 cc on Solaris 8.
10170
10171 2007-06-22  Bruno Haible  <bruno@clisp.org>
10172
10173         * gnulib-tool (echo): Ensure the echo primitive does not interpret
10174         backslashes.
10175         * tests/test-echo.sh: New file.
10176
10177 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10178
10179         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
10180         simplify `sed_replace_build_aux' scripts, they are portable but
10181         echoing them with `echo' is not.
10182         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
10183
10184 2007-06-21  Karl Berry  <karl@gnu.org>
10185
10186         * config/srclist.txt: guess we can't handle the licenses via
10187         srclist at the moment.
10188
10189 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10190
10191         * MODULES.html.sh: Add include_next.
10192         * modules/include_next: New file.
10193
10194 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10195
10196         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
10197         INCLUDE_NEXT.
10198         (gl_CHECK_NEXT_HEADERS): New macro.
10199         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
10200         the obsolescent gl_ABSOLUTE_HEADER.
10201         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
10202         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
10203         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
10204         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10205         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
10206         * m4/math_h.m4 (gl_MATH_H): Likewise.
10207         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10208         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
10209         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
10210         * m4/stdint.m4 (gl_STDINT_H): Likewise.
10211         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
10212         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
10213         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
10214         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10215         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10216         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
10217         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
10218         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10219         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
10220         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
10221         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10222         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10223         * m4/inttypes.m4 (gl_INTTYPES_H): Define
10224         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
10225         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
10226         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
10227         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
10228         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
10229         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
10230         * lib/float_.h: Likewise.
10231         * lib/inttypes_.h: Likewise.
10232         * lib/math_.h: Likewise.
10233         * lib/search_.h: Likewise.
10234         * lib/signal_.h: Likewise.
10235         * lib/stdint_.h: Likewise.
10236         * lib/stdio_.h: Likewise.
10237         * lib/stdlib_.h: Likewise.
10238         * lib/string_.h: Likewise.
10239         * lib/sys_stat_.h: Likewise.
10240         * lib/sys_time_.h: Likewise.
10241         * lib/time_.h: Likewise.
10242         * lib/unistd_.h: Likewise.
10243         * lib/wchar_.h: Likewise.
10244         * lib/wctype_.h: Likewise.
10245         * lib/dirent_.h: Likewise.
10246         * lib/iconv_.h: Likewise.
10247         * lib/locale_.h: Likewise.
10248         * lib/netinet_in_.h: Likewise.
10249         * lib/sys_select_.h: Likewise.
10250         * lib/sys_socket_.h: Likewise.
10251         * lib/sysexits_.h: Likewise.
10252         * modules/fcntl (Depends-on): Depend on include_next, not
10253         absolute_header.
10254         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
10255         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
10256         * modules/fchdir: Likewise.
10257         * modules/float: Likewise.
10258         * modules/iconv_open: Likewise.
10259         * modules/inttypes: Likewise.
10260         * modules/locale: Likewise.
10261         * modules/math: Likewise.
10262         * modules/netinet_in: Likewise.
10263         * modules/search: Likewise.
10264         * modules/signal: Likewise.
10265         * modules/stdint: Likewise.
10266         * modules/stdio: Likewise.
10267         * modules/stdlib: Likewise.
10268         * modules/string: Likewise.
10269         * modules/sys_select: Likewise.
10270         * modules/sys_socket: Likewise.
10271         * modules/sys_stat: Likewise.
10272         * modules/sys_time: Likewise.
10273         * modules/sysexits: Likewise.
10274         * modules/time: Likewise.
10275         * modules/unistd: Likewise.
10276         * modules/wchar: Likewise.
10277         * modules/wctype: Likewise.
10278         * modules/sys_stat: Change maintainer to "all".
10279         * modules/unistd: Likewise.
10280
10281 2007-06-20  Karl Berry  <karl@gnu.org>
10282
10283         * config/srclist.txt: track www changes in license files.
10284
10285 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
10286
10287         * build-aux/bootstrap: Remove stray dot.
10288         Make sure build_aux settings are honored when linking
10289         gnulib_extra_files.
10290
10291 2007-06-19  Eric Blake  <ebb9@byu.net>
10292
10293         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
10294         Allow compilation on cygwin.
10295
10296 2007-06-19  Jim Meyering  <jim@meyering.net>
10297
10298         xreadlink-with-size: Remove module.  No longer used.
10299         Ex-callers now use xreadlink or mreadlink-with-size.
10300         * modules/xreadlink-with-size: Remove module.
10301         * lib/xreadlink-with-size.c: Remove file.
10302         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
10303         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
10304         just before the function definition *is* accurate.
10305
10306         Eliminate one way canonicalize_filename_mode could exit.
10307         * lib/canonicalize.c (canonicalize_filename_mode):
10308         Use mreadlink_with_size, not xreadlink_with_size.
10309
10310 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         Detect porting problems to FreeBSD/arm, which has time_t wider than
10313         long int.  Original problem reported for GNU diff by Xin Li in
10314         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
10315         * modules/getdate (Depends-on): Add intprops, verify.
10316         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
10317         is an integer type no wider than long int.
10318
10319 2007-06-18  Jim Meyering  <jim@meyering.net>
10320
10321         New module: mreadlink-with-size.
10322         * MODULES.html.sh: Add mreadlink-with-size.
10323         * modules/mreadlink-with-size: New module
10324         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
10325         not xreadlink-with-size.
10326         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
10327
10328 2007-06-16  Bruno Haible  <bruno@clisp.org>
10329
10330         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
10331         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
10332         Reported by Gary V. Vaughan <gary@gnu.org>.
10333
10334 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
10335
10336         Revamp lchown so that it lives in unistd.h where it belongs.
10337         * lib/lchown.h: Remove.
10338         * lib/dirchownmod.c: Don't include lib/lchown.h.
10339         * lib/fchownat.c: Likewise.
10340         * lib/openat.c: Likewise.
10341         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
10342         does not follow symlinks.
10343         (EOPNOTSUPP): Define if not defined.
10344         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
10345         is defined to 0.
10346         (lchown): New decl.
10347         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
10348         Do not check for lchown decl.
10349         Set REPLACE_LCHOWN.
10350         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
10351         REPLACE_LCHOWN.
10352         * modules/chown: Make it clear it follows symlinks.
10353         * modules/lchown: Make it clear it doesn't follow symlinks.
10354         (Files): Remove lib/lchown.h
10355         (Depends-on): Add unistd.
10356         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
10357         (Include): Include <unistd.h>, not "lchown.h".
10358         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
10359         REPLACE_LCHOWN.
10360
10361 2007-06-15  Jim Meyering  <jim@meyering.net>
10362
10363         Change license (GPL to LGPL) of fsusage and dependents.
10364         * modules/fsusage (License): Change to LGPL.
10365         * modules/full-read (License): Likewise.
10366         * modules/full-write (License): Likewise.
10367         * modules/safe-read (License): Likewise.
10368         * modules/safe-write (License): Likewise.
10369
10370 2007-06-14  Ben Pfaff  <blp@gnu.org>
10371
10372         Missing part of allocsa -> malloca transition.
10373         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
10374         gl_MALLOCA.
10375
10376 2007-06-12  Bruno Haible  <bruno@clisp.org>
10377
10378         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
10379         to ia64, x86_64, i386.
10380         Reported by Eric Blake.
10381
10382 2007-06-12  Bruno Haible  <bruno@clisp.org>
10383
10384         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
10385         cross-compiling to x86_64.
10386
10387 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
10388
10389         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
10390         glitch reported by Ralf Wildenhues in
10391         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
10392
10393         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
10394         Vin Shelton.
10395
10396 2007-06-11  Bruno Haible  <bruno@clisp.org>
10397
10398         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
10399         replacement string.
10400         Reported by Eric Blake.
10401
10402 2007-06-10  Bruno Haible  <bruno@clisp.org>
10403
10404         Prepare vasnprintf code for use with Unicode strings.
10405         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
10406         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
10407         TYPE_U32_STRING.
10408         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
10409         a_u32_string variants.
10410         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10411         * lib/printf-args.c: Don't include config.h and the specification
10412         header if PRINTF_FETCHARGS is already defined.
10413         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10414         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
10415         TYPE_U16_STRING, TYPE_U32_STRING.
10416         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
10417         u16_directive, u16_directives, u32_directive, u32_directives): New
10418         types.
10419         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
10420         New declarations.
10421         * lib/printf-parse.c: Don't include config.h and the specification
10422         header if PRINTF_PARSE is already defined. Eliminate the set of
10423         parameters for WIDE_CHAR_VERSION; the user of this file must provide
10424         them now. Include c-ctype.h.
10425         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
10426         directive and CHAR_T_ONLY_ASCII.
10427         * lib/vasnprintf.c: Don't include config.h and the specification header
10428         if VASNPRINTF is already defined.
10429         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
10430         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
10431         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
10432         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
10433         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
10434         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
10435         code accordingly.
10436         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
10437         pad_ourselves also in this case, with the 'c' and 's' directives, and
10438         with a different notion of "width".
10439         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
10440
10441 2007-06-10  Bruno Haible  <bruno@clisp.org>
10442
10443         * modules/unistr/u32-mbsnlen: New file.
10444         * lib/unistr/u32-mbsnlen.c: New file.
10445
10446         * modules/unistr/u16-mbsnlen: New file.
10447         * lib/unistr/u16-mbsnlen.c: New file.
10448
10449         * modules/unistr/u8-mbsnlen: New file.
10450         * lib/unistr/u8-mbsnlen.c: New file.
10451
10452         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
10453         declarations.
10454
10455 2007-06-10  Bruno Haible  <bruno@clisp.org>
10456
10457         * lib/string_.h (mbsnlen): New declaration.
10458         * lib/mbsnlen.c: New file.
10459         * m4/mbsnlen.m4: New file.
10460         * modules/mbsnlen: New file.
10461         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
10462         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
10463         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
10464
10465 2007-06-10  Bruno Haible  <bruno@clisp.org>
10466
10467         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
10468
10469 2007-06-10  Bruno Haible  <bruno@clisp.org>
10470
10471         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
10472         * lib/mbuiter.h: Likewise.
10473
10474 2007-06-10  Bruno Haible  <bruno@clisp.org>
10475
10476         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
10477         declaration.
10478
10479 2007-06-10  Karl Berry  <karl@gnu.org>
10480
10481         * config/srclist.txt: remove gettext entries, Bruno prefers
10482         to update individually.
10483
10484 2007-06-10  Bruno Haible  <bruno@clisp.org>
10485
10486         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
10487         'maxlen'. Ensure only length + width bytes are allocated, not
10488         length + 1 + width.
10489
10490 2007-06-09  Bruno Haible  <bruno@clisp.org>
10491
10492         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
10493         (CHAR_T): Remove macro.
10494         (VASNPRINTF): Update.
10495
10496 2007-06-09  Bruno Haible  <bruno@clisp.org>
10497
10498         * MODULES.html.sh (Unicode string functions): Add the new modules.
10499
10500         * modules/uniconv/u32-conv-to-enc: New file.
10501         * lib/uniconv/u32-conv-to-enc.c: New file.
10502         * modules/uniconv/u32-conv-to-enc-tests: New file.
10503         * tests/uniconv/test-u32-conv-to-enc.c: New file.
10504
10505         * modules/uniconv/u16-conv-to-enc: New file.
10506         * lib/uniconv/u16-conv-to-enc.c: New file.
10507         * lib/uniconv/u-conv-to-enc.h: New file.
10508         * modules/uniconv/u16-conv-to-enc-tests: New file.
10509         * tests/uniconv/test-u16-conv-to-enc.c: New file.
10510
10511         * modules/uniconv/u8-conv-to-enc: New file.
10512         * lib/uniconv/u8-conv-to-enc.c: New file.
10513         * modules/uniconv/u8-conv-to-enc-tests: New file.
10514         * tests/uniconv/test-u8-conv-to-enc.c: New file.
10515
10516         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10517         u32_conv_to_encoding): New declarations.
10518
10519 2007-06-09  Bruno Haible  <bruno@clisp.org>
10520
10521         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
10522
10523 2007-06-09  Bruno Haible  <bruno@clisp.org>
10524
10525         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
10526         * modules/malloca: Renamed from modules/allocsa, updated.
10527         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
10528         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
10529         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
10530         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
10531         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
10532         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
10533         * modules/xmalloca: Renamed from modules/xallocsa, updated.
10534         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
10535         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
10536         * modules/c-strcasestr (Depends-on): Update.
10537         * lib/c-strcasestr.c: Update.
10538         * modules/c-strstr (Depends-on): Update.
10539         * lib/c-strstr.c: Update.
10540         * modules/canonicalize-lgpl (Depends-on): Update.
10541         * lib/canonicalize-lgpl.c: Update.
10542         * modules/clean-temp (Depends-on): Update.
10543         * lib/clean-temp.c: Update.
10544         * modules/csharpcomp (Depends-on): Update.
10545         * lib/csharpcomp.c: Update.
10546         * modules/csharpexec (Depends-on): Update.
10547         * lib/csharpexec.c: Update.
10548         * modules/javacomp (Depends-on): Update.
10549         * lib/javacomp.c: Update.
10550         * modules/javaexec (Depends-on): Update.
10551         * lib/javaexec.c: Update.
10552         * modules/mbscasestr (Depends-on): Update.
10553         * lib/mbscasestr.c: Update.
10554         * modules/mbsstr (Depends-on): Update.
10555         * lib/mbsstr.c: Update.
10556         * modules/setenv (Depends-on): Update.
10557         * lib/setenv.c: Update.
10558         * modules/strcasestr (Depends-on): Update.
10559         * lib/strcasestr.c: Update.
10560         * modules/striconveha (Depends-on): Update.
10561         * lib/striconveha.c: Update.
10562         * modules/relocatable-prog-wrapper (Files): Update.
10563         * lib/relocwrapper.c: Update.
10564         * build-aux/install-reloc: Update.
10565         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
10566
10567 2007-06-08  Bruno Haible  <bruno@clisp.org>
10568
10569         Port to uClibc.
10570         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
10571         * lib/fpurge.c (fpurge): Likewise.
10572         * lib/freading.c (freading): Likewise.
10573         * lib/fseeko.c (rpl_fseeko): Likewise.
10574         * lib/fseterr.c (fseterr): Likewise.
10575         * lib/fwriting.c (fwriting): Likewise.
10576         * tests/test-fflush.c (main): Avoid a failure on uClibc.
10577
10578 2007-06-08  Bruno Haible  <bruno@clisp.org>
10579
10580         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
10581         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
10582         * modules/gettext (Files): Add m4/intlmacosx.m4.
10583
10584 2007-06-07  Bruno Haible  <bruno@clisp.org>
10585
10586         * modules/localename-tests: New file.
10587         * tests/test-localename.c: New file.
10588
10589         New module 'localename'.
10590         * lib/localename.h: New file.
10591         * lib/localename.c: New file, from GNU gettext.
10592         * m4/localename.m4: New file.
10593         * modules/localename: New file.
10594
10595 2007-06-07  Bruno Haible  <bruno@clisp.org>
10596
10597         Work around the lack of <wchar.h> on some builds of uClibc.
10598         * doc/headers/wchar.texi: Update.
10599         * lib/wchar_.h: Include <wchar.h> only if it exists.
10600         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
10601         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
10602         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
10603         doesn't exist.
10604         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
10605         * modules/mbfile (Depends-on): Add wchar.
10606         * modules/mbiter (Depends-on): Likewise.
10607         * modules/mbuiter (Depends-on): Likewise.
10608         Reported by Simon Josefsson.
10609
10610 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
10611
10612         Work around problem reported by Steven M. Schweda in
10613         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
10614         Tru64 5.1B with the Compaq compiler environment installed declares
10615         an 'isblank' function but does not define it in the C library.
10616         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
10617         * lib/regex_internal.h (isblank): Likewise.
10618         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
10619         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10620
10621 2007-06-05  Bruno Haible  <bruno@clisp.org>
10622
10623         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
10624         ia64.
10625         * modules/printf-safe: New file.
10626         * modules/fprintf-posix (Depends-on): Add printf-safe.
10627         * modules/printf-posix (Depends-on): Likewise.
10628         * modules/snprintf-posix (Depends-on): Likewise.
10629         * modules/sprintf-posix (Depends-on): Likewise.
10630         * modules/vasnprintf-posix (Depends-on): Likewise.
10631         * modules/vasprintf-posix (Depends-on): Likewise.
10632         * modules/vfprintf-posix (Depends-on): Likewise.
10633         * modules/vprintf-posix (Depends-on): Likewise.
10634         * modules/vsnprintf-posix (Depends-on): Likewise.
10635         * modules/vsprintf-posix (Depends-on): Likewise.
10636         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
10637         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
10638         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
10639         "no" on i386, x86_64, ia64.
10640         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
10641         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10642         on i386, x86_64, ia64.
10643         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
10644         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10645         on i386, x86_64, ia64.
10646         * tests/test-vasnprintf-posix.c: Include float.h.
10647         (LDBL80_WORDS): New macro.
10648         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10649         on i386, x86_64, ia64.
10650         * tests/test-vasprintf-posix.c: Include float.h.
10651         (LDBL80_WORDS): New macro.
10652         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10653         on i386, x86_64, ia64.
10654         * tests/test-snprintf-posix.c: Include float.h.
10655         * tests/test-sprintf-posix.c: Likewise.
10656         * tests/test-vsnprintf-posix.c: Likewise.
10657         * tests/test-vsprintf-posix.c: Likewise.
10658
10659 2007-06-05  Bruno Haible  <bruno@clisp.org>
10660
10661         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
10662         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
10663         non-IEEE numbers on i386, x86_64, ia64.
10664         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
10665         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
10666         * tests/test-isnanl.h: Include float.h.
10667         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
10668
10669 2007-06-05  Bruno Haible  <bruno@clisp.org>
10670
10671         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
10672         also the %a / %A. Handle the %a / %A code before this extra handling.
10673
10674 2007-06-05  Bruno Haible  <bruno@clisp.org>
10675
10676         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
10677         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
10678
10679 2007-06-05  Bruno Haible  <bruno@clisp.org>
10680
10681         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
10682         typo in variable name.
10683
10684 2007-06-05  Eric Blake  <ebb9@byu.net>
10685
10686         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
10687         Reported by Simon Josefsson.
10688
10689 2007-06-04  Bruno Haible  <bruno@clisp.org>
10690
10691         Avoid test failures on some PowerPC platforms.
10692         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
10693         Define differently for PowerPC.
10694         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
10695         Reported by Gary V. Vaughan <gary@gnu.org>.
10696
10697 2007-06-02  Bruno Haible  <bruno@clisp.org>
10698
10699         Fix test-stdint failure on FreeBSD/ia64.
10700         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
10701         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
10702         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
10703         * doc/headers/stdint.texi: Update.
10704
10705 2007-06-01  Bruno Haible  <bruno@clisp.org>
10706
10707         * tests/test-binary-io.c (main): Pass a third argument to open().
10708         Reported by Gary V. Vaughan <gary@gnu.org>.
10709
10710 2007-06-01  Bruno Haible  <bruno@clisp.org>
10711
10712         * doc/functions/frexpl.texi: Update for mingw.
10713
10714 2007-06-01  Bruno Haible  <bruno@clisp.org>
10715
10716         * tests/test-lseek.c (main): Disable test of errno for invalid third
10717         argument.
10718         * doc/functions/lseek.texi: Update.
10719         Reported by Gary V. Vaughan <gary@gnu.org>.
10720
10721 2007-05-28  Bruno Haible  <bruno@clisp.org>
10722
10723         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
10724
10725 2007-05-31  Eric Blake  <ebb9@byu.net>
10726
10727         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
10728         cross compiling.
10729
10730 2007-05-30  Eric Blake  <ebb9@byu.net>
10731         and Bruno Haible  <bruno@clisp.org>
10732
10733         Work around mingw test failures exposed by m4-1.4.9b.
10734         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
10735         * tests/test-unistd.c: Disable uid_t and git_t tests for the
10736         moment.
10737
10738 2007-05-30  Bruno Haible  <bruno@clisp.org>
10739
10740         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
10741         assuming that they are closed. Needed on HP-UX 11.
10742
10743 2007-05-29  Bruno Haible  <bruno@clisp.org>
10744
10745         Fix a problem with #include_next.
10746         * lib/dirent_.h: Split the double-inclusion guard.
10747         * lib/fcntl_.h: Likewise.
10748         * lib/float_.h: Likewise.
10749         * lib/iconv_.h: Likewise.
10750         * lib/inttypes_.h: Likewise.
10751         * lib/locale_.h: Likewise.
10752         * lib/math_.h: Likewise.
10753         * lib/netinet_in_.h: Likewise.
10754         * lib/search_.h: Likewise.
10755         * lib/signal_.h: Likewise.
10756         * lib/stdint_.h: Likewise.
10757         * lib/stdio_.h: Likewise.
10758         * lib/stdlib_.h: Likewise.
10759         * lib/string_.h: Likewise.
10760         * lib/sys_select_.h: Likewise.
10761         * lib/sys_socket_.h: Likewise.
10762         * lib/sys_stat_.h: Likewise.
10763         * lib/sys_time_.h: Likewise.
10764         * lib/sysexits_.h: Likewise.
10765         * lib/time_.h: Likewise.
10766         * lib/unistd_.h: Likewise.
10767         * lib/wchar_.h: Likewise.
10768         * lib/wctype_.h: Likewise.
10769
10770 2007-05-29  Bruno Haible  <bruno@clisp.org>
10771
10772         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
10773         for the moment.
10774
10775 2007-05-29  Bruno Haible  <bruno@clisp.org>
10776
10777         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
10778         invocation.
10779         Reported by Eric Blake.
10780
10781 2007-05-29  Bruno Haible  <bruno@clisp.org>
10782
10783         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
10784         compiling case.
10785
10786 2007-05-29  Eric Blake  <ebb9@byu.net>
10787             Bruno Haible  <bruno@clisp.org>
10788
10789         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
10790         cross compiles.
10791
10792 2007-05-28  Eric Blake  <ebb9@byu.net>
10793
10794         * modules/closein-tests (test_closein_LDADD): Support test on
10795         cygwin with libtool.
10796
10797 2007-05-28  Bruno Haible  <bruno@clisp.org>
10798
10799         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
10800         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10801         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10802         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10803         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10804         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10805         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10806         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10807         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10808
10809 2007-05-28  Eric Blake  <ebb9@byu.net>
10810
10811         Unconditionally include <config.h> in unit tests.
10812         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
10813         * tests/test-allocsa.c, tests/test-arcfour.c,
10814         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
10815         tests/test-array_list.c, tests/test-array_oset.c,
10816         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
10817         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
10818         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
10819         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
10820         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
10821         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
10822         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
10823         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
10824         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
10825         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
10826         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
10827         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
10828         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
10829         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
10830         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
10831         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
10832         test-md5.c, test-memmem.c, test-printf-posix.c,
10833         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
10834         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
10835         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
10836         test-strcasestr.c, test-striconv.c, test-striconveh.c,
10837         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
10838         test-vasnprintf-posix2.c, test-vasnprintf.c,
10839         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
10840         test-vfprintf-posix.c, test-vprintf-posix.c,
10841         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
10842         test-xvasprintf.c: Likewise.
10843
10844 2007-05-28  Bruno Haible  <bruno@clisp.org>
10845
10846         * gnulib-tool (func_import): Remember the --with-tests command-line
10847         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
10848         Reported by Eric Blake.
10849
10850 2007-05-28  Bruno Haible  <bruno@clisp.org>
10851
10852         * modules/ftell-tests: New file.
10853         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
10854         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
10855
10856         * lib/ftell.c: New file.
10857         * modules/ftell: New file.
10858         * m4/ftell.m4: New file.
10859         * doc/functions/ftell.texi: Update.
10860         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
10861         REPLACE_FTELL.
10862         * lib/stdio_.h (rpl_ftell): New declaration.
10863         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
10864         REPLACE_FTELL.
10865
10866 2007-05-28  Eric Blake  <ebb9@byu.net>
10867
10868         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
10869
10870 2007-05-28  Bruno Haible  <bruno@clisp.org>
10871
10872         * modules/fseek-tests: New file.
10873         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
10874         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
10875
10876         * lib/fseek.c: New file.
10877         * modules/fseek: New file.
10878         * m4/fseek.m4: New file.
10879         * doc/functions/fseek.texi: Update.
10880         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
10881         REPLACE_FSEEK.
10882         * lib/stdio_.h (rpl_fseek): New declaration.
10883         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
10884         REPLACE_FSEEK.
10885
10886 2007-05-28  Bruno Haible  <bruno@clisp.org>
10887
10888         * lib/stdio_.h (fflush): More comments.
10889
10890 2007-05-28  Bruno Haible  <bruno@clisp.org>
10891
10892         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
10893         runtime test.
10894
10895 2007-05-28  Eric Blake  <ebb9@byu.net>
10896
10897         Improve lseek module.
10898         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
10899         * lib/unistd_.h (lseek): Scale back link warning message.
10900         * tests/test-lseek.c: Beef up test.
10901         * tests/test-lseek.sh: Exercise more facets of lseek.
10902         Reported by Bruno Haible.
10903
10904 2007-05-28  Bruno Haible  <bruno@clisp.org>
10905
10906         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
10907         to define.
10908
10909 2007-05-27  Bruno Haible  <bruno@clisp.org>
10910
10911         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
10912
10913 2007-05-27  Bruno Haible  <bruno@clisp.org>
10914
10915         * modules/openmp: New file.
10916         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
10917         Noah Misch.
10918
10919 2007-05-26  Bruno Haible  <bruno@clisp.org>
10920
10921         * modules/chdir-long (Depends-on): Add fchdir.
10922         * modules/chdir-safer (Depends-on): Likewise.
10923         * modules/fts (Depends-on): Likewise.
10924         * modules/fts-lgpl (Depends-on): Likewise.
10925         * modules/openat (Depends-on): Likewise.
10926         * modules/savewd (Depends-on): Likewise.
10927
10928 2007-05-24  Eric Blake  <ebb9@byu.net>
10929
10930         Fix lseek on mingw.
10931         * modules/lseek: New module.
10932         * m4/lseek.m4: New file.
10933         * lib/lseek.c: New file.
10934         * modules/lseek-tests: New file.
10935         * tests/test-lseek.c: New file.
10936         * tests/test-lseek.sh: New file.
10937         * MODULES.html.sh: Document lseek module.
10938         * modules/fflush (Depends-on): Add lseek, fseeko.
10939         * modules/fseeko (Depends-on): Likewise.
10940         * modules/ftello (Depends-on): Likewise.
10941         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10942         broken.
10943         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10944         broken.
10945         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10946         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10947         * lib/ftello.c (rpl_ftello): Likewise.
10948         * tests/test-fseeko.c (main): Test this.
10949         * tests/test-fseeko.sh: Likewise.
10950         * tests/test-ftello.c (main): Likewise.
10951         * tests/test-ftello.sh: Likewise.
10952         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10953         implies replacing fseek.
10954         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10955         HAVE_FTELLO.
10956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10957         * modules/unistd (Makefile.am): Likewise.
10958         * lib/unistd_.h (lseek): Declare a replacement.
10959         * doc/functions/lseek.texi (lseek): Document this fix.
10960         * doc/functions/fseek.texi (fseek): Likewise.
10961         * doc/functions/ftell.texi (ftell): Likewise.
10962
10963 2007-05-24  Bruno Haible  <bruno@clisp.org>
10964
10965         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10966         in the printed representation of a NaN.
10967         * tests/test-vasprintf-posix.c (test_function): Likewise.
10968         * tests/test-snprintf-posix.h (test_function): Likewise.
10969         * tests/test-sprintf-posix.h (test_function): Likewise.
10970         Reported by Eric Blake.
10971
10972 2007-05-23  Eric Blake  <ebb9@byu.net>
10973
10974         Fix fseeko/ftello on cygwin 1.5.24.
10975         * doc/functions/fseeko.texi (fseeko): Document the fix.
10976         * doc/functions/ftello.texi (ftello): Document the fix.
10977         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10978         * doc/functions/stdout.text (stdout): New file.
10979         * doc/functions/stderr.text (stderr): New file.
10980         * doc/gnulib.texi (Function Substitutes): Use new files.
10981         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10982         prior to 1.7.0.
10983         * tests/test-ftello.c (main): Likewise for ftello.
10984         * tests/test-fseeko.sh: New file.
10985         * tests/test-ftello.sh: New file.
10986         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10987         with seekable stdin.
10988         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10989         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10990         (gl_REPLACE_FSEEKO): New macro.
10991         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10992         * modules/fseeko (Files): Distribute fseeko.c.
10993         * modules/ftello (Files): Distribute ftello.c.
10994         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10995         mode.
10996         * lib/ftello.c (rpl_ftello): New file.
10997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10998         fseeko, ftello.
10999         (gl_STDIN_LARGE_OFFSET): New macro.
11000         * modules/stdio (Makefile.am): Perform the replacement.
11001         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
11002
11003 2007-05-23  Bruno Haible  <bruno@clisp.org>
11004
11005         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
11006         GNULIB_POSIXCHECK is defined.
11007
11008 2007-05-21  Bruno Haible  <bruno@clisp.org>
11009
11010         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
11011         Check also the output for NaN arguments. When cross-compiling, guess
11012         no on IRIX.
11013         * lib/vasnprintf.c: Update comments.
11014         * tests/test-vasnprintf-posix.c (strisnan): New function.
11015         (test_function): Use it.
11016         * tests/test-vasprintf-posix.c (strisnan): New function.
11017         (test_function): Use it.
11018         * tests/test-snprintf-posix.h (strisnan): New function.
11019         (test_function): Use it.
11020         * tests/test-sprintf-posix.h (strisnan): New function.
11021         (test_function): Use it.
11022         Reported by Eric Blake.
11023
11024 2007-05-20  Bruno Haible  <bruno@clisp.org>
11025
11026         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
11027         numbers that fails on BeOS.
11028         * doc/functions/frexpl.texi: Update.
11029
11030 2007-05-20  Jim Meyering  <jim@meyering.net>
11031
11032         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
11033         forced upon us by glibc-2.6.
11034
11035 2007-05-20  Bruno Haible  <bruno@clisp.org>
11036
11037         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
11038         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
11039         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
11040         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
11041         NEED_PRINTF_INFINITE.
11042         (is_infinitel): New function.
11043         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
11044         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
11045         gl_PREREQ_VASNPRINTF_INFINITE.
11046         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
11047         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11048         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
11049         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
11050         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
11051         gl_PREREQ_VASNPRINTF_INFINITE.
11052         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11053         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11054         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11055         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11056         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11057         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11058         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11059         * doc/functions/fprintf.texi: Update.
11060         * doc/functions/printf.texi: Update.
11061         * doc/functions/snprintf.texi: Update.
11062         * doc/functions/sprintf.texi: Update.
11063         * doc/functions/vfprintf.texi: Update.
11064         * doc/functions/vprintf.texi: Update.
11065         * doc/functions/vsnprintf.texi: Update.
11066         * doc/functions/vsprintf.texi: Update.
11067
11068 2007-05-20  Bruno Haible  <bruno@clisp.org>
11069
11070         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
11071         was not found in libc.
11072         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
11073
11074 2007-05-20  Bruno Haible  <bruno@clisp.org>
11075
11076         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
11077         printed as "-nan" instead of "nan".
11078         * tests/test-vasprintf-posix.c (test_function): Likewise.
11079         * tests/test-snprintf-posix.h (test_function): Likewise.
11080         * tests/test-sprintf-posix.h (test_function): Likewise.
11081         Needed for HP-UX 11.
11082
11083 2007-05-20  Jim Meyering  <jim@meyering.net>
11084
11085         Fix buggy test for the fchownat-deref bug.
11086         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
11087         symlink required for the run-test.  Without it, this test would
11088         always declare that fchownat doesn't work, and client code would
11089         unnecessarily use the replacement function with fixed libc.
11090         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
11091         Reported by Greg Schafer.
11092
11093 2007-05-19  Bruno Haible  <bruno@clisp.org>
11094
11095         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
11096         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
11097         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
11098         Needed for IRIX 6.5 and Solaris 2.5.1.
11099
11100 2007-05-19  Bruno Haible  <bruno@clisp.org>
11101
11102         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
11103         (test_function): Skip tests involving -0.0 on platforms where
11104         -0.0 = 0.0.
11105         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
11106         (test_function): Skip tests involving -0.0 on platforms where
11107         -0.0 = 0.0.
11108         * tests/test-snprintf-posix.h (have_minus_zero): New function.
11109         (test_function): Skip tests involving -0.0 on platforms where
11110         -0.0 = 0.0.
11111         * tests/test-sprintf-posix.h (have_minus_zero): New function.
11112         (test_function): Skip tests involving -0.0 on platforms where
11113         -0.0 = 0.0.
11114         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
11115         tests.
11116         * tests/test-printf-posix.h (test_function): Likewise.
11117         * tests/test-printf-posix.output: Remove all -0.0 related results.
11118         Needed for IRIX 6.5.
11119
11120 2007-05-19  Bruno Haible  <bruno@clisp.org>
11121
11122         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
11123         printed as "nan0x7fffffff" instead of "nan".
11124         * tests/test-vasprintf-posix.c (test_function): Likewise.
11125         * tests/test-snprintf-posix.h (test_function): Likewise.
11126         * tests/test-sprintf-posix.h (test_function): Likewise.
11127         * tests/test-fprintf-posix.h (NaN): Remove macro.
11128         (test_function): Remove all NaN related tests.
11129         * tests/test-printf-posix.h (NaN): Remove macro.
11130         (test_function): Remove all NaN related tests.
11131         * tests/test-printf-posix.output: Remove all NaN related results.
11132         Needed for IRIX 6.5.
11133
11134 2007-05-19  Bruno Haible  <bruno@clisp.org>
11135
11136         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
11137         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
11138
11139 2007-05-19  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/float_.h: New file.
11142         * m4/float_h.m4: New file.
11143         * modules/float: New file.
11144         * modules/isnanl (Dependencies): Add float.
11145         * modules/isnanl-nolibm (Dependencies): Likewise.
11146         * modules/mathl (Dependencies): Likewise.
11147         * modules/printf-frexpl (Dependencies): Likewise.
11148         * modules/signbit (Dependencies): Likewise.
11149         * modules/vasnprintf (Dependencies): Likewise.
11150         * doc/headers/float.texi: Update.
11151
11152 2007-05-19  Jim Meyering  <jim@meyering.net>
11153
11154         * lib/utimens.c (gl_futimens): Rename from futimens,
11155         now that glibc-2.6 declares futimens.
11156         * lib/utimens.h: Likewise.
11157
11158 2007-05-19  Bruno Haible  <bruno@clisp.org>
11159
11160         Avoid test failures on mingw.
11161         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
11162         * tests/test-printf-posix.sh: Likewise.
11163         * tests/test-vfprintf-posix.sh: Likewise.
11164         * tests/test-vprintf-posix.sh: Likewise.
11165
11166 2007-05-19  Bruno Haible  <bruno@clisp.org>
11167
11168         Fix *printf result for NaN, Inf, -0.0 on mingw.
11169         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
11170         * lib/vasnprintf.c: Include math.h and isnan.h.
11171         (is_infinite_or_zero): New function.
11172         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
11173         values in the %f, %F, %e, %E, %g, %G directives.
11174         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
11175         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11176         gl_PRINTF_INFINITE and test its result. Invoke
11177         gl_PREREQ_VASNPRINTF_INFINITE.
11178         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11179         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11180         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11181         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11182         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11183         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11184         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11185         * doc/functions/fprintf.texi: Update.
11186         * doc/functions/printf.texi: Update.
11187         * doc/functions/snprintf.texi: Update.
11188         * doc/functions/sprintf.texi: Update.
11189         * doc/functions/vfprintf.texi: Update.
11190         * doc/functions/vprintf.texi: Update.
11191         * doc/functions/vsnprintf.texi: Update.
11192         * doc/functions/vsprintf.texi: Update.
11193
11194 2007-05-19  Bruno Haible  <bruno@clisp.org>
11195
11196         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
11197         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
11198         Instead of multiplying with 10^k, set extra_zeroes to k.
11199         (scale10_round_long_double): Remove function.
11200
11201 2007-05-18  Bruno Haible  <bruno@clisp.org>
11202
11203         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
11204         introduced on 2007-05-06.
11205
11206 2007-05-18  Bruno Haible  <bruno@clisp.org>
11207
11208         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
11209         %g directives.
11210         * tests/test-vasprintf-posix.c (test_function): Likewise.
11211         * tests/test-snprintf-posix.h (test_function): Likewise.
11212         * tests/test-sprintf-posix.h (test_function): Likewise.
11213
11214 2007-05-18  Bruno Haible  <bruno@clisp.org>
11215
11216         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
11217         (strmatch): New function.
11218         (test_function): Test the %f directive on numbers of various exponents.
11219         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
11220         (strmatch): New function.
11221         (test_function): Test the %f directive on numbers of various exponents.
11222         * tests/test-snprintf-posix.h (strmatch): New function.
11223         (test_function): Test the %f directive on numbers of various exponents.
11224         * tests/test-sprintf-posix.h (strmatch): New function.
11225         (test_function): Test the %f directive on numbers of various exponents.
11226         * tests/test-snprintf-posix.c (SIZEOF): New macro.
11227         * tests/test-sprintf-posix.c (SIZEOF): New macro.
11228         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
11229         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
11230
11231 2007-05-18  Bruno Haible  <bruno@clisp.org>
11232
11233         Add support for 'long double' number output.
11234         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
11235         * lib/vasnprintf.c: Include math.h and float+.h.
11236         (mp_limb_t): New type.
11237         (GMP_LIMB_BITS): New macro.
11238         (mp_twolimb_t): New type.
11239         (GMP_TWOLIMB_BITS): New macro.
11240         (mpn_t): New type.
11241         (multiply, divide, convert_to_decimal, decode_long_double,
11242         scale10_round_long_double, scale10_round_decimal_long_double,
11243         floorlog10l): New functions.
11244         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
11245         for the %f, %F, %e, %E, %g, %G directives.
11246         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
11247         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11248         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
11249         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
11250         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11251         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11252         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11253         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11254         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11255         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11256         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11257         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
11258         * modules/snprintf-posix (Depends-on): Likewise.
11259         * modules/sprintf-posix (Depends-on): Likewise.
11260         * modules/vasnprintf-posix (Depends-on): Likewise.
11261         * modules/vasprintf-posix (Depends-on): Likewise.
11262         * modules/vfprintf-posix (Depends-on): Likewise.
11263         * modules/vsnprintf-posix (Depends-on): Likewise.
11264         * modules/vsprintf-posix (Depends-on): Likewise.
11265         * modules/vasnprintf (Files): Add lib/float+.h.
11266         * doc/functions/fprintf.texi: Update.
11267         * doc/functions/printf.texi: Update.
11268         * doc/functions/snprintf.texi: Update.
11269         * doc/functions/sprintf.texi: Update.
11270         * doc/functions/vfprintf.texi: Update.
11271         * doc/functions/vprintf.texi: Update.
11272         * doc/functions/vsnprintf.texi: Update.
11273         * doc/functions/vsprintf.texi: Update.
11274
11275 2007-05-18  Bruno Haible  <bruno@clisp.org>
11276
11277         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
11278
11279 2007-05-18  Bruno Haible  <bruno@clisp.org>
11280
11281         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
11282         for printing 64-bit integers. Needed for mingw.
11283
11284 2007-05-18  Bruno Haible  <bruno@clisp.org>
11285
11286         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
11287         gl_FUNC_FREXPL_WORKS.
11288         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
11289
11290 2007-05-18  Bruno Haible  <bruno@clisp.org>
11291
11292         * modules/frexpl-nolibm-tests: New file.
11293
11294         * modules/frexpl-nolibm: New file.
11295         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
11296
11297 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11298
11299         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
11300         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
11301         GCC 4.2, which otherwise issues a lot of warnings.
11302         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
11303         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
11304         Likewise.
11305         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
11306         * modules/iconv_open (iconv.h): Likewise.
11307         * modules/locale (locale.h): Likewise.
11308         * modules/netinet_in (netinet/in.h): Likewise.
11309         * modules/sys_select (sys_select.h): Likewise.
11310         * modules/sys_socket (sys/socket.h): Likewise.
11311         * modules/sys_stat (sys/stat.h): Likewise.
11312         * modules/sysexits (sysexits.h): Likewise.
11313         * modules/unistd (unistd.h): Likewise.
11314
11315 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11316
11317         * modules/closein-tests (Makefile.am): Distribute
11318         `test-closein.sh'.
11319
11320 2007-05-17  Bruno Haible  <bruno@clisp.org>
11321
11322         * tests/test-printf-posix.output: Renamed from
11323         tests/test-fprintf-posix.out.
11324         * modules/fprintf-posix-tests: Update.
11325         * modules/printf-posix-tests: Update.
11326         * modules/vfprintf-posix-tests: Update.
11327         * modules/vprintf-posix-tests: Update.
11328         * tests/test-fprintf-posix.sh: Update.
11329         * tests/test-printf-posix.sh: Update.
11330         * tests/test-vfprintf-posix.sh: Update.
11331         * tests/test-vprintf-posix.sh: Update.
11332         Reported by Ralf Wildenhues.
11333
11334 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
11335
11336         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
11337         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
11338         GCC 4.2, which otherwise issues a lot of warnings.
11339         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
11340         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
11341         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
11342         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
11343         it should no longer be needed.
11344         * lib/string_.h: Likewise.
11345         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
11346         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
11347         * modules/inttypes (inttypes.h): Likewise.
11348         * modules/math (math.h): Likewise.
11349         * modules/search (search.h): Likewise.
11350         * modules/signal (signal.h): Likewise.
11351         * modules/stdint (stdint.h): Likewise.
11352         * modules/stdio (stdio.h): Likewise.
11353         * modules/stdlib (stdlib.h): Likewise.
11354         * modules/string (string.h): Likewise.
11355         * modules/sys_time (sys/time.h): Likewise.
11356         * modules/time (time.h): Likewise.
11357         * modules/wchar (wchar.h): Likewise.
11358         * modules/wctype (wtype.h): Likewise.
11359
11360 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11361
11362         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
11363
11364 2007-05-13  Bruno Haible  <bruno@clisp.org>
11365
11366         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
11367         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11368         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
11369         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11370         (gl_PREREQ_STRTOK_R): Don't require it here.
11371
11372 2007-05-13  Bruno Haible  <bruno@clisp.org>
11373
11374         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
11375         when used in C++ mode.
11376
11377 2007-05-12  Bruno Haible  <bruno@clisp.org>
11378
11379         * lib/linebuffer.h: Tweak doc.
11380         * lib/linebuffer.c: Likewise.
11381
11382 2007-05-12  James Youngman  <jay@gnu.org>
11383
11384         * lib/linebuffer.c (readlinebuffer_delim): New function,
11385         like readlinebuffer, but use a caller-specified delimiter.
11386         (readlinebuffer): Just call readlinebuffer_delim with '\n'
11387         as the delimiter.
11388         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
11389
11390 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11391
11392         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
11393         * modules/openat (Files): Remove openat-die.c.
11394         (Depends-on): Add openat-die.
11395         * modules/openat-die: New module.
11396
11397 2007-05-06  Bruno Haible  <bruno@clisp.org>
11398
11399         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
11400         Update with info about Cygwin.
11401         * doc/functions/fprintf.texi: Update.
11402         * doc/functions/printf.texi: Update.
11403         * doc/functions/snprintf.texi: Update.
11404         * doc/functions/sprintf.texi: Update.
11405         * doc/functions/vfprintf.texi: Update.
11406         * doc/functions/vprintf.texi: Update.
11407         * doc/functions/vsnprintf.texi: Update.
11408         * doc/functions/vsprintf.texi: Update.
11409         Reported by Eric Blake.
11410
11411 2007-05-06  Bruno Haible  <bruno@clisp.org>
11412
11413         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
11414         padding ourselves for the floating-point directives.
11415         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
11416         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
11417         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11418         gl_PRINTF_FLAG_ZERO and test its result. Invoke
11419         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
11420         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11421         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11422         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11423         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11424         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11425         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11426         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11427         * tests/test-snprintf-posix.h (test_function): Also check the width
11428         and some flags in the %f directive.
11429         * tests/test-sprintf-posix.h (test_function): Likewise.
11430         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11431         * tests/test-vasprintf-posix.c (test_function): Likewise.
11432         * doc/functions/fprintf.texi: Update.
11433         * doc/functions/printf.texi: Update.
11434         * doc/functions/snprintf.texi: Update.
11435         * doc/functions/sprintf.texi: Update.
11436         * doc/functions/vfprintf.texi: Update.
11437         * doc/functions/vprintf.texi: Update.
11438         * doc/functions/vsnprintf.texi: Update.
11439         * doc/functions/vsprintf.texi: Update.
11440
11441 2007-05-06  Bruno Haible  <bruno@clisp.org>
11442
11443         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
11444         pass the ' flag character to sprintf or snprintf.
11445         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
11446         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
11447         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11448         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
11449         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
11450         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11451         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11452         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11453         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11454         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11455         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11456         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11457         * tests/test-snprintf-posix.h (test_function): Also check the grouping
11458         flag.
11459         * tests/test-sprintf-posix.h (test_function): Likewise.
11460         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11461         * tests/test-vasprintf-posix.c (test_function): Likewise.
11462         * doc/functions/fprintf.texi: Update.
11463         * doc/functions/printf.texi: Update.
11464         * doc/functions/snprintf.texi: Update.
11465         * doc/functions/sprintf.texi: Update.
11466         * doc/functions/vfprintf.texi: Update.
11467         * doc/functions/vprintf.texi: Update.
11468         * doc/functions/vsnprintf.texi: Update.
11469         * doc/functions/vsprintf.texi: Update.
11470
11471 2007-05-01  Bruno Haible  <bruno@clisp.org>
11472
11473         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
11474
11475 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
11476
11477         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
11478         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
11479
11480 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
11483         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
11484         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
11485
11486 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
11487
11488         * lib/argp-help.c (struct hol_entry): New member `ord'.
11489         (HOL_ENTRY_PTRCMP): Use ord for comparison
11490         (hol_sort): Initialize ord.
11491
11492 2007-05-01  Bruno Haible  <bruno@clisp.org>
11493
11494         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
11495         Reported by Eric Blake.
11496         * doc/gnulib.texi (Function Substitutes): Update.
11497
11498 2007-05-01  Bruno Haible  <bruno@clisp.org>
11499
11500         * doc/functions.texi: Remove file, now redundant through
11501         doc/functions/*.texi.
11502
11503 2007-05-01  Bruno Haible  <bruno@clisp.org>
11504
11505         * modules/argp (Depends-on): Add sleep.
11506
11507 2007-05-01  Bruno Haible  <bruno@clisp.org>
11508
11509         * modules/sleep-tests: New file.
11510         * tests/test-sleep.c: New file.
11511
11512         * modules/sleep: New file.
11513         * lib/sleep.c: New file.
11514         * m4/sleep.m4: New file.
11515         * lib/unistd_.h (sleep): New declaration.
11516         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
11517         HAVE_SLEEP.
11518         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
11519         * doc/functions/sleep.texi: Document the sleep module.
11520
11521 2007-05-01  Bruno Haible  <bruno@clisp.org>
11522
11523         * lib/sigprocmask.h: Remove file.
11524         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
11525         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
11526         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
11527         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
11528         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
11529         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
11530         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
11531         HAVE_SIGSET_T as a shell variable.
11532         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
11533         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
11534         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
11535         (Depends-on): Add signal. Remove verify.
11536         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
11537         (Include): Mention <signal.h> instead of sigprocmask.h.
11538         * NEWS: Mention the change.
11539         * lib/fatal-signal.c: Don't include sigprocmask.h.
11540
11541 2007-05-01  Bruno Haible  <bruno@clisp.org>
11542
11543         * modules/signal: New file.
11544         * lib/signal_.h: New file.
11545         * m4/signal_h.m4: New file.
11546
11547 2007-05-01  Bruno Haible  <bruno@clisp.org>
11548
11549         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
11550         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
11551         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
11552         HAVE_WCTYPE_CTMP_BUG into wctype.h.
11553
11554 2007-05-01  Bruno Haible  <bruno@clisp.org>
11555
11556         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
11557         configure time.
11558         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
11559         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
11560         * modules/sys_stat (Makefile.am): Substitute their values into
11561         sys/stat.h.
11562
11563 2007-05-01  Bruno Haible  <bruno@clisp.org>
11564
11565         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
11566         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
11567         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
11568
11569 2007-05-01  Bruno Haible  <bruno@clisp.org>
11570
11571         * doc/header/assert.texi: Undo last change: don't mention the gnulib
11572         'assert' module here.
11573
11574 2007-05-01  Bruno Haible  <bruno@clisp.org>
11575
11576         * doc/functions/*.texi: New files.
11577         * doc/functions/google-ranking.txt: New file.
11578         * doc/gnulib.texi (Function Substitutes): New chapter.
11579         (ctime, inet_ntoa): Remove sections.
11580         * doc/ctime.texi: Remove file.
11581         * doc/inet_ntoa.texi: Remove file.
11582         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
11583         dependencies.
11584         (%.info): New rule, specifying a --reference-limit.
11585
11586 2007-05-01  Bruno Haible  <bruno@clisp.org>
11587
11588         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
11589
11590 2007-05-01  Bruno Haible  <bruno@clisp.org>
11591
11592         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
11593         the portability of 'mkdir' to mingw systems.
11594
11595 2007-05-01  Bruno Haible  <bruno@clisp.org>
11596
11597         * doc/headers/google-ranking.txt: New file.
11598
11599 2007-04-30  Eric Blake  <ebb9@byu.net>
11600
11601         Prefer fseeko to fseek.
11602         * modules/getpass (Depends-on): Add fseeko.
11603         * lib/getpass.c (getpass): Use fseeko, not fseek.
11604
11605 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
11606
11607         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
11608         assumes the sorting is stable, while most qsort implementations
11609         are not.  Use argument addresses to ensure they never compare as
11610         equal.
11611
11612         * tests/test-argp-2.sh (usage-indent test): Fix output
11613         (func_compare): Restore diff options
11614         * tests/test-argp.c: Restore #include "progname.h"
11615
11616 2007-04-29  Bruno Haible  <bruno@clisp.org>
11617
11618         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
11619         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11620         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
11621         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11622         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
11623         (configure.ac): Define CHECK_SNPRINTF_POSIX.
11624         (TESTS, check_PROGRAMS): Add test-snprintf.
11625         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
11626         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
11627         (TESTS, check_PROGRAMS): Add test-vsnprintf.
11628         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
11629         assertions that fail on HP-UX, OSF/1, or IRIX.
11630         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
11631
11632 2007-04-29  Bruno Haible  <bruno@clisp.org>
11633
11634         * MODULES.html.sh (posix_functions): Remove 'contents'.
11635
11636 2007-04-29  Karl Berry  <karl@gnu.org>
11637
11638         * config/srclist.txt (gendocs_template_min): new entry.
11639
11640 2007-04-29  Bruno Haible  <bruno@clisp.org>
11641
11642         Work around fpurge bug on BSD systems.
11643         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
11644         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
11645         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
11646         fpurge to rpl_fpurge if the system already has this function.
11647         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
11648         the case where the system already has this function. Correct invariants
11649         on BSD systems.
11650         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
11651         BSD systems.
11652
11653 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11654
11655         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
11656         proposed by Sven Verdoolaege.
11657
11658         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
11659         options.
11660         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
11661         (usage and help tests): Update
11662
11663 2007-04-29  Bruno Haible  <bruno@clisp.org>
11664
11665         * tests/test-fflush.c (main): Use a file of size 17, not 10.
11666         Print more information in case of failure. Disable a test on BeOS.
11667
11668 2007-04-29  Bruno Haible  <bruno@clisp.org>
11669
11670         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
11671         This helps debugging on systems on which no gdb is available.
11672
11673 2007-04-29  Bruno Haible  <bruno@clisp.org>
11674
11675         * lib/freading.h: Improve comments.
11676         * lib/fwriting.h: Likewise.
11677         * tests/test-freading.c (main): Don't check freading immediately after
11678         repositioning. Needed for glibc.
11679
11680 2007-04-29  Bruno Haible  <bruno@clisp.org>
11681
11682         * lib/freading.c (freading): Trivial simplification.
11683
11684 2007-04-28  Bruno Haible  <bruno@clisp.org>
11685
11686         * tests/test-fwriting.c (main): Also test the interaction between
11687         fflush and fwriting.
11688         * modules/fwriting-tests (Depends-on): Add fflush.
11689
11690         * tests/test-freading.c (main): Also test the interaction between
11691         fflush and freading.
11692         * modules/freading-tests (Depends-on): Add fflush.
11693
11694 2007-04-28  Bruno Haible  <bruno@clisp.org>
11695
11696         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
11697         fseeko and ftello.
11698         Suggested by Eric Blake.
11699
11700 2007-04-28  Jim Meyering  <jim@meyering.net>
11701
11702         Avoid false-negative in gl_STDINT_H's C99 conformance test.
11703         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
11704         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
11705
11706 2007-04-27  Eric Blake  <ebb9@byu.net>
11707
11708         * doc/headers/assert.texi (assert.h): Document assert module use.
11709
11710 2007-04-27  Bruno Haible  <bruno@clisp.org>
11711
11712         * doc/headers/*.texi: New files.
11713         * doc/gnulib.texi (Header File Substitutes): New chapter.
11714         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
11715         dependencies.
11716         (standards.info ,standards.html, standards.dvi): Update dependencies.
11717         (mostlyclean, clean): New targets.
11718
11719 2007-04-27  Bruno Haible  <bruno@clisp.org>
11720
11721         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
11722         * modules/sysexits (Files, Makefile.am): Update.
11723
11724         * lib/sys_socket_.h: Renamed from lib/socket_.h.
11725         * modules/sys_socket (Files, Makefile.am): Update.
11726
11727         * lib/sys_stat_.h: Renamed from lib/stat_.h.
11728         * modules/sys_stat (Files, Makefile.am): Update.
11729
11730 2007-04-27  Eric Blake  <ebb9@byu.net>
11731
11732         * lib/freading.h: Improve comments.
11733         * lib/fwriting.h: Likewise.
11734         * lib/fflush.c: Likewise.
11735
11736         Fix closein for mingw.
11737         * modules/closein-tests: Add tests for closein.
11738         * tests/test-closein.c: New file.
11739         * tests/test-closein.sh: Likewise.
11740         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
11741         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
11742
11743 2007-04-27  Bruno Haible  <bruno@clisp.org>
11744
11745         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
11746         version is < 6.
11747         * lib/math_.h [__DECC]: Likewise.
11748         * lib/stdio_.h [__DECC]: Likewise.
11749         * lib/stdlib_.h [__DECC]: Likewise.
11750         * lib/string_.h [__DECC]: Likewise.
11751         * lib/time_.h [__DECC]: Likewise.
11752         * lib/wchar_.h [__DECC]: Likewise.
11753         * lib/wctype_.h [__DECC]: Likewise.
11754
11755 2007-04-27  Bruno Haible  <bruno@clisp.org>
11756
11757         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
11758
11759 2007-04-27  Bruno Haible  <bruno@clisp.org>
11760
11761         * lib/fflush.c: Add comments.
11762         * modules/fpurge-tests (Depends-on): Add fflush.
11763         * modules/freadable-tests (Depends-on): Likewise.
11764         * modules/fwritable-tests (Depends-on): Likewise.
11765
11766 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
11767
11768         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
11769         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
11770         Report by Bruno Haible <bruno@clisp.org>.
11771
11772 2007-04-26  Eric Blake  <ebb9@byu.net>
11773
11774         Fix fflush on mingw.
11775         * modules/fflush (Depends-on): Add freading.
11776         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
11777         but unread data.
11778
11779 2007-04-26  Eric Blake  <ebb9@byu.net>
11780         and Bruno Haible  <bruno@clisp.org>
11781
11782         Implement freading and fwriting.
11783         * lib/freading.c: New file.
11784         * lib/freading.h: Likewise.
11785         * m4/freading.m4: Likewise.
11786         * modules/freading: Likewise.
11787         * modules/freading-tests: Likewise.
11788         * tests/test-freading.c: Likewise.
11789         * lib/fwriting.c: New file.
11790         * lib/fwriting.h: Likewise.
11791         * m4/fwriting.m4: Likewise.
11792         * modules/fwriting: Likewise.
11793         * modules/fwriting-tests: Likewise.
11794         * tests/test-fwriting.c: Likewise.
11795         * MODULES.html.sh (File stream based Input/Output): Mention them.
11796
11797 2007-04-26  Bruno Haible  <bruno@clisp.org>
11798
11799         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
11800         'long' when we assume it.
11801         Suggested by Eric Blake.
11802
11803 2007-04-26  Bruno Haible  <bruno@clisp.org>
11804
11805         Ensure fseeko, ftello are declared on glibc systems.
11806         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
11807         * modules/fseeko (configure.ac-early): Likewise.
11808         * modules/ftello (configure.ac-early): Likewise.
11809         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
11810         AC_FUNC_FSEEKO for this.
11811         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
11812         (gl_CHECK_FSEEKO): Remove macro.
11813
11814 2007-04-26  Bruno Haible  <bruno@clisp.org>
11815
11816         * tests/test-fflush.c (main): Also check the ftell result after
11817         fflush and fseek/fseeko.
11818         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
11819         file descriptor position cache in the stream.
11820         * lib/fseeko.c (rpl_fseeko): Likewise.
11821
11822 2007-04-26  Bruno Haible  <bruno@clisp.org>
11823
11824         * modules/fflush-tests (Depends-on): Add fseeko.
11825
11826 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
11827             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11828
11829         * lib/argz_.h: ensure error_t definition is obtained in same
11830         mechanism system argz.h would have.
11831         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
11832         argz facilities are known bad.  Err on the side of caution if
11833         cross-compiling.
11834
11835 2007-04-25  Eric Blake  <ebb9@byu.net>
11836
11837         * lib/fpurge.c (includes): Use stdlib.h for free.
11838         * tests/test-fflush.c (main): Also test fflush-fseeko.
11839
11840 2007-04-25  Bruno Haible  <bruno@clisp.org>
11841
11842         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
11843         * lib/fseeko.c: New file.
11844         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
11845         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
11846         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
11847         gl_FUNC_FSEEKO.
11848         (gl_FUNC_FSEEKO): Invoke it.
11849         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
11850         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
11851         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
11852
11853 2007-04-25  Bruno Haible  <bruno@clisp.org>
11854
11855         * modules/fflush (Depends-on): Add ftello.
11856
11857 2007-04-25  Bruno Haible  <bruno@clisp.org>
11858
11859         * modules/ftello-tests: New file.
11860         * tests/test-ftello.c: New file.
11861
11862         * modules/ftello: New file.
11863         * m4/ftello.m4: New file.
11864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
11865         HAVE_FTELLO.
11866         * lib/stdio_.h (ftello): New declaration.
11867         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
11868         HAVE_FTELLO.
11869
11870 2007-04-25  Bruno Haible  <bruno@clisp.org>
11871
11872         * modules/fseeko-tests: New file.
11873         * tests/test-fseeko.c: New file.
11874
11875         * modules/fseeko: New file.
11876         * m4/fseeko.m4: New file.
11877         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
11878         HAVE_FSEEKO.
11879         * lib/stdio_.h (fseeko): New declaration.
11880         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
11881         HAVE_FSEEKO.
11882
11883 2007-04-25  Bruno Haible  <bruno@clisp.org>
11884
11885         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
11886
11887 2007-04-25  Bruno Haible  <bruno@clisp.org>
11888
11889         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
11890         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
11891         * tests/test-unistd.c: Likewise.
11892         * tests/test-fcntl.c: Likewise.
11893
11894 2007-04-23  Eric Blake  <ebb9@byu.net>
11895
11896         * lib/fflush.c: Fix missing include.
11897         Reported by Bruno Haible.
11898
11899 2007-04-23  Bruno Haible  <bruno@clisp.org>
11900
11901         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
11902         Reported by Eric Blake.
11903
11904 2007-04-23  Bruno Haible  <bruno@clisp.org>
11905
11906         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
11907
11908 2007-04-23  Bruno Haible  <bruno@clisp.org>
11909
11910         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
11911
11912 2007-04-23  Bruno Haible  <bruno@clisp.org>
11913
11914         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
11915         Needed on HP-UX 11.
11916
11917 2007-04-16  Eric Blake  <ebb9@byu.net>
11918
11919         Make fflush rely on fpurge.
11920         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
11921         open coding all variants.
11922         * modules/fflush (Depends-on): Add fpurge and unistd.
11923         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
11924         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
11925
11926         Fix --with-tests compilation on cygwin.
11927         * modules/argmatch-tests (Makefile.am): List gnulib library first
11928         in LDADD.
11929         * modules/argp-tests (Makefile.am): Likewise.
11930         * modules/array-list-tests (Makefile.am): Likewise.
11931         * modules/array-oset-tests (Makefile.am): Likewise.
11932         * modules/avltree-list-tests (Makefile.am): Likewise.
11933         * modules/avltree-oset-tests (Makefile.am): Likewise.
11934         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11935         * modules/carray-list-tests (Makefile.am): Likewise.
11936         * modules/dirname-tests (Makefile.am): Likewise.
11937         * modules/frexp-tests (Makefile.am): Likewise.
11938         * modules/isnanl-tests (Makefile.am): Likewise.
11939         * modules/linked-list-tests (Makefile.am): Likewise.
11940         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11941         * modules/lock-tests (Makefile.am): Likewise.
11942         * modules/rbtree-list-tests (Makefile.am): Likewise.
11943         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11944         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11945         * modules/tls-tests (Makefile.am): Likewise.
11946         * modules/tsearch-tests (Makefile.am): Likewise.
11947         * modules/xvasprintf-tests (Makefile.am): Likewise.
11948
11949         Fix fpurge for cygwin.
11950         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11951         value.
11952         * modules/fpurge-tests (Depends-on): Clean up trash.
11953
11954 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11955
11956         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11957
11958         * m4/autobuild.m4: Re-indent.
11959
11960 2007-04-13  Bruno Haible  <bruno@clisp.org>
11961
11962         * modules/fpurge-tests: New file.
11963         * tests/test-fpurge.c: New file.
11964
11965         * modules/fpurge: New file.
11966         * lib/fpurge.h: New file.
11967         * lib/fpurge.c: New file.
11968         * m4/fpurge.m4: New file.
11969
11970 2007-04-13  Bruno Haible  <bruno@clisp.org>
11971
11972         * modules/fbufmode-tests: New file.
11973         * tests/test-fbufmode.c: New file.
11974
11975         * modules/fbufmode: New file.
11976         * lib/fbufmode.h: New file.
11977         * lib/fbufmode.c: New file.
11978         * m4/fbufmode.m4: New file.
11979
11980 2007-04-13  Bruno Haible  <bruno@clisp.org>
11981
11982         * modules/fwritable-tests: New file.
11983         * tests/test-fwritable.c: New file.
11984
11985         * modules/fwritable: New file.
11986         * lib/fwritable.h: New file.
11987         * lib/fwritable.c: New file.
11988         * m4/fwritable.m4: New file.
11989
11990 2007-04-13  Bruno Haible  <bruno@clisp.org>
11991
11992         * modules/freadable-tests: New file.
11993         * tests/test-freadable.c: New file.
11994
11995         * modules/freadable: New file.
11996         * lib/freadable.h: New file.
11997         * lib/freadable.c: New file.
11998         * m4/freadable.m4: New file.
11999
12000 2007-04-13  Bruno Haible  <bruno@clisp.org>
12001
12002         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
12003         MOSTLYCLEANFILES.
12004
12005 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12006
12007         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
12008         gzip bootstrap.conf to avoid dragging in i18n machinery.
12009         (gnulib_tool_option): Use it.
12010
12011 2007-04-13  Bruno Haible  <bruno@clisp.org>
12012
12013         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
12014         %F directives.
12015         * tests/test-vasprintf-posix.c (test_function): Likewise.
12016         * tests/test-snprintf-posix.h (test_function): Likewise.
12017         * tests/test-sprintf-posix.h (test_function): Likewise.
12018         * tests/test-fprintf-posix.h (test_function): Likewise.
12019         * tests/test-printf-posix.h (test_function): Likewise.
12020         * tests/test-fprintf-posix.out: Likewise.
12021
12022 2007-04-13  Bruno Haible  <bruno@clisp.org>
12023
12024         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
12025         * modules/tls-tests (configure.ac): Likewise.
12026         Reported by Arto C. Nirkko <anirkko@insel.ch>.
12027
12028 2007-04-13  Bruno Haible  <bruno@clisp.org>
12029
12030         * lib/tls.c (glthread_tls_get): Fix return type.
12031         Patch by Arto C. Nirkko <anirkko@insel.ch>.
12032
12033 2007-04-12  Eric Blake  <ebb9@byu.net>
12034
12035         * modules/gettime (Depends-on): Remove gettime.
12036         Reported by Dmitry V. Levin.
12037
12038 2007-04-12  Bruno Haible  <bruno@clisp.org>
12039
12040         * modules/fflush (Include): Mention <stdio.h>.
12041         * modules/strtoimax (Include): Mention <inttypes.h>.
12042         * modules/strtoumax (Include): Likewise.
12043
12044 2007-04-12  Eric Blake  <ebb9@byu.net>
12045
12046         * .cvsignore: New file.
12047         * .gitignore: Likewise.
12048
12049 2007-04-12  Bruno Haible  <bruno@clisp.org>
12050
12051         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
12052         not before, since $(LDADD) often contains libgnu.a.
12053         * modules/striconv-tests (test_striconv_LDADD): Likewise.
12054         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
12055         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
12056         Needed on Cygwin.
12057
12058 2007-04-12  Eric Blake  <ebb9@byu.net>
12059
12060         Work around glibc's failure to flush stdin on fclose.
12061         * lib/closein.c (close_stdin): Flush stdin before closing.
12062
12063         Work around glibc's failure to reset seekable stdin on exit.
12064         * modules/closein: New module.
12065         * lib/closein.c: New file.
12066         * lib/closein.h: Likewise.
12067         * m4/closein.m4: Likewise.
12068         * MODULES.html.sh (File stream based Input/Output): Document it.
12069
12070 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12071
12072         * gnulib-tool: Rename generated 'autobuild' script to
12073         'do-autobuild' in --create-megatestdir output.
12074
12075         * doc/gnulib.texi (Build robot for gnulib): Fix.
12076
12077 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12078
12079         * modules/sysexits (Depends-on): Add absolute-header.
12080
12081 2007-04-12  Eric Blake  <ebb9@byu.net>
12082
12083         No need to preserve errno on success.
12084         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
12085         Reported by Bruno Haible.
12086
12087 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12088
12089         * MODULES.html.sh (Support for maintaining and releasing
12090         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
12091
12092 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12093
12094         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
12095
12096 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12097
12098         * modules/autobuild: New module.
12099
12100         * m4/autobuild.m4: New file.
12101
12102 2007-04-11  Bruno Haible  <bruno@clisp.org>
12103
12104         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
12105         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
12106         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
12107         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
12108         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12109         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12110         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12111         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12112         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12113         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12114         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
12115         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12116         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12117         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
12118         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12119         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12120         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
12121         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12122         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12123         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
12124         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12125         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12126         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
12127         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12128         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12129         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
12130         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12131         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12132         Reported by Eric Blake.
12133
12134 2007-04-11  Bruno Haible  <bruno@clisp.org>
12135
12136         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
12137
12138 2007-04-10  Bruno Haible  <bruno@clisp.org>
12139
12140         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
12141         for NaN and Infinity. Needed on FreeBSD 6.1.
12142         * tests/test-vasnprintf-posix.c (test_function): Undo last change
12143         regarding results for "%010a" of Infinity and NaN.
12144         * tests/test-vasprintf-posix.c (test_function): Likewise.
12145         * tests/test-snprintf-posix.h (test_function): Likewise.
12146         * tests/test-sprintf-posix.h (test_function): Likewise.
12147         * tests/test-fprintf-posix.h (test_function): Likewise.
12148         * tests/test-printf-posix.h (test_function): Likewise.
12149         * tests/test-fprintf-posix.out: Likewise.
12150
12151 2007-04-10  Bruno Haible  <bruno@clisp.org>
12152
12153         * modules/locale-tests: New file.
12154         * tests/test-locale.c: New file.
12155
12156         * modules/locale: New file.
12157         * lib/locale_.h: New file.
12158         * m4/locale_h.m4: New file.
12159
12160 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
12161             Bruno Haible  <bruno@clisp.org>
12162
12163         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
12164         be determined, test for availability of the copysignf, copysign,
12165         copysignl functions.
12166         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
12167         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
12168         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
12169
12170 2007-04-09  Eric Blake  <ebb9@byu.net>
12171
12172         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
12173         * modules/stdio (Makefile.am): Support fflush.
12174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12175         * modules/fflush: New file.
12176         * lib/fflush.c: Likewise.
12177         * m4/fflush.m4: Likewise.
12178         * modules/fflush-tests: New test.
12179         * tests/test-fflush.c: Likewise.
12180         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
12181
12182 2007-04-06  Bruno Haible  <bruno@clisp.org>
12183
12184         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
12185         (VASNPRINTF): Use signbit for faster determination whether to print a
12186         minus sign.
12187         * modules/vasnprintf (Files): Remove lib/float+.h.
12188         * modules/fprintf-posix (Depends-on): Add signbit.
12189         * modules/snprintf-posix (Depends-on): Likewise.
12190         * modules/sprintf-posix (Depends-on): Likewise.
12191         * modules/vasnprintf-posix (Depends-on): Likewise.
12192         * modules/vasprintf-posix (Depends-on): Likewise.
12193         * modules/vfprintf-posix (Depends-on): Likewise.
12194         * modules/vsnprintf-posix (Depends-on): Likewise.
12195         * modules/vsprintf-posix (Depends-on): Likewise.
12196
12197 2007-04-06  Bruno Haible  <bruno@clisp.org>
12198
12199         * tests/test-frexp.c (main): Test also the sign bit of zero results.
12200         * tests/test-frexpl.c (main): Likewise.
12201         * tests/test-ldexpl.c (main): Likewise.
12202         * modules/frexp-tests (Depends-on): Add signbit.
12203         * modules/frexpl-tests (Depdends-on): Likewise.
12204         * modules/ldexpl-tests (Depdends-on): Likewise.
12205
12206 2007-04-06  Bruno Haible  <bruno@clisp.org>
12207
12208         * modules/signbit-tests: New file.
12209         * tests/test-signbit.c: New file.
12210
12211         * modules/signbit: New file.
12212         * lib/signbitf.c: New file.
12213         * lib/signbitd.c: New file.
12214         * lib/signbitl.c: New file.
12215         * m4/signbit.m4: New file.
12216         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
12217         (signbit): New macro.
12218         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
12219         REPLACE_SIGNBIT.
12220         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
12221         REPLACE_FREXPL into math.h.
12222
12223 2007-04-06  Bruno Haible  <bruno@clisp.org>
12224
12225         * modules/isnanf-nolibm-tests: New file.
12226         * tests/test-isnanf.c: New file.
12227
12228         * modules/isnanf-nolibm: New file.
12229         * lib/isnanf.h: New file.
12230         * lib/isnanf.c: New file.
12231         * lib/isnan.c: Consider the USE_FLOAT macro.
12232         * m4/isnanf.m4: New file.
12233
12234 2007-04-06  Bruno Haible  <bruno@clisp.org>
12235
12236         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
12237         (Link): New section.
12238
12239         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
12240
12241 2007-04-06  Bruno Haible  <bruno@clisp.org>
12242
12243         Assume the 'long double' type.
12244         * m4/longdouble.m4: Remove file.
12245         * config/srclist.txt: Don't mention longdouble.m4.
12246         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
12247         * lib/float+.h: Likewise.
12248         * lib/frexp.c: Likewise.
12249         * lib/printf-args.h: Likewise.
12250         * lib/printf-args.c: Likewise.
12251         * lib/printf-frexp.c: Likewise.
12252         * lib/printf-parse.c: Likewise.
12253         * lib/vasnprintf.c: Likewise.
12254         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
12255         * m4/intl.m4: Likewise.
12256         * m4/isnanl.m4: Likewise.
12257         * m4/printf.m4: Likewise.
12258         * m4/printf-frexpl.m4: Likewise.
12259         * m4/vasnprintf.m4: Likewise.
12260         * modules/allocsa (Files): Remove m4/longdouble.m4.
12261         * modules/gettext (Files): Likewise.
12262         * modules/relocatable-prog-wrapper (Files): Likewise.
12263         * modules/vasnprintf (Files): Likewise.
12264         * modules/isnanl (Files): Likewise.
12265         (Include): Simplify.
12266         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
12267         (Include): Simplify.
12268         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
12269         (Include): Simplify.
12270         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
12271         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12272         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
12273         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12274         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
12275         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12276         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
12277         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12278         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
12279         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12280         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
12281         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12282         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
12283         * tests/test-isnanl.c: Likewise.
12284         * tests/test-snprintf-posix.h: Likewise.
12285         * tests/test-sprintf-posix.h: Likewise.
12286         * tests/test-vasnprintf-posix.c: Likewise.
12287         * tests/test-vasnprintf-posix2.c: Likewise.
12288         * tests/test-vasprintf-posix.c: Likewise.
12289
12290 2007-04-06  Bruno Haible  <bruno@clisp.org>
12291
12292         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
12293         * lib/math_.h [__DECC]: Include the overridden include file through
12294         #include_next, outside the double-inclusion guard.
12295         * lib/stdio_.h [__DECC]: Likewise.
12296         * lib/stdlib_.h [__DECC]: Likewise.
12297         * lib/string_.h [__DECC]: Likewise.
12298         * lib/time_.h [__DECC]: Likewise.
12299         * lib/wchar_.h [__DECC]: Likewise.
12300         * lib/wctype_.h [__DECC]: Likewise.
12301         * lib/inttypes_.h [__DECC]: Likewise.
12302         Reported by Albert Chin <china@thewrittenword.com> in
12303         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
12304
12305 2007-04-04  Eric Blake  <ebb9@byu.net>
12306
12307         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
12308         1.5.x.
12309
12310 2007-04-04  Bruno Haible  <bruno@clisp.org>
12311
12312         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
12313         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
12314
12315 2007-04-04  Bruno Haible  <bruno@clisp.org>
12316
12317         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
12318         results for "%010a" of Infinity and NaN.
12319         * tests/test-vasprintf-posix.c (test_function): Likewise.
12320         * tests/test-snprintf-posix.h (test_function): Likewise.
12321         * tests/test-sprintf-posix.h (test_function): Likewise.
12322         * tests/test-fprintf-posix.h (test_function): Remove these tests.
12323         * tests/test-printf-posix.h (test_function): Likewise.
12324         * tests/test-fprintf-posix.out: Update.
12325         Needed for FreeBSD 6.1.
12326
12327 2007-04-04  Bruno Haible  <bruno@clisp.org>
12328
12329         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
12330         directly used by the gnulib modules nor by gnulib-tool.
12331
12332 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12333
12334         * DEPENDENCIES: Give overall description of version dependency
12335         desirability.  Use more-typical names for apps.
12336         Add shell, coreutils, diffutils, grep, tar, gzip.
12337
12338 2007-04-04  Simon Josefsson  <simon@josefsson.org>
12339
12340         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
12341
12342 2007-04-04  Karl Berry  <karl@gnu.org>
12343
12344         * MODULES.html.sh (func_module): missing '.
12345
12346 2007-04-03  Bruno Haible  <bruno@clisp.org>
12347
12348         * modules/argmatch-tests (Makefile.am): New variable
12349         test_argmatch_LDADD.
12350         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
12351         * modules/array-list-tests (Makefile.am): New variable
12352         test_array_list_LDADD.
12353         * modules/array-oset-tests (Makefile.am): New variable
12354         test_array_oset_LDADD.
12355         * modules/avltree-list-tests (Makefile.am): New variable
12356         test_avltree_list_LDADD.
12357         * modules/avltree-oset-tests (Makefile.am): New variable
12358         test_avltree_oset_LDADD.
12359         * modules/avltreehash-list-tests (Makefile.am): New variable
12360         test_avltreehash_list_LDADD.
12361         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
12362         test_canonicalize_lgpl_LDADD.
12363         * modules/carray-list-tests (Makefile.am): New variable
12364         test_carray_list_LDADD.
12365         * modules/dirname-tests (Makefile.am): New variable
12366         test_dirname_LDADD.
12367         * modules/linked-list-tests (Makefile.am): New variable
12368         test_linked_list_LDADD.
12369         * modules/linkedhash-list-tests (Makefile.am): New variable
12370         test_linkedhash_list_LDADD.
12371         * modules/rbtree-list-tests (Makefile.am): New variable
12372         test_rbtree_list_LDADD.
12373         * modules/rbtree-oset-tests (Makefile.am): New variable
12374         test_rbtree_oset_LDADD.
12375         * modules/rbtreehash-list-tests (Makefile.am): New variable
12376         test_rbtreehash_list_LDADD.
12377         * modules/xvasprintf-tests (Makefile.am): New variable
12378         test_xvasprintf_LDADD.
12379         Reported by Eric Blake.
12380
12381 2007-04-03  Eric Blake  <ebb9@byu.net>
12382
12383         * DEPENDENCIES: Weaken m4 requirements.
12384
12385 2007-04-03  Bruno Haible  <bruno@clisp.org>
12386
12387         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
12388         * modules/isnanl-tests (configure.ac): Likewise.
12389
12390 2007-04-03  Ben Pfaff  <blp@gnu.org>
12391
12392         * modules/iconv_open: Add $(srcdir)/ to source directory
12393         references in Makefile fragments that call gperf, to fix VPATH
12394         builds.
12395
12396 2007-04-03  Bruno Haible  <bruno@clisp.org>
12397
12398         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
12399         * lib/ldexpl.c: Undo last change.
12400
12401 2007-04-03  Bruno Haible  <bruno@clisp.org>
12402
12403         * modules/printf-frexpl (Depends-on): Undo last change.
12404         (Files): Add m4/ldexpl.m4.
12405
12406 2007-04-03  Bruno Haible  <bruno@clisp.org>
12407
12408         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
12409         * modules/isnanl (Link): New section.
12410
12411         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
12412         * modules/frexp (Link): New section.
12413
12414         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
12415         * modules/frexpl (Link): New section.
12416
12417         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
12418         * modules/ldexpl (Link): New section.
12419
12420 2007-04-03  Bruno Haible  <bruno@clisp.org>
12421
12422         * modules/TEMPLATE-EXTENDED: New file.
12423         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
12424
12425 2007-04-03  Bruno Haible  <bruno@clisp.org>
12426
12427         * DEPENDENCIES: New file.
12428         Suggested by Simon Josefsson.
12429
12430 2007-04-03  Bruno Haible  <bruno@clisp.org>
12431
12432         * doc/gnulib.texi: Escape @.
12433
12434 2007-04-03  James Youngman  <jay@gnu.org>
12435         and Paul Eggert  <eggert@cs.ucla.edu>
12436
12437         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
12438         birthtime on all systems that have birthtime, not just those which
12439         use st_birthtimensec rather than st_birthtim.  Putting zero in
12440         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
12441         that the birth time is not available for files on an NFS mount.
12442
12443 2007-04-03  Simon Josefsson  <simon@josefsson.org>
12444
12445         * modules/memxor: Move back from crypto/, suggested by Bruno.
12446         * modules/crypto/hmac-sha1: Fix memxor dependency.
12447
12448         * modules/crypto/gc: Moved from ../.
12449
12450 2007-04-02  Eric Blake  <ebb9@byu.net>
12451
12452         * lib/ldexpl.c (includes): Avoid libm.
12453
12454         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
12455
12456 2007-04-02  Bruno Haible  <bruno@clisp.org>
12457
12458         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
12459         on IRIX.
12460
12461 2007-04-02  Bruno Haible  <bruno@clisp.org>
12462
12463         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
12464         x86 or x86_64 platforms running MacOS X.
12465         Reported by Ryan Schmidt <@ryandesign.com>.
12466
12467 2007-04-02  Bruno Haible  <bruno@clisp.org>
12468
12469         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
12470         i386.
12471
12472 2007-04-01  Simon Josefsson  <simon@josefsson.org>
12473
12474         * modules/crypto/arcfour: Moved from ../.
12475         * modules/crypto/arcfour-tests: Moved from ../.
12476         * modules/crypto/arctwo: Moved from ../.
12477         * modules/crypto/arctwo-tests: Moved from ../.
12478         * modules/crypto/des: Moved from ../.
12479         * modules/crypto/des-tests: Moved from ../.
12480         * modules/crypto/gc-arcfour: Moved from ../.
12481         * modules/crypto/gc-arcfour-tests: Moved from ../.
12482         * modules/crypto/gc-arctwo: Moved from ../.
12483         * modules/crypto/gc-arctwo-tests: Moved from ../.
12484         * modules/crypto/gc-des: Moved from ../.
12485         * modules/crypto/gc-des-tests: Moved from ../.
12486         * modules/crypto/gc-hmac-md5: Moved from ../.
12487         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
12488         * modules/crypto/gc-hmac-sha1: Moved from ../.
12489         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
12490         * modules/crypto/gc-md2: Moved from ../.
12491         * modules/crypto/gc-md2-tests: Moved from ../.
12492         * modules/crypto/gc-md4: Moved from ../.
12493         * modules/crypto/gc-md4-tests: Moved from ../.
12494         * modules/crypto/gc-md5: Moved from ../.
12495         * modules/crypto/gc-md5-tests: Moved from ../.
12496         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
12497         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
12498         * modules/crypto/gc-random: Moved from ../.
12499         * modules/crypto/gc-rijndael: Moved from ../.
12500         * modules/crypto/gc-rijndael-tests: Moved from ../.
12501         * modules/crypto/gc-sha1: Moved from ../.
12502         * modules/crypto/gc-sha1-tests: Moved from ../.
12503         * modules/crypto/gc-tests: Moved from ../.
12504         * modules/crypto/hmac-md5: Moved from ../.
12505         * modules/crypto/hmac-md5-tests: Moved from ../.
12506         * modules/crypto/hmac-sha1: Moved from ../.
12507         * modules/crypto/hmac-sha1-tests: Moved from ../.
12508         * modules/crypto/md2: Moved from ../.
12509         * modules/crypto/md2-tests: Moved from ../.
12510         * modules/crypto/md4: Moved from ../.
12511         * modules/crypto/md4-tests: Moved from ../.
12512         * modules/crypto/md5: Moved from ../.
12513         * modules/crypto/md5-tests: Moved from ../.
12514         * modules/crypto/memxor: Moved from ../.
12515         * modules/crypto/rijndael: Moved from ../.
12516         * modules/crypto/rijndael-tests: Moved from ../.
12517         * modules/crypto/sha1: Moved from ../.
12518
12519 2007-03-30  James Youngman  <jay@gnu.org>
12520
12521         * tests/test-stat-time.c (prepare_test): use chmod() rather than
12522         rename() to change the ctime of a file (because ctime is unaffected
12523         by rename on jfs2 on AIX 5.1).
12524         (main): Start by doing cleanup, in case a previous run failed leaving
12525         test files behind.
12526
12527 2007-03-31  Bruno Haible  <bruno@clisp.org>
12528
12529         Support old proprietary implementations of iconv.
12530         * modules/iconv_open: New file.
12531         * lib/iconv_.h: New file.
12532         * m4/iconv_h.m4: New file.
12533         * lib/iconv_open.c: New file.
12534         * lib/iconv_open-aix.gperf: New file.
12535         * lib/iconv_open-hpux.gperf: New file.
12536         * lib/iconv_open-irix.gperf: New file.
12537         * lib/iconv_open-osf.gperf: New file.
12538         * m4/iconv_open.m4: New file.
12539         * modules/linebreak (Depends-on): Add iconv_open.
12540         * modules/striconv (Depends-on): Likewise.
12541         * modules/striconveh (Depends-on): Likewise.
12542         * modules/unicodeio (Depends-on): Likewise.
12543         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
12544         (iconv_t)(-1).
12545         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
12546         conversion if cd is (iconv_t)(-1).
12547         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
12548         is not possible.
12549
12550 2007-03-31  Bruno Haible  <bruno@clisp.org>
12551
12552         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12553         work on Solaris either. Protect also second use of "autodetect_jp".
12554
12555 2007-03-31  Bruno Haible  <bruno@clisp.org>
12556
12557         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
12558         the function is not present.
12559
12560 2007-03-31  Bruno Haible  <bruno@clisp.org>
12561
12562         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
12563         the function is not present.
12564
12565 2007-03-31  Bruno Haible  <bruno@clisp.org>
12566
12567         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
12568         a bug in HP-UX iconv_open().
12569
12570 2007-03-31  Bruno Haible  <bruno@clisp.org>
12571
12572         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
12573         (Mathematics <math.h>): New section, add fpieee.
12574         (Input/output <stdio.h>): Add fseterr.
12575         (Mathematics <math.h>): New section, add printf-frexp.
12576         (Container data structures): Add sublist.
12577         (Core language properties): Add fpucw, inline.
12578         (Functions for greatest-width integer types <inttypes.h>): Add
12579         imaxabs, imaxdiv, inttypes.
12580         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
12581         isnanl-nolibm, ldexp.
12582         (Mathematics <math.h>): New section, add printf-frexpl.
12583         (Support for systems lacking POSIX:2001): Add fprintf-posix,
12584         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
12585         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
12586         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
12587         (Unicode string functions): Add unistr/u*-mbtoucr.
12588         (Java): Add javacomp-script, javaexec-script.
12589         (C#): Add csharpcomp-script, csharpexec-script.
12590         (Support for building libraries and executables): Add havelib,
12591         relocatable-*.
12592         (Support for maintaining and releasing projects): Renamed from
12593         'Support for maintaining and release projects'. Add announce-gen.
12594
12595 2007-03-31  Bruno Haible  <bruno@clisp.org>
12596
12597         * README: Talk primarily about git.
12598         (git and CVS): Renamed from CVS.
12599         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
12600         gnulib is available through git.
12601         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
12602
12603 2007-03-30  Bruno Haible  <bruno@clisp.org>
12604
12605         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
12606         * lib/poll_.h: Likewise.
12607         * lib/stat_.h: Likewise.
12608         * lib/sys_time_.h: Likewise.
12609         * lib/sysexit_.h: Likewise.
12610         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
12611         * lib/stdbool_.h: Likewise.
12612         * lib/byteswap_.h: Add double-inclusion guard.
12613
12614 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
12615
12616         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
12617
12618 2007-03-30  Karl Berry  <karl@gnu.org>
12619
12620         * config/srclist-update: double space after USA in the license
12621         substitution, since that's how it's usually (?) written.
12622
12623 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12624
12625         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
12626         reported by Bruno Haible.
12627
12628 2007-03-29  Bruno Haible  <bruno@clisp.org>
12629
12630         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
12631         a bug in AIX iconv().
12632
12633 2007-03-29  Bruno Haible  <bruno@clisp.org>
12634
12635         * modules/ldexpl-tests: New file.
12636         * tests/test-ldexpl.c: New file.
12637
12638 2007-03-29  Bruno Haible  <bruno@clisp.org>
12639
12640         * lib/ldexpl.c: Include fpucw.h.
12641         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
12642         multiplication.
12643         * modules/ldexpl (Depends-on): Add fpucw.
12644
12645 2007-03-29  Bruno Haible  <bruno@clisp.org>
12646
12647         * modules/ldexpl: New file.
12648         * m4/ldexpl.m4: New file.
12649         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
12650         set.
12651         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
12652         REPLACE_LDEXPL.
12653         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
12654         REPLACE_LDEXPL.
12655         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12656         gl_FUNC_LDEXPL_WORKS.
12657         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
12658         * modules/mathl (Files): Remove lib/ldexpl.c.
12659         (Depends-on): Add ldexpl.
12660
12661 2007-03-29  Bruno Haible  <bruno@clisp.org>
12662
12663         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
12664
12665 2007-03-29  Bruno Haible  <bruno@clisp.org>
12666
12667         * tests/test-striconveh.c (main): Don't assume that a direct conversion
12668         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
12669         and possibly also HP-UX.
12670         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12671         work on AIX, IRIX, HP-UX, OSF/1.
12672         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12673         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12674         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12675         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12676         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
12677         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12678
12679 2007-03-29  Bruno Haible  <bruno@clisp.org>
12680
12681         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
12682
12683 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12684
12685         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
12686         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
12687
12688 2007-03-29  Eric Blake  <ebb9@byu.net>
12689
12690         * lib/acl-internal.h: Remove redundant include.
12691         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
12692         Cygwin when a file is locked.
12693
12694 2007-03-29  Bruno Haible  <bruno@clisp.org>
12695
12696         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
12697         file.
12698         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
12699
12700 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12701
12702         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
12703         try to remove a parent directory if the child couldn't be removed
12704         (except for the first rmdir, which could fail because the child
12705         doesn't exist).  Problem reported by Jeff Blaine in
12706         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
12707
12708 2007-03-28  Bruno Haible  <bruno@clisp.org>
12709
12710         * lib/striconveh.c (utf8conv_carefully): New function.
12711         (mem_cd_iconveh_internal): Invoke it.
12712
12713 2007-03-28  Bruno Haible  <bruno@clisp.org>
12714
12715         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
12716         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
12717         input.
12718         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
12719         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
12720         unistr/u8-uctomb.
12721
12722 2007-03-28  Bruno Haible  <bruno@clisp.org>
12723
12724         * modules/unistr/u8-mbtoucr: New file.
12725         * lib/unistr/u8-mbtoucr.c: New file.
12726         * modules/unistr/u16-mbtoucr: New file.
12727         * lib/unistr/u16-mbtoucr.c: New file.
12728         * modules/unistr/u16-mbtoucr: New file.
12729         * lib/unistr/u16-mbtoucr.c: New file.
12730         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
12731
12732 2007-03-27  Simon Josefsson  <simon@josefsson.org>
12733             Bruno Haible  <bruno@clisp.org>
12734
12735         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
12736         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
12737         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
12738
12739         * m4/stdio_h.m4: Add stubs for vasprintf too.
12740
12741         * modules/stdio: Support vasprintf in sed command.
12742
12743         * modules/vasprintf: Depend on stdio for prototypes.  Remove
12744         vasprintf.h.  Add stdio module indicator.
12745
12746         * lib/stdio_.h: Declare asprintf and vasprintf, based on
12747         vasprintf.h.
12748
12749         * lib/vasprintf.h: File removed.
12750
12751         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
12752         * lib/vasprintf.c: Ditto.
12753         * lib/xvasprintf.c: Ditto.
12754         * tests/test-vasprintf-posix.c: Ditto.
12755         * tests/test-vasprintf.c: Ditto.
12756
12757 2007-03-27  Bruno Haible  <bruno@clisp.org>
12758
12759         Make vasnprintf multithread-safe.
12760         * lib/vasnprintf.c (decimal_point_char): New function.
12761         (VASNPRINTF): Use it.
12762         Suggested by Simon Josefsson.
12763
12764 2007-03-27  Eric Blake  <ebb9@byu.net>
12765
12766         Support sub-second birthtime on cygwin.
12767         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12768         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
12769         (get_stat_birthtime): Also work with st_birthtim.
12770
12771 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         * lib/stat-time.h (USE_BIRTHTIME): Remove.
12774         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
12775         (get_stat_birthtime_ns): Do not try to use "spare" fields.
12776         (get_stat_birthtime_ns): Simplify compile-time tests.
12777         (get_stat_birthtime): Change the API to look like
12778         get_stat_mtime etc., except return a negative tv_nsec on error.
12779         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
12780         Don't check for "spare" fields.
12781         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
12782         or for struct stat.st_birthtime, as these tests aren't used.
12783         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
12784
12785 2007-03-27  Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/stat-time.h: Include <sys/stat.h>.
12788
12789 2007-03-27  James Youngman  <jay@gnu.org>
12790
12791         * lib/stat-time.h (get_stat_birthtime): New function for
12792           retrieving st_birthtime as provided by UFS2 (hence *BSD).
12793         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
12794           and its variants.
12795         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
12796         * modules/stat-time-test: New file.
12797         * tests/test-stat-time.c: New test, devised by Bruno Haible.
12798
12799 2007-03-26  Bruno Haible  <bruno@clisp.org>
12800
12801         Better support of signalling NaNs.
12802         * lib/atanl.c: Include isnanl.h.
12803         (atanl): Perform test for NaN at the beginning of the function and
12804         through a call to isnanl.
12805         * lib/cosl.c: Include isnanl.h.
12806         (cosl): Perform test for NaN at the beginning of the function and
12807         through a call to isnanl.
12808         * lib/ldexpl.c: Include isnanl.h.
12809         (ldexpl): Perform test for NaN through a call to isnanl.
12810         * lib/logl.c: Include isnanl.h.
12811         (logl): Perform test for NaN at the beginning of the function and
12812         through a call to isnanl.
12813         * lib/sinl.c: Include isnanl.h.
12814         (sinl): Perform test for NaN at the beginning of the function and
12815         through a call to isnanl.
12816         * lib/sqrtl.c: Include isnanl.h.
12817         (sqrtl): Perform test for NaN at the beginning of the function and
12818         through a call to isnanl.
12819         * lib/tanl.c: Include isnanl.h.
12820         (tanl): Perform test for NaN at the beginning of the function and
12821         through a call to isnanl.
12822         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
12823         * modules/mathl (Depends-on): Add isnanl.
12824
12825 2007-03-26  Eric Blake  <ebb9@byu.net>
12826
12827         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
12828         regression in logic sense of previous patch.
12829
12830 2007-03-26  Bruno Haible  <bruno@clisp.org>
12831
12832         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
12833         unportable shell command "if ! ...".
12834         Reported by Ralf Wildenhues.
12835
12836 2007-03-25  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
12839         <sysexits.h> file, and only add EX_CONFIG.
12840         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
12841         absolute file name and whether it is sufficient. Substitute also
12842         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
12843         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
12844         ABSOLUTE_SYSEXITS_H into sysexits.h.
12845
12846 2007-03-25  Bruno Haible  <bruno@clisp.org>
12847
12848         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
12849         hints is NULL.
12850
12851 2007-03-25  Bruno Haible  <bruno@clisp.org>
12852
12853         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
12854         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
12855
12856 2007-03-25  Bruno Haible  <bruno@clisp.org>
12857
12858         * lib/vasnprintf.c: Include langinfo.h.
12859         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
12860         multithread-safe.
12861         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
12862         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
12863         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12864         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12865         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12866         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12867         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12868         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
12869         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12870         Reported by Simon Josefsson.
12871
12872 2007-03-25  Bruno Haible  <bruno@clisp.org>
12873
12874         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
12875         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
12876         * modules/vasnprintf (Depends-on): Add stdint.
12877
12878 2007-03-25  Bruno Haible  <bruno@clisp.org>
12879
12880         * modules/fpieee: New file.
12881         * m4/fpieee.m4: New file.
12882         * modules/isnan-nolibm (Depends-on): Add fpieee.
12883         * modules/isnanl-nolibm (Depends-on): Add fpieee.
12884         * modules/isnanl (Depends-on): Add fpieee.
12885
12886 2007-03-25  Bruno Haible  <bruno@clisp.org>
12887
12888         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
12889
12890 2007-03-25  Bruno Haible  <bruno@clisp.org>
12891
12892         Avoid test failures on IRIX 6.5.
12893         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
12894         (main): Use it.
12895         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
12896         macros.
12897         (main): Use them.
12898
12899 2007-03-25  Bruno Haible  <bruno@clisp.org>
12900
12901         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
12902         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
12903         exists but doesn't work.
12904         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
12905         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
12906         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
12907         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
12908
12909 2007-03-25  Bruno Haible  <bruno@clisp.org>
12910
12911         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
12912         returns inf. Needed on IRIX 6.5.
12913
12914 2007-03-25  Bruno Haible  <bruno@clisp.org>
12915
12916         * tests/test-frexpl.c: Include isnanl-nolibm.h.
12917         (main): Use isnanl instead of x != x idiom.
12918         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
12919
12920         * tests/test-frexp.c: Include isnan.h.
12921         (main): Use isnan instead of x != x idiom.
12922         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
12923
12924 2007-03-25  Bruno Haible  <bruno@clisp.org>
12925
12926         * tests/test-frexp.c (NaN): New function/macro.
12927         (main): Use it instead of 0.0 / 0.0.
12928         * tests/test-isnan.c (NaN): New function/macro.
12929         (main): Use it instead of 0.0 / 0.0.
12930         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12931         (test_function): Use it instead of 0.0 / 0.0.
12932         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12933         (test_function): Use it instead of 0.0 / 0.0.
12934         * tests/test-snprintf-posix.h (NaN): New function/macro.
12935         (test_function): Use it instead of 0.0 / 0.0.
12936         * tests/test-sprintf-posix.h (NaN): New function/macro.
12937         (test_function): Use it instead of 0.0 / 0.0.
12938         * tests/test-fprintf-posix.h (NaN): New function/macro.
12939         (test_function): Use it instead of 0.0 / 0.0.
12940         * tests/test-printf-posix.h (NaN): New function/macro.
12941         (test_function): Use it instead of 0.0 / 0.0.
12942
12943         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12944
12945 2007-03-25  Bruno Haible  <bruno@clisp.org>
12946
12947         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12948
12949 2007-03-25  Bruno Haible  <bruno@clisp.org>
12950
12951         * lib/regexec.c (merge_state_with_log): Make static.
12952
12953 2007-03-25  Bruno Haible  <bruno@clisp.org>
12954
12955         * lib/trigl.c (kernel_rem_pio2): Make static.
12956
12957 2007-03-25  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/sincosl.c (sincosl_table): Make static.
12960
12961 2007-03-25  Bruno Haible  <bruno@clisp.org>
12962
12963         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12964         if the compiler does not support C99.
12965
12966 2007-03-25  Bruno Haible  <bruno@clisp.org>
12967
12968         * modules/time (Makefile.am): Ensure all rule action lines start with a
12969         tab.
12970
12971 2007-03-24  Bruno Haible  <bruno@clisp.org>
12972
12973         * modules/tsearch-tests: New file.
12974         * tests/test-tsearch.sh: New file.
12975         * tests/test-tsearch.c: New file, mostly copied from glibc.
12976
12977         * modules/search-tests: New file.
12978         * tests/test-search.c: New file.
12979
12980         * modules/search: New file.
12981         * lib/search_.h: New file, incorporating lib/tsearch.h.
12982         * m4/search_h.m4: New file.
12983         * lib/tsearch.h: Remove file.
12984         * lib/tsearch.c: Include search.h instead of tsearch.h.
12985         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12986         HAVE_TSEARCH.
12987         * modules/tsearch (Files): Remove lib/tsearch.h.
12988         (Depends-on): Add search.
12989         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12990         (Include): Change tsearch.h into search.h.
12991
12992 2007-03-24  Bruno Haible  <bruno@clisp.org>
12993
12994         * modules/fpucw: New file.
12995         * lib/fpucw.h: New file.
12996         * lib/frexp.c: Include fpucw.h.
12997         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12998         (FUNC): Use them.
12999         * lib/printf-frexp.c: Include fpucw.h.
13000         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
13001         (FUNC): Use them.
13002         * lib/vasnprintf.c: Include fpucw.h.
13003         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
13004         'long double' calculations.
13005         * tests/test-frexpl.c: Include fpucw.h.
13006         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
13007         * tests/test-printf-frexpl.c: Include fpucw.h.
13008         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
13009         * modules/frexpl (Depends-on): Add fpucw.
13010         * modules/printf-frexpl (Depends-on): Likewise.
13011         * modules/fprintf-posix (Depends-on): Likewise.
13012         * modules/snprintf-posix (Depends-on): Likewise.
13013         * modules/sprintf-posix (Depends-on): Likewise.
13014         * modules/vasnprintf-posix (Depends-on): Likewise.
13015         * modules/vasprintf-posix (Depends-on): Likewise.
13016         * modules/vfprintf-posix (Depends-on): Likewise.
13017         * modules/vsnprintf-posix (Depends-on): Likewise.
13018         * modules/vsprintf-posix (Depends-on): Likewise.
13019         * modules/frexpl-tests (Depends-on): Likewise.
13020         * modules/printf-frexpl-tests (Depends-on): Likewise.
13021
13022 2007-03-24  Bruno Haible  <bruno@clisp.org>
13023
13024         * lib/float+.h: New file.
13025         * lib/isnan.c: Include float+.h.
13026         (SIZE): New macro.
13027         (FUNC): Compare only SIZE bytes of the value.
13028         * lib/vasnprintf.c: Include float+.h.
13029         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
13030         SIZEOF_LDBL or SIZEOF_DBL bytes.
13031         * modules/isnan-nolibm (Files): Add lib/float+.h.
13032         * modules/isnanl-nolibm (Files): Add lib/float+.h.
13033         * modules/isnanl (Files): Add lib/float+.h.
13034         * modules/vasnprintf (Files): Add lib/float+.h.
13035
13036 2007-03-24  Bruno Haible  <bruno@clisp.org>
13037
13038         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
13039         include isnanl-nolibm.h.
13040
13041 2007-03-24  Bruno Haible  <bruno@clisp.org>
13042
13043         * tests/test-read-file.c (main): Don't produce spurious output for
13044         expected situations. Make the test fail if it encountered unexpected
13045         results.
13046
13047 2007-03-24  Bruno Haible  <bruno@clisp.org>
13048
13049         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
13050         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
13051
13052 2007-03-24  Bruno Haible  <bruno@clisp.org>
13053
13054         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
13055
13056 2007-03-24  Bruno Haible  <bruno@clisp.org>
13057
13058         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
13059         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
13060
13061         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
13062         * modules/utf8-ucs4: Turn into a symbolic link to module
13063         unistr/u8-mbtouc.
13064
13065         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
13066         utf8-ucs4-unsafe.
13067         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
13068         unistr/u8-mbtouc-unsafe.
13069
13070         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
13071         * modules/utf16-ucs4: Turn into a symbolic link to module
13072         unistr/u16-mbtouc.
13073
13074         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
13075         utf16-ucs4-unsafe.
13076         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
13077         unistr/u16-mbtouc-unsafe.
13078
13079         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
13080         * modules/ucs4-utf8: Turn into a symbolic link to module
13081         unistr/u8-ubtomb.
13082
13083         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
13084         * modules/ucs4-utf16: Turn into a symbolic link to module
13085         unistr/u16-ubtomb.
13086
13087 2007-03-24  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
13090         Enable the function only if HAVE_INLINE.
13091         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
13092         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
13093         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
13094         Enable the function only if HAVE_INLINE.
13095         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
13096         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
13097         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
13098         Enable the function only if HAVE_INLINE.
13099         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
13100         Enable the function only if HAVE_INLINE.
13101         * modules/utf8-ucs4: Update.
13102         * modules/utf8-ucs4-unsafe: Update.
13103         * modules/utf16-ucs4: Update.
13104         * modules/utf16-ucs4-unsafe: Update.
13105         * modules/ucs4-utf8: Update.
13106         * modules/ucs4-utf16: Update.
13107
13108 2007-03-24  Bruno Haible  <bruno@clisp.org>
13109
13110         * lib/utf8-ucs4.h: Remove file.
13111         * lib/utf8-ucs4-unsafe.h: Remove file.
13112         * lib/utf16-ucs4.h: Remove file.
13113         * lib/utf16-ucs4-unsafe.h: Remove file.
13114         * lib/ucs4-utf8.h: Remove file.
13115         * lib/ucs4-utf16.h: Remove file.
13116         * lib/unistr.h: Include their previous contents.
13117         * m4/utf-ucs4.m4: Remove file.
13118         * m4/ucs4-utf.m4: Remove file.
13119         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
13120         (Depends-on): Add unistr/base.
13121         (configure.ac): Remove gl_UTF_UCS4.
13122         (Makefile.am): Update.
13123         (Include): Change to unistr.h.
13124         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
13125         (Depends-on): Add unistr/base.
13126         (configure.ac): Remove gl_UTF_UCS4.
13127         (Makefile.am): Update.
13128         (Include): Change to unistr.h.
13129         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
13130         (Depends-on): Add unistr/base.
13131         (configure.ac): Remove gl_UTF_UCS4.
13132         (Makefile.am): Update.
13133         (Include): Change to unistr.h.
13134         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
13135         (Depends-on): Add unistr/base.
13136         (configure.ac): Remove gl_UTF_UCS4.
13137         (Makefile.am): Update.
13138         (Include): Change to unistr.h.
13139         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
13140         (Depends-on): Add unistr/base.
13141         (configure.ac): Remove gl_UCS4_UTF.
13142         (Makefile.am): Update.
13143         (Include): Change to unistr.h.
13144         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
13145         (Depends-on): Add unistr/base.
13146         (configure.ac): Remove gl_UCS4_UTF.
13147         (Makefile.am): Update.
13148         (Include): Change to unistr.h.
13149         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
13150         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
13151         utf8-ucs4-unsafe.h.
13152         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
13153         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
13154         utf16-ucs4-unsafe.h.
13155         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
13156         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
13157         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
13158         * lib/unistr/u8-strchr.c: Likewise.
13159         * lib/unistr/u8-strrchr.c: Likewise.
13160         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
13161         * lib/unistr/u16-strchr.c: Likewise.
13162         * lib/unistr/u16-strrchr.c: Likewise.
13163         * lib/striconveh.c: Update.
13164         * lib/linebreak.c: Update.
13165
13166 2007-03-24  Bruno Haible  <bruno@clisp.org>
13167
13168         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
13169         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
13170
13171 2007-03-22  Bruno Haible  <bruno@clisp.org>
13172
13173         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
13174
13175 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13176
13177         * MODULES.html.sh (File system functions): New module write-any-file.
13178         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
13179         * m4/write-any-file.m4: New files.
13180
13181 2007-03-23  Eric Blake  <ebb9@byu.net>
13182
13183         * gnulib-tool: Rearrange space-tab sequences, since some editors
13184         like to eat them.
13185
13186 2007-03-23  Eric Blake  <ebb9@byu.net>
13187
13188         * lib/version-etc.c (version_etc_va): Update license wording to
13189         be more concise.  Recommended by Richard Stallman.
13190
13191 2007-03-22  Bruno Haible  <bruno@clisp.org>
13192
13193         * lib/poll.c (MSG_PEEK): New fallback definition.
13194
13195 2007-03-22  Bruno Haible  <bruno@clisp.org>
13196
13197         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
13198         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
13199         (main): Update.
13200         Fixes a compilation error on BeOS.
13201
13202 2007-03-22  Bruno Haible  <bruno@clisp.org>
13203
13204         * modules/frexpl-tests: New file.
13205         * tests/test-frexpl.c: New file.
13206
13207         * modules/frexpl: New file.
13208         * m4/frexpl.m4: New file.
13209         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
13210         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
13211         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
13212         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
13213         (Depends-on): Add frexpl. Remove isnanl-nolibm.
13214         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
13215
13216 2007-03-22  Bruno Haible  <bruno@clisp.org>
13217
13218         * lib/frexpl.c: Share code with lib/frexp.c.
13219         * modules/mathl (Files): Add lib/frexp.c.
13220         (Depends-on): Add isnanl-nolibm.
13221
13222 2007-03-22  Bruno Haible  <bruno@clisp.org>
13223
13224         * modules/printf-frexp (Files): Add m4/frexp.m4.
13225         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
13226         only if the found frexp function actually works.
13227
13228 2007-03-22  Bruno Haible  <bruno@clisp.org>
13229
13230         * lib/frexp.c: Remove older implementation that uses divisions.
13231
13232 2007-03-21  Bruno Haible  <bruno@clisp.org>
13233
13234         * modules/frexp-tests: New file.
13235         * tests/test-frexp.c: New file.
13236
13237         * modules/frexp: New file.
13238         * lib/frexp.c: New file.
13239         * m4/frexp.m4: New file.
13240         * lib/math_.h (frexp): New declaration.
13241         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
13242         REPLACE_FREXP.
13243         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
13244
13245 2007-03-21  Bruno Haible  <bruno@clisp.org>
13246
13247         * modules/isnanl-tests: New file.
13248         * tests/test-isnanl.c: New file.
13249
13250         * modules/isnanl: New file.
13251         * lib/isnanl.h: New file.
13252         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
13253         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
13254         gl_FUNC_ISNANL_WORKS.
13255         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
13256         New macros.
13257
13258 2007-03-21  Bruno Haible  <bruno@clisp.org>
13259
13260         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
13261         lib/isnanl.h.
13262         (Include): Update.
13263         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
13264         * lib/vasnprintf.c: Update.
13265         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
13266         tests/test-isnanl.h, remove tests/test-isnanl.c.
13267         (Makefile.am): Update.
13268         * tests/test-isnanl-nolibm.c: New file.
13269         * tests/test-isnanl.h: New file.
13270         * tests/test-isnanl.c: Remove file.
13271
13272 2007-03-21  Jim Meyering  <jim@meyering.net>
13273
13274         When trying to open ".", treat ESTALE like EACCES.
13275         * lib/savewd.c (savewd_save): Resort to forking not just upon
13276         failure with EACCES, but also when errno is ESTALE.
13277
13278 2007-03-20  Bruno Haible  <bruno@clisp.org>
13279
13280         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
13281         Needed on AIX 5.1. Reported by Matthew Woehlke.
13282
13283 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         Suggestions by Bruno Haible:
13286         * lib/acl-internal.h: Include "gettext.h" rather than rolling
13287         our own.
13288         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
13289         * modules/acl (Depends-on): Add gettext.
13290
13291 2007-03-19  Bruno Haible  <bruno@clisp.org>
13292
13293         * modules/iconvme: Remove file.
13294         * lib/iconvme.h: Remove file.
13295         * lib/iconvme.c: Remove file.
13296         * m4/iconvme.m4: Remove file.
13297
13298 2007-03-19  Bruno Haible  <bruno@clisp.org>
13299
13300         * doc/relocatable-maint.texi: Break long shell script line.
13301         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
13302
13303 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13304
13305         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
13306         handle file_has_acl.
13307         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
13308         * lib/acl.c: Move header inclusions and related macro defns into
13309         lib/acl-internal.h.
13310         (S_ISLNK): Remove defn, since that's now done for us.
13311         (file_has_acl): Move to lib/file-has-acl.c.
13312         Call acl_trivial if available.  This is the crucial part of the fix.
13313         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
13314         shared within the library.  Rewrite a bit, partly to make it compatible
13315         with the GNU coding style.
13316         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
13317         Remove unnecessary double-quotes.
13318         Don't test for acl_to_text; the build will catch that.
13319         Replace acl_entries if it doesn't exist and it is needed.
13320         Check for -lsec and acl_trivial (as used on Solaris 10).
13321         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
13322         lib/file-has-acl.c.
13323         (Depends-on): Add sys_stat, for S_ISLNK.
13324
13325 2007-03-19  Ben Pfaff  <blp@gnu.org>
13326
13327         * doc/gnulib.texi: Fix typos.
13328         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
13329
13330 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
13333         If size is zero here, buf must be zero.
13334
13335 2007-03-19  Simon Josefsson  <simon@josefsson.org>
13336
13337         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
13338         <bruno@clisp.org>.
13339
13340 2007-03-18  Bruno Haible  <bruno@clisp.org>
13341
13342         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
13343         Suggested by Eric Blake.
13344
13345 2007-03-18  Ben Pfaff  <blp@gnu.org>
13346
13347         * doc/relocatable.texi: Recommend using as prefix a directory
13348         that does not exist and will never be created.  Based on
13349         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
13350         and others.
13351
13352 2007-03-17  Bruno Haible  <bruno@clisp.org>
13353
13354         * lib/fchownat.c: Include lchown.h.
13355
13356 2007-03-17  Bruno Haible  <bruno@clisp.org>
13357
13358         Fix endless loop when the given allocated size was > INT_MAX.
13359         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
13360         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
13361         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
13362         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
13363         * lib/sprintf.c (sprintf): Likewise.
13364
13365 2007-03-17  Bruno Haible  <bruno@clisp.org>
13366
13367         * tests/test-argp-2.sh (func_compare): Output a context diff.
13368
13369 2007-03-17  Bruno Haible  <bruno@clisp.org>
13370
13371         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
13372         locale's decimal-point character.
13373
13374 2007-03-17  Bruno Haible  <bruno@clisp.org>
13375
13376         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
13377         before comparing it. Needed because on some platforms (e.g. x86) a
13378         'long double' occupies less bytes than sizeof (long double).
13379
13380 2007-03-17  Bruno Haible  <bruno@clisp.org>
13381
13382         * tests/test-crc.c (main): Make printf statements 64-bit clean.
13383         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
13384         * tests/test-getaddrinfo.c (simple): Likewise.
13385         * tests/test-read-file.c (main): Likewise.
13386
13387 2007-03-17  Bruno Haible  <bruno@clisp.org>
13388
13389         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
13390
13391 2007-03-17  Bruno Haible  <bruno@clisp.org>
13392
13393         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
13394         unused variable.
13395
13396 2007-03-17  Bruno Haible  <bruno@clisp.org>
13397
13398         * tests/test-c-strcasecmp.c: Include c-strcase.h.
13399         * tests/test-c-strncasecmp.c: Likewise.
13400
13401 2007-03-17  Bruno Haible  <bruno@clisp.org>
13402
13403         * modules/stdlib (Depends-on): Add unistd.
13404         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
13405         Needed for MacOS X 10.3.
13406
13407 2007-03-17  Bruno Haible  <bruno@clisp.org>
13408
13409         * lib/unistr/u-strdup.h: Include <stdlib.h>.
13410
13411 2007-03-17  Bruno Haible  <bruno@clisp.org>
13412
13413         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
13414
13415 2007-03-17  Bruno Haible  <bruno@clisp.org>
13416
13417         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
13418         to reflect files copied from gnulib (with or without modifications).
13419         Suggested by Jim Meyering.
13420
13421 2007-03-17  Eric Blake  <ebb9@byu.net>
13422
13423         * NEWS: Document stdlib change from 2007-02-18.
13424
13425 2007-03-17  Jim Meyering  <jim@meyering.net>
13426
13427         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
13428         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
13429         someone uses a name containing shell meta-characters.
13430         Reported by Alfred M. Szmidt.
13431
13432         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
13433
13434 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13435
13436         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
13437         and copy gettext configuration files only if configure.ac contains
13438         a use of AM_GNU_GETTEXT_VERSION.
13439
13440 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13441
13442         * build-aux/bootstrap (gnulib_name): New variable.
13443         (gnulib_tool_options): Use it.
13444
13445 2007-03-13  Simon Josefsson  <simon@josefsson.org>
13446
13447         * tests/test-des.c: Use new namespace.
13448
13449 2007-03-15  Bruno Haible  <bruno@clisp.org>
13450
13451         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
13452         Reported by James Youngman <jay@gnu.org>.
13453
13454 2007-03-15  Bruno Haible  <bruno@clisp.org>
13455
13456         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
13457         declared prototype. Needed with cc on OSF/1 5.1.
13458
13459 2007-03-15  Bruno Haible  <bruno@clisp.org>
13460
13461         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
13462         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
13463         (struct gl_list_implementation): Add dispose_fn argument to the
13464         'create_empty', 'create' methods.
13465         (struct gl_list_impl_base): Add field 'dispose_fn'.
13466         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
13467         argument.
13468         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
13469         dispose_fn argument.
13470         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
13471         dispose_fn on the dropped values.
13472         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
13473         dispose_fn argument.
13474         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
13475         dropped values.
13476         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
13477         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13478         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
13479         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13480         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
13481         argument.
13482         (gl_tree_list_free): Call dispose_fn on the dropped values.
13483         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
13484         the dropped values.
13485         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13486         Add dispose_fn argument.
13487         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
13488         Call dispose_fn on the dropped values.
13489         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
13490         Add dispose_fn argument.
13491         (gl_sublist_create): Initialize the 'dispose_fn' field.
13492         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
13493         * tests/test-array_list.c (main): Update.
13494         * tests/test-carray_list.c (main): Update.
13495         * tests/test-avltree_list.c (main): Update.
13496         * tests/test-rbtree_list.c (main): Update.
13497         * tests/test-avltreehash_list.c (main): Update.
13498         * tests/test-rbtreehash_list.c (main): Update.
13499         * tests/test-linked_list.c (main): Update.
13500         * tests/test-linkedhash_list.c (main): Update.
13501         * tests/test-array_oset.c (main): Update.
13502
13503 2007-03-15  Bruno Haible  <bruno@clisp.org>
13504
13505         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
13506         (gl_oset_create_empty): Add dispose_fn argument.
13507         (struct gl_oset_implementation): Add dispose_fn argument to
13508         'create_empty' method.
13509         (struct gl_oset_impl_base): Add dispose_fn field.
13510         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
13511         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
13512         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
13513         values.
13514         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
13515         (gl_tree_oset_free): Call dispose_fn on the dropped values.
13516         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13517         dropped value.
13518         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13519         dropped value.
13520         * tests/test-array_oset.c (main): Update.
13521         * tests/test-avltree_oset.c (main): Update.
13522         * tests/test-rbtree_oset.c (main): Update.
13523         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
13524
13525 2007-03-13  Bruno Haible  <bruno@clisp.org>
13526
13527         * tests/test-stdbool.c (i): Update after last patch.
13528
13529 2007-03-12  Bruno Haible  <bruno@clisp.org>
13530
13531         * lib/quotearg.c: Include <wctype.h> early, before the definition of
13532         the iswprint macro. Needed on Solaris 2.5.1.
13533
13534 2007-03-12  Bruno Haible  <bruno@clisp.org>
13535
13536         * tests/test-printf-frexp.c (main): Declare x as volatile.
13537
13538 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13539
13540         * doc/gnulib.texi (Build robot for gnulib): New section.
13541
13542 2007-03-12  Jim Meyering  <jim@meyering.net>
13543
13544         * build-aux/bootstrap: New file.
13545         * build-aux/bootstrap.conf: New file, from coreutils.
13546
13547 2007-03-11  Bruno Haible  <bruno@clisp.org>
13548
13549         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
13550
13551 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13552
13553         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
13554         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
13555         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
13556
13557 2007-03-11  Bruno Haible  <bruno@clisp.org>
13558
13559         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
13560         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
13561
13562 2007-03-11  Bruno Haible  <bruno@clisp.org>
13563
13564         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
13565         formula. Needed for SunPRO C 5.0.
13566
13567 2007-03-11  Bruno Haible  <bruno@clisp.org>
13568
13569         * modules/long-options (Depends-on): Add getopt.
13570
13571 2007-03-11  Bruno Haible  <bruno@clisp.org>
13572
13573         * modules/modechange (Depends-on): Add stdbool.
13574
13575 2007-03-11  Bruno Haible  <bruno@clisp.org>
13576
13577         * modules/i-ring (Depends-on): Add stdbool.
13578
13579 2007-03-11  Bruno Haible  <bruno@clisp.org>
13580
13581         * modules/gc-des (Depends-on): Add stdbool.
13582
13583 2007-03-11  Bruno Haible  <bruno@clisp.org>
13584
13585         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
13586
13587 2007-03-11  Bruno Haible  <bruno@clisp.org>
13588
13589         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
13590
13591 2007-03-11  Bruno Haible  <bruno@clisp.org>
13592
13593         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
13594
13595 2007-03-11  Bruno Haible  <bruno@clisp.org>
13596
13597         * lib/vasnprintf.c (sprintf): Undefine.
13598
13599 2007-03-11  Bruno Haible  <bruno@clisp.org>
13600
13601         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
13602         initializers in SunPRO C and Compaq C compilers.
13603
13604 2007-03-11  Bruno Haible  <bruno@clisp.org>
13605
13606         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
13607         decrementing code ANSI C compliant.
13608
13609 2007-03-11  Bruno Haible  <bruno@clisp.org>
13610
13611         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
13612         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
13613
13614 2007-03-11  Bruno Haible  <bruno@clisp.org>
13615
13616         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
13617         <stdbool.h> substitute doesn't pass.
13618
13619 2007-03-11  Bruno Haible  <bruno@clisp.org>
13620
13621         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
13622
13623 2007-03-11  Bruno Haible  <bruno@clisp.org>
13624
13625         * gnulib-tool (func_create_megatestdir): Create also an autobuild
13626         script, for submission to autobuild.josefsson.org.
13627
13628 2007-03-10  Bruno Haible  <bruno@clisp.org>
13629
13630         * modules/canonicalize-lgpl-tests: New file.
13631         * tests/test-canonicalize-lgpl.sh: New file.
13632         * tests/test-canonicalize-lgpl.c: New file.
13633
13634         * modules/c-strcase-tests: New file.
13635         * tests/test-c-strcase.sh: New file.
13636         * tests/test-c-strcasecmp.c: New file.
13637         * tests/test-c-strncasecmp.c: New file.
13638
13639         * modules/atexit-tests: New file.
13640         * tests/test-atexit.sh: New file.
13641         * tests/test-atexit.c: New file.
13642
13643 2007-03-10  Bruno Haible  <bruno@clisp.org>
13644
13645         * tests/test-binary-io.sh: Use temporary filenames that are not so
13646         likely to clash with those of other tests (in a parallel make).
13647         * tests/test-binary-io.c: Likewise.
13648
13649 2007-03-10  Bruno Haible  <bruno@clisp.org>
13650
13651         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
13652         fallback; use #error instead.
13653         Suggested by Simon Josefsson.
13654
13655 2007-03-10  Bruno Haible  <bruno@clisp.org>
13656
13657         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
13658         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
13659         first and the last.
13660
13661 2007-03-10  Bruno Haible  <bruno@clisp.org>
13662
13663         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
13664
13665 2007-03-10  Bruno Haible  <bruno@clisp.org>
13666
13667         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
13668         "make distcheck".
13669         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
13670         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
13671         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
13672
13673 2007-03-10  Bruno Haible  <bruno@clisp.org>
13674
13675         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
13676         variable.
13677         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
13678         variable.
13679
13680 2007-03-09  Eric Blake  <ebb9@byu.net>
13681         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
13682
13683         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
13684         types are not being provided by gnulib.
13685         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
13686         types are supported.
13687
13688 2007-03-10  Bruno Haible  <bruno@clisp.org>
13689
13690         * lib/stdio_.h (__attribute__): New macro.
13691         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
13692         vsprintf): Specify __attribute__ __format__ for GCC.
13693         Suggested by Eric Blake.
13694
13695 2007-03-09  Bruno Haible  <bruno@clisp.org>
13696
13697         * modules/printf-posix-tests: New file.
13698         * tests/test-printf-posix.sh: New file.
13699         * tests/test-printf-posix.c: New file.
13700
13701         * modules/printf-posix: New file.
13702         * lib/printf.c: New file.
13703         * m4/printf-posix-rpl.m4: New file.
13704         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
13705         REPLACE_PRINTF.
13706         * lib/stdio_.h (printf): New declaration.
13707         (format, __format__, ____printf____, ____scanf____, ____strftime____,
13708         ____strfmon____): New macros.
13709         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
13710         REPLACE_PRINTF.
13711
13712 2007-03-09  Bruno Haible  <bruno@clisp.org>
13713
13714         * tests/test-vasnprintf-posix2.sh: New file.
13715         * tests/test-vasnprintf-posix2.c: New file.
13716         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
13717         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13718         (Makefile.am): Activate test-vasnprintf-posix2.sh.
13719
13720         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
13721         a locale dependent decimal point, rather than always '.'.
13722
13723 2007-03-09  Eric Blake  <ebb9@byu.net>
13724
13725         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
13726         spite of platforms like Tandem/NSK that define it to -1.
13727
13728 2007-03-08  Bruno Haible  <bruno@clisp.org>
13729
13730         * modules/vprintf-posix-tests: New file.
13731         * tests/test-vprintf-posix.sh: New file.
13732         * tests/test-vprintf-posix.c: New file.
13733         * tests/test-printf-posix.h: New file.
13734
13735         * modules/vprintf-posix: New file.
13736         * lib/vprintf.c: New file.
13737         * m4/vprintf-posix.m4: New file.
13738         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
13739         REPLACE_VPRINTF.
13740         * lib/stdio_.h (vprintf): New declaration.
13741         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
13742         REPLACE_VPRINTF.
13743
13744 2007-03-08  Bruno Haible  <bruno@clisp.org>
13745
13746         * modules/fprintf-posix-tests: New file.
13747         * tests/test-fprintf-posix.sh: New file.
13748         * tests/test-fprintf-posix.c: New file.
13749
13750         * modules/fprintf-posix: New file.
13751         * lib/fprintf.c: New file.
13752         * m4/fprintf-posix.m4: New file.
13753         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
13754         REPLACE_FPRINTF.
13755         * lib/stdio_.h (fprintf): New declaration.
13756         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
13757         REPLACE_FPRINTF.
13758
13759 2007-03-08  Bruno Haible  <bruno@clisp.org>
13760
13761         * modules/vfprintf-posix-tests: New file.
13762         * tests/test-vfprintf-posix.sh: New file.
13763         * tests/test-vfprintf-posix.c: New file.
13764         * tests/test-fprintf-posix.h: New file.
13765         * tests/test-fprintf-posix.out: New file.
13766
13767         * modules/vfprintf-posix: New file.
13768         * lib/vfprintf.c: New file.
13769         * m4/vfprintf-posix.m4: New file.
13770         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
13771         REPLACE_VFPRINTF.
13772         * lib/stdio_.h (vfprintf): New declaration.
13773         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
13774         REPLACE_VFPRINTF.
13775
13776 2007-03-08  Bruno Haible  <bruno@clisp.org>
13777
13778         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
13779
13780 2007-03-08  Bruno Haible  <bruno@clisp.org>
13781
13782         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
13783         instead of 'expr' invocations.
13784         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13785         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13786         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13787         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13788         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13789         Suggested by Paul Eggert.
13790
13791 2007-03-08  Bruno Haible  <bruno@clisp.org>
13792
13793         * modules/fseterr-tests: New file.
13794         * tests/test-fseterr.c: New file.
13795
13796         * modules/fseterr: New file.
13797         * lib/fseterr.h: New file.
13798         * lib/fseterr.c: New file.
13799
13800 2007-03-08  Bruno Haible  <bruno@clisp.org>
13801
13802         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
13803         * lib/getopt_.h: Likewise.
13804         * lib/mbswidth.h: Likewise.
13805         * lib/setenv.h: Likewise.
13806         * lib/vasnprintf.h: Likewise.
13807         * lib/vasprintf.h: Likewise.
13808         * lib/verror.h: Likewise.
13809         * lib/xsetenv.h: Likewise.
13810         * lib/xvasprintf.h: Likewise.
13811
13812 2007-03-08  Jim Meyering  <jim@meyering.net>
13813
13814         * users.txt: Add parted.
13815
13816         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
13817
13818 2007-03-07  Bruno Haible  <bruno@clisp.org>
13819
13820         * m4/printf.m4: Make the shell script snippets copy&pastable.
13821
13822 2007-03-02  Bruno Haible  <bruno@clisp.org>
13823
13824         * lib/netinet_in_.h: New file.
13825         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
13826         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
13827         * modules/netinet_in (Files): Add lib/netinet_in_.h.
13828         (Depends-on): Add absolute-header.
13829         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
13830         into netinet/in.h.
13831
13832 2007-03-03  Bruno Haible  <bruno@clisp.org>
13833
13834         * lib/sys_select_.h: New file.
13835         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
13836         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
13837         * modules/sys_select (Files): Add lib/sys_select_.h.
13838         (Depends-on): Add absolute-header.
13839         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
13840         into sys/select.h.
13841
13842 2007-03-02  Bruno Haible  <bruno@clisp.org>
13843
13844         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
13845         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
13846         values.
13847         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
13848         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
13849         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
13850         * modules/sys_socket (Depends-on): Add absolute-header.
13851         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
13852         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
13853         (Include): Remove requirement of inclusion of <sys/types.h>.
13854
13855 2007-03-02  Bruno Haible  <bruno@clisp.org>
13856
13857         * lib/byteswap_.h (bswap_32): Fix formula.
13858
13859 2007-03-06  Bruno Haible  <bruno@clisp.org>
13860
13861         * modules/sprintf-posix-tests: New file.
13862         * tests/test-sprintf-posix.c: New file.
13863
13864         * modules/sprintf-posix: New file.
13865         * lib/sprintf.c: New file.
13866         * m4/sprintf-posix.m4: New file.
13867         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
13868         REPLACE_SPRINTF.
13869         * lib/stdio_.h (sprintf): New declaration.
13870         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
13871         REPLACE_SPRINTF.
13872
13873 2007-03-06  Bruno Haible  <bruno@clisp.org>
13874
13875         * modules/vsprintf-posix-tests: New file.
13876         * tests/test-vsprintf-posix.c: New file.
13877         * tests/test-sprintf-posix.h: New file.
13878
13879         * modules/vsprintf-posix: New file.
13880         * lib/vsprintf.c: New file.
13881         * m4/vsprintf-posix.m4: New file.
13882         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
13883         REPLACE_VSPRINTF.
13884         * lib/stdio_.h (vsprintf): New declaration.
13885         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
13886         REPLACE_VSPRINTF.
13887
13888 2007-03-06  Bruno Haible  <bruno@clisp.org>
13889
13890         * modules/vsnprintf (Depend-on): Remove minmax.
13891
13892 2007-03-06  Bruno Haible  <bruno@clisp.org>
13893
13894         * modules/snprintf-posix-tests: New file.
13895         * tests/test-snprintf-posix.c: New file.
13896
13897         * modules/snprintf-posix: New file.
13898         * m4/snprintf-posix.m4: New file.
13899         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
13900         gl_FUNC_SNPRINTF.
13901         (gl_FUNC_SNPRINTF): Invoke it.
13902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
13903         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
13904         is set.
13905         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
13906
13907 2007-03-06  Bruno Haible  <bruno@clisp.org>
13908
13909         * modules/vsnprintf-posix-tests: New file.
13910         * tests/test-vsnprintf-posix.c: New file.
13911         * tests/test-snprintf-posix.h: New file.
13912
13913         * modules/vsnprintf-posix: New file.
13914         * m4/vsnprintf-posix.m4: New file.
13915         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
13916         gl_FUNC_VSNPRINTF.
13917         (gl_FUNC_VSNPRINTF): Invoke it.
13918         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
13919         * lib/stdio_.h (vsnprintf): Define as a replacement if
13920         REPLACE_VSNPRINTF is set.
13921         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
13922
13923 2007-03-06  Bruno Haible  <bruno@clisp.org>
13924
13925         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
13926         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
13927
13928 2007-03-06  Bruno Haible  <bruno@clisp.org>
13929
13930         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13931         (asinl): Declare also if HAVE_DECL_ASINL is set.
13932         (atanl): Declare also if HAVE_DECL_ATANL is set.
13933         (ceill): Declare also if HAVE_DECL_CEILL is set.
13934         (cosl): Declare also if HAVE_DECL_COSL is set.
13935         (expl): Declare also if HAVE_DECL_EXPL is set.
13936         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13937         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13938         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13939         (logl): Declare also if HAVE_DECL_LOGL is set.
13940         (sinl): Declare also if HAVE_DECL_SINL is set.
13941         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13942         (tanl): Declare also if HAVE_DECL_TANL is set.
13943         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13944         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13945         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13946         declaration of frexpl, ldexpl.
13947         * modules/printf-frexpl (Depends-on): Add math.
13948         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13949
13950 2007-03-05  Bruno Haible  <bruno@clisp.org>
13951
13952         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13953         frexpl and ldexpl are declared.
13954         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13955
13956 2007-03-05  Bruno Haible  <bruno@clisp.org>
13957
13958         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13959         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13960
13961 2007-03-05  Bruno Haible  <bruno@clisp.org>
13962
13963         * lib/stdio_.h: Include <stddef.h>.
13964
13965 2007-03-05  Bruno Haible  <bruno@clisp.org>
13966
13967         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13968
13969 2007-03-05  Bruno Haible  <bruno@clisp.org>
13970
13971         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13972         NetBSD 4, from Ralf Wildenhues.
13973
13974 2007-03-04  Bruno Haible  <bruno@clisp.org>
13975
13976         * lib/vasprintf.h: Update #if logic for the case when the functions
13977         exist but are overridden.
13978
13979 2007-03-04  Bruno Haible  <bruno@clisp.org>
13980
13981         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13982         implementations: glibc-2.4 and MacOS X 10.3.
13983         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13984         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13985         * tests/test-vasprintf-posix.c (test_function): Likewise.
13986
13987 2007-03-04  Bruno Haible  <bruno@clisp.org>
13988
13989         * modules/vasprintf-posix-tests: New file.
13990         * tests/test-vasprintf-posix.c: New file.
13991
13992         * modules/vasprintf-posix: New file.
13993         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13994         defined.
13995         * m4/vasprintf-posix.m4: New file.
13996         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13997         gl_FUNC_VASPRINTF.
13998         (gl_FUNC_VASPRINTF): Invoke it.
13999         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
14000         here.
14001         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
14002
14003 2007-03-04  Bruno Haible  <bruno@clisp.org>
14004
14005         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
14006         REPLACE_GETTIMEOFDAY.
14007         * modules/sys_time (Makefile.am): Likewise.
14008         * m4/sys_time_h.m4: Likewise.
14009         * m4/gettimeofday.m4: Likewise.
14010
14011 2007-03-04  Bruno Haible  <bruno@clisp.org>
14012
14013         * modules/vasnprintf-posix-tests: New file.
14014         * tests/test-vasnprintf-posix.c: New file.
14015
14016         * modules/vasnprintf-posix: New file.
14017         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
14018         printf-frexpl.h.
14019         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
14020         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
14021         REPLACE_VASNPRINTF is defined.
14022         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
14023         gl_FUNC_VASNPRINTF.
14024         (gl_FUNC_VASNPRINTF): Invoke it.
14025         * m4/vasnprintf-posix.m4: New file.
14026         * m4/printf.m4: New file.
14027
14028 2007-03-04  Bruno Haible  <bruno@clisp.org>
14029
14030         Compile progreloc.c only if --enable-relocatable is specified.
14031         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
14032         if --enable-relocatable was specified.
14033         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
14034         lib_SOURCES.
14035
14036 2007-03-04  Jim Meyering  <jim@meyering.net>
14037
14038         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
14039         Use it consistently, rather than enumerating errno constants.
14040
14041 2007-03-04  Bruno Haible  <bruno@clisp.org>
14042
14043         * modules/xvasprintf-tests: New file.
14044         * tests/test-xvasprintf.c: New file.
14045
14046         * modules/vasprintf-tests: New file.
14047         * tests/test-vasprintf.c: New file.
14048
14049         * modules/vasnprintf-tests: New file.
14050         * tests/test-vasnprintf.c: New file.
14051
14052         * modules/vsnprintf-tests: New file.
14053         * tests/test-vsnprintf.c: New file.
14054
14055         * modules/snprintf-tests: New file.
14056         * tests/test-snprintf.c: New file.
14057
14058 2007-03-04  Bruno Haible  <bruno@clisp.org>
14059
14060         Compile relocatable.c only if --enable-relocatable is specified.
14061         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
14062         gl_RELOCATABLE_LIBRARY.
14063         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
14064         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
14065         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
14066         gl_RELOCATABLE_LIBRARY.
14067         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
14068         (Makefile.am): Remove lib_SOURCES.
14069         * modules/relocatable-lib-lgpl (configure.ac): Invoke
14070         gl_RELOCATABLE_LIBRARY.
14071         (Makefile.am): Remove lib_SOURCES.
14072         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
14073         always.
14074         * modules/relocatable-prog-wrapper (configure.ac): Invoke
14075         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
14076
14077 2007-03-04  Bruno Haible  <bruno@clisp.org>
14078
14079         * modules/argmatch-tests: New file.
14080         * tests/test-argmatch.c: New file.
14081
14082         * tests/test-allocsa.c (main): Halve the number of loop runs.
14083
14084         * modules/alloca-opt-tests: New file.
14085         * tests/test-alloca-opt.c: New file.
14086
14087 2007-03-04  Jim Meyering  <jim@meyering.net>
14088
14089         Work around difference between Linux ACLs and Solaris 10 ZFS.
14090         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
14091         for EINVAL.
14092
14093 2007-03-03  Bruno Haible  <bruno@clisp.org>
14094
14095         * modules/relocatable-prog (Depends-on): Add back progreloc's
14096         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
14097
14098 2007-03-03  Bruno Haible  <bruno@clisp.org>
14099
14100         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
14101         * modules/relocatable-lib: New file.
14102
14103 2007-03-03  Bruno Haible  <bruno@clisp.org>
14104
14105         * modules/relocatable-prog: Renamed from modules/relocatable.
14106         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
14107
14108 2007-03-03  Bruno Haible  <bruno@clisp.org>
14109
14110         * modules/relocatable-script (Files): Add doc/relocatable.texi,
14111         m4/relocatable-lib.m4.
14112         (Depends-on): Remove 'relocatable'.
14113         (configure.ac): Add gl_RELOCATABLE_NOP.
14114
14115 2007-03-03  Bruno Haible  <bruno@clisp.org>
14116
14117         * modules/relocatable-prog-wrapper: New file.
14118         * modules/relocatable (Depends-on): Add it. Remove all other
14119         dependencies except progname.
14120         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
14121
14122         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
14123         (gl_FUNC_STRERROR): Nop.
14124         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
14125
14126         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
14127         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
14128
14129         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
14130         (gl_FUNC_READLINK): Update.
14131
14132         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
14133
14134 2007-03-03  Bruno Haible  <bruno@clisp.org>
14135
14136         * lib/xreadlink.c: Include <unistd.h> unconditionally.
14137         * modules/xreadlink (Depends-on): Add unistd.
14138         * modules/xreadlink-with-size (Depends-on): Likewise.
14139
14140 2007-03-03  Bruno Haible  <bruno@clisp.org>
14141
14142         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
14143         extracted from gt_FUNC_SETENV.
14144         (gt_FUNC_SETENV): Remove macro.
14145         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
14146         remove gt_FUNC_SETENV.
14147
14148 2007-03-03  Bruno Haible  <bruno@clisp.org>
14149
14150         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
14151         ENABLE_RELOCATABLE here.
14152         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
14153
14154 2007-03-03  Bruno Haible  <bruno@clisp.org>
14155
14156         * modules/rbtreehash-list-tests (Depends-on): Add progname.
14157         * tests/test-rbtreehash_list.c: Include progname.h.
14158         (main): Call set_program_name.
14159
14160         * modules/rbtree-oset-tests (Depends-on): Add progname.
14161         * tests/test-rbtree_oset.c: Include progname.h.
14162         (main): Call set_program_name.
14163
14164         * modules/rbtree-list-tests (Depends-on): Add progname.
14165         * tests/test-rbtree_list.c: Include progname.h.
14166         (main): Call set_program_name.
14167
14168         * modules/linked-list-tests (Depends-on): Add progname.
14169         * tests/test-linked_list.c: Include progname.h.
14170         (main): Call set_program_name.
14171
14172 2007-03-03  Bruno Haible  <bruno@clisp.org>
14173
14174         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
14175         All uses of __restrict changed to _Restrict_.
14176         * lib/glob_.h (__restrict): Remove macro.
14177
14178 2007-03-02  Bruno Haible  <bruno@clisp.org>
14179
14180         * modules/gettext (configure.ac): Require gettext infrastructure
14181         from version 0.16.1.
14182
14183 2007-03-02  Bruno Haible  <bruno@clisp.org>
14184
14185         * modules/linkedhash-list-tests (Depends-on): Add progname.
14186         * tests/test-linkedhash_list.c: Include progname.h.
14187         (main): Call set_program_name.
14188
14189         * modules/carray-list-tests (Depends-on): Add progname.
14190         * tests/test-carray_list.c: Include progname.h.
14191         (main): Call set_program_name.
14192
14193         * modules/avltreehash-list-tests (Depends-on): Add progname.
14194         * tests/test-avltreehash_list.c: Include progname.h.
14195         (main): Call set_program_name.
14196
14197         * modules/avltree-oset-tests (Depends-on): Add progname.
14198         * tests/test-avltree_oset.c: Include progname.h.
14199         (main): Call set_program_name.
14200
14201         * modules/avltree-list-tests (Depends-on): Add progname.
14202         * tests/test-avltree_list.c: Include progname.h.
14203         (main): Call set_program_name.
14204
14205         * modules/array-oset-tests (Depends-on): Add progname.
14206         * tests/test-array_oset.c: Include progname.h.
14207         (main): Call set_program_name.
14208
14209         * modules/array-list-tests (Depends-on): Add progname.
14210         * tests/test-array_list.c: Include progname.h.
14211         (main): Call set_program_name.
14212
14213         * modules/argp-tests (Depends-on): Add progname.
14214         * tests/test-argp.c: Include argp.h first. Include progname.h.
14215         (main): Call set_program_name.
14216
14217 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
14218
14219         * doc/gnulib-tool.texi (Initial import): Reword description of
14220         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
14221         limited effect even if defined after the first system include.
14222
14223 2007-03-01  Bruno Haible  <bruno@clisp.org>
14224
14225         * build-aux/config.libpath: Update to libtool-1.5.22.
14226         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14227
14228 2007-03-01  Bruno Haible  <bruno@clisp.org>
14229
14230         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
14231         foo_CFLAGS.
14232         Reported by Ralf Wildenhues.
14233
14234 2007-03-01  Bruno Haible  <bruno@clisp.org>
14235
14236         * build-aux/install-reloc: Remove object files left over by some
14237         compilers.
14238         Reported by Ralf Wildenhues.
14239
14240 2007-03-01  Bruno Haible  <bruno@clisp.org>
14241
14242         * build-aux/install-reloc: Break long lines.
14243
14244 2007-03-01  Bruno Haible  <bruno@clisp.org>
14245
14246         * doc/relocatable.texi: Document that it may not work on OpenBSD.
14247         Reported by Ralf Wildenhues.
14248
14249 2007-03-01  Bruno Haible  <bruno@clisp.org>
14250
14251         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
14252         include ordering constraints.
14253
14254 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
14257         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
14258         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
14259         as another example.
14260         * lib/time_.h: Fix misspelling.
14261         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14262         Require gl_HEADER_TIME_H_DEFAULTS.
14263         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
14264         * m4/time_r.m4 (gl_TIME_R): Likewise.
14265         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
14266
14267 2007-03-01  Bruno Haible  <bruno@clisp.org>
14268
14269         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
14270         * m4/utimens.m4 (gl_UTIMENS): Likewise.
14271
14272 2007-03-01  Jim Meyering  <jim@meyering.net>
14273
14274         * modules/xreadlink (Maintainer): Add my name.
14275         * modules/xreadlink-with-size (Depends-on): Alphabetize.
14276
14277 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
14278             Bruno Haible  <bruno@clisp.org>
14279
14280         * build-aux/install-reloc: Compile also c-ctype.c.
14281         * build-aux/relocatable.sh.in: New file.
14282         * doc/relocatable.texi: New file.
14283         * doc/relocatable-maint.texi: New file.
14284         * doc/gnulib.texi: Include relocatable-maint.texi.
14285         * lib/progreloc.c: Include unistd.h unconditionally.
14286         * lib/relocwrapper.c: Include unistd.h unconditionally.
14287         Include c-ctype.h.
14288         (add_dotbin): Use c_tolower.
14289         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
14290         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
14291         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
14292         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
14293         to m4/relocatable-lib.m4.
14294         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
14295         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
14296         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
14297         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
14298         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
14299         * modules/relocatable: New file.
14300         * modules/relocatable-lib: New file.
14301         * modules/relocatable-script: New file.
14302
14303 2007-02-28  Bruno Haible  <bruno@clisp.org>
14304
14305         Import --enable-relocatable infrastructure.
14306         * build-aux/config.libpath: New file, from GNU gettext.
14307         * build-aux/install-reloc: New file, from GNU gettext.
14308         * build-aux/reloc-ldflags: New file, from GNU gettext.
14309         * lib/relocatable.h: New file, from GNU gettext.
14310         * lib/relocatable.c: New file, from GNU gettext.
14311         * lib/relocwrapper.c: New file, from GNU gettext.
14312         * m4/relocatable.m4: New file, from GNU gettext.
14313
14314 2007-02-28  Bruno Haible  <bruno@clisp.org>
14315
14316         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
14317
14318         * modules/xreadlink: New file, from GNU gettext with modifications.
14319         * lib/xreadlink.c: New file, from GNU gettext.
14320         * lib/xreadlink.h: Add comments.
14321         (xreadlink): New declaration.
14322
14323         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
14324         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
14325         lib/xreadlink-with-size.c.
14326         (configure.ac): Remove gl_XREADLINK invocation.
14327         (Makefile.am): Augment lib_SOURCES.
14328         * m4/xreadlink.m4: Remove file.
14329         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
14330         (xreadlink_with_size): Renamed from xreadink.
14331         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
14332         * modules/canonicalize (Depends-on): Replace xreadlink with
14333         xreadlink-with-size.
14334         * lib/canonicalize.c (canonicalize_filename_mode): Update.
14335
14336 2007-02-25  Jim Meyering  <jim@meyering.net>
14337
14338         * build-aux/announce-gen: When complaining about excess arguments,
14339         list them.
14340
14341 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14342
14343         * README: Document signed integer overflow situation more
14344         accurately.
14345
14346 2007-02-25  Bruno Haible  <bruno@clisp.org>
14347
14348         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
14349         'a' or 'A' conversion.
14350
14351 2007-02-25  Bruno Haible  <bruno@clisp.org>
14352
14353         * modules/filename: Renamed from modules/pathname.
14354         (Files): Replace lib/pathname.h with lib/filename.h. Replace
14355         lib/concatpath.c with lib/concat-filename.c.
14356         (Makefile.am): Update.
14357         (Include): Replace pathname.h with filename.h.
14358         * lib/filename.h: Renamed from lib/pathname.h.
14359         (concatenated_filename): Renamed from concatenated_pathname.
14360         * lib/concat-filename.c: Renamed from lib/concatpath.c.
14361         (concatenated_filename): Renamed from concatenated_pathname.
14362         * lib/findprog.c: Include filename.h instead of pathname.h.
14363         (find_in_path): Update.
14364         * lib/javacomp.c: Include filename.h instead of pathname.h.
14365         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
14366         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
14367         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
14368         is_oldgcj_14_13_usable, is_javac_usable): Update.
14369         * lib/javaexec.c: Include filename.h instead of pathname.h.
14370         (execute_java_class): Update.
14371         * modules/findprog: Update.
14372         * modules/javacomp: Update.
14373         * modules/javaexec: Update.
14374         * MODULES.html.sh (File system functions): Add 'filename', remove
14375         'pathname'.
14376
14377 2007-02-25  Bruno Haible  <bruno@clisp.org>
14378
14379         * modules/printf-frexpl-tests: New file.
14380         * tests/test-printf-frexpl.c: New file.
14381
14382         * modules/printf-frexpl: New file.
14383         * lib/printf-frexpl.h: New file.
14384         * lib/printf-frexpl.c: New file.
14385         * m4/printf-frexpl.m4: New file.
14386
14387 2007-02-25  Bruno Haible  <bruno@clisp.org>
14388
14389         * modules/printf-frexp-tests: New file.
14390         * tests/test-printf-frexp.c: New file.
14391
14392         * modules/printf-frexp: New file.
14393         * lib/printf-frexp.h: New file.
14394         * lib/printf-frexp.c: New file.
14395         * m4/printf-frexp.m4: New file.
14396
14397 2007-02-25  Bruno Haible  <bruno@clisp.org>
14398
14399         Assume automake >= 1.10 for the tests.
14400         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
14401         * modules/arctwo-tests: Likewise.
14402         * modules/argp-tests: Likewise.
14403         * modules/avltree-list-tests: Likewise.
14404         * modules/avltree-oset-tests: Likewise.
14405         * modules/avltreehash-list-tests: Likewise.
14406         * modules/carray-list-tests: Likewise.
14407         * modules/crc-tests: Likewise.
14408         * modules/des-tests: Likewise.
14409         * modules/gc-arcfour-tests: Likewise.
14410         * modules/gc-arctwo-tests: Likewise.
14411         * modules/gc-des-tests: Likewise.
14412         * modules/gc-hmac-md5-tests: Likewise.
14413         * modules/gc-hmac-sha1-tests: Likewise.
14414         * modules/gc-md2-tests: Likewise.
14415         * modules/gc-md4-tests: Likewise.
14416         * modules/gc-md5-tests: Likewise.
14417         * modules/gc-pbkdf2-sha1-tests: Likewise.
14418         * modules/gc-rijndael-tests: Likewise.
14419         * modules/gc-sha1-tests: Likewise.
14420         * modules/gc-tests: Likewise.
14421         * modules/getaddrinfo-tests: Likewise.
14422         * modules/hmac-md5-tests: Likewise.
14423         * modules/hmac-sha1-tests: Likewise.
14424         * modules/linked-list-tests: Likewise.
14425         * modules/linkedhash-list-tests: Likewise.
14426         * modules/lock-tests: Likewise.
14427         * modules/md2-tests: Likewise.
14428         * modules/md4-tests: Likewise.
14429         * modules/md5-tests: Likewise.
14430         * modules/rbtree-list-tests: Likewise.
14431         * modules/rbtree-oset-tests: Likewise.
14432         * modules/rbtreehash-list-tests: Likewise.
14433         * modules/read-file-tests: Likewise.
14434         * modules/rijndael-tests: Likewise.
14435         * modules/stdint-tests: Likewise.
14436         * modules/tls-tests: Likewise.
14437
14438 2007-02-24  Bruno Haible  <bruno@clisp.org>
14439
14440         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
14441         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
14442         function; instead check whether isnan with a double argument links.
14443         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
14444         function; instead check whether isnan with a 'long double' argument
14445         links.
14446         Reported by Eric Blake <ebb9@byu.net>.
14447
14448 2007-02-24  Bruno Haible  <bruno@clisp.org>
14449
14450         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
14451         defined.
14452         * lib/isnanl.c: Remove all code. Just include isnan.c.
14453         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
14454
14455 2007-02-25  Jim Meyering  <jim@meyering.net>
14456
14457         Avoid conflicting types for 'unsetenv' on FreeBSD.
14458         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
14459         conflicting with FreeBSD's (5.0 and 6.1) function declaration
14460         in stdlib.h.
14461
14462 2007-02-24  Bruno Haible  <bruno@clisp.org>
14463
14464         * modules/isnanl-nolibm-tests: New file.
14465         * tests/test-isnanl.c: New file.
14466
14467         * modules/isnanl-nolibm: New file.
14468         * lib/isnanl.h: New file.
14469         * lib/isnanl.c: New file.
14470         * m4/isnanl.m4: New file.
14471
14472 2007-02-24  Bruno Haible  <bruno@clisp.org>
14473
14474         * modules/isnan-nolibm-tests: New file.
14475         * tests/test-isnan.c: New file.
14476
14477         * modules/isnan-nolibm: New file.
14478         * lib/isnan.h: New file.
14479         * lib/isnan.c: New file.
14480         * m4/isnan.m4: New file.
14481
14482 2007-02-24  Bruno Haible  <bruno@clisp.org>
14483
14484         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
14485         assume that an exponent fits in 20 bits.
14486
14487 2007-02-24  Jim Meyering  <jim@meyering.net>
14488
14489         * m4/regex.m4: Update the description of the configure-time option,
14490         --without-included-regex, to state accurately what the defaults are,
14491         and perhaps to give people an idea why using this option is risky.
14492
14493 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14494
14495         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
14496         loops on small arguments.  This attempts to avoid the problem
14497         Bruno Haible reported for AIX 4.3.2 in
14498         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
14499
14500 2007-02-23  Bruno Haible  <bruno@clisp.org>
14501
14502         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
14503         Needed for help2man.
14504
14505 2007-02-23  Karl Berry  <karl@gnu.org>
14506
14507         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
14508         exists, foo.h should be cvs-ignored, not committed.
14509
14510 2007-02-23  Eric Blake  <ebb9@byu.net>
14511
14512         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
14513         * lib/stat-time.h (includes): Likewise.
14514         * lib/utimecmp.c (includes): Likewise.
14515         * lib/utimens.h (includes): Likewise.
14516         * lib/getdate.y (includes): Also include "timespec.h" for use
14517         internal to the module.
14518         * modules/utimens (Depends-on): Revert yesterday's patch.
14519         * modules/nanosleep (Depends-on): Add missing dependency.
14520
14521 2007-02-22  Bruno Haible  <bruno@clisp.org>
14522
14523         * lib/glob.c: Don't include getlogin_r.h.
14524
14525 2007-02-22  Jim Meyering  <jim@meyering.net>
14526
14527         * modules/utimens (Depends-on): Add timespec, required for
14528         utimens.h's inclusion of timespec.h.
14529
14530 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
14531
14532         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
14533         long unreadable paths in GNU/Linux.  Problem reported by Andreas
14534         Schwab in
14535         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
14536         I'll try to think of a better way to fix the Solaris problem.
14537
14538         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
14539         like glibc; on Solaris 10, it fails with errno == EINVAL.
14540         POSIX says the behavior is unspecified if the first argument is NULL,
14541         so play it safe and never pass NULL to the system getcwd.
14542
14543 2007-02-21  Jim Meyering  <jim@meyering.net>
14544
14545         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
14546         of gettimeofday.  It would conflict with the one now always
14547         provided via sys_time_.h.  Reported by Matthew Woehlke, as
14548         an IRIX 6.5 build failure.
14549
14550 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         Minor fixups to port to Solaris 10 with Sun C 5.8.
14553         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
14554         * modules/getcwd (Depends-on): Add dirfd.
14555         * lib/putenv.c (putenv): #undef it.
14556         (rpl_putenv): New decl.
14557         (malloc, free): Include <stdlib.h> rather than prototyping separately.
14558
14559 2007-02-20  Bruno Haible  <bruno@clisp.org>
14560
14561         * modules/stdio-tests: New file.
14562         * tests/test-stdio.c: New file.
14563
14564         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
14565         (Depends-on): Add stdio.
14566         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14567         (Include): Use <stdio.h> instead of vsnprintf.h.
14568         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14569         HAVE_DECL_VSNPRINTF.
14570         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
14571
14572         * modules/snprintf (Files): Remove lib/snprintf.h.
14573         (Depends-on): Add stdio.
14574         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14575         (Include): Use <stdio.h> instead of snprintf.h.
14576         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14577         HAVE_DECL_SNPRINTF.
14578         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
14579         * lib/getaddrinfo.c: Likewise.
14580
14581         * modules/stdio: New file.
14582         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
14583         * lib/snprintf.h: Remove file.
14584         * lib/vsnprintf.h: Remove file.
14585         * lib/.cppi-disable: Remove snprintf.h.
14586         * m4/stdio_h.m4: New file.
14587         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
14588
14589 2007-02-20  Jim Meyering  <jim@meyering.net>
14590
14591         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
14592         used by e.g., mingw.  From Bruno Haible.
14593
14594 2007-02-19  Bruno Haible  <bruno@clisp.org>
14595
14596         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
14597         warnings.
14598         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14599
14600 2007-02-19  Bruno Haible  <bruno@clisp.org>
14601
14602         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
14603         from mingw users.
14604
14605 2007-02-19  Bruno Haible  <bruno@clisp.org>
14606
14607         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
14608         warnings.
14609         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
14610
14611 2007-02-19  Jim Meyering  <jim@meyering.net>
14612
14613         Don't use FD after a successful "fdopendir (fd)".
14614         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
14615         Reset it by calling dirfd on the just-obtained DIR*.
14616
14617         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
14618         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
14619
14620 2007-02-18  Bruno Haible  <bruno@clisp.org>
14621
14622         * lib/readlink.c: Include <unistd.h>.
14623         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
14624         HAVE_READLINK.
14625         * modules/readlink (Depends-on): Add unistd.
14626         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14627         (Include): Add <unistd.h>.
14628
14629         * lib/getlogin_r.h: Remove file.
14630         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
14631         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
14632         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
14633         HAVE_DECL_GETLOGIN_R.
14634         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
14635         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14636         (Include): Use <unistd.h> instead of getlogin_r.h.
14637
14638         * lib/getcwd.h: Remove file.
14639         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
14640         * lib/xgetcwd.c: Likewise.
14641         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
14642         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
14643         * modules/getcwd (Files): Remove lib/getcwd.h.
14644         (Depends-on): Add unistd.
14645         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14646         (Include): Use <unistd.h> instad of getcwd.h.
14647
14648         * lib/ftruncate.c: Include <unistd.h> first.
14649         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
14650         Set HAVE_FTRUNCATE.
14651         * modules/ftruncate (Depends-on): Add unistd.
14652         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14653
14654         * lib/fchdir.c: Include <unistd.h> first.
14655         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
14656         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
14657         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
14658         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14659         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
14660
14661         * lib/dup2.c: Include <unistd.h> first.
14662         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
14663         HAVE_DUP2.
14664         * modules/dup2 (Depends-on): Add unistd.
14665         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14666
14667         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
14668         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
14669         REPLACE_CHOWN. Don't define chown as a macro here.
14670         * modules/chown (Depends-on): Add unistd.
14671         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14672
14673         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
14674         Add definition for GL_LINK_WARNING.
14675         (chown, dup2): New declarations.
14676         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
14677         link warning.
14678         (ftruncate): New declaration.
14679         (getcwd): New declaration, taken from old getcwd.h.
14680         (getlogin_r): New declaration, taken from old getlogin_r.h.
14681         (readlink): New declaration.
14682         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
14683         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
14684         (gl_PREREQ_UNISTD): Remove macro.
14685         (gl_UNISTD_MODULE_INDICATOR): New macro.
14686         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
14687         many new variables. Don't set UNISTD_H.
14688         * modules/unistd (Description): Change.
14689         (Depends-on): Add link-warning.
14690         (configure.ac): Update.
14691         (Makefile.am): Create unistd.h always. Substitute many new variables
14692         into it.
14693
14694 2007-02-18  Bruno Haible  <bruno@clisp.org>
14695
14696         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
14697         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
14698         HAVE_GETSUBOPT.
14699         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
14700         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
14701         * lib/getsubopt.h: Remove file.
14702         * modules/getsubopt (Files): Remove lib/getsubopt.h.
14703         (Depends-on): Add stdlib.
14704         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14705         (Includes): Use <stdlib.h> instead of getsubopt.h.
14706         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
14707         Set HAVE_GETSUBOPT.
14708         * lib/getsubopt.c: Don't include getsubopt.h.
14709
14710 2007-02-18  Bruno Haible  <bruno@clisp.org>
14711
14712         * modules/fchdir (Depends-on): Add dup2.
14713
14714 2007-02-18  Bruno Haible  <bruno@clisp.org>
14715
14716         * lib/stdlib_.h: Handle glibc's special invocation convention
14717         specially.
14718
14719 2007-02-18  Bruno Haible  <bruno@clisp.org>
14720
14721         * modules/stdlib-tests: New file.
14722         * tests/test-stdlib.c: New file.
14723
14724         * modules/mkstemp (Files): Remove lib/mkstemp.h.
14725         (Depends-on): Add stdlib.
14726         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14727         (Includes): Use <stdlib.h> instead of mkstemp.h.
14728         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14729         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
14730         * lib/mkstemp.c: Don't include mkstemp.h.
14731         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
14732         * lib/stdlib--.h: Don't include mkstemp.h.
14733
14734         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
14735         (Depends-on): Add stdlib.
14736         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14737         (Includes): Use <stdlib.h> instead of mkdtemp.h.
14738         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14739         HAVE_MKDTEMP.
14740         * lib/mkdtemp.c: Don't include mkdtemp.h.
14741         * lib/clean-temp.c: Don't include mkdtemp.h.
14742
14743         * modules/exit (Files): Remove lib/exit.h.
14744         (Depends-on): Add stdlib.
14745         (Makefile.am): Remove lib_SOURCES.
14746         (Include): Use <stdlib.h> instead of exit.h.
14747         * lib/argmatch.c: Don't include exit.h.
14748         * lib/execute.c: Likewise.
14749         * lib/pagealign_alloc.c: Likewise.
14750         * lib/pipe.c: Likewise.
14751         * lib/wait-process.c: Likewise.
14752         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
14753         * lib/exitfail.c: Likewise.
14754         * lib/savewd.c: Likewise.
14755         * lib/xsetenv.c: Likewise.
14756
14757         * modules/stdlib: New file.
14758         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
14759         and extra comments about mkstemp().
14760         * lib/exit.h: Remove file.
14761         * lib/mkdtemp.h: Remove file.
14762         * lib/mkstemp.h: Remove file.
14763         * m4/stdlib_h.m4: New file.
14764         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
14765
14766 2007-02-18  Bruno Haible  <bruno@clisp.org>
14767
14768         * modules/math-tests: New file.
14769         * tests/test-math.c: New file.
14770
14771         * modules/math: New file.
14772         * modules/mathl (Files): Remove lib/mathl.h.
14773         (Depends-on): Add math.
14774         (Makefile.am): Don't mention mathl.h.
14775         (Include): Use <math.h> instead of mathl.h.
14776         * lib/math_.h: New file.
14777         * lib/mathl.h: Remove file.
14778         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
14779         mathl.h.
14780         * lib/asinl.c: Likewise.
14781         * lib/atanl.c: Likewise.
14782         * lib/ceill.c: Likewise.
14783         * lib/cosl.c: Likewise.
14784         * lib/expl.c: Likewise.
14785         * lib/floorl.c: Likewise.
14786         * lib/frexpl.c: Likewise.
14787         * lib/ldexpl.c: Likewise.
14788         * lib/logl.c: Likewise.
14789         * lib/sincosl.c: Likewise.
14790         * lib/sinl.c: Likewise.
14791         * lib/sqrtl.c: Likewise.
14792         * lib/tanl.c: Likewise.
14793         * lib/trigl.c: Likewise.
14794         * m4/math_h.m4: New file.
14795         * MODULES.html.sh (Mathematics): Add math.
14796
14797 2007-02-17  Bruno Haible  <bruno@clisp.org>
14798
14799         * modules/wctype-tests: New file.
14800         * tests/test-wctype.c: New file.
14801
14802         * modules/wchar-tests: New file.
14803         * tests/test-wchar.c: New file.
14804
14805         * modules/unistd-tests: New file.
14806         * tests/test-unistd.c: New file.
14807
14808         * modules/time-tests: New file.
14809         * tests/test-time.c: New file.
14810
14811         * modules/sysexits-tests: New file.
14812         * tests/test-sysexits.c: New file.
14813
14814         * modules/sys_time-tests: New file.
14815         * tests/test-sys_time.c: New file.
14816
14817         * modules/sys_stat-tests: New file.
14818         * tests/test-sys_stat.c: New file.
14819
14820         * modules/sys_socket-tests: New file.
14821         * tests/test-sys_socket.c: New file.
14822
14823         * modules/sys_select-tests: New file.
14824         * tests/test-sys_select.c: New file.
14825
14826         * modules/string-tests: New file.
14827         * tests/test-string.c: New file.
14828
14829         * modules/stdbool-tests: New file.
14830         * tests/test-stdbool.c: New file.
14831
14832         * modules/netinet_in-tests: New file.
14833         * tests/test-netinet_in.c: New file.
14834
14835         * modules/inttypes-tests: New file.
14836         * tests/test-inttypes.c: New file.
14837
14838         * modules/fcntl-tests: New file.
14839         * tests/test-fcntl.c: New file.
14840
14841         * modules/byteswap-tests: New file.
14842         * tests/test-byteswap.c: New file.
14843
14844         * modules/arpa_inet-tests: New file.
14845         * tests/test-arpa_inet.c: New file.
14846
14847 2007-02-17  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
14850         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
14851         if the corresponding module is not enabled. Emit link warnings if
14852         the function is used nevertheless.
14853         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
14854         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14855         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
14856         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
14857         * modules/inttypes (Depends-on): Add link-warning.
14858         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14859         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
14860         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
14861         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
14862         * modules/imaxdiv (configure.ac): Likewise.
14863         * modules/strtoimax (configure.ac): Likewise.
14864         * modules/strtoumax (configure.ac): Likewise.
14865
14866 2007-02-17  Bruno Haible  <bruno@clisp.org>
14867
14868         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
14869         gl_STRING_MODULE_INDICATOR_DEFAULTS.
14870         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
14871         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
14872
14873 2007-02-17  Bruno Haible  <bruno@clisp.org>
14874
14875         * modules/link-warning: New file.
14876         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
14877         * lib/string_.h (GL_LINK_WARNING): Remove definition.
14878         * modules/string (Depends-on): Add link-warning.
14879         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14880         string.h.
14881         * MODULES.html.sh (Support for building libraries and executables): Add
14882         link-warning.
14883
14884 2007-02-17  Bruno Haible  <bruno@clisp.org>
14885
14886         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
14887         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
14888         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
14889         long lines.
14890
14891 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
14892             Bruno Haible  <bruno@clisp.org>
14893
14894         * modules/tmpfile: New file.
14895         * lib/tmpfile.c: New file.
14896         * m4/tmpfile.m4: New file.
14897         * MODULES.html.sh (func_all_modules): New section "Input/output".
14898
14899 2007-02-15  Bruno Haible  <bruno@clisp.org>
14900
14901         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
14902         (supports_delete_on_close): New function.
14903         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
14904
14905 2007-02-14  Bruno Haible  <bruno@clisp.org>
14906
14907         * modules/mbspcasecmp-tests: New file.
14908         * tests/test-mbspcasecmp.sh: New file.
14909         * tests/test-mbspcasecmp.c: New file.
14910
14911         New module mbspcasecmp.
14912         * modules/mbspcasecmp: New file.
14913         * lib/mbspcasecmp.c: New file.
14914         * lib/string_.h (strncasecmp): Change warning message.
14915         (mbspcasecmp): New declaration.
14916         * m4/mbspcasecmp.m4: New file.
14917         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14918         GNULIB_MBSPCASECMP.
14919         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
14920         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
14921
14922 2007-02-14  Bruno Haible  <bruno@clisp.org>
14923
14924         * modules/mbsncasecmp-tests: New file.
14925         * tests/test-mbsncasecmp.sh: New file.
14926         * tests/test-mbsncasecmp.c: New file.
14927
14928         New module mbsncasecmp.
14929         * modules/mbsncasecmp: New file.
14930         * lib/mbsncasecmp.c: New file.
14931         * lib/string_.h (mbsncasecmp): New declaration.
14932         * m4/mbsncasecmp.m4: New file.
14933         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14934         GNULIB_MBSNCASECMP.
14935         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14936         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14937
14938 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14939
14940         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14941         Verify that it doesn't overlap with our flags.
14942         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14943         do not have the desired effect in multibyte locales; instead, use
14944         mbscasecmp.
14945         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14946         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14947         we don't require GNU fnmatch ourselves (if our users require it, they
14948         should do so explicitly).
14949
14950         Fix regex code so it doesn't rely on strcasecmp.
14951         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14952         Otherwise, include gnulib's langinfo.h.
14953         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14954         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14955         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14956         * modules/regex (FILES): Remove m4/codeset.m4.
14957         (Depends-on): Add localcharset.  Remove strcase.
14958
14959 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14960
14961         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14962         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14963
14964 2007-02-13  Bruno Haible  <bruno@clisp.org>
14965
14966         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14967         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14968
14969 2007-02-12  Bruno Haible  <bruno@clisp.org>
14970
14971         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14972         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14973         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14974         time warning rather than a link error.
14975
14976 2007-02-12  Bruno Haible  <bruno@clisp.org>
14977
14978         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14979         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14980         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14981
14982 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14983
14984         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14985         args, not 2.
14986
14987 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         New module 'time', so that apps can include <time.h> as per
14990         POSIX and GNU instead of separate include files like time_r.h
14991         and timegm.h.  This implementation tries out a simpler approach
14992         for replacing decls in standard include files (as compared to
14993         the string module), somewhat as an experiment.
14994
14995         * config/srclist.txt: Comment out mktime.c for now.
14996         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14997         since it doesn't apply any more.  Use generic wording instead.
14998         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14999         'time'.
15000         * lib/time_.h, m4/time_h.m4, modules/time: New files.
15001         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
15002         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
15003         Don't include <sys/types.h>; no longer needed since we assume C89.
15004         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
15005         * lib/strftime.c: Likewise.
15006         * lib/time_r.c: Likewise.
15007         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
15008         * lib/nanosleep.c: Include <time.h> first, to check interface.
15009         * lib/strptime.c: Likewise.
15010         * lib/time_r.c: Likewise.
15011         * lib/timegm.c: Likewise.
15012         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
15013         needed.
15014         * lib/timegm.c: Don't include timegm.h; no longer needed.
15015         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
15016         time.h now handles any problems in that area.
15017         (struct timespec, nanosleep): Remove; time.h now arranges for these.
15018         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
15019         that time.h defines struct timespec.
15020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
15021         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
15022         handles that.
15023         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
15024         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
15025         needed.  Set REPLACE_LOCALTIME.
15026         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
15027         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
15028         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
15029         nanosleep; time_h.m4 now does that.  Don't require
15030         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
15031         module handles this now.
15032         * modules/getdate (Depends-on): Remove timespec.  Add time.
15033         * modules/nanosleep (Depends-on): Likewise.
15034         * modules/stat-time (Depends-on): Likewise.
15035         * modules/nanosleep (Include): Include time.h, not timespec.h.
15036         * modules/strptime (Files): Remove lib/strptime.h.
15037         (Depends-on): Add extensions, time.
15038         (Include): Include time.h, not strptime.h.
15039         * modules/time_r (Files): Remove lib/time_r.h.
15040         (Depends-on): Add time.
15041         (Include): Include time.h, not time_r.h.
15042         * modules/timegm: Likewise.
15043         * modules/timespec (Description): Now does timespec-related decls
15044         of our own, instead of struct timespec itself.
15045         (Depends-on): Add time; remove extensions.
15046         (Maintainer): Add self.
15047         * modules/utimecmp (Depends-on): Add time; remove timespec.
15048         * modules/utimens (Depends-on): Likewise.
15049         * modules/xnanosleep (Depends-on): Likewise.
15050
15051 2007-02-11  Bruno Haible  <bruno@clisp.org>
15052
15053         * lib/c-strstr.c: Include allocsa.h.
15054         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15055         * lib/c-strcasestr.c: Include allocsa.h.
15056         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15057         * lib/strcasestr.c: Include allocsa.h.
15058         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15059         * lib/mbsstr.c: Include allocsa.h.
15060         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
15061         allocsa/freesa instead of malloc/free.
15062         * lib/mbscasestr.c: Include allocsa.h.
15063         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
15064         allocsa/freesa instead of malloc/free.
15065         * modules/c-strstr (Depends-on): Add allocsa.
15066         * modules/c-strcasestr (Depends-on): Likewise.
15067         * modules/strcasestr (Depends-on): Likewise.
15068         * modules/mbsstr (Depends-on): Likewise.
15069         * modules/mbscasestr (Depends-on): Likewise.
15070
15071 2007-02-11  Bruno Haible  <bruno@clisp.org>
15072
15073         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
15074
15075         * modules/mbsspn-tests: New file.
15076         * tests/test-mbsspn.sh: New file.
15077         * tests/test-mbsspn.c: New file.
15078
15079 2007-02-11  Bruno Haible  <bruno@clisp.org>
15080
15081         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
15082
15083         * modules/mbspbrk-tests: New file.
15084         * tests/test-mbspbrk.sh: New file.
15085         * tests/test-mbspbrk.c: New file.
15086
15087 2007-02-11  Bruno Haible  <bruno@clisp.org>
15088
15089         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
15090         unneeded cast.
15091
15092         * modules/mbscspn-tests: New file.
15093         * tests/test-mbscspn.sh: New file.
15094         * tests/test-mbscspn.c: New file.
15095
15096 2007-02-11  Bruno Haible  <bruno@clisp.org>
15097
15098         * modules/mbscasecmp-tests: New file.
15099         * tests/test-mbscasecmp.sh: New file.
15100         * tests/test-mbscasecmp.c: New file.
15101
15102 2007-02-11  Bruno Haible  <bruno@clisp.org>
15103
15104         Ensure O(n) worst-case complexity of mbscasestr.
15105         * lib/mbscasestr.c: Include stdbool.h.
15106         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
15107         functions.
15108         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
15109         the bookkeeping indicates that it's worth it.
15110         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
15111
15112         * modules/mbscasestr-tests: New file.
15113         * tests/test-mbscasestr1.c: New file.
15114         * tests/test-mbscasestr2.sh: New file.
15115         * tests/test-mbscasestr2.c: New file.
15116         * tests/test-mbscasestr3.sh: New file.
15117         * tests/test-mbscasestr3.c: New file.
15118         * tests/test-mbscasestr4.sh: New file.
15119         * tests/test-mbscasestr4.c: New file.
15120         * m4/locale-tr.m4: New file.
15121
15122 2007-02-11  Bruno Haible  <bruno@clisp.org>
15123
15124         Ensure O(n) worst-case complexity of mbsstr.
15125         * lib/mbsstr.c: Include stdbool.h.
15126         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
15127         functions.
15128         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
15129         bookkeeping indicates that it's worth it.
15130         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
15131
15132         * modules/mbsstr-tests: New file.
15133         * tests/test-mbsstr1.c: New file.
15134         * tests/test-mbsstr2.sh: New file.
15135         * tests/test-mbsstr2.c: New file.
15136         * tests/test-mbsstr3.sh: New file.
15137         * tests/test-mbsstr3.c: New file.
15138         * m4/locale-fr.m4: New file.
15139
15140 2007-02-11  Bruno Haible  <bruno@clisp.org>
15141
15142         * lib/mbsrchr.c (mbsrchr): Fix bug.
15143
15144         * modules/mbsrchr-tests: New file.
15145         * tests/test-mbsrchr.sh: New file.
15146         * tests/test-mbsrchr.c: New file.
15147
15148 2007-02-11  Bruno Haible  <bruno@clisp.org>
15149
15150         * lib/mbschr.c (mbschr): Fix bug.
15151
15152         * modules/mbschr-tests: New file.
15153         * tests/test-mbschr.sh: New file.
15154         * tests/test-mbschr.c: New file.
15155         * m4/locale-zh.m4: New file.
15156
15157 2007-02-11  Bruno Haible  <bruno@clisp.org>
15158
15159         Support for copying multibyte string iterators.
15160         * lib/mbiter.h: Include <string.h>.
15161         (mbiter_multi_copy): New function.
15162         (mbi_copy): New macro.
15163         * lib/mbuiter.h: Include <string.h>.
15164         (mbuiter_multi_copy): New function.
15165         (mbui_copy): New macro.
15166
15167 2007-02-11  Bruno Haible  <bruno@clisp.org>
15168
15169         New module mbslen.
15170         * modules/mbslen: New file.
15171         * lib/mbslen.c: New file.
15172         * lib/string_.h (mbslen): New declaration.
15173         * m4/mbslen.m4: New file.
15174         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15175         GNULIB_MBSLEN.
15176         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
15177         * MODULES.html.sh (Internationalization functions): Add mbslen.
15178
15179 2007-02-11  Bruno Haible  <bruno@clisp.org>
15180
15181         Ensure O(n) worst-case complexity of strcasestr substitute.
15182         * lib/strcasestr.c: Include stdbool.h.
15183         (knuth_morris_pratt): New function.
15184         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
15185         bookkeeping indicates that it's worth it.
15186         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
15187
15188         * modules/strcasestr-tests: New file.
15189         * tests/test-strcasestr.c: New file.
15190
15191 2007-02-11  Bruno Haible  <bruno@clisp.org>
15192
15193         Ensure O(n) worst-case complexity of c_strcasestr.
15194         * lib/c-strcasestr.c: Include stdbool.h, string.h.
15195         (knuth_morris_pratt): New function.
15196         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
15197         the bookkeeping indicates that it's worth it.
15198         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
15199
15200         * modules/c-strcasestr-tests: New file.
15201         * tests/test-c-strcasestr.c: New file.
15202
15203 2007-02-11  Bruno Haible  <bruno@clisp.org>
15204
15205         Ensure O(n) worst-case complexity of c_strstr.
15206         * lib/c-strstr.c: Include stdbool.h, string.h.
15207         (knuth_morris_pratt): New function.
15208         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
15209         bookkeeping indicates that it's worth it.
15210         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
15211
15212         * lib/c-strstr.c: Complete rewrite for maintainability.
15213
15214         * modules/c-strstr-tests: New file.
15215         * tests/test-c-strstr.c: New file.
15216
15217 2007-02-11  Bruno Haible  <bruno@clisp.org>
15218
15219         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
15220         5.2.1 and earlier, whereby \055 was treated just like the range
15221         delimiter '-'.
15222         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
15223
15224 2007-02-08  Bruno Haible  <bruno@clisp.org>
15225
15226         * modules/regex (Depends-on): Add stdbool.
15227         Reported by Dalibor Topic <robilad@kaffe.org>.
15228
15229 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15230
15231         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
15232         Prefer returning from main to exiting from it.
15233         Remove unnecessary parens after sizeof.
15234
15235 2007-02-05  Bruno Haible  <bruno@clisp.org>
15236
15237         New module mbssep.
15238         * modules/mbssep: New file.
15239         * lib/mbssep.c: New file.
15240         * lib/string_.h (strsep): Add a conditional link warning.
15241         (mbssep): New declaration.
15242         * m4/mbssep.m4: New file.
15243         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15244         GNULIB_MBSSEP.
15245         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
15246         * MODULES.html.sh (Internationalization functions): Add mbssep.
15247
15248 2007-02-05  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
15251         Optimize search in case of 1 delimiter.
15252
15253 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
15254
15255         * lib/acl.h: Include sys/types.h before sys/acl.h.
15256
15257 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
15258
15259         Merge upstream fix for glibc bugzilla #3957:
15260
15261         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
15262
15263         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
15264         bit for RE_HAT_LISTS_NOT_NEWLINE.
15265         (build_charclass_op): Remove bogus comment.
15266
15267 2007-02-05  Simon Josefsson  <simon@josefsson.org>
15268
15269         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
15270
15271 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
15274         * lib/memmem.c [!defined _LIBC]: Include config.h.
15275
15276 2007-02-04  Bruno Haible  <bruno@clisp.org>
15277
15278         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
15279         warning message.
15280
15281 2007-02-04  Bruno Haible  <bruno@clisp.org>
15282
15283         New module mbstok_r.
15284         * modules/mbstok_r: New file.
15285         * lib/mbstok_r.c: New file.
15286         * lib/string_.h (strtok_r): Change argument names to match the
15287         comments. Add a conditional link warning.
15288         (mbstok_r): New declaration.
15289         * m4/mbstok_r.m4: New file.
15290         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15291         GNULIB_MBSTOK_R.
15292         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
15293         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
15294
15295 2007-02-04  Bruno Haible  <bruno@clisp.org>
15296
15297         New module mbsspn.
15298         * modules/mbsspn: New file.
15299         * lib/mbsspn.c: New file.
15300         * lib/string_.h (strspn): Add a conditional link warning.
15301         (mbsspn): New declaration.
15302         * m4/mbsspn.m4: New file.
15303         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15304         GNULIB_MBSSPN.
15305         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
15306         * MODULES.html.sh (Internationalization functions): Add mbsspn.
15307
15308 2007-02-04  Bruno Haible  <bruno@clisp.org>
15309
15310         New module mbspbrk.
15311         * modules/mbspbrk: New file.
15312         * lib/mbspbrk.c: New file.
15313         * lib/string_.h (strpbrk): Add a conditional link warning.
15314         (mbspbrk): New declaration.
15315         * m4/mbspbrk.m4: New file.
15316         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15317         GNULIB_MBSPBRK.
15318         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
15319         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
15320
15321 2007-02-04  Bruno Haible  <bruno@clisp.org>
15322
15323         New module mbscspn.
15324         * modules/mbscspn: New file.
15325         * lib/mbscspn.c: New file.
15326         * lib/string_.h (strcspn): Add a conditional link warning.
15327         (mbscspn): New declaration.
15328         * m4/mbscspn.m4: New file.
15329         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15330         GNULIB_MBSCSPN.
15331         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
15332         * MODULES.html.sh (Internationalization functions): Add mbscspn.
15333
15334 2007-02-04  Bruno Haible  <bruno@clisp.org>
15335
15336         New module mbscasestr, reduced goal of strcasestr.
15337         * modules/mbscasestr: New file.
15338         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
15339         (mbscasestr): Renamed from strcasestr.
15340         * lib/strcasestr.c: Don't include mbuiter.h.
15341         (strcasestr): Remove support for multibyte locales.
15342         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
15343         Change the conditional link warning.
15344         (mbscasestr): New declaration.
15345         * m4/mbscasestr.m4: New file.
15346         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
15347         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
15348         REPLACE_STRCASESTR.
15349         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
15350         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15351         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
15352         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
15353         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
15354         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
15355         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
15356         (Depends-on): Remove mbuiter.
15357         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
15358
15359 2007-02-04  Bruno Haible  <bruno@clisp.org>
15360
15361         Simplify handling of strncasecmp.
15362         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
15363         the conditional link warning.
15364         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15365         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
15366         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
15367         * modules/strcase (configure.ac): Don't invoke
15368         gl_STRING_MODULE_INDICATOR.
15369         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
15370
15371 2007-02-04  Bruno Haible  <bruno@clisp.org>
15372
15373         New module mbscasecmp, reduced goal of strcasecmp.
15374         * modules/mbscasecmp: New file.
15375         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
15376         (mbscasecmp): Renamed from strcasecmp.
15377         * lib/strcasecmp.c: Don't include mbuiter.h.
15378         (strcasecmp): Remove support for multibyte locales.
15379         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
15380         Change the conditional link warning.
15381         (mbscasecmp): New declaration.
15382         * m4/mbscasecmp.m4: New file.
15383         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
15384         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
15385         REPLACE_STRCASECMP.
15386         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
15387         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15388         GNULIB_MBSCASECMP.
15389         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
15390         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
15391         * modules/strcase (Files): Remove m4/mbrtowc.m4.
15392         (Depends-on): Remove mbuiter.
15393         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
15394
15395 2007-02-04  Bruno Haible  <bruno@clisp.org>
15396
15397         New module mbsstr. Remove module strstr.
15398         * modules/mbsstr: New file.
15399         * modules/strstr: Remove file.
15400         * lib/mbsstr.c: Renamed from lib/strstr.c.
15401         (mbsstr): Renamed from strstr.
15402         * lib/string_.h (strstr): Remove declaration. Change the conditional
15403         link warning.
15404         (mbsstr): New declaration.
15405         * m4/mbsstr.m4: New file.
15406         * m4/strstr.m4: Remove file.
15407         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
15408         REPLACE_STRSTR.
15409         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
15410         Don't initialize GNULIB_STRSTR.
15411         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
15412         substitute GNULIB_STRSTR and REPLACE_STRSTR.
15413         * MODULES.html.sh (Internationalization functions): Add mbsstr.
15414         (Support for systems lacking ANSI C 89): Remove strstr.
15415
15416 2007-02-04  Bruno Haible  <bruno@clisp.org>
15417
15418         New module mbsrchr.
15419         * modules/mbsrchr: New file.
15420         * lib/mbsrchr.c: New file.
15421         * lib/string_.h (strrchr): Add a conditional link warning.
15422         (mbsrchr): New declaration.
15423         * m4/mbsrchr.m4: New file.
15424         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15425         GNULIB_MBSRCHR.
15426         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
15427         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
15428
15429 2007-02-04  Bruno Haible  <bruno@clisp.org>
15430
15431         New module mbschr.
15432         * modules/mbschr: New file.
15433         * lib/mbschr.c: New file.
15434         * lib/string_.h (strchr): Add a conditional link warning.
15435         (mbschr): New declaration.
15436         * m4/mbschr.m4: New file.
15437         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15438         GNULIB_MBSCHR.
15439         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
15440         * MODULES.html.sh (Internationalization functions): Add mbschr.
15441
15442 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
15445
15446         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
15447
15448 2007-02-04  Bruno Haible  <bruno@clisp.org>
15449
15450         New module description section 'configure.ac-early'.
15451         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
15452         (func_get_autoconf_early_snippet): New function.
15453         (func_import, func_create_testdir): Use it. Remove special cases for
15454         modules 'extensions' and 'lock'.
15455         * modules/extensions (configure.ac-early): Require
15456         gl_USE_SYSTEM_EXTENSIONS.
15457         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
15458
15459 2007-02-04  Bruno Haible  <bruno@clisp.org>
15460
15461         Make use of gcj-4.3's -fsource and -ftarget option.
15462         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
15463         and if so try the options -fsource and -ftarget.
15464         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
15465         source_version, ftarget_option, target_version arguments.
15466         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
15467         (is_envjavac_oldgcj_14_14_usable): Renamed from
15468         is_envjavac_gcj_14_14_usable.
15469         (is_envjavac_oldgcj_14_13_usable): Renamed from
15470         is_envjavac_gcj_14_13_usable.
15471         (is_gcj_present): Update.
15472         (is_gcj_43, is_gcj43_usable): New functions.
15473         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
15474         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
15475         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
15476         try the options -fsource and -ftarget.
15477
15478 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15479
15480         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
15481         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
15482         larger value.
15483
15484 2007-02-03  Jim Meyering  <jim@meyering.net>
15485
15486         Give tools a better chance to allocate space for very large buffers.
15487         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
15488
15489         Make pwd and readlink work also when run with an unreadable parent dir
15490         on systems with openat support.
15491         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
15492         provided getcwd function, even when we have openat support.
15493         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
15494
15495 2007-02-02  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15498         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
15499         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
15500         portability problems if one of these functions is only used on specific
15501         platforms.
15502         Reported by Paul Eggert.
15503
15504 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
15505
15506         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
15507         is causing more trouble than it's curing.
15508         * lib/regex_internal.h (__mempcpy): Remove.
15509         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
15510         (and make the code a tad smaller to boot).
15511         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
15512
15513 2007-02-02  Jim Meyering  <jim@meyering.net>
15514
15515         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
15516         section, not in the Makefile.am: one.
15517
15518 2007-02-02  Eric Blake  <ebb9@byu.net>
15519
15520         * lib/strchrnul.c: Always include config.h first.
15521
15522         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
15523         gnulib strstr is not necessary here.
15524
15525 2007-02-02  Simon Josefsson  <simon@josefsson.org>
15526
15527         * m4/socklen.m4: Fix typo.
15528
15529 2007-02-02  Eric Blake  <ebb9@byu.net>
15530
15531         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
15532         * modules/netinet_in (Makefile.am): Likewise.
15533
15534 2007-02-01  Bruno Haible  <bruno@clisp.org>
15535
15536         * lib/string_.h (GL_LINK_WARNING): New macro.
15537         (strcasecmp, strstr, strcasestr): If provided by the system,
15538         conditionally define as a macro that leads to a warning instead of to
15539         an error.
15540         (strncasecmp): Conditionally define as a macro that leads to a warning.
15541
15542 2007-02-01  Karl Berry  <karl@gnu.org>
15543
15544         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
15545
15546 2007-02-01  Bruno Haible  <bruno@clisp.org>
15547
15548         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
15549         renamings.
15550
15551 2007-02-01  Eric Blake  <ebb9@byu.net>
15552
15553         * modules/regex (Depends-on): Revert dependence on mempcpy.
15554         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
15555         module's definition of mempcpy.
15556         Reported by Paul Eggert.
15557
15558 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15559
15560         * lib/string_.h: If the gnulib module XYZ is not present, undefine
15561         the symbol XYZ before redefining it.  This fixes a problem with
15562         programs that don't use XYZ, when compiled on systems that define
15563         XYZ to something else.
15564
15565 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
15566
15567         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
15568         occurs when "mkdir -m foo" creates a setgid directory that is (1)
15569         writeable to group or other and (2) is intended to have a special
15570         mode bit that is set or cleared.  In such a case, the directory
15571         should be neither group- nor other-writeable until the special
15572         mode bits are right.
15573
15574 2007-01-31  Eric Blake  <ebb9@byu.net>
15575
15576         * modules/mountlist (Depends-on): Add strstr.
15577
15578         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
15579         bug.
15580         * modules/string (Makefile.am): Remove redundant replacement.
15581         * modules/regex (Depends-on): Add mempcpy.
15582
15583 2007-01-31  Bruno Haible  <bruno@clisp.org>
15584
15585         New module description field 'Link'.
15586         * gnulib-tool (func_usage): Document --extract-link-directive.
15587         (sed_extract_prog): Recognize 'Link' directive.
15588         (func_get_link_directive): New function.
15589         (func_import): Show summary of link directives.
15590         Handle --extract-link-directive option.
15591         * modules/acl (Link): New section.
15592         * modules/clock-time (Link): New section.
15593         * modules/euidaccess (Link): New section.
15594         * modules/gettext (Link): New section.
15595         * modules/iconv (Link): New section.
15596         * modules/lock (Link): New section.
15597         * modules/nanosleep (Link): New section.
15598         * modules/readline (Link): New section.
15599
15600 2007-01-27  Bruno Haible  <bruno@clisp.org>
15601
15602         Enforce the use of gnulib modules for unportable <string.h> functions.
15603         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
15604         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
15605         (gl_HEADER_STRING_H_BODY): Require it.
15606         * lib/string_.h: If the gnulib module XYZ is not present, redefine
15607         the symbol XYZ to one that gives a link error.
15608         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
15609         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
15610         * modules/mempcpy (configure.ac): Likewise.
15611         * modules/memrchr (configure.ac): Likewise.
15612         * modules/stpcpy (configure.ac): Likewise.
15613         * modules/stpncpy (configure.ac): Likewise.
15614         * modules/strcase (configure.ac): Likewise.
15615         * modules/strcasestr (configure.ac): Likewise.
15616         * modules/strchrnul (configure.ac): Likewise.
15617         * modules/strdup (configure.ac): Likewise.
15618         * modules/strndup (configure.ac): Likewise.
15619         * modules/strnlen (configure.ac): Likewise.
15620         * modules/strpbrk (configure.ac): Likewise.
15621         * modules/strsep (configure.ac): Likewise.
15622         * modules/strstr (configure.ac): Likewise.
15623         * modules/strtok_r (configure.ac): Likewise.
15624
15625 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
15626
15627         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
15628
15629 2007-01-30  Jim Meyering  <jim@meyering.net>
15630
15631         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
15632
15633 2007-01-29  Bruno Haible  <bruno@clisp.org>
15634
15635         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
15636         * lib/execute.c: Likewise.
15637         * lib/pipe.c: Likewise.
15638         * lib/printf-args.h: Likewise.
15639         * lib/printf-args.c: Likewise.
15640         * lib/printf-parse.c: Likewise.
15641         * lib/vasnprintf.c: Likewise.
15642
15643 2007-01-29  Eric Blake  <ebb9@byu.net>
15644
15645         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
15646         declaration.
15647
15648 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * lib/strptime.h (strptime): Use 'restrict' for args where
15651         POSIX requires this.
15652         * lib/strptime.c (strptime): Likewise.
15653         Change license notice from LGPL to GPL, since gnulib-tool will
15654         change this as needed.
15655         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
15656         defined.
15657         Include "strptime.h" first, to check interface.
15658         Do not #undef _LIBC and _NL_CURRENT.
15659         Do not include <stdlib.h>; no longer needed.
15660         Include "time_r.h" and declare ptime_locale_status
15661         only if _LIBC is not defined.
15662         (__P): Remove unused macro.
15663         (match_string): Bring back glibc version, but use it only if _LIBC
15664         is defined.
15665         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
15666         Remove unnecessary assertion and abort() call.
15667         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
15668         * m4/strptime.m4: Fix serial number comment.
15669         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
15670         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
15671         (Depends-on): Add time_r.
15672
15673 2007-01-29  Bruno Haible  <bruno@clisp.org>
15674
15675         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15676         strptime.
15677         * modules/strptime (Depends-on): Add stdbool.
15678         * lib/strptime.h: Include <time.h> always. Add comments.
15679
15680 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15681
15682         * modules/strptime: New file.
15683         * lib/strptime.h: New file.
15684         * lib/strptime.c: New file.
15685         * m4/strptime.m4: New file.
15686
15687 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * MODULES.html.sh: New module mpsort.
15690         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
15691
15692         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
15693         a circularity problem with HP-UX ia64 reported by Bob Proulx in
15694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
15695         All uses changed.
15696         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
15697         All uses changed.
15698         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
15699         to _Restrict_.
15700         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
15701         the parameter matches the prototype.
15702
15703 2007-01-28  Jim Meyering  <jim@meyering.net>
15704
15705         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
15706         sys/time.h here, reverting that part of the previous patch:
15707         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
15708
15709 2007-01-28  Bruno Haible  <bruno@clisp.org>
15710
15711         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
15712         value of $(SYS_TIME_H).
15713         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
15714         remove it conditionally, too. [added by Jim Meyering]
15715         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
15716         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15717         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
15718         GETTIMEOFDAY_REPLACEMENT to 1.
15719
15720 2007-01-28  Bruno Haible  <bruno@clisp.org>
15721
15722         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
15723         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
15724         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
15725         Set UNISTD_H instead of UNISTD_H2.
15726         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
15727
15728 2007-01-28  Bruno Haible  <bruno@clisp.org>
15729
15730         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
15731         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
15732
15733 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15734
15735         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
15736         (func_create_testdir): Ensure C locale for `grep' and `tr'
15737         character ranges.
15738         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
15739         ACLOCAL_AMFLAGS parsing state machine.
15740
15741 2007-01-27  Bruno Haible  <bruno@clisp.org>
15742
15743         * modules/unistr/base: Update.
15744
15745 2007-01-27  Bruno Haible  <bruno@clisp.org>
15746
15747         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
15748         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
15749         * modules/unistr/u32-mbtouc-unsafe: Renamed from
15750         modules/unistr/u32-mbtouc.
15751         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
15752         * lib/unistr.h: Update.
15753         * lib/linebreak.c: Update.
15754         * modules/unistr/u32-mbtouc: Renamed from
15755         modules/unistr/u32-mbtouc-safe.
15756         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
15757         * lib/unistr.h: Update.
15758         * lib/unistr/u32-to-u8.c: Update.
15759         * lib/unistr/u32-to-u16.c: Update.
15760
15761 2007-01-27  Bruno Haible  <bruno@clisp.org>
15762
15763         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
15764         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
15765         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15766         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
15767         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
15768         * modules/unistr/u16-mbtouc-unsafe: Renamed from
15769         modules/unistr/u16-mbtouc.
15770         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
15771         * lib/unistr.h: Update.
15772         * lib/linebreak.c: Update.
15773         * modules/linebreak: Update.
15774         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
15775         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
15776         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
15777         * modules/unistr/u16-mbtouc: Renamed from
15778         modules/unistr/u16-mbtouc-safe.
15779         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
15780         * lib/unistr.h: Update.
15781         * lib/unistr/u16-to-u8.c: Update.
15782         * modules/unistr/u16-to-u8: Update.
15783         * lib/unistr/u16-to-u32.c: Update.
15784         * modules/unistr/u16-to-u32: Update.
15785
15786 2007-01-27  Bruno Haible  <bruno@clisp.org>
15787
15788         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
15789         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
15790         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
15791         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
15792         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
15793         * modules/unistr/u8-mbtouc-unsafe: Renamed from
15794         modules/unistr/u8-mbtouc.
15795         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
15796         * lib/unistr.h: Update.
15797         * lib/striconveh.c: Update.
15798         * modules/striconveh: Update.
15799         * lib/linebreak.c: Update.
15800         * modules/linebreak: Update.
15801         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
15802         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
15803         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
15804         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
15805         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
15806         * lib/unistr.h: Update.
15807         * lib/striconveh.c: Update.
15808         * modules/striconveh: Update.
15809         * lib/unistr/u8-to-u16.c: Update.
15810         * modules/unistr/u8-to-u16: Update.
15811         * lib/unistr/u8-to-u32.c: Update.
15812         * modules/unistr/u8-to-u32: Update.
15813
15814 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15815
15816         Sync from Libtool.
15817         * lib/argz.c: Do not include strings.h nor memory.h, include
15818         string.h unconditionally.  Patch by Simon Josefsson.
15819
15820 2007-01-27  Bruno Haible  <bruno@clisp.org>
15821
15822         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
15823         from gl_HEADER_STRING_H_BODY.
15824         (gl_HEADER_STRING_H_BODY): Require it.
15825         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
15826         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15827         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15828         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15829         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15830         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
15831         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15832         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15833         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
15834         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15835         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15836         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
15837         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15838         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15839         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15840
15841 2007-01-27  Bruno Haible  <bruno@clisp.org>
15842
15843         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
15844         check_PROGRAMS into noinst_PROGRAMS.
15845         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
15846         check_PROGRAMS in this case.
15847         (func_import): Set for_test to false.
15848         (func_create_testdir): Set for_test to true.
15849
15850 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15851             Bruno Haible  <bruno@clisp.org>
15852
15853         * modules/strcasestr (Files): Remove lib/strcasestr.h.
15854         (Depends-on): Add string.
15855         (Includes): Use <string.h> instead of strcasestr.h.
15856         * modules/string (Makefile.am): Also substitute the value of
15857         REPLACE_STRCASESTR.
15858         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
15859         assume strcasestr is declared in <string.h> not <strings.h>. Also
15860         set REPLACE_STRCASESTR.
15861         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
15862         REPLACE_STRCASESTR.
15863         * lib/strcasestr.h: Remove file.
15864         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
15865         * lib/string_.h (strcasestr): New declaration.
15866
15867 2007-01-27  Bruno Haible  <bruno@clisp.org>
15868
15869         * lib/string_.h: Use 'extern'.
15870
15871 2007-01-27  Jim Meyering  <jim@meyering.net>
15872
15873         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
15874         of set-but-not-used local, "q".
15875
15876         * lib/mempcpy.c: Include <config.h> before <string.h>.
15877         This fixes a compilation error on HP-UX, due to the system's
15878         "restrict"-using mempcpy prototype.
15879
15880 2007-01-26  Bruno Haible  <bruno@clisp.org>
15881
15882         Small optimization.
15883         * lib/javacomp.c: Include c-strstr.h.
15884          (is_envjavac_gcj): Use c_strstr instead of strstr.
15885         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
15886
15887 2007-01-26  Bruno Haible  <bruno@clisp.org>
15888
15889         * MODULES.html.sh (Unicode string functions): Add the new modules.
15890
15891         * modules/uniconv/u32-strconv-to-locale: New file.
15892         * lib/uniconv/u32-strconv-to-locale.c: New file.
15893
15894         * modules/uniconv/u16-strconv-to-locale: New file.
15895         * lib/uniconv/u16-strconv-to-locale.c: New file.
15896
15897         * modules/uniconv/u8-strconv-to-locale: New file.
15898         * lib/uniconv/u8-strconv-to-locale.c: New file.
15899
15900         * modules/uniconv/u32-strconv-from-locale: New file.
15901         * lib/uniconv/u32-strconv-from-locale.c: New file.
15902
15903         * modules/uniconv/u16-strconv-from-locale: New file.
15904         * lib/uniconv/u16-strconv-from-locale.c: New file.
15905
15906         * modules/uniconv/u8-strconv-from-locale: New file.
15907         * lib/uniconv/u8-strconv-from-locale.c: New file.
15908
15909         * modules/uniconv/u32-strconv-to-enc: New file.
15910         * lib/uniconv/u32-strconv-to-enc.c: New file.
15911         * modules/uniconv/u32-strconv-to-enc-tests: New file.
15912         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
15913
15914         * modules/uniconv/u16-strconv-to-enc: New file.
15915         * lib/uniconv/u16-strconv-to-enc.c: New file.
15916         * lib/uniconv/u-strconv-to-enc.h: New file.
15917         * modules/uniconv/u16-strconv-to-enc-tests: New file.
15918         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
15919
15920         * modules/uniconv/u8-strconv-to-enc: New file.
15921         * lib/uniconv/u8-strconv-to-enc.c: New file.
15922         * modules/uniconv/u8-strconv-to-enc-tests: New file.
15923         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
15924
15925         * modules/uniconv/u32-strconv-from-enc: New file.
15926         * lib/uniconv/u32-strconv-from-enc.c: New file.
15927         * modules/uniconv/u32-strconv-from-enc-tests: New file.
15928         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
15929
15930         * modules/uniconv/u16-strconv-from-enc: New file.
15931         * lib/uniconv/u16-strconv-from-enc.c: New file.
15932         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15933         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15934
15935         * modules/uniconv/u8-strconv-from-enc: New file.
15936         * lib/uniconv/u8-strconv-from-enc.c: New file.
15937         * lib/uniconv/u-strconv-from-enc.h: New file.
15938         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15939         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15940
15941         * modules/uniconv/u32-conv-from-enc: New file.
15942         * lib/uniconv/u32-conv-from-enc.c: New file.
15943         * modules/uniconv/u32-conv-from-enc-tests: New file.
15944         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15945
15946         * modules/uniconv/u16-conv-from-enc: New file.
15947         * lib/uniconv/u16-conv-from-enc.c: New file.
15948         * lib/uniconv/u-conv-from-enc.h: New file.
15949         * modules/uniconv/u16-conv-from-enc-tests: New file.
15950         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15951
15952         * modules/uniconv/u8-conv-from-enc: New file.
15953         * lib/uniconv/u8-conv-from-enc.c: New file.
15954         * modules/uniconv/u8-conv-from-enc-tests: New file.
15955         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15956
15957         * modules/uniconv/base: New file.
15958         * lib/uniconv.h: New file.
15959
15960 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         * doc/gnulib-tool.texi (Initial import): Update to match current
15963         behavior with strdup module.
15964         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15965         * lib/memmem.h: Remove; all uses removed.  This is now done
15966         by <string.h>.
15967         * lib/mempcpy.h: Likewise.
15968         * lib/memrchr.h: Likewise.
15969         * lib/stpcpy.h: Likewise.
15970         * lib/stpncpy.h: Likewise.
15971         * lib/strcase.h: Likewise.
15972         * lib/strchrnul.h: Likewise.
15973         * lib/strdup.h: Likewise.
15974         * lib/strndup.h: Likewise.
15975         * lib/strnlen.h: Likewise.
15976         * lib/strpbrk.h: Likewise.
15977         * lib/strsep.h: Likewise.
15978         * lib/strstr.h: Likewise.
15979         * lib/strtok_r.h: Likewise.
15980         * lib/string_.h: New file.
15981         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15982         Rely on <string.h> instead.
15983         * lib/canon-host.c: Likewise.
15984         * lib/chdir-long.c: Likewise.
15985         * lib/concatpath.c: Likewise.
15986         * lib/exclude.c: Likewise.
15987         * lib/fchdir.c: Likewise.
15988         * lib/getaddrinfo.c: Likewise.
15989         * lib/getcwd.c: Likewise.
15990         * lib/getsubopt.c: Likewise.
15991         * lib/glob.c: Likewise.
15992         * lib/hard-locale.c: Likewise.
15993         * lib/iconvme.c: Likewise.
15994         * lib/javacomp.c: Likewise.
15995         * lib/mempcpy.c: Likewise.
15996         * lib/memrchr.c: Likewise.
15997         * lib/regex_internal.h: Likewise.
15998         * lib/stpncpy.c: Likewise.
15999         * lib/strcasecmp.c: Likewise.
16000         * lib/strchrnul.c: Likewise.
16001         * lib/strdup.c: Likewise.
16002         * lib/striconv.c: Likewise.
16003         * lib/striconveh.c: Likewise.
16004         * lib/striconveha.c: Likewise.
16005         * lib/strncasecmp.c: Likewise.
16006         * lib/strndup.c: Likewise.
16007         * lib/strnlen.c: Likewise.
16008         * lib/strsep.c: Likewise.
16009         * lib/strstr.c: Likewise.
16010         * lib/strtok_r.c: Likewise.
16011         * lib/userspec.c: Likewise.
16012         * lib/w32spawn.h: Likewise.
16013         * lib/xstrndup.c: Likewise.
16014         * lib/mountlist.c (strstr): Remove decl.
16015         * m4/string_h.m4: New file.
16016         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
16017         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
16018         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
16019         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
16020         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
16021         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
16022         Set REPLACE_STRCASECMP if necessary.
16023         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
16024         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
16025         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
16026         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
16027         HAVE_DECL_STRDUP if necessary.
16028         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
16029         since gl_FUNC_STRNDUP does that now.
16030         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
16031         Check for decl here...
16032         (gl_PREREQ_STRNLEN): ... not here.
16033         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
16034         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
16035         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
16036         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
16037         necessary.
16038         * modules/string: New file.
16039         * modules/memmem (Files): Remove special-purpose include file.
16040         (Depends-on): Add string.
16041         (Include): Include <string.h>, not the removed file.
16042         * modules/mempcpy: Likewise.
16043         * modules/memrchr: Likewise.
16044         * modules/stpcpy: Likewise.
16045         * modules/stpncpy: Likewise.
16046         * modules/strcase: Likewise.
16047         * modules/strchrnul: Likewise.
16048         * modules/strdup: Likewise.
16049         * modules/strndup: Likewise.
16050         * modules/strnlen: Likewise.
16051         * modules/strpbrk: Likewise.
16052         * modules/strsep: Likewise.
16053         * modules/strstr: Likewise.
16054         * modules/strtok_r: Likewise.
16055         * tests/test-dirname.c: Don't include "strdup.h", since
16056         <string.h> now suffices.
16057         * tests/test-memmem.c: Don't include "memmem.h", since
16058         <string.h> now suffices.
16059
16060 2007-01-25  Bruno Haible  <bruno@clisp.org>
16061
16062         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
16063         *resultp is 0.
16064
16065         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
16066         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
16067         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
16068         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
16069
16070         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
16071         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
16072         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
16073         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
16074         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
16075         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
16076
16077 2007-01-24  Bruno Haible  <bruno@clisp.org>
16078
16079         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
16080         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
16081         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
16082         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
16083         gl_FUNC_FTS_CORE.
16084         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
16085         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
16086         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16087         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
16088         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
16089         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
16090         gl_FUNC_FCHOWNAT.
16091         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
16092         gl_FUNC_STRFTIME.
16093         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
16094         Reported by Ralf Wildenhues.
16095
16096 2007-01-24  Bruno Haible  <bruno@clisp.org>
16097
16098         Drop AC_REQUIRE calls that are redundant with the module dependencies.
16099         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
16100         gl_GETADDRINFO.
16101         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
16102         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
16103         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
16104
16105 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
16106
16107         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
16108         Don't use 'exit'; just return from 'main'.
16109         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
16110
16111         * lib/fnmatch_.h: Readjust white space and comments to match
16112         glibc, to avoid spurious diffs.
16113
16114 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16115
16116         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
16117         2004-12-01 change by Jakub Jelinek, since this code won't compile
16118         if !LIBC.  Problem reported by Bob Proulx.
16119
16120 2007-01-23  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/striconveh.c: Include c-strcaseeq.h.
16123         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
16124         * modules/striconveh (Depends-on): Add c-strcaseeq.
16125
16126 2007-01-23  Bruno Haible  <bruno@clisp.org>
16127
16128         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
16129
16130         * modules/c-strcaseeq: New file.
16131         * lib/c-strcaseeq.h: New file.
16132
16133         * modules/streq: New file.
16134         * lib/streq.h: New file.
16135
16136 2007-01-23  Bruno Haible  <bruno@clisp.org>
16137
16138         * modules/striconveha-tests: New file.
16139         * tests/test-striconveha.c: New file.
16140
16141         * lib/striconveha.h: Include <stdbool.h>.
16142         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
16143         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
16144         (mem_iconveha_notranslit): Renamed from mem_iconveha.
16145         (mem_iconveha): New function.
16146         (str_iconveha_notranslit): Renamed from str_iconveha.
16147         (str_iconveha): New function.
16148         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
16149         c-strcase.
16150
16151 2007-01-23  Bruno Haible  <bruno@clisp.org>
16152
16153         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
16154         encodings without forgiving before trying any encoding with handler.
16155         (str_iconveha): Try all encodings without forgiving before trying any
16156         encoding with handler.
16157
16158 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16159
16160         Import the following changes from libc.
16161
16162         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16163
16164         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
16165
16166         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16167
16168         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
16169         normal_bracket label.
16170
16171         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
16172
16173         [BZ #361]
16174         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
16175         to normal_bracket after fetching the next character.
16176
16177 2007-01-22  Bruno Haible  <bruno@clisp.org>
16178
16179         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
16180         argument.
16181         * lib/striconveh.c (iconv_carefully_1): New function.
16182         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
16183         argument.
16184         (str_cd_iconveh): Update.
16185         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
16186         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
16187         * tests/test-striconveh.c (MAGIC): New macro.
16188         (new_offsets): New function.
16189         (main): Test call with and without offsets.
16190
16191 2007-01-22  Bruno Haible  <bruno@clisp.org>
16192
16193         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
16194         * modules/sys_select (Makefile.am): Likewise.
16195         * modules/sys_socket (Makefile.am): Likewise.
16196         * modules/sys_time (Makefile.am): Likewise.
16197
16198 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * modules/gettimeofday (License): Change from GPL to LGPL, since
16201         gettimeofday is a library function.
16202
16203 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16204
16205         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
16206
16207 2007-01-21  Bruno Haible  <bruno@clisp.org>
16208
16209         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
16210
16211 2007-01-21  Bruno Haible  <bruno@clisp.org>
16212
16213         * modules/striconveha: New file.
16214         * lib/striconveha.h: New file.
16215         * lib/striconveha.c: New file.
16216         * MODULES.html.sh (Internationalization functions): Add striconveha.
16217         * lib/striconv.c (str_iconv): Optimize the case of an empty input
16218         string.
16219         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
16220
16221 2007-01-21  Bruno Haible  <bruno@clisp.org>
16222
16223         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
16224         * lib/striconveh.c (str_iconveh): Likewise.
16225
16226 2007-01-21  Bruno Haible  <bruno@clisp.org>
16227
16228         * lib/striconveh.h (mem_iconveh): New declaration.
16229         * lib/striconveh.c (mem_iconveh): New function.
16230         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
16231
16232 2007-01-21  Bruno Haible  <bruno@clisp.org>
16233
16234         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
16235
16236         * lib/striconveh.h (mem_cd_iconveh): Change specification.
16237         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
16238         original result buffer.
16239         (str_cd_iconveh): Update.
16240         * tests/test-striconveh.c (main): Update.
16241
16242         * lib/striconv.h (mem_cd_iconv): Change specification.
16243         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
16244         result buffer.
16245         (str_cd_iconv): Update.
16246         * tests/test-striconv.c (main): Update.
16247
16248 2007-01-21  Bruno Haible  <bruno@clisp.org>
16249
16250         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
16251
16252 2007-01-20  Jim Meyering  <jim@meyering.net>
16253
16254         * lib/userspec.c (parse_with_separator): If a user or group string
16255         starts with "+", skip the corresponding name-to-ID look-up, since
16256         such a look-up must fail: user and group names may not include "+".
16257
16258 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16259
16260         * lib/poll.c: Include sys/time.h and time.h unconditionally,
16261         since we now assume the sys_time module.
16262         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
16263         check for sys/time.h; no longer needed.
16264         * modules/poll (Depends-on): Depend on sys_time.
16265
16266 2007-01-18  Bruno Haible  <bruno@clisp.org>
16267
16268         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
16269         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
16270
16271         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
16272         gettimeofday.
16273
16274         * tests/test-gettimeofday.c: Include <time.h>.
16275         (dummy): Remove variable.
16276
16277         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
16278         gl_HEADER_SYS_TIME_H.
16279         (gl_HEADER_SYS_TIME_H): New macro.
16280
16281         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
16282         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16283         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
16284         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
16285         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16286         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
16287         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
16288         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16289         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
16290         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
16291         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16292
16293         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
16294         last change; it caused a compilation error when cross-compiling to
16295         Cygwin.
16296
16297 2007-01-18  Jim Meyering  <jim@meyering.net>
16298
16299         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
16300         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
16301         than the race-prone "test -d sys || mkdir sys".
16302         (configure.ac): Use AC_PROG_MKDIR_P.
16303         * modules/sys_select: Likewise.
16304         * modules/sys_socket: Likewise.
16305         * modules/sys_time: Likewise.
16306
16307 2007-01-18  Eric Blake  <ebb9@byu.net>
16308
16309         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
16310         replace gettimeofday.
16311         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
16312         name, to avoid infinite recursion.
16313
16314 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
16317         module sys_time.
16318         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
16319         assume timespec.h defines struct timeval.
16320         * lib/settime.c: Likewise.
16321         * lib/utimens.c: Likewise.
16322         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
16323         since we now assume the gettimeofday module.
16324         * lib/tempname.c (__gen_tempname): Likewise.
16325         * lib/gettimeofday.h: Remove.
16326         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
16327         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
16328         Include <time.h>, for 'time()'.
16329         (localtime_buffer_addr): Also use this workaround if
16330         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
16331         to simplify the uses.  All uses changed.
16332         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
16333         that #undef is inside {}, and 'const' follows type name consistently.
16334         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
16335         (gettimeofday): Do not use the maximum possible value for
16336         tv->tv_usec, since that might break usages other than ls.c.
16337         Instead, we'll leave ls.c alone.  This undoes today's patch
16338         by Bruno.  Add a compile-time warning for 1s-clock resolution;
16339         we've never observed the problem but might as well keep the
16340         canary.
16341         * lib/nanosleep.c: Include timespec.h first, for interface check.
16342         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
16343         now assume the sys_time module.
16344         * lib/tempname.c: Likewise.
16345         * lib/timespec.h: Likewise.
16346         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
16347         needed.
16348         * lib/strftime.c: Likewise.
16349         * lib/timespec.h: Likewise.
16350         * lib/posixtm.c: Include posixtm.h first, for interface check.
16351         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
16352         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
16353         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
16354         * lib/sys_time_.h: New file.
16355         * lib/timespec.h (struct timespec): Use long int, not long.
16356         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
16357         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
16358         Remove obsolescent call to AC_HEADER_TIME.
16359         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
16360         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16361         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
16362         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
16363         Likewise.
16364         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
16365         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
16366         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
16367         into the sys_time module.  Check for gettimeofday just once.
16368         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
16369         for gettimeofday signature to just check the signature.  Merely
16370         compile it, since linking doesn't test signature.  Improve test for
16371         whether gettimeofday.o is actually needed.
16372         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
16373         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
16374         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
16375         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16376         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
16377         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
16378         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
16379         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
16380         than worrying about sys/time.h.
16381         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16382         Don't bother worrying about TIME_WITH_SYS_TIME.
16383         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
16384         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
16385         * m4/sys_time_h.m4: New file.
16386         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
16387         Don't include sys/time.h.  Return from main rather than exiting.
16388         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
16389         all uses changed.
16390         * modules/gethrxtime (Depends-on): Add sys_time.
16391         * modules/gettime (Depends-on): Likewise.
16392         * modules/gettimeofday (Depends-on): Likewise.
16393         * modules/nanosleep (Depends-on): Likewise.
16394         * modules/settime (Depends-on): Likewise.
16395         * modules/tempname (Depends-on): Likewise.
16396         * modules/utimens (Depends-on): Likewise.
16397         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
16398         (Include:) Change back to <sys/time.h>.
16399         (Maintainer:) Add self.
16400         * modules/sys_time: New file.
16401         * modules/tempname (Depends-on): Add gettimeofday.
16402         * tests/test-gettimeofday.c: Include <sys/time.h>
16403         rather than gettimeofday.h.
16404
16405 2007-01-17  Bruno Haible  <bruno@clisp.org>
16406
16407         * gnulib-tool (func_get_license): Revert last patch. Instead, let
16408         the license default to GPL.
16409         (func_create_testdir): Don't complain if a module is LGPL and its
16410         tests module depends on GPLed modules.
16411
16412 2007-01-17  Bruno Haible  <bruno@clisp.org>
16413
16414         * lib/gettimeofday.c (gettimeofday): Add code for the case
16415         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
16416         maximum possible value for tv->tv_usec, rather than the minimum one.
16417
16418 2005-10-08  Martin Lambers  <marlam@marlam.de>
16419 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16420 2007-01-16  Bruno Haible  <bruno@clisp.org>
16421
16422         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
16423         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
16424         gl_FUNC_GETTIMEOFDAY.
16425         (Include): Add gettimeofday.h.
16426         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
16427         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
16428         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
16429         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
16430         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
16431         * lib/gettimeofday.h: New file.
16432         * lib/gettimeofday.c: Include <sys/timeb.h>.
16433         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
16434         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16435         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
16436         fall back on time().
16437
16438         * tests/test-gettimeofday.c: New file.
16439         * modules/gettimeofday-tests: New file.
16440
16441 2007-01-16  Eric Blake  <ebb9@byu.net>
16442
16443         * modules/fnmatch (Depends-on): Depend on wchar.
16444         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
16445         * m4/fnmatch.m4: Likewise.
16446         * modules/mbchar (Makefile.am): Assume <wchar.h>.
16447         * m4/mbchar.m4: Likewise.
16448         * modules/mbswidth (Depends-on): Depend on wchar.
16449         * lib/mbswidth.c: Assume <wchar.h>.
16450         * m4/mbswidth.m4: Likewise.
16451         * modules/quotearg (Depends-on): Depend on wchar.
16452         * lib/quotearg.c: Assume <wchar.h>.
16453         * m4/quotearg.m4: Likewise.
16454         * modules/regex (Depends-on): Depend on wchar.
16455         * lib/regex_internal.h: Assume <wchar.h>.
16456         * m4/regex.m4: Likewise.
16457         * modules/stdint (Depends-on): Depend on wchar.
16458         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
16459         * m4/stdint.m4: Likewise.
16460         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
16461         * modules/strftime (Depends-on): Depend on wchar.
16462         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
16463         * modules/strtol (Depends-on): Depend on wchar.
16464         * lib/strtol.c: Assume <wchar.h>.
16465         * modules/wcwidth (Depends-on): Depend on wchar.
16466         * lib/wcwidth.h: Assume <wchar.h>.
16467         * m4/wcwidth.m4: Likewise.
16468
16469 2007-01-16  Bruno Haible  <bruno@clisp.org>
16470
16471         * modules/csharpexec-script: New, created from...
16472         * modules/csharpexec: ... this.
16473
16474 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16475
16476         * modules/javaexec-script: New, created from...
16477         * modules/javaexec: ... this.
16478
16479 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16480
16481         * modules/poll (Dependencies): Add sys_select.
16482
16483 2007-01-15  Jim Meyering  <jim@meyering.net>
16484
16485         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
16486         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
16487         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
16488         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
16489
16490 2007-01-15  Bruno Haible  <bruno@clisp.org>
16491
16492         * modules/striconveh: New file.
16493         * lib/striconveh.h: New file.
16494         * lib/striconveh.c: New file.
16495         * MODULES.html.sh (Internationalization functions): Add striconveh.
16496
16497         * modules/striconveh-tests: New file.
16498         * tests/test-striconveh.c: New file.
16499
16500 2007-01-15  Bruno Haible  <bruno@clisp.org>
16501
16502         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
16503         not from GNU libiconv or GNU libc.
16504
16505 2007-01-15  Bruno Haible  <bruno@clisp.org>
16506
16507         * doc/gnulib-intro.texi (Copyright): Explain the different license
16508         terms for module descriptions, autoconf macros, tests, documentation.
16509
16510 2007-01-14  Bruno Haible  <bruno@clisp.org>
16511
16512         * modules/striconv-tests: New file.
16513         * tests/test-striconv.c: New file.
16514
16515 2007-01-14  Bruno Haible  <bruno@clisp.org>
16516
16517         * modules/iconv-tests: New file.
16518         * tests/test-iconv.c: New file.
16519
16520 2007-01-14  Bruno Haible  <bruno@clisp.org>
16521
16522         * gnulib-tool (func_get_license): For test modules, use the license of
16523         the main module.
16524
16525 2007-01-14  Bruno Haible  <bruno@clisp.org>
16526
16527         * modules/iconv (Include): Clarify that <iconv.h> can only be included
16528         if iconv is found to exist.
16529
16530 2007-01-14  Bruno Haible  <bruno@clisp.org>
16531
16532         * modules/c-ctype-tests: New file.
16533         * tests/test-c-ctype.c: New file.
16534
16535 2007-01-14  Bruno Haible  <bruno@clisp.org>
16536
16537         * modules/binary-io-tests: New file.
16538         * tests/test-binary-io.sh: New file.
16539         * tests/test-binary-io.c: New file.
16540
16541 2007-01-14  Bruno Haible  <bruno@clisp.org>
16542
16543         * modules/array-oset-tests: New file.
16544         * tests/test-array_oset.c: New file.
16545
16546 2007-01-14  Bruno Haible  <bruno@clisp.org>
16547
16548         * modules/array-list-tests: New file.
16549         * tests/test-array_list.c: New file.
16550
16551 2007-01-14  Bruno Haible  <bruno@clisp.org>
16552
16553         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
16554         and make.
16555         Reported by Simon Josefsson in
16556         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
16557
16558 2007-01-14  Bruno Haible  <bruno@clisp.org>
16559
16560         * modules/allocsa-tests: New file.
16561         * tests/test-allocsa.c: New file.
16562
16563 2007-01-14  Bruno Haible  <bruno@clisp.org>
16564
16565         * modules/fchdir (Depends-on): Add absolute-header.
16566         * modules/unistd (Depends-on): Likewise.
16567
16568 2006-12-30  Bruno Haible  <bruno@clisp.org>
16569
16570         * modules/fchdir: New file.
16571         * modules/unistd (Files): Add lib/unistd_.h.
16572         (Makefile.am): Generate unistd.h from unistd_.h.
16573         * lib/fchdir.c: New file.
16574         * lib/dirent_.h: New file.
16575         * lib/unistd_.h: New file.
16576         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
16577         * m4/fchdir.m4: New file.
16578         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
16579         (gl_HEADER_UNISTD): Invoke it.
16580         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
16581         function.
16582         * lib/backupfile.c (opendir, closedir): Undefine.
16583         * lib/chown.c (open, close): Undefine.
16584         * lib/clean-temp.c (open, close): Undefine.
16585         * lib/copy-file.c (open, close): Undefine.
16586         * lib/execute.c (open, close): Undefine.
16587         * lib/fsusage.c (open, close): Undefine.
16588         * lib/gc-gnulib.c (open, close): Undefine.
16589         * lib/getcwd.c (opendir, closedir): Undefine.
16590         * lib/glob.c (opendir, closedir): Undefine.
16591         * lib/javacomp.c (open, close): Undefine.
16592         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
16593         * lib/openat-proc.c (open, close): Undefine.
16594         * lib/pagealign_alloc.c (open, close): Undefine.
16595         * lib/pipe.c (open, close): Undefine.
16596         * lib/progreloc.c (open, close): Undefine.
16597         * lib/savedir.c (opendir, closedir): Undefine.
16598         * lib/utime.c (open, close): Undefine.
16599         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
16600
16601 2007-01-10  Bruno Haible  <bruno@clisp.org>
16602
16603         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
16604
16605 2007-01-12  Eric Blake  <ebb9@byu.net>
16606
16607         Provide a robust <wchar.h>.  Further simplifications are now
16608         possible in other modules, but not included here.
16609         * modules/wchar: New module.
16610         * m4/wchar.m4: New file.
16611         * lib/wchar_.h: Likewise.
16612         * modules/mbchar (Depends-on): Depend on wchar, as the first use
16613         of the new module.
16614         * MODULES.html.sh (Extended multibyte and wide character utilities):
16615         New section.
16616
16617 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
16620         to a reasonable default for memory allocation.
16621         (xreadlink): Don't allocate a huge buffer, to work around a buggy
16622         file system that reports garbage st_size values for symlinks.
16623         Problem reported by Liyang Hu.
16624
16625 2007-01-11  Simon Josefsson  <simon@josefsson.org>
16626
16627         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
16628         Emacs .#* auto-save files).
16629
16630 2007-01-11  Bruno Haible  <bruno@clisp.org>
16631
16632         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
16633         directory.
16634
16635 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16636
16637         Use @...@ consistently in lib/wctype_.h.
16638         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
16639         on it being set to 1 or 0.
16640         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
16641         go back to AC_SUBSTing it.
16642         * modules/wctype (Makefile.am): Undo previous change.
16643
16644 2007-01-10  Eric Blake  <ebb9@byu.net>
16645
16646         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
16647         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
16648         * modules/wctype (Makefile.am): Likewise.
16649         Reported by Chris McGuire.
16650
16651 2007-01-10  Jim Meyering  <jim@meyering.net>
16652
16653         fts.c: a small readability/maintainability improvement
16654         * lib/fts.c (fts_read): Make this code slightly more readable and
16655         maintainable by hoisting the "sp->fts_cur = p" assignments to
16656         immediately follow the statements that set P.  Derived from
16657         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
16658
16659 2007-01-10  Eric Blake  <ebb9@byu.net>
16660
16661         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
16662         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
16663         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16664         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
16665         Reported by Chris McGuire.
16666
16667 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16668
16669         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
16670         in sed script.
16671
16672 2007-01-09  Bruno Haible  <bruno@clisp.org>
16673
16674         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
16675         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
16676         variables.
16677         (func_module): Use them.
16678
16679 2007-01-09  Bruno Haible  <bruno@clisp.org>
16680
16681         * modules/unistr/base: New file.
16682         * lib/unistr.h: New file.
16683
16684         * modules/unistr/u8-to-u16: New file.
16685         * lib/unistr/u8-to-u16.c: New file.
16686
16687         * modules/unistr/u8-to-u32: New file.
16688         * lib/unistr/u8-to-u32.c: New file.
16689
16690         * modules/unistr/u16-to-u8: New file.
16691         * lib/unistr/u16-to-u8.c: New file.
16692
16693         * modules/unistr/u16-to-u32: New file.
16694         * lib/unistr/u16-to-u32.c: New file.
16695
16696         * modules/unistr/u32-to-u8: New file.
16697         * lib/unistr/u32-to-u8.c: New file.
16698
16699         * modules/unistr/u32-to-u16: New file.
16700         * lib/unistr/u32-to-u16.c: New file.
16701
16702         * modules/unistr/u8-check: New file.
16703         * modules/unistr/u16-check: New file.
16704         * modules/unistr/u32-check: New file.
16705         * lib/unistr/u8-check.c: New file.
16706         * lib/unistr/u16-check.c: New file.
16707         * lib/unistr/u32-check.c: New file.
16708
16709         * modules/unistr/u8-chr: New file.
16710         * modules/unistr/u16-chr: New file.
16711         * modules/unistr/u32-chr: New file.
16712         * lib/unistr/u8-chr.c: New file.
16713         * lib/unistr/u16-chr.c: New file.
16714         * lib/unistr/u32-chr.c: New file.
16715
16716         * modules/unistr/u8-cmp: New file.
16717         * modules/unistr/u16-cmp: New file.
16718         * modules/unistr/u32-cmp: New file.
16719         * lib/unistr/u8-cmp.c: New file.
16720         * lib/unistr/u16-cmp.c: New file.
16721         * lib/unistr/u32-cmp.c: New file.
16722
16723         * modules/unistr/u8-cpy: New file.
16724         * modules/unistr/u16-cpy: New file.
16725         * modules/unistr/u32-cpy: New file.
16726         * lib/unistr/u8-cpy.c: New file.
16727         * lib/unistr/u16-cpy.c: New file.
16728         * lib/unistr/u32-cpy.c: New file.
16729         * lib/unistr/u-cpy.h: New file.
16730
16731         * modules/unistr/u8-cpy-alloc: New file.
16732         * modules/unistr/u16-cpy-alloc: New file.
16733         * modules/unistr/u32-cpy-alloc: New file.
16734         * lib/unistr/u8-cpy-alloc.c: New file.
16735         * lib/unistr/u16-cpy-alloc.c: New file.
16736         * lib/unistr/u32-cpy-alloc.c: New file.
16737         * lib/unistr/u-cpy-alloc.h: New file.
16738
16739         * modules/unistr/u8-endswith: New file.
16740         * modules/unistr/u16-endswith: New file.
16741         * modules/unistr/u32-endswith: New file.
16742         * lib/unistr/u8-endswith.c: New file.
16743         * lib/unistr/u16-endswith.c: New file.
16744         * lib/unistr/u32-endswith.c: New file.
16745         * lib/unistr/u-endswith.h: New file.
16746
16747         * modules/unistr/u8-mblen: New file.
16748         * modules/unistr/u16-mblen: New file.
16749         * modules/unistr/u32-mblen: New file.
16750         * lib/unistr/u8-mblen.c: New file.
16751         * lib/unistr/u16-mblen.c: New file.
16752         * lib/unistr/u32-mblen.c: New file.
16753
16754         * modules/unistr/u8-mbtouc: New file.
16755         * modules/unistr/u16-mbtouc: New file.
16756         * modules/unistr/u32-mbtouc: New file.
16757         * lib/unistr/u8-mbtouc.c: New file.
16758         * lib/unistr/u16-mbtouc.c: New file.
16759         * lib/unistr/u32-mbtouc.c: New file.
16760
16761         * modules/unistr/u8-mbtouc-safe: New file.
16762         * modules/unistr/u16-mbtouc-safe: New file.
16763         * modules/unistr/u32-mbtouc-safe: New file.
16764         * lib/unistr/u8-mbtouc-safe.c: New file.
16765         * lib/unistr/u16-mbtouc-safe.c: New file.
16766         * lib/unistr/u32-mbtouc-safe.c: New file.
16767
16768         * modules/unistr/u8-move: New file.
16769         * modules/unistr/u16-move: New file.
16770         * modules/unistr/u32-move: New file.
16771         * lib/unistr/u8-move.c: New file.
16772         * lib/unistr/u16-move.c: New file.
16773         * lib/unistr/u32-move.c: New file.
16774         * lib/unistr/u-move.h: New file.
16775
16776         * modules/unistr/u8-next: New file.
16777         * modules/unistr/u16-next: New file.
16778         * modules/unistr/u32-next: New file.
16779         * lib/unistr/u8-next.c: New file.
16780         * lib/unistr/u16-next.c: New file.
16781         * lib/unistr/u32-next.c: New file.
16782
16783         * modules/unistr/u8-prev: New file.
16784         * modules/unistr/u16-prev: New file.
16785         * modules/unistr/u32-prev: New file.
16786         * lib/unistr/u8-prev.c: New file.
16787         * lib/unistr/u16-prev.c: New file.
16788         * lib/unistr/u32-prev.c: New file.
16789
16790         * modules/unistr/u8-set: New file.
16791         * modules/unistr/u16-set: New file.
16792         * modules/unistr/u32-set: New file.
16793         * lib/unistr/u8-set.c: New file.
16794         * lib/unistr/u16-set.c: New file.
16795         * lib/unistr/u32-set.c: New file.
16796         * lib/unistr/u-set.h: New file.
16797
16798         * modules/unistr/u8-startswith: New file.
16799         * modules/unistr/u16-startswith: New file.
16800         * modules/unistr/u32-startswith: New file.
16801         * lib/unistr/u8-startswith.c: New file.
16802         * lib/unistr/u16-startswith.c: New file.
16803         * lib/unistr/u32-startswith.c: New file.
16804         * lib/unistr/u-startswith.h: New file.
16805
16806         * modules/unistr/u8-stpcpy: New file.
16807         * modules/unistr/u16-stpcpy: New file.
16808         * modules/unistr/u32-stpcpy: New file.
16809         * lib/unistr/u8-stpcpy.c: New file.
16810         * lib/unistr/u16-stpcpy.c: New file.
16811         * lib/unistr/u32-stpcpy.c: New file.
16812         * lib/unistr/u-stpcpy.h: New file.
16813
16814         * modules/unistr/u8-stpncpy: New file.
16815         * modules/unistr/u16-stpncpy: New file.
16816         * modules/unistr/u32-stpncpy: New file.
16817         * lib/unistr/u8-stpncpy.c: New file.
16818         * lib/unistr/u16-stpncpy.c: New file.
16819         * lib/unistr/u32-stpncpy.c: New file.
16820         * lib/unistr/u-stpncpy.h: New file.
16821
16822         * modules/unistr/u8-strcat: New file.
16823         * modules/unistr/u16-strcat: New file.
16824         * modules/unistr/u32-strcat: New file.
16825         * lib/unistr/u8-strcat.c: New file.
16826         * lib/unistr/u16-strcat.c: New file.
16827         * lib/unistr/u32-strcat.c: New file.
16828         * lib/unistr/u-strcat.h: New file.
16829
16830         * modules/unistr/u8-strchr: New file.
16831         * modules/unistr/u16-strchr: New file.
16832         * modules/unistr/u32-strchr: New file.
16833         * lib/unistr/u8-strchr.c: New file.
16834         * lib/unistr/u16-strchr.c: New file.
16835         * lib/unistr/u32-strchr.c: New file.
16836
16837         * modules/unistr/u8-strcmp: New file.
16838         * modules/unistr/u16-strcmp: New file.
16839         * modules/unistr/u32-strcmp: New file.
16840         * lib/unistr/u8-strcmp.c: New file.
16841         * lib/unistr/u16-strcmp.c: New file.
16842         * lib/unistr/u32-strcmp.c: New file.
16843
16844         * modules/unistr/u8-strcpy: New file.
16845         * modules/unistr/u16-strcpy: New file.
16846         * modules/unistr/u32-strcpy: New file.
16847         * lib/unistr/u8-strcpy.c: New file.
16848         * lib/unistr/u16-strcpy.c: New file.
16849         * lib/unistr/u32-strcpy.c: New file.
16850         * lib/unistr/u-strcpy.h: New file.
16851
16852         * modules/unistr/u8-strcspn: New file.
16853         * modules/unistr/u16-strcspn: New file.
16854         * modules/unistr/u32-strcspn: New file.
16855         * lib/unistr/u8-strcspn.c: New file.
16856         * lib/unistr/u16-strcspn.c: New file.
16857         * lib/unistr/u32-strcspn.c: New file.
16858         * lib/unistr/u-strcspn.h: New file.
16859
16860         * modules/unistr/u8-strdup: New file.
16861         * modules/unistr/u16-strdup: New file.
16862         * modules/unistr/u32-strdup: New file.
16863         * lib/unistr/u8-strdup.c: New file.
16864         * lib/unistr/u16-strdup.c: New file.
16865         * lib/unistr/u32-strdup.c: New file.
16866         * lib/unistr/u-strdup.h: New file.
16867
16868         * modules/unistr/u8-strlen: New file.
16869         * modules/unistr/u16-strlen: New file.
16870         * modules/unistr/u32-strlen: New file.
16871         * lib/unistr/u8-strlen.c: New file.
16872         * lib/unistr/u16-strlen.c: New file.
16873         * lib/unistr/u32-strlen.c: New file.
16874         * lib/unistr/u-strlen.h: New file.
16875
16876         * modules/unistr/u8-strmblen: New file.
16877         * modules/unistr/u16-strmblen: New file.
16878         * modules/unistr/u32-strmblen: New file.
16879         * lib/unistr/u8-strmblen.c: New file.
16880         * lib/unistr/u16-strmblen.c: New file.
16881         * lib/unistr/u32-strmblen.c: New file.
16882
16883         * modules/unistr/u8-strmbtouc: New file.
16884         * modules/unistr/u16-strmbtouc: New file.
16885         * modules/unistr/u32-strmbtouc: New file.
16886         * lib/unistr/u8-strmbtouc.c: New file.
16887         * lib/unistr/u16-strmbtouc.c: New file.
16888         * lib/unistr/u32-strmbtouc.c: New file.
16889
16890         * modules/unistr/u8-strncat: New file.
16891         * modules/unistr/u16-strncat: New file.
16892         * modules/unistr/u32-strncat: New file.
16893         * lib/unistr/u8-strncat.c: New file.
16894         * lib/unistr/u16-strncat.c: New file.
16895         * lib/unistr/u32-strncat.c: New file.
16896         * lib/unistr/u-strncat.h: New file.
16897
16898         * modules/unistr/u8-strncmp: New file.
16899         * modules/unistr/u16-strncmp: New file.
16900         * modules/unistr/u32-strncmp: New file.
16901         * lib/unistr/u8-strncmp.c: New file.
16902         * lib/unistr/u16-strncmp.c: New file.
16903         * lib/unistr/u32-strncmp.c: New file.
16904
16905         * modules/unistr/u8-strncpy: New file.
16906         * modules/unistr/u16-strncpy: New file.
16907         * modules/unistr/u32-strncpy: New file.
16908         * lib/unistr/u8-strncpy.c: New file.
16909         * lib/unistr/u16-strncpy.c: New file.
16910         * lib/unistr/u32-strncpy.c: New file.
16911         * lib/unistr/u-strncpy.h: New file.
16912
16913         * modules/unistr/u8-strnlen: New file.
16914         * modules/unistr/u16-strnlen: New file.
16915         * modules/unistr/u32-strnlen: New file.
16916         * lib/unistr/u8-strnlen.c: New file.
16917         * lib/unistr/u16-strnlen.c: New file.
16918         * lib/unistr/u32-strnlen.c: New file.
16919         * lib/unistr/u-strnlen.h: New file.
16920
16921         * modules/unistr/u8-strpbrk: New file.
16922         * modules/unistr/u16-strpbrk: New file.
16923         * modules/unistr/u32-strpbrk: New file.
16924         * lib/unistr/u8-strpbrk.c: New file.
16925         * lib/unistr/u16-strpbrk.c: New file.
16926         * lib/unistr/u32-strpbrk.c: New file.
16927         * lib/unistr/u-strpbrk.h: New file.
16928
16929         * modules/unistr/u8-strrchr: New file.
16930         * modules/unistr/u16-strrchr: New file.
16931         * modules/unistr/u32-strrchr: New file.
16932         * lib/unistr/u8-strrchr.c: New file.
16933         * lib/unistr/u16-strrchr.c: New file.
16934         * lib/unistr/u32-strrchr.c: New file.
16935
16936         * modules/unistr/u8-strspn: New file.
16937         * modules/unistr/u16-strspn: New file.
16938         * modules/unistr/u32-strspn: New file.
16939         * lib/unistr/u8-strspn.c: New file.
16940         * lib/unistr/u16-strspn.c: New file.
16941         * lib/unistr/u32-strspn.c: New file.
16942         * lib/unistr/u-strspn.h: New file.
16943
16944         * modules/unistr/u8-strstr: New file.
16945         * modules/unistr/u16-strstr: New file.
16946         * modules/unistr/u32-strstr: New file.
16947         * lib/unistr/u8-strstr.c: New file.
16948         * lib/unistr/u16-strstr.c: New file.
16949         * lib/unistr/u32-strstr.c: New file.
16950         * lib/unistr/u-strstr.h: New file.
16951
16952         * modules/unistr/u8-strtok: New file.
16953         * modules/unistr/u16-strtok: New file.
16954         * modules/unistr/u32-strtok: New file.
16955         * lib/unistr/u8-strtok.c: New file.
16956         * lib/unistr/u16-strtok.c: New file.
16957         * lib/unistr/u32-strtok.c: New file.
16958         * lib/unistr/u-strtok.h: New file.
16959
16960         * modules/unistr/u8-uctomb: New file.
16961         * modules/unistr/u16-uctomb: New file.
16962         * modules/unistr/u32-uctomb: New file.
16963         * lib/unistr/u8-uctomb.c: New file.
16964         * lib/unistr/u16-uctomb.c: New file.
16965         * lib/unistr/u32-uctomb.c: New file.
16966
16967         * MODULES.html.sh (Unicode string functions): Add the new modules.
16968
16969 2007-01-08  Bruno Haible  <bruno@clisp.org>
16970
16971         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16972         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16973         subdirectories.
16974
16975 2007-01-08  Karl Berry  <karl@gnu.org>
16976
16977         * doc/error.texi: mention that main() fns must set program_name
16978         when progname is used.
16979
16980 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16981
16982         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16983         WCTYPE_H is empty, for the benefit of builds from non-distclean
16984         directories.  Problem reported by Eric Blake in
16985         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16986
16987 2007-01-08  Bruno Haible  <bruno@clisp.org>
16988
16989         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16990         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16991         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16992         PROVIDE_CANONICALIZE_FILENAME_MODE.
16993         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16994
16995 2007-01-08  Bruno Haible  <bruno@clisp.org>
16996
16997         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16998         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16999         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
17000         * lib/fts.c: Likewise.
17001         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
17002
17003 2006-12-25  Bruno Haible  <bruno@clisp.org>
17004
17005         * modules/utf8-ucs4-safe: New file.
17006         * lib/utf8-ucs4-safe.h: New file.
17007         * lib/unistr/utf8-ucs4-safe.c: New file.
17008
17009         * modules/utf16-ucs4-safe: New file.
17010         * lib/utf16-ucs4-safe.h: New file.
17011         * lib/unistr/utf16-ucs4-safe.c: New file.
17012
17013         * MODULES.html.sh (Unicode string functions): Add the new modules.
17014
17015 2007-01-08  Bruno Haible  <bruno@clisp.org>
17016
17017         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
17018         (Depends-on): Add unitypes.
17019         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
17020         (u8_mbtouc_aux): Move out to separate file.
17021         (u8_mbtouc): Use ucs4_t, uint8_t types.
17022         * lib/unistr/utf8-ucs4.c: New file.
17023
17024         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
17025         (Depends-on): Add unitypes.
17026         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
17027         (u16_mbtouc_aux): Move out to separate file.
17028         (u16_mbtouc): Use ucs4_t, uint16_t types.
17029         * lib/unistr/utf16-ucs4.c: New file.
17030
17031         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
17032         (Depends-on): Add unitypes.
17033         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
17034         (u8_uctomb_aux): Move out to separate file.
17035         (u8_uctomb): Use ucs4_t, uint8_t types.
17036         * lib/unistr/ucs4-utf8.c: New file.
17037
17038         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
17039         (Depends-on): Add unitypes.
17040         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
17041         (u16_uctomb_aux): Move out to separate file.
17042         (u16_uctomb): Use ucs4_t, uint16_t types.
17043         * lib/unistr/ucs4-utf16.c: New file.
17044
17045 2006-12-25  Bruno Haible  <bruno@clisp.org>
17046
17047         * modules/unitypes: New file.
17048         * lib/unitypes.h: New file.
17049         * MODULES.html.sh (func_all_modules): New section "Unicode string
17050         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
17051         this section. Add unitypes.
17052
17053 2007-01-08  Bruno Haible  <bruno@clisp.org>
17054
17055         Avoid variable names that conflict with those from libtool.
17056         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
17057         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
17058         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
17059         library_names_spec to acl_library_names_spec, hardcode_* to
17060         acl_hardcode_*.
17061         Reported by Ralf Wildenhues.
17062
17063 2007-01-08  Bruno Haible  <bruno@clisp.org>
17064
17065         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
17066         definition.
17067         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
17068         definition.
17069         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
17070         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
17071         definition.
17072         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
17073         definition.
17074         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
17075         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
17076         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
17077         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
17078         definition.
17079         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
17080         definition.
17081         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
17082         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
17083         GC_USE_<algorithm>.
17084         * lib/gc-libgcrypt.c: Likewise.
17085         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
17086         * modules/gc-arctwo (configure.ac): Likewise.
17087         * modules/gc-des (configure.ac): Likewise.
17088         * modules/gc-hmac-md5 (configure.ac): Likewise.
17089         * modules/gc-hmac-sha1 (configure.ac): Likewise.
17090         * modules/gc-md2 (configure.ac): Likewise.
17091         * modules/gc-md4 (configure.ac): Likewise.
17092         * modules/gc-md5 (configure.ac): Likewise.
17093         * modules/gc-random (configure.ac): Likewise.
17094         * modules/gc-rijndael (configure.ac): Likewise.
17095         * modules/gc-sha1 (configure.ac): Likewise.
17096
17097 2007-01-08  Bruno Haible  <bruno@clisp.org>
17098
17099         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
17100         macro definition.
17101         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
17102         definition.
17103         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
17104         definition.
17105         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
17106         * modules/fcntl-safer (configure.ac): Likewise.
17107         * modules/fopen-safer (configure.ac): Likewise.
17108         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
17109         GNULIB_FWRITEERROR macro definition.
17110
17111 2007-01-08  Bruno Haible  <bruno@clisp.org>
17112
17113         * m4/gnulib-common.m4: New file.
17114         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
17115         (func_get_filelist): Add m4/gnulib-common.m4.
17116
17117 2007-01-08  Bruno Haible  <bruno@clisp.org>
17118
17119         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
17120         command.
17121
17122 2007-01-08  Jim Meyering  <jim@meyering.net>
17123
17124         Use a more robust test for a "can't happen" condition.
17125         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
17126         narrowed the st_size value.  Presuming the "can't happen" condition
17127         is true, that narrowing could conceivably convert an invalid st_size
17128         value into a valid one.  Instead, use a change based on Matthew
17129         Woehlke's original patch.
17130
17131         Slight readability improvement: use an assert-like macro
17132         in place of literal "abort ()" uses.
17133         * lib/fts.c (fts_assert): Define.
17134         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
17135         Use this macro instead of a bare 'abort'.
17136
17137 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         Don't worry about using IRIX 5.3's wctype.h broken definitions;
17140         simply work around them.
17141         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
17142         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
17143         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
17144         declaring.
17145         Don't bother to define as macros, since the standard doesn't require it.
17146         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
17147         longer worry about IRIX 5.3.
17148         (HAVE_WCTYPE_CTMP_BUG): Remove.
17149
17150 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17151
17152         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
17153         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
17154         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
17155         Problems reported by Georg Schwarz for IRIX 5.3.
17156
17157         * gnulib-tool (autoconf_minversion): Take the maximum version number
17158         found, not the minimum.  Problem reported by James Youngman.
17159
17160 2007-01-03  Karl Berry  <karl@gnu.org>
17161
17162         * doc/error.texi: new file, explaining interaction with progname.
17163         * doc/gnulib.texi: include it.  Update copyright.
17164
17165 2007-01-03  Simon Josefsson  <simon@josefsson.org>
17166
17167         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
17168         AC_CANONICAL_HOST, to improve autobuild outputs.
17169
17170 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
17171             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17172
17173         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
17174         sockets, server sockets, and other file descriptors.  Count errors
17175         to compute the return value.  Reorder the code a bit to be easier
17176         to follow.  Don't set event bits that were not requested (except
17177         POLLERR and POLLHUP).
17178
17179 2007-01-01  Bruno Haible  <bruno@clisp.org>
17180
17181         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
17182
17183 2007-01-03  Jim Meyering  <jim@meyering.net>
17184
17185         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
17186
17187 2007-01-02  Bruno Haible  <bruno@clisp.org>
17188
17189         * modules/settime (Include): Require timespec.h.
17190         * modules/nanosleep (Include): Likewise.
17191
17192 2007-01-01  Bruno Haible  <bruno@clisp.org>
17193
17194         * gnulib-tool (func_emit_copyright_notice): Bump year.
17195         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
17196
17197 2007-01-01  Bruno Haible  <bruno@clisp.org>
17198
17199         Improve support for OpenBSD.
17200         * build-aux/config.rpath (libname_spec): Export.
17201         (library_names_spec): New variable. Export.
17202         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
17203         library_names_spec from the config.rpath output. Locate shared library
17204         through the name pattern in library_names_spec.
17205
17206 2007-01-01  Eric Blake  <ebb9@byu.net>
17207
17208         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
17209
17210 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
17211
17212         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
17213         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
17214         assume the C locale, and avoid an "eval" that could cause trouble.
17215         Problem with SORT reported by Bob Proulx.
17216
17217         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
17218         Define.  Trivial patch from Henning Nielsen Lund, originally
17219         sent to bug-grep@gnu.org today.
17220
17221 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
17222
17223         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
17224         struct stat.  Problem reported by Henning Nielsen Lund.
17225         * lib/acl.c: Include acl.h first, to check interface.  Don't
17226         bother to include sys/types.h and sys/stat.h again.
17227
17228 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17229
17230         Import the following change from libc; problem reported by
17231         Sven Verdoolaege.
17232
17233         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
17234
17235         [BZ #1373]
17236         * lib/argp.h: Remove __NTH for __argp_usage inline function.
17237
17238 2006-12-28  Jim Meyering  <jim@meyering.net>
17239
17240         * build-aux/announce-gen: Do not assume that the package
17241         builds any of tar.gz, tar.bz2, and .xdelta files.
17242         Suggestion from Simon Josefsson.
17243
17244 2006-12-28  Simon Josefsson  <simon@josefsson.org>
17245
17246         * modules/announce-gen: New file.
17247
17248 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
17249
17250         * lib/mbchar.h: Just include <wctype.h>; the wctype module
17251         handles its gotchas now.
17252         * lib/mbswidth.c: Likewise.
17253         * lib/wcwidth.h: Likewise.
17254         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
17255         and iswcntrl; the wctype module does this stuff now.
17256         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17257         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17258         * modules/mbchar (Depends-on): Add wctype.
17259         * modules/mbswidth (Depends-on): Likewise.
17260         * modules/wcwidth (Depends-on): Likewise.
17261
17262 2006-12-27  Eric Blake  <ebb9@byu.net>
17263
17264         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
17265         module uses more than what <wctype.h> is required to provide.
17266
17267 2006-12-26  Eric Blake  <ebb9@byu.net>
17268
17269         * gnulib-tool (sed_extract_prog): Avoid space-tab.
17270
17271 2006-12-26  Eric Blake  <ebb9@byu.net>
17272
17273         * modules/absolute-header: New module.
17274         * modules/fcntl (Depends-on): Depend on it.
17275         * modules/inttypes (Depends-on): Likewise.
17276         * modules/stdint (Depends-on): Likewise.
17277         * modules/sys_stat (Depends-on): Likewise.
17278         * modules/wctype (Depends-on): Likewise.
17279         * MODULES.html.sh (Support for building libraries and
17280         executables): Document it.
17281
17282 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * gnulib-tool (SED): Remove, undoing previous change.
17285         The problem was that it broke coreutils on Solaris, because
17286         "sed --posix" leaked into a makefile.
17287         (sed): New alias, if 'alias' and GNU sed.
17288
17289 2006-12-24  Jim Meyering  <jim@meyering.net>
17290
17291         Work around an fchownat bug in glibc-2.4:
17292         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
17293         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
17294         in spite of the -P option.
17295         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
17296         New macros.
17297         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
17298         * modules/openat (Files): Add lib/fchownat.c.
17299         * lib/openat.c (fchownat): Don't define here.  Move to...
17300         * lib/fchownat.c: ...this new file.
17301
17302 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17303
17304         Fix bug reported by Bruno Haible in
17305         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
17306         where quotearg.c didn't compile on Mac OS X 10.2 because it
17307         lacks <wchar.h> and wint_t.
17308         * lib/wctype_.h (__wctype_wint_t): New type.
17309         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
17310         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
17311         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
17312         Arg is now of type __wctype_wint_t, not wint_t.
17313         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
17314         substitute HAVE_WINT_T.
17315         * modules/wctype (Files): Add m4/wint_t.m4.
17316         (wctype.h): Substitute HAVE_WINT_T.
17317
17318 2006-12-23  Bruno Haible  <bruno@clisp.org>
17319
17320         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
17321
17322 2006-12-23  Bruno Haible  <bruno@clisp.org>
17323
17324         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
17325         S_ISLNK.
17326         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
17327         mingw.
17328
17329 2006-12-22  Bruno Haible  <bruno@clisp.org>
17330
17331         * lib/copy-file.c: Include acl.h.
17332         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
17333         Close the file descriptors only after being done with copy_acl.
17334         * modules/copy-file (Depends-on): Add acl.
17335
17336 2006-12-22  Bruno Haible  <bruno@clisp.org>
17337
17338         * gnulib-tool (SED): New variable.
17339         Use $SED instead of sed everywhere.
17340
17341 2006-12-22  Bruno Haible  <bruno@clisp.org>
17342
17343         * modules/no-c++: New file.
17344         * m4/no-c++.m4: New file.
17345         * MODULES.html.sh (Support for building libraries and executables):
17346         Add no-c++.
17347
17348 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
17349
17350         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
17351         Include <limits.h>, and use its INT_MAX to rewrite the
17352         j loop so that it does not overflow 'int'.  Problem reported by
17353         Ralf Wildenhues in
17354         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
17355         Play it safe by shifting left by 1 rather than multiplying by 2,
17356         as GCC is less likely to optimize this away when the value
17357         is signed (when it assumes overflow leads to undefined behavior).
17358         Also, don't assume time_t uses two's complement.
17359
17360 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         * MODULES.html.sh: New module wctype.
17363         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
17364         * lib/fnmatch.c: Don't bother to include <wchar.h> before
17365         <wctype.h>, since the new wctype module should fix this.
17366         * lib/quotearg.c: Include <wctype.h> unconditionally, since
17367         the wctype module should arrange for it.
17368         * lib/regex_internal.h: Likewise.
17369         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
17370         since the wctype module should handle this now.
17371         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
17372         * modules/fnmatch (Depends-on): Add wctype.
17373         * modules/quotearg (Depends-on): Likewise.
17374         * modules/regex (Depends-on): Likewise.
17375
17376 2006-12-19  Bruno Haible  <bruno@clisp.org>
17377
17378         * lib/strdup.h [C++]: Wrap definitions in extern "C".
17379         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
17380
17381 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17382
17383         * modules/savewd (Depends-on): Fix dependency on fcntl.
17384
17385 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17386
17387         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
17388         conforms to C99, rather than relying on the user's environment
17389         setting of STDINT_H.
17390
17391 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17392         and Eric Blake  <ebb9@byu.net>
17393
17394         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
17395         This is more consistent with the other defines here.
17396         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
17397         Port to z/OS.  Problem reported by Paul Gilmartin.
17398         Change local vars to use gl_ prefix rather than ac_.
17399         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
17400         with other defines.
17401         * modules/double-slash-root: New module.
17402         * modules/dirname (Files): Remove m4/double-slash-root.m4.
17403         (Depends-on): Add double-slash-root.
17404         * MODULES.html.sh (File system functions): Mention new module.
17405
17406 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
17407
17408         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
17409         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
17410         This is for the benefit of gzip, which doesn't do i18n.
17411
17412 2006-12-12  Jim Meyering  <jim@meyering.net>
17413
17414         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
17415         Reported by Andreas Schwab <schwab@suse.de>.
17416
17417 2006-12-12  Bruno Haible  <bruno@clisp.org>
17418
17419         Merge these changes.
17420         2006-09-05  Bruno Haible  <bruno@clisp.org>
17421         * lib/iconvme.c (iconv_string): No need to save and restore errno when
17422         iconv_alloc succeeded.
17423         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
17424         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
17425         test for " && dest " at the end - dest is always != NULL there. Call
17426         iconv with 4xNULL arguments initially, to reset the state. Call iconv
17427         with 2xNULL arguments, also to flush the state storage. Handle the
17428         IRIX iconv behaviour. Realloc the final result, to throw away unused
17429         memory.
17430
17431 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
17434         and fchmodat unconditionally, since glibc 2.4 has them.
17435         Problem reported by Arkadiusz Miskiewicz.
17436
17437 2006-12-10  Bruno Haible  <bruno@clisp.org>
17438
17439         * gnulib-tool (func_import): Show the include files only for those
17440         modules that are copied and specified.
17441         Reported by Karl Berry.
17442
17443 2006-12-08  Jim Meyering  <jim@meyering.net>
17444
17445         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
17446         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
17447
17448         * build-aux/announce-gen: Add two new options, both optional:
17449         --bootstrap-tools=TOOL_LIST
17450               a comma-separated list of tools, e.g.,
17451               autoconf,automake,bison,gnulib
17452         --gnulib-snapshot-date=DATE
17453               if gnulib is in the bootstrap tool list,
17454               then report this as the snapshot date.
17455               If not specified, use the current date/time.
17456               If you specify a date here, be sure it's UTC.
17457
17458 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17459
17460         * tests/test-argp-2.sh: Fix test to match actual output.
17461         (func_compare): Fix sed script to be portable.
17462
17463 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
17464
17465         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
17466         workaround for this case.  It is not autoconfigured now; offhand
17467         it's hard to see how to autoconfigure it.
17468
17469 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
17472         a directory that is about to be chowned.  Such a directory's
17473         initial file permissions should permit the owner only and this
17474         should not be changed until after the chown, since the group and
17475         other bits would be incorrect if they granted permission before
17476         the chown.
17477
17478         Fix porting problem for iswctype reported by Georg Schwarz in:
17479         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
17480         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
17481         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
17482         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
17483         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17484
17485 2006-12-03  Jim Meyering  <jim@meyering.net>
17486
17487         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
17488         p->fts_statp may not yet be defined.
17489         (fts_read): Instead, set it in the caller, once p->fts_statp is
17490         sure to be defined, and corresponds to a top-level directory.
17491         This bug made du -x fail.  Here's the coreutils test case:
17492         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
17493         Reported by Mike Frysinger.
17494
17495 2006-12-01  Jim Meyering  <jim@meyering.net>
17496
17497         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
17498         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
17499         Reported by Simon Josefsson.
17500
17501 2006-11-30  Jim Meyering  <jim@meyering.net>
17502
17503         * m4/warning.m4: Use the all-permissive copyright notice
17504         recommended by RMS (rather than LGPL).
17505         * m4/vararrays.m4: Likewise.
17506         * m4/flexmember.m4: Likewise.
17507
17508 2006-11-29  Bruno Haible  <bruno@clisp.org>
17509
17510         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17511         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
17512         using +=.
17513         Reported by Simon Josefsson <simon@josefsson.org>.
17514
17515 2006-11-28  James Youngman <jay@gnu.org>
17516
17517         * README: Advise users that they might find the bug-gnulib@gnu.org
17518         and autotools-announce@gnu.org mailing lists useful.
17519
17520 2006-11-28  Bruno Haible  <bruno@clisp.org>
17521
17522         * m4/ptrdiff_max.m4: Remove file.
17523
17524 2006-11-21  Bruno Haible  <bruno@clisp.org>
17525
17526         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
17527         _AC_COMPUTE_INT.
17528         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17529         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
17530         _AC_COMPUTE_INT.
17531         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17532         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
17533         _AC_COMPUTE_INT.
17534         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17535
17536 2006-11-28  Jim Meyering  <jim@meyering.net>
17537
17538         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
17539         warning from "gcc -Wshadow" about shadowing the builtin.
17540
17541 2006-11-27  Bruno Haible  <bruno@clisp.org>
17542
17543         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
17544         _AC_COMPUTE_INT.
17545         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17546
17547 2006-11-27  Bruno Haible  <bruno@clisp.org>
17548             Paul Eggert  <eggert@cs.ucla.edu>
17549
17550         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
17551
17552 2006-11-26  Bruno Haible  <bruno@clisp.org>
17553
17554         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17555         noinst_LTLIBRARIES.
17556
17557 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17558             Bruno Haible  <bruno@clisp.org>
17559
17560         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
17561         if compiling with "gcc -ansi".
17562
17563 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17564
17565         Fix some incompatibilities with gcc -ansi -pedantic.
17566         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
17567         if compiling pedantically with GCC, unless it's C99 or later.
17568         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
17569         it mishandles gcc -ansi -pedantic as well.
17570         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
17571         if gcc -pedantic.
17572         * lib/regexec.c (check_node_accept_bytes): Don't use auto
17573         initializers for struct if -pedantic, unless it's C99 or later.
17574
17575 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
17576
17577         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
17578         Don't close an fd more than once. Identical atimes indicate
17579         success, not failure.
17580
17581 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
17582
17583         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
17584
17585 2006-11-23  Jim Meyering  <jim@meyering.net>
17586
17587         * build-aux/announce-gen: New file.  From coreutils.
17588
17589 2006-11-22  Jim Meyering  <jim@meyering.net>
17590
17591         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
17592         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
17593         (fts_read): Use a temporary to narrow the overused st_size member
17594         before using it in a switch statement.  Reported by Matthew Woehlke.
17595
17596         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
17597         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
17598
17599 2006-11-20  Bruno Haible  <bruno@clisp.org>
17600
17601         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
17602         changequote instead of pairs of brackets.
17603         Reported by Andreas Schwab <schwab@suse.de>.
17604
17605 2006-11-21  Jim Meyering  <jim@meyering.net>
17606
17607         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
17608         so as to remain compatible with older compilers.
17609         Patch from Michael Deutschmann.
17610
17611 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17612
17613         * MODULES.html.sh (File system functions): Add openat.
17614
17615         * lib/openat.h (rpl_fstatat): New macro, if
17616         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
17617         (fstatat): Define to rpl_fstatat under the same conditions,
17618         unless COMPILING_FSTATAT.
17619         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
17620         seems to have the bug.
17621         * lib/fstatat.c: New file.
17622         * modules/openat (Files): Add it.
17623
17624 2006-11-20  Bruno Haible  <bruno@clisp.org>
17625
17626         * Makefile: New file.
17627
17628 2006-11-20  Jim Meyering  <jim@meyering.net>
17629
17630         The beginnings of syntax-related checks for gnulib.
17631         * lib/Makefile: New file.
17632         * lib/t-idcache: New script.  Ensure that the two halves of
17633         idcache.c stay in sync.
17634
17635         * lib/idcache.c: Adjust comments in user- and group- portions to
17636         be more accurate, and to be consistent with one another.
17637
17638 2006-11-20  Jim Meyering  <jim@meyering.net>
17639
17640         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
17641         continue using the flexible array member (thus, this module performs
17642         half as many malloc calls), with the addition that...
17643         (getgroup, getuser): Consistently record a non-match via an empty
17644         "name" string, and map an empty string match to a NULL return value.
17645         * modules/idcache (Depends-on): Re-add flexmember.
17646
17647         * lib/idcache.c (getuser): Remove all uses of the register keyword.
17648         (getuidbyname, getgroup, getgidbyname): Likewise.
17649
17650         Use cleaner syntax: NULL rather than 0.
17651         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
17652
17653 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17654
17655         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
17656         It mishandled the case where the group was missing.
17657         Problem reported by Greg Schafer.
17658         * modules/idcache: Likewise.
17659
17660 2006-11-18  Jim Meyering  <jim@meyering.net>
17661
17662         * check-module (%exempt_header): Add exception for some
17663         conditionally-included headers.
17664
17665         * modules/i-ring (Depends-on): Add verify.
17666         (License): Change to LGPL.
17667
17668 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17669
17670         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
17671         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
17672         and inttostr.h.  Use snprintf rather than uinttostr, so that
17673         LGPLed code doesn't depend on GPLed.
17674
17675 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17676
17677         * modules/inline (License): Change from GPL to LGPL.
17678
17679 2006-11-17  Jim Meyering  <jim@meyering.net>
17680
17681         * modules/d-type (License): Switch to LGPL.
17682
17683 2006-11-15  Bruno Haible  <bruno@clisp.org>
17684
17685         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
17686
17687 2006-11-15  Eric Blake  <ebb9@byu.net>
17688
17689         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
17690         the module dependency.
17691
17692 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17693             Bruno Haible  <bruno@clisp.org>
17694
17695         * gnulib-tool (func_create_testdir): Add license consistency check.
17696
17697 2006-11-15  Eric Blake  <ebb9@byu.net>
17698
17699         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
17700         random "(cached)" in configure output.
17701
17702 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17703
17704         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
17705         test for conforming inttypes.h is both announced and cached.
17706
17707         * MODULES.html.sh (seen_modules, seen_files): New variables.
17708         (func_module): Rewrite to use a few less gnulib-tool and sed
17709         invocations.  Avoid a couple of quadratic algorithms for ...
17710         (missed_modules, missed_files): ... these, with ...
17711         (func_append, func_tmpdir): ... these new functions, from
17712         gnulib-tool.  Analogously, install traps for cleanup.
17713
17714         * tests/test-gc.c (main): Remove unused variables.
17715         * tests/test-read-file.c: Include stdlib.h, for 'free'.
17716
17717 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * modules/inttostr (License): Change to LGPL.
17720
17721 2006-11-14  Eric Blake  <ebb9@byu.net>
17722
17723         * modules/tempname (License): Change to LGPL.
17724
17725 2006-11-14  Eric Blake  <ebb9@byu.net>
17726
17727         * doc/functions.texi (Function Portability): *printf functions on
17728         Cygwin now understand all POSIX size specifiers.
17729
17730 2006-11-14  Bruno Haible  <bruno@clisp.org>
17731
17732         * modules/c-ctype (License): Change to LGPL.
17733
17734 2006-11-12  Bruno Haible  <bruno@clisp.org>
17735
17736         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17737         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
17738         for GNOME libraries, for which the include files are installed in
17739         subdirectories of $prefix/include.
17740
17741 2006-11-12  Bruno Haible  <bruno@clisp.org>
17742
17743         * m4/lib-link.m4: Require at least autoconf-2.54.
17744         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
17745         name to underscores for the --with option.
17746
17747 2006-11-13  Bruno Haible  <bruno@clisp.org>
17748
17749         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
17750         the tests directory.
17751         Reported by Ralf Wildenhues.
17752
17753 2006-11-13  Bruno Haible  <bruno@clisp.org>
17754
17755         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
17756         (func_emit_initmacro_end): Undo the override here.
17757         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
17758         Works around the famous automake error in coreutils.
17759
17760 2006-11-13  Eric Blake  <ebb9@byu.net>
17761
17762         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
17763         element, not its node.
17764
17765 2006-11-12  Bruno Haible  <bruno@clisp.org>
17766
17767         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
17768         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
17769
17770 2006-11-12  Bruno Haible  <bruno@clisp.org>
17771
17772         * gnulib-tool: New option --local-symlink.
17773         (func_usage): Document it.
17774         (lsymbolic): New variable.
17775         (func_import, func_create_testdir): If --symlink was not specified,
17776         test whether --local-symlink was specified and the file comes from
17777         the local_gnulib_dir.
17778
17779 2006-11-12  Bruno Haible  <bruno@clisp.org>
17780
17781         * gnulib-tool (func_ln): New function.
17782         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
17783
17784 2006-11-12  Bruno Haible  <bruno@clisp.org>
17785
17786         Finish support for source files in subdirectories.
17787         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
17788         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
17789         AUTOMAKE_OPTIONS.
17790         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
17791
17792 2006-11-12  Bruno Haible  <bruno@clisp.org>
17793
17794         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17795         EXTRA_lib_SOURCES augmentation.
17796         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
17797
17798 2006-11-12  Jim Meyering  <jim@meyering.net>
17799
17800         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
17801         file descriptors.  This also averts a failure on systems with
17802         native openat support when a traversed directory lacks "x" access.
17803         * lib/fts_.h: Include "i-ring.h"
17804         (struct FTS) [fts_fd_ring]: New member.
17805         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
17806         (FCHDIR): Add parentheses.
17807         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
17808         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
17809         When descending, rather than simply closing the previous
17810         fts_cwd_fd value, push that file descriptor onto the ring.
17811         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
17812         (fts_open): Initialize the new fd_ring member.
17813         (fts_close): Clear the ring.
17814         (fts_safe_changedir): When possible, use our new fd_ring to skip
17815         the diropen and fstat and dev/ino comparison that would normally
17816         accompany a virtual `chdir ("..")'.
17817
17818         * modules/fts (Depends-on): Add i-ring.
17819         * modules/i-ring: New module.
17820         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
17821         * m4/i-ring.m4: New file.
17822
17823 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17824
17825         * gnulib-tool (func_create_testdir): Fix replacement of
17826         `build-aux' in configure.ac.  Run autotools in gltests
17827         subdirectory.
17828         (func_create_testdir, func_create_megatestdir, test): There is
17829         no need for '--force' in most autotool invocations in a new
17830         tree.  Actually fail the whole test if any of the tools, or the
17831         configure or make stages fail.
17832
17833         Sync from Automake.
17834         * build-aux/gnupload: Revert last change.  Add pointer to upload
17835         instructions of the GNU Maintenance Instructions.
17836         Suggestion by Karl Berry.
17837
17838 2006-11-10  Jim Meyering  <jim@meyering.net>
17839
17840         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
17841
17842 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17843
17844         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
17845         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
17846         (bind_textdomain_codeset) [! ENABLE_NLS]:
17847         Evaluate all the arguments.  That way, callers get compatible behavior
17848         if the arguments have side effects.  Also, it avoids some GCC
17849         diagnostics in some cases; Joel E. Denny reported problems when Bison
17850         was configured with --enable-gcc-warnigs.
17851
17852 2006-11-10  Jim Meyering  <jim@meyering.net>
17853
17854         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
17855         relevant options in CFLAGS (like -O, -fno-inline) are taken into
17856         account.
17857
17858 2006-11-10  Jim Meyering  <jim@meyering.net>
17859
17860         * modules/inline: New file/module.
17861         * modules/xalloc (Files): Remove m4/inline.m4.
17862         (Depends-on): Add inline, instead.
17863         * modules/oset: Likewise.
17864         * modules/list: Likewise.
17865
17866 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17867
17868         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
17869         Problem reported by Matthew Woehlke.
17870
17871 2006-11-09  Bruno Haible  <bruno@clisp.org>
17872
17873         * lib/tempname.c (gen_tempname): Remove variant that invokes
17874         __gen_tempname.
17875         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
17876         __gen_tempname.
17877
17878 2006-11-08  Bruno Haible  <bruno@clisp.org>
17879
17880         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
17881         to 'yes' instead of 'cross-compiling'.
17882
17883 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
17884
17885         * lib/quotearg.h (quotearg_free): New decl.
17886         * lib/quotearg.c (quotearg_free): New function.
17887         (slot0, nslots, slotvec0, slotvec):
17888         Now file-scope so that quotearg_free can get at them.
17889
17890 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17891
17892         Sync from Automake.
17893         * build-aux/gnupload: Add missing 'gnu' to example URL.
17894         Report by Karl Berry.
17895
17896 2006-11-08  Bruno Haible  <bruno@clisp.org>
17897
17898         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
17899         Suggested by Paul Eggert.
17900
17901 2006-11-08  Jim Meyering  <jim@meyering.net>
17902
17903         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
17904         It's already included if !_LIBC.
17905         (fts_safe_changedir): Add a comment.
17906
17907 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17908
17909         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
17910         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
17911         Matthew Woehlke.
17912
17913         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
17914         definitions up, to avoid colliding with change below.
17915         (static_inline) [HAVE_INLINE]: New macro.
17916         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
17917         Provide extern decls when !HAVE_INLINE.  Do not define unless
17918         static_inline is defined, either by us or by xmalloc.c.  Use
17919         static_inline rather than static inline.
17920         (XCALLOC): Optimize sizeof(T) = 1 case.
17921         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
17922
17923 2006-11-07  Bruno Haible  <bruno@clisp.org>
17924
17925         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
17926         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
17927         AC_C_INLINE.
17928         * modules/xalloc (Files): Add m4/inline.m4.
17929
17930 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17931
17932         * README: Fix typo.
17933         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17934         (Miscellanous Notes): ...from this.
17935
17936 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17937
17938         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17939         Mention that offsetof should be used instead of sizeof.
17940         From Bruno Haible.
17941
17942 2006-11-07  Bruno Haible  <bruno@clisp.org>
17943
17944         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17945
17946 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17947
17948         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17949         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
17950         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17951         (gl_tree_add_before, gl_tree_add_after):
17952         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17953         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17954         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17955         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17956         (gl_linked_add_after, gl_linked_add_at): Likewise.
17957         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17958         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17959         (gl_tree_add_before, gl_tree_add_after): Likewise.
17960         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17961         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17962         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17963
17964 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17965
17966         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17967
17968 2006-11-06  Bruno Haible  <bruno@clisp.org>
17969
17970         * m4/inline.m4: New file.
17971         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17972         * modules/list (Files): Add m4/inline.m4.
17973         * modules/oset (Files): Likewise.
17974
17975 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17976
17977         * lib/idcache.c: Include <stddef.h>, for offsetof.
17978         (struct userid.name): Change from char * to a flexible array member.
17979         All uses changed.
17980         * modules/idcache (Depends-on): Add flexmember.
17981
17982         * MODULES.html.sh (Core language properties): New module flexmember.
17983         * modules/flexmember, m4/flexmember.m4: New files.
17984
17985         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17986         inline functions that are identical with the old xnmalloc_inline,
17987         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17988         that we can avoid some unnecessary integer multiplications and
17989         divisions in the common case where the element size is known at
17990         compile time.
17991         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17992         needed.
17993         (xnboundedmalloc): Remove.
17994         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17995         arguments, for consistency with rest of this header.
17996         (xcharalloc): Rewrite using XNMALLOC.
17997         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17998         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17999         versions have been moved to lib/xalloc.h and renamed to be the
18000         non-*_inline versions.
18001         (xmalloc, xrealloc): Implement without reference to the xnmalloc
18002         and xnrealloc functions, since those functions are now inline and
18003         now call us.
18004         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
18005         renaming described above.
18006         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
18007         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
18008         captures the dependency in AC_C_INLINE.
18009
18010         New module canonicalize-lgpl, proposed by Charles Wilson in
18011         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
18012         with a few small changes afterwards.
18013         * MODULES.html.sh (File system functions): New module
18014         canonicalize-lgpl.
18015         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
18016         and canonicalize_file_name.
18017         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
18018         * modules/canonicalize-lgpl: New files.
18019
18020 2006-11-05  Bruno Haible  <bruno@clisp.org>
18021
18022         * gnulib-tool (func_import, func_create_testdir): Create directories
18023         also for files in subdirectories of lib/.
18024
18025 2006-11-05  Bruno Haible  <bruno@clisp.org>
18026
18027         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
18028         ANSI C compliant.
18029
18030 2006-11-03  Bruno Haible  <bruno@clisp.org>
18031
18032         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
18033         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
18034         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
18035         (xnboundedmalloc): New inline function.
18036         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
18037         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
18038         xmalloc.
18039         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
18040         xmalloc.
18041         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
18042         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
18043         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
18044         xmalloc.
18045         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
18046         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
18047         xmalloc.
18048         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
18049         gl_tree_add_after): Use XMALLOC instead of xmalloc.
18050         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
18051         xmalloc.
18052         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
18053         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
18054         gl_tree_add_after): Use XMALLOC instead of xmalloc.
18055         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
18056         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
18057         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
18058         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
18059
18060 2006-11-03  Bruno Haible  <bruno@clisp.org>
18061
18062         * lib/c-ctype.h [C++]: Define functions without name mangling.
18063         * lib/fwriteerror.h [C++]: Likewise.
18064         * lib/gcd.h [C++]: Likewise.
18065         * lib/linebreak.h [C++]: Likewise.
18066
18067 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18068
18069         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
18070         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
18071         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
18072         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18073         Check for functions and headers just once.
18074         Check for declaration of canonicalize_file_name.
18075         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
18076
18077 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18078
18079         * gnulib-tool (func_import): Fix typo in actioncmd.
18080
18081 2006-11-02  Bruno Haible  <bruno@clisp.org>
18082
18083         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
18084         newline sequence in the Makefile.am snippet as a space, like "make"
18085         does.
18086         Reported by Roger Persson <perrog@gmail.com>.
18087
18088 2006-11-01  Bruno Haible  <bruno@clisp.org>
18089
18090         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
18091         already declared in <string.h>.
18092         * lib/strcase.h (strncasecmp): Don't declare it if yes.
18093
18094 2006-11-01  Bruno Haible  <bruno@clisp.org>
18095
18096         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
18097         * lib/strcase.h: Include <string.h>.
18098         (strcasecmp): Define to rpl_strcasecmp here.
18099
18100 2006-11-01  Bruno Haible  <bruno@clisp.org>
18101
18102         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
18103
18104 2006-11-01  Eric Blake  <ebb9@byu.net>
18105
18106         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
18107
18108         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
18109
18110 2006-10-29  Bruno Haible  <bruno@clisp.org>
18111
18112         Make it compile in C++ mode.
18113         * lib/full-write.c (full_rw): Add a cast.
18114
18115 2006-11-01  Bruno Haible  <bruno@clisp.org>
18116
18117         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
18118         be POSIX compliant.
18119         Reported by Roger Persson <perrog@gmail.com>.
18120
18121 2006-11-01  Eric Blake  <ebb9@byu.net>
18122
18123         * lib/getopt_.h: Fix comments.
18124
18125 2006-10-31  Eric Blake  <ebb9@byu.net>
18126
18127         * modules/tmpdir (Depends-on): Add sys_stat.
18128         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
18129         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
18130         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
18131         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
18132         tempname.
18133
18134 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
18135
18136         Avoid some C++ diagnostics reported by Bruno Haible.
18137         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
18138         xmalloc.
18139         (quotearg_alloc): Use xcharalloc rather than xmalloc.
18140         (struct slotvec): Move to top level.
18141         (quotearg_n_options): Rewrite to avoid xmalloc.
18142         * lib/xalloc.h (xcharalloc): New function.
18143         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
18144         [defined __cplusplus]: Add function template that provides result
18145         type propagation.  This part of the change is from Bruno Haible.
18146
18147 2006-10-29  Bruno Haible  <bruno@clisp.org>
18148
18149         Make it compile in C++ mode.
18150         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
18151         * lib/strnlen1.c (strnlen1): Cast memchr result.
18152         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
18153         * lib/clean-temp.c (string_equals, string_hash): Add casts.
18154         (create_temp_dir): Rename local variable 'template'.
18155         (compile_csharp_using_sscli): Add cast.
18156         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
18157         * lib/findprog.c (find_in_path): Likewise.
18158         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
18159         * lib/wait-process.c (register_slave_subprocess): Likewise.
18160
18161 2006-10-22  Bruno Haible  <bruno@clisp.org>
18162
18163         * modules/tsearch: New file.
18164         * lib/tsearch.h: New file.
18165         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
18166         * m4/tsearch.m4: New file.
18167         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
18168
18169 2006-10-29  Eric Blake  <ebb9@byu.net>
18170
18171         * lib/arcfour.c: Assume config.h.
18172         * lib/arctwo.c: Likewise.
18173         * lib/base64.c: Likewise.
18174         * lib/check-version.c: Likewise.
18175         * lib/crc.c: Likewise.
18176         * lib/des.c: Likewise.
18177         * lib/gc-gnulib.c: Likewise.
18178         * lib/gc-libgcrypt.c: Likewise.
18179         * lib/gc-pbkdf2-sha1.c: Likewise.
18180         * lib/getaddrinfo.c: Likewise.
18181         * lib/getdelim.c: Likewise.
18182         * lib/getline.c: Likewise.
18183         * lib/hmac-md5.c: Likewise.
18184         * lib/hmac-sha1.c: Likewise.
18185         * lib/iconvme.c: Likewise.
18186         * lib/md2.c: Likewise.
18187         * lib/md4.c: Likewise.
18188         * lib/memxor.c: Likewise.
18189         * lib/read-file.c: Likewise.
18190         * lib/readline.c: Likewise.
18191         * lib/rijndael-alg-fst.c: Likewise.
18192         * lib/rijndael-api-fst.c: Likewise.
18193         * lib/xgetdomainname.c: Likewise.
18194
18195 2006-10-28  Eric Blake  <ebb9@byu.net>
18196
18197         * lib/xstrndup.c: Assume config.h.
18198
18199 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18200
18201         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
18202         stat-macros.h is now for our own macros, whereas stat_h is for
18203         macros in the <sys/stat.h> name space.
18204         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
18205         (STAT_MACROS_H): Remove.
18206         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
18207         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
18208         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
18209         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
18210         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
18211         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
18212         Move these macros to ...
18213         * lib/stat_.h: here.  Don't include stat-macros.h.
18214         * lib/canonicalize.c: Don't include stat-macros.h.
18215         * lib/chown.c: Likewise.
18216         * lib/euidaccess.c: Likewise.
18217         * lib/file-type.c: Likewise.
18218         * lib/filemode.c: Likewise.
18219         * lib/glob.c: Likewise.
18220         * lib/isapipe.c: Likewise.
18221         * lib/lchown.c: Likewise.
18222         * lib/lstat.c: Likewise.
18223         * lib/mkdir-p.c: Likewise.
18224         * lib/rmdir.c: Likewise.
18225         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
18226         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
18227         unless mkdir isn't declared, to speed up 'configure'.
18228         Always create sys/stat.h, since it's unlikely any real sys/stat.h
18229         would define all the S_* symbols.
18230         * modules/canonicalize (Depends-on):
18231         Depend on sys_stat, not stat-macros.
18232         * modules/chown: Likewise.
18233         * modules/euidaccess: Likewise.
18234         * modules/filemode: Likewise.
18235         * modules/file-type: Likewise.
18236         * modules/glob: Likewise.
18237         * modules/isapipe: Likewise.
18238         * modules/lchown: Likewise.
18239         * modules/lstat: Likewise.
18240         * modules/mkancesdirs: Likewise.
18241         * modules/rmdir: Likewise.
18242         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
18243         * modules/modechange: Likewise.
18244         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
18245         (configure.ac): Remove gl_STAT_MACROS.
18246         * modules/sys_stat (Depends-on): Remove stat-macros.
18247
18248 2006-10-27  Bruno Haible  <bruno@clisp.org>
18249
18250         * m4/signed.m4: Remove file.
18251         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
18252         invocation.
18253         * modules/vasnprintf (Files): Remove m4/signed.m4.
18254
18255 2006-10-27  Bruno Haible  <bruno@clisp.org>
18256
18257         Update to GNU gettext 0.16.
18258         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
18259         m4/inttypes-h.m4, m4/signed.m4.
18260         * m4/gettext.m4: Update to GNU gettext 0.16.
18261         * m4/intl.m4: New file, from GNU gettext.
18262         * m4/intldir.m4: New file, from GNU gettext.
18263         * config/srclist.txt: Update
18264
18265 2006-10-27  Eric Blake  <ebb9@byu.net>
18266
18267         * MODULES.html.sh: Document tempname.
18268         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
18269         dependencies.
18270         (Files): Move lib/tempname.c...
18271         * modules/tempname: ...to this new module.
18272         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
18273         (gl_PREREQ_TEMPNAME): Move...
18274         * m4/tempname.m4: ...to this new file.
18275         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
18276         * modules/sys_stat (Depends-on): Add stat-macros.
18277         * lib/stat_.h (includes): Pick up stat macros.
18278         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
18279         if stat macros are broken.
18280         * lib/tempname.c (includes): No need to include "stat-macros.h".
18281         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
18282         (direxists, __path_search) [!_LIBC]: Don't compile these in
18283         gnulib; the tmpdir module covers that.
18284         * lib/tempname.h: New file.
18285
18286 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
18287
18288         * COPYING: Explain how gnulib-tool converts licence headers.
18289         Almost all wording by Eric Blake.
18290
18291 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         * lib/mbchar.h (is_basic_table): Make read-only.
18294         * lib/mbchar.c (is_basic_table): Likewise.
18295         Reported by John Darrington.
18296
18297 2006-10-25  Bruno Haible  <bruno@clisp.org>
18298
18299         * lib/progname.h (set_program_name): Undefine before defining.
18300
18301 2006-10-25  Bruno Haible  <bruno@clisp.org>
18302
18303         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
18304         false for non-gcc C++ compilers.
18305         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
18306
18307 2006-10-24  Bruno Haible  <bruno@clisp.org>
18308
18309         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
18310         iconv implementations like Irix iconv.
18311
18312 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18313
18314         * modules/vararrays: New file.
18315         * m4/vararrays.m4: New file, taken from diffutils.
18316         * MODULES.html.sh: New module vararrays.
18317
18318 2006-10-24  Karl Berry  <karl@gnu.org>
18319
18320         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
18321         Don't call GNU Unix.
18322
18323 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18324
18325         * users.txt: Add Libtool.
18326
18327         Sync from Libtool:
18328
18329         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18330
18331         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
18332         to gnulib's policy of including config.h unconditionally.
18333
18334 2006-10-24  Bruno Haible  <bruno@clisp.org>
18335
18336         * modules/wcwidth (Files): Add m4/wint_t.m4.
18337         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
18338         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
18339
18340 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18341
18342         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
18343         to pacify GCC with some -W flags enabled.  Problem reported by
18344         Bruno Haible.
18345
18346 2006-10-24  Jim Meyering  <jim@meyering.net>
18347
18348         * MODULES.html.sh: Remove uinttostr.  It's not a module.
18349         Reported by Karl Berry.
18350
18351 2006-10-23  Bruno Haible  <bruno@clisp.org>
18352
18353         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
18354
18355 2006-10-24  Bruno Haible  <bruno@clisp.org>
18356
18357         * lib/gl_list.h: Use C comment style, not C++ comment style.
18358
18359 2006-10-23  Eric Blake  <ebb9@byu.net>
18360
18361         * lib/getaddrinfo.c (includes): Add missing include.
18362
18363 2006-10-23  Bruno Haible  <bruno@clisp.org>
18364             Paul Eggert  <eggert@cs.ucla.edu>
18365
18366         Ability to rename obstack_free.
18367         * lib/obstack.h (__obstack_free): New macro. Declare instead of
18368         obstack_free.
18369         (obstack_free): Invoke the __obstack_free macro.
18370         * lib/obstack.c (obstack_free): Use __obstack_free macro.
18371
18372 2006-10-23  Bruno Haible  <bruno@clisp.org>
18373             Paul Eggert  <eggert@cs.ucla.edu>
18374
18375         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
18376         __argc, __argv from the declaration. (They are defined as macros on
18377         mingw.)
18378
18379 2006-10-22  Bruno Haible  <bruno@clisp.org>
18380
18381         * doc/gnulib-intro.texi: New file.
18382         * doc/gnulib.texi: Include it.
18383
18384 2006-10-21  Bruno Haible  <bruno@clisp.org>
18385
18386         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
18387         "Introduction", "Miscellanous Notes", "Particular Modules".
18388
18389 2006-10-21  Bruno Haible  <bruno@clisp.org>
18390
18391         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18392         Change mostlyclean-local rule to avoid sh syntax error from bash
18393         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
18394
18395 2006-10-23  Jim Meyering  <jim@meyering.net>
18396
18397         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
18398         in place of snprintf.
18399
18400         * modules/inttostr (Files): Add lib/uinttostr.c.
18401         * lib/uinttostr.c (inttostr): New file/function.
18402         * lib/inttostr.h (uinttostr): Declare.
18403         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
18404         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18405         Add uinttostr.
18406         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
18407
18408 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18409
18410         * lib/canonicalize.c (ELOOP): Define if not already defined.
18411         Problem reported by Bruno Haible in
18412         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
18413
18414 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18415
18416         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
18417         Problem reported by Perry Smith and Ville Laurikari.
18418
18419         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
18420         uses.
18421
18422 2006-10-19  Bruno Haible  <bruno@clisp.org>
18423
18424         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
18425         for mingw.
18426
18427 2006-10-19  Bruno Haible  <bruno@clisp.org>
18428
18429         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
18430         Needed for mingw.
18431
18432 2006-10-19  Bruno Haible  <bruno@clisp.org>
18433
18434         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
18435
18436 2006-10-19  Bruno Haible  <bruno@clisp.org>
18437
18438         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
18439         it.
18440
18441 2006-10-19  Bruno Haible  <bruno@clisp.org>
18442
18443         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
18444         invocation.
18445
18446 2006-10-19  Bruno Haible  <bruno@clisp.org>
18447
18448         * gnulib-tool (func_create_testdir): Don't include ftruncate and
18449         mountlist by default.
18450
18451 2006-10-16  Bruno Haible  <bruno@clisp.org>
18452
18453         * lib/c-strstr.c: Include c-strstr.h.
18454
18455 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18456
18457         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
18458         in a slash.
18459
18460 2006-10-18  Bruno Haible  <bruno@clisp.org>
18461
18462         * lib/lock.h [C++]: Wrap definitions in extern "C".
18463
18464 2006-10-18  Bruno Haible  <bruno@clisp.org>
18465
18466         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
18467         gl_LIBOBJS list.
18468
18469 2006-10-18  Bruno Haible  <bruno@clisp.org>
18470
18471         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
18472
18473 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
18474
18475         * lib/xstrtol.h: Include gettext.h.
18476         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
18477         Problem reported by Eric Blake.
18478         * modules/xstrtol (Depends-on): Add gettext-h.
18479
18480 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
18481
18482         * lib/strftime.c (advance): New macro.
18483         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
18484         incomplete type, so you can't add 0 to it.  Problem and patch
18485         reported by Eelco Dolstra for dietlibc.
18486
18487 2006-10-18  Jim Meyering  <jim@meyering.net>
18488
18489         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
18490         type for a local, and rename it: s/up/user_proc/.
18491
18492 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18493
18494         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
18495         READ_UTMP_USER_PROCESS.
18496         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
18497
18498 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18499
18500         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
18501         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
18502
18503 2006-10-17  Eric Blake  <ebb9@byu.net>
18504
18505         * lib/sigprocmask.c (sigprocmask): Fix typo.
18506
18507         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
18508
18509         * modules/clean-temp (Makefile.am): Don't add to make output...
18510         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
18511         config.h.
18512
18513 2006-10-17  Bruno Haible  <bruno@clisp.org>
18514
18515         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
18516         differently if DEFAULT_TEXT_DOMAIN is set.
18517
18518 2006-10-16  Bruno Haible  <bruno@clisp.org>
18519
18520         * lib/clean-temp.c: Include fwriteerror.h.
18521
18522 2006-10-16  Bruno Haible  <bruno@clisp.org>
18523
18524         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
18525
18526 2006-10-16  Bruno Haible  <bruno@clisp.org>
18527
18528         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
18529         * lib/sigprocmask.h: Include <sys/types.h>.
18530         (sigset_t): Use the system's definition if present.
18531
18532 2006-10-17  Eric Blake  <ebb9@byu.net>
18533
18534         * lib/xvasprintf.c (includes): Assume config.h.
18535         * lib/xasprintf.c (includes): Likewise.
18536
18537 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18538
18539         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
18540         at least as wide as intmax_t.
18541
18542 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
18543
18544         (Imported from Automake.)
18545         * build-aux/gnupload: Update to version 1.1 of directive file.
18546
18547 2006-10-16  Eric Blake  <ebb9@byu.net>
18548
18549         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
18550         match Automake 1.10a.
18551
18552 2006-10-14  Bruno Haible  <bruno@clisp.org>
18553
18554         * modules/sigprocmask: New file.
18555         * lib/sigprocmask.h: New file.
18556         * lib/sigprocmask.c: New file.
18557         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
18558         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
18559         request sigprocmask.o.
18560         (gl_PREREQ_SIGPROCMASK): New macro.
18561         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
18562         (Depends-on): Add sigprocmask.
18563         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
18564         gt_SIGNALBLOCKING. Test for 'raise' only once.
18565         * lib/fatal-signal.c: Include sigprocmask.h.
18566         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
18567         unblock_fatal_signals): Define always.
18568         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18569         sigprocmask.
18570
18571 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         Sync from Automake.
18574         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
18575         which incorrectly sets the mode of an existing destination
18576         directory.  In some cases the unpatched install-sh could do the
18577         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
18578         system.  We hope this is rare in practice, but it's clearly worth
18579         fixing.  Problem reported by Alex Unleashed in
18580         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
18581         Also, don't bother to check for -m bugs unless we're using -m;
18582         suggested by Stepan Kasal.
18583
18584 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18585
18586         Sync from Automake.
18587         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
18588         `-c' flag, so they appear at the same position as in %FASTDEP%
18589         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
18590         which ignores unknown options only after the first non-option.
18591         Bug report against M4 by Nelson H. F. Beebe.
18592
18593 2006-10-13  Jim Meyering  <jim@meyering.net>
18594
18595         Fix a bug in yesterday's change.
18596         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
18597         p->fts_statp->st_dev would be used uninitialized.
18598         Ensures that we always call fts_stat on the very first entry.
18599         Miklos Szeredi reported that find -xdev stopped working.
18600
18601 2006-10-12  Bruno Haible  <bruno@clisp.org>
18602
18603         * gnulib-tool (func_get_automake_snippet): Append an automatically
18604         computed EXTRA_DIST augmentation.
18605         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
18606         * modules/alloca-opt (Makefile.am): Likewise.
18607         * modules/allocsa (Makefile.am): Likewise.
18608         * modules/arcfour (Makefile.am): Likewise.
18609         * modules/arctwo (Makefile.am): Likewise.
18610         * modules/argmatch (Makefile.am): Likewise.
18611         * modules/argz (Makefile.am): Likewise.
18612         * modules/atexit (Makefile.am): Likewise.
18613         * modules/backupfile (Makefile.am): Likewise.
18614         * modules/byteswap (Makefile.am): Likewise.
18615         * modules/c-strtod (Makefile.am): Likewise.
18616         * modules/c-strtold (Makefile.am): Likewise.
18617         * modules/calloc (Makefile.am): Likewise.
18618         * modules/canon-host (Makefile.am): Likewise.
18619         * modules/canonicalize (Makefile.am): Likewise.
18620         * modules/chdir-long (Makefile.am): Likewise.
18621         * modules/chdir-safer (Makefile.am): Likewise.
18622         * modules/check-version (Makefile.am): Likewise.
18623         * modules/chown (Makefile.am): Likewise.
18624         * modules/cloexec (Makefile.am): Likewise.
18625         * modules/close-stream (Makefile.am): Likewise.
18626         * modules/closeout (Makefile.am): Likewise.
18627         * modules/crc (Makefile.am): Likewise.
18628         * modules/csharpexec (Makefile.am): Likewise.
18629         * modules/cycle-check (Makefile.am): Likewise.
18630         * modules/des (Makefile.am): Likewise.
18631         * modules/dev-ino (Makefile.am): Likewise.
18632         * modules/dirfd (Makefile.am): Likewise.
18633         * modules/dirname (Makefile.am): Likewise.
18634         * modules/dup2 (Makefile.am): Likewise.
18635         * modules/eealloc (Makefile.am): Likewise.
18636         * modules/error (Makefile.am): Likewise.
18637         * modules/euidaccess (Makefile.am): Likewise.
18638         * modules/exclude (Makefile.am): Likewise.
18639         * modules/exitfail (Makefile.am): Likewise.
18640         * modules/fcntl-safer (Makefile.am): Likewise.
18641         * modules/fcntl (Makefile.am): Likewise.
18642         * modules/file-type (Makefile.am): Likewise.
18643         * modules/fileblocks (Makefile.am): Likewise.
18644         * modules/filemode (Makefile.am): Likewise.
18645         * modules/filenamecat (Makefile.am): Likewise.
18646         * modules/fnmatch (Makefile.am): Likewise.
18647         * modules/fopen-safer (Makefile.am): Likewise.
18648         * modules/fpending (Makefile.am): Likewise.
18649         * modules/fprintftime (Makefile.am): Likewise.
18650         * modules/free (Makefile.am): Likewise.
18651         * modules/fsusage (Makefile.am): Likewise.
18652         * modules/ftruncate (Makefile.am): Likewise.
18653         * modules/fts (Makefile.am): Likewise.
18654         * modules/gc-arcfour (Makefile.am): Likewise.
18655         * modules/gc-des (Makefile.am): Likewise.
18656         * modules/gc-hmac-md5 (Makefile.am): Likewise.
18657         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
18658         * modules/gc-md4 (Makefile.am): Likewise.
18659         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18660         * modules/gc-sha1 (Makefile.am): Likewise.
18661         * modules/gc (Makefile.am): Likewise.
18662         * modules/getaddrinfo (Makefile.am): Likewise.
18663         * modules/getcwd (Makefile.am): Likewise.
18664         * modules/getdelim (Makefile.am): Likewise.
18665         * modules/getdomainname (Makefile.am): Likewise.
18666         * modules/getgroups (Makefile.am): Likewise.
18667         * modules/gethostname (Makefile.am): Likewise.
18668         * modules/gethrxtime (Makefile.am): Likewise.
18669         * modules/getline (Makefile.am): Likewise.
18670         * modules/getloadavg (Makefile.am): Likewise.
18671         * modules/getlogin_r (Makefile.am): Likewise.
18672         * modules/getndelim2 (Makefile.am): Likewise.
18673         * modules/getopt (Makefile.am): Likewise.
18674         * modules/getpagesize (Makefile.am): Likewise.
18675         * modules/getpass-gnu (Makefile.am): Likewise.
18676         * modules/getpass (Makefile.am): Likewise.
18677         * modules/getsubopt (Makefile.am): Likewise.
18678         * modules/gettime (Makefile.am): Likewise.
18679         * modules/gettimeofday (Makefile.am): Likewise.
18680         * modules/getugroups (Makefile.am): Likewise.
18681         * modules/getusershell (Makefile.am): Likewise.
18682         * modules/glob (Makefile.am): Likewise.
18683         * modules/group-member (Makefile.am): Likewise.
18684         * modules/hard-locale (Makefile.am): Likewise.
18685         * modules/hash (Makefile.am): Likewise.
18686         * modules/hmac-md5 (Makefile.am): Likewise.
18687         * modules/hmac-sha1 (Makefile.am): Likewise.
18688         * modules/human (Makefile.am): Likewise.
18689         * modules/idcache (Makefile.am): Likewise.
18690         * modules/imaxabs (Makefile.am): Likewise.
18691         * modules/imaxdiv (Makefile.am): Likewise.
18692         * modules/inet_ntop (Makefile.am): Likewise.
18693         * modules/inet_pton (Makefile.am): Likewise.
18694         * modules/intprops (Makefile.am): Likewise.
18695         * modules/inttostr (Makefile.am): Likewise.
18696         * modules/inttypes (Makefile.am): Likewise.
18697         * modules/isapipe (Makefile.am): Likewise.
18698         * modules/javaversion (Makefile.am): Likewise.
18699         * modules/lchmod (Makefile.am): Likewise.
18700         * modules/lchown (Makefile.am): Likewise.
18701         * modules/localcharset (Makefile.am): Likewise.
18702         * modules/long-options (Makefile.am): Likewise.
18703         * modules/lstat (Makefile.am): Likewise.
18704         * modules/malloc (Makefile.am): Likewise.
18705         * modules/mathl (Makefile.am): Likewise.
18706         * modules/mbchar (Makefile.am): Likewise.
18707         * modules/md2 (Makefile.am): Likewise.
18708         * modules/md4 (Makefile.am): Likewise.
18709         * modules/md5 (Makefile.am): Likewise.
18710         * modules/memcasecmp (Makefile.am): Likewise.
18711         * modules/memchr (Makefile.am): Likewise.
18712         * modules/memcmp (Makefile.am): Likewise.
18713         * modules/memcoll (Makefile.am): Likewise.
18714         * modules/memcpy (Makefile.am): Likewise.
18715         * modules/memmem (Makefile.am): Likewise.
18716         * modules/memmove (Makefile.am): Likewise.
18717         * modules/mempcpy (Makefile.am): Likewise.
18718         * modules/memrchr (Makefile.am): Likewise.
18719         * modules/memset (Makefile.am): Likewise.
18720         * modules/memxor (Makefile.am): Likewise.
18721         * modules/mkancesdirs (Makefile.am): Likewise.
18722         * modules/mkdir-p (Makefile.am): Likewise.
18723         * modules/mkdir (Makefile.am): Likewise.
18724         * modules/mkdtemp (Makefile.am): Likewise.
18725         * modules/mkstemp (Makefile.am): Likewise.
18726         * modules/mktime (Makefile.am): Likewise.
18727         * modules/modechange (Makefile.am): Likewise.
18728         * modules/mountlist (Makefile.am): Likewise.
18729         * modules/nanosleep (Makefile.am): Likewise.
18730         * modules/obstack (Makefile.am): Likewise.
18731         * modules/openat (Makefile.am): Likewise.
18732         * modules/pagealign_alloc (Makefile.am): Likewise.
18733         * modules/pathmax (Makefile.am): Likewise.
18734         * modules/physmem (Makefile.am): Likewise.
18735         * modules/poll (Makefile.am): Likewise.
18736         * modules/posixtm (Makefile.am): Likewise.
18737         * modules/posixver (Makefile.am): Likewise.
18738         * modules/putenv (Makefile.am): Likewise.
18739         * modules/quote (Makefile.am): Likewise.
18740         * modules/quotearg (Makefile.am): Likewise.
18741         * modules/raise (Makefile.am): Likewise.
18742         * modules/read-file (Makefile.am): Likewise.
18743         * modules/readline (Makefile.am): Likewise.
18744         * modules/readlink (Makefile.am): Likewise.
18745         * modules/readtokens (Makefile.am): Likewise.
18746         * modules/readutmp (Makefile.am): Likewise.
18747         * modules/realloc (Makefile.am): Likewise.
18748         * modules/regex (Makefile.am): Likewise.
18749         * modules/rename-dest-slash (Makefile.am): Likewise.
18750         * modules/rename (Makefile.am): Likewise.
18751         * modules/rijndael (Makefile.am): Likewise.
18752         * modules/rmdir (Makefile.am): Likewise.
18753         * modules/rpmatch (Makefile.am): Likewise.
18754         * modules/safe-read (Makefile.am): Likewise.
18755         * modules/safe-write (Makefile.am): Likewise.
18756         * modules/same-inode (Makefile.am): Likewise.
18757         * modules/same (Makefile.am): Likewise.
18758         * modules/save-cwd (Makefile.am): Likewise.
18759         * modules/savedir (Makefile.am): Likewise.
18760         * modules/setenv (Makefile.am): Likewise.
18761         * modules/settime (Makefile.am): Likewise.
18762         * modules/sha1 (Makefile.am): Likewise.
18763         * modules/sig2str (Makefile.am): Likewise.
18764         * modules/snprintf (Makefile.am): Likewise.
18765         * modules/stat-macros (Makefile.am): Likewise.
18766         * modules/stat-time (Makefile.am): Likewise.
18767         * modules/stdbool (Makefile.am): Likewise.
18768         * modules/stdint (Makefile.am): Likewise.
18769         * modules/stdlib-safer (Makefile.am): Likewise.
18770         * modules/stpcpy (Makefile.am): Likewise.
18771         * modules/stpncpy (Makefile.am): Likewise.
18772         * modules/strcase (Makefile.am): Likewise.
18773         * modules/strcasestr (Makefile.am): Likewise.
18774         * modules/strchrnul (Makefile.am): Likewise.
18775         * modules/strcspn (Makefile.am): Likewise.
18776         * modules/strdup (Makefile.am): Likewise.
18777         * modules/strerror (Makefile.am): Likewise.
18778         * modules/strftime (Makefile.am): Likewise.
18779         * modules/strndup (Makefile.am): Likewise.
18780         * modules/strnlen (Makefile.am): Likewise.
18781         * modules/strpbrk (Makefile.am): Likewise.
18782         * modules/strsep (Makefile.am): Likewise.
18783         * modules/strstr (Makefile.am): Likewise.
18784         * modules/strtod (Makefile.am): Likewise.
18785         * modules/strtoimax (Makefile.am): Likewise.
18786         * modules/strtok_r (Makefile.am): Likewise.
18787         * modules/strtol (Makefile.am): Likewise.
18788         * modules/strtoll (Makefile.am): Likewise.
18789         * modules/strtoul (Makefile.am): Likewise.
18790         * modules/strtoull (Makefile.am): Likewise.
18791         * modules/strtoumax (Makefile.am): Likewise.
18792         * modules/strverscmp (Makefile.am): Likewise.
18793         * modules/sys_socket (Makefile.am): Likewise.
18794         * modules/sys_stat (Makefile.am): Likewise.
18795         * modules/sysexits (Makefile.am): Likewise.
18796         * modules/time_r (Makefile.am): Likewise.
18797         * modules/timegm (Makefile.am): Likewise.
18798         * modules/timespec (Makefile.am): Likewise.
18799         * modules/tmpfile-safer (Makefile.am): Likewise.
18800         * modules/trim (Makefile.am): Likewise.
18801         * modules/unistd-safer (Makefile.am): Likewise.
18802         * modules/unlinkdir (Makefile.am): Likewise.
18803         * modules/unlocked-io (Makefile.am): Likewise.
18804         * modules/userspec (Makefile.am): Likewise.
18805         * modules/utime (Makefile.am): Likewise.
18806         * modules/utimecmp (Makefile.am): Likewise.
18807         * modules/utimens (Makefile.am): Likewise.
18808         * modules/vasnprintf (Makefile.am): Likewise.
18809         * modules/vasprintf (Makefile.am): Likewise.
18810         * modules/vsnprintf (Makefile.am): Likewise.
18811         * modules/xalloc (Makefile.am): Likewise.
18812         * modules/xgetcwd (Makefile.am): Likewise.
18813         * modules/xnanosleep (Makefile.am): Likewise.
18814         * modules/xreadlink (Makefile.am): Likewise.
18815         * modules/xstrtod (Makefile.am): Likewise.
18816         * modules/xstrtol (Makefile.am): Likewise.
18817         * modules/xstrtold (Makefile.am): Likewise.
18818         * modules/yesno (Makefile.am): Likewise.
18819         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
18820
18821 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18822
18823         * modules/error (Makefile.am): Distribute files through
18824         EXTRA_DIST, not lib_SOURCES.
18825
18826 2006-10-12  Eric Blake  <ebb9@byu.net>
18827
18828         * modules/error (Makefile.am): Distribute files in /lib.
18829         * modules/obstack (Makefile.am): Likewise.
18830
18831 2006-10-12  Bruno Haible  <bruno@clisp.org>
18832
18833         * modules/acl (Makefile.am): Distribute all files in lib/ through
18834         EXTRA_DIST.
18835         * modules/arcfour (Makefile.am): Likewise.
18836         * modules/arctwo (Makefile.am): Likewise.
18837         * modules/argmatch (Makefile.am): Likewise.
18838         * modules/argz (Makefile.am): Likewise.
18839         * modules/atexit (Makefile.am): Likewise.
18840         * modules/backupfile (Makefile.am): Likewise.
18841         * modules/c-strtod (Makefile.am): Likewise.
18842         * modules/c-strtold (Makefile.am): Likewise.
18843         * modules/calloc (Makefile.am): Likewise.
18844         * modules/canon-host (Makefile.am): Likewise.
18845         * modules/canonicalize (Makefile.am): Likewise.
18846         * modules/chdir-long (Makefile.am): Likewise.
18847         * modules/chdir-safer (Makefile.am): Likewise.
18848         * modules/check-version (Makefile.am): Likewise.
18849         * modules/chown (Makefile.am): Likewise.
18850         * modules/cloexec (Makefile.am): Likewise.
18851         * modules/close-stream (Makefile.am): Likewise.
18852         * modules/closeout (Makefile.am): Likewise.
18853         * modules/crc (Makefile.am): Likewise.
18854         * modules/cycle-check (Makefile.am): Likewise.
18855         * modules/des (Makefile.am): Likewise.
18856         * modules/dirfd (Makefile.am): Likewise.
18857         * modules/dirname (Makefile.am): Likewise.
18858         * modules/dup2 (Makefile.am): Likewise.
18859         * modules/euidaccess (Makefile.am): Likewise.
18860         * modules/exclude (Makefile.am): Likewise.
18861         * modules/exitfail (Makefile.am): Likewise.
18862         * modules/fcntl-safer (Makefile.am): Likewise.
18863         * modules/file-type (Makefile.am): Likewise.
18864         * modules/fileblocks (Makefile.am): Likewise.
18865         * modules/filemode (Makefile.am): Likewise.
18866         * modules/filenamecat (Makefile.am): Likewise.
18867         * modules/fnmatch (Makefile.am): Likewise.
18868         * modules/fopen-safer (Makefile.am): Likewise.
18869         * modules/fpending (Makefile.am): Likewise.
18870         * modules/fprintftime (Makefile.am): Likewise.
18871         * modules/free (Makefile.am): Likewise.
18872         * modules/fsusage (Makefile.am): Likewise.
18873         * modules/ftruncate (Makefile.am): Likewise.
18874         * modules/fts (Makefile.am): Likewise.
18875         * modules/gc (Makefile.am): Likewise.
18876         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18877         * modules/getaddrinfo (Makefile.am): Likewise.
18878         * modules/getcwd (Makefile.am): Likewise.
18879         * modules/getdelim (Makefile.am): Likewise.
18880         * modules/getdomainname (Makefile.am): Likewise.
18881         * modules/getgroups (Makefile.am): Likewise.
18882         * modules/gethostname (Makefile.am): Likewise.
18883         * modules/gethrxtime (Makefile.am): Likewise.
18884         * modules/getline (Makefile.am): Likewise.
18885         * modules/getloadavg (Makefile.am): Likewise.
18886         * modules/getlogin_r (Makefile.am): Likewise.
18887         * modules/getopt (Makefile.am): Likewise.
18888         * modules/getpass (Makefile.am): Likewise.
18889         * modules/getpass-gnu (Makefile.am): Likewise.
18890         * modules/getsubopt (Makefile.am): Likewise.
18891         * modules/gettime (Makefile.am): Likewise.
18892         * modules/gettimeofday (Makefile.am): Likewise.
18893         * modules/getugroups (Makefile.am): Likewise.
18894         * modules/getusershell (Makefile.am): Likewise.
18895         * modules/glob (Makefile.am): Likewise.
18896         * modules/group-member (Makefile.am): Likewise.
18897         * modules/hard-locale (Makefile.am): Likewise.
18898         * modules/hash (Makefile.am): Likewise.
18899         * modules/hmac-md5 (Makefile.am): Likewise.
18900         * modules/hmac-sha1 (Makefile.am): Likewise.
18901         * modules/human (Makefile.am): Likewise.
18902         * modules/idcache (Makefile.am): Likewise.
18903         * modules/imaxabs (Makefile.am): Likewise.
18904         * modules/imaxdiv (Makefile.am): Likewise.
18905         * modules/inet_ntop (Makefile.am): Likewise.
18906         * modules/inet_pton (Makefile.am): Likewise.
18907         * modules/inttostr (Makefile.am): Likewise.
18908         * modules/isapipe (Makefile.am): Likewise.
18909         * modules/lchown (Makefile.am): Likewise.
18910         * modules/long-options (Makefile.am): Likewise.
18911         * modules/lstat (Makefile.am): Likewise.
18912         * modules/malloc (Makefile.am): Likewise.
18913         * modules/mathl (Makefile.am): Likewise.
18914         * modules/mbchar (Makefile.am): Likewise.
18915         * modules/md2 (Makefile.am): Likewise.
18916         * modules/md4 (Makefile.am): Likewise.
18917         * modules/md5 (Makefile.am): Likewise.
18918         * modules/memcasecmp (Makefile.am): Likewise.
18919         * modules/memchr (Makefile.am): Likewise.
18920         * modules/memcmp (Makefile.am): Likewise.
18921         * modules/memcoll (Makefile.am): Likewise.
18922         * modules/memcpy (Makefile.am): Likewise.
18923         * modules/memmem (Makefile.am): Likewise.
18924         * modules/memmove (Makefile.am): Likewise.
18925         * modules/mempcpy (Makefile.am): Likewise.
18926         * modules/memrchr (Makefile.am): Likewise.
18927         * modules/memset (Makefile.am): Likewise.
18928         * modules/memxor (Makefile.am): Likewise.
18929         * modules/mkancesdirs (Makefile.am): Likewise.
18930         * modules/mkdir (Makefile.am): Likewise.
18931         * modules/mkdir-p (Makefile.am): Likewise.
18932         * modules/mkdtemp (Makefile.am): Likewise.
18933         * modules/mkstemp (Makefile.am): Likewise.
18934         * modules/mktime (Makefile.am): Likewise.
18935         * modules/modechange (Makefile.am): Likewise.
18936         * modules/mountlist (Makefile.am): Likewise.
18937         * modules/nanosleep (Makefile.am): Likewise.
18938         * modules/openat (Makefile.am): Likewise.
18939         * modules/pagealign_alloc (Makefile.am): Likewise.
18940         * modules/physmem (Makefile.am): Likewise.
18941         * modules/poll (Makefile.am): Likewise.
18942         * modules/posixtm (Makefile.am): Likewise.
18943         * modules/posixver (Makefile.am): Likewise.
18944         * modules/putenv (Makefile.am): Likewise.
18945         * modules/quote (Makefile.am): Likewise.
18946         * modules/quotearg (Makefile.am): Likewise.
18947         * modules/raise (Makefile.am): Likewise.
18948         * modules/read-file (Makefile.am): Likewise.
18949         * modules/readline (Makefile.am): Likewise.
18950         * modules/readlink (Makefile.am): Likewise.
18951         * modules/readtokens (Makefile.am): Likewise.
18952         * modules/readutmp (Makefile.am): Likewise.
18953         * modules/realloc (Makefile.am): Likewise.
18954         * modules/regex (Makefile.am): Likewise.
18955         * modules/rename (Makefile.am): Likewise.
18956         * modules/rename-dest-slash (Makefile.am): Likewise.
18957         * modules/rijndael (Makefile.am): Likewise.
18958         * modules/rmdir (Makefile.am): Likewise.
18959         * modules/rpmatch (Makefile.am): Likewise.
18960         * modules/safe-read (Makefile.am): Likewise.
18961         * modules/safe-write (Makefile.am): Likewise.
18962         * modules/same (Makefile.am): Likewise.
18963         * modules/save-cwd (Makefile.am): Likewise.
18964         * modules/savedir (Makefile.am): Likewise.
18965         * modules/setenv (Makefile.am): Likewise.
18966         * modules/settime (Makefile.am): Likewise.
18967         * modules/sha1 (Makefile.am): Likewise.
18968         * modules/sig2str (Makefile.am): Likewise.
18969         * modules/snprintf (Makefile.am): Likewise.
18970         * modules/stdlib-safer (Makefile.am): Likewise.
18971         * modules/stpcpy (Makefile.am): Likewise.
18972         * modules/stpncpy (Makefile.am): Likewise.
18973         * modules/strcase (Makefile.am): Likewise.
18974         * modules/strcasestr (Makefile.am): Likewise.
18975         * modules/strchrnul (Makefile.am): Likewise.
18976         * modules/strcspn (Makefile.am): Likewise.
18977         * modules/strdup (Makefile.am): Likewise.
18978         * modules/strerror (Makefile.am): Likewise.
18979         * modules/strftime (Makefile.am): Likewise.
18980         * modules/strndup (Makefile.am): Likewise.
18981         * modules/strnlen (Makefile.am): Likewise.
18982         * modules/strpbrk (Makefile.am): Likewise.
18983         * modules/strsep (Makefile.am): Likewise.
18984         * modules/strstr (Makefile.am): Likewise.
18985         * modules/strtod (Makefile.am): Likewise.
18986         * modules/strtoimax (Makefile.am): Likewise.
18987         * modules/strtok_r (Makefile.am): Likewise.
18988         * modules/strtol (Makefile.am): Likewise.
18989         * modules/strtoll (Makefile.am): Likewise.
18990         * modules/strtoul (Makefile.am): Likewise.
18991         * modules/strtoull (Makefile.am): Likewise.
18992         * modules/strtoumax (Makefile.am): Likewise.
18993         * modules/strverscmp (Makefile.am): Likewise.
18994         * modules/time_r (Makefile.am): Likewise.
18995         * modules/timegm (Makefile.am): Likewise.
18996         * modules/tmpfile-safer (Makefile.am): Likewise.
18997         * modules/unistd-safer (Makefile.am): Likewise.
18998         * modules/unlinkdir (Makefile.am): Likewise.
18999         * modules/userspec (Makefile.am): Likewise.
19000         * modules/utime (Makefile.am): Likewise.
19001         * modules/utimecmp (Makefile.am): Likewise.
19002         * modules/utimens (Makefile.am): Likewise.
19003         * modules/vasnprintf (Makefile.am): Likewise.
19004         * modules/vasprintf (Makefile.am): Likewise.
19005         * modules/vsnprintf (Makefile.am): Likewise.
19006         * modules/xalloc (Makefile.am): Likewise.
19007         * modules/xgetcwd (Makefile.am): Likewise.
19008         * modules/xnanosleep (Makefile.am): Likewise.
19009         * modules/xreadlink (Makefile.am): Likewise.
19010         * modules/xstrtod (Makefile.am): Likewise.
19011         * modules/xstrtol (Makefile.am): Likewise.
19012         * modules/xstrtold (Makefile.am): Likewise.
19013         * modules/yesno (Makefile.am): Likewise.
19014
19015 2006-10-12  Jim Meyering  <jim@meyering.net>
19016
19017         * m4/getloadavg.m4: Revert the change below.
19018
19019         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
19020         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
19021         fail with a symlink, which is what coreutils' ./bootstrap now
19022         creates by default.
19023
19024 2006-10-12  Bruno Haible  <bruno@clisp.org>
19025
19026         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
19027         mingw.
19028         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
19029         MSVC and mingw explicitly.
19030
19031 2006-10-11  Simon Josefsson  <jas@extundo.com>
19032             Bruno Haible  <bruno@clisp.org>
19033
19034         Add support for multiple gnulib-tool invocations in the scope of a
19035         single configure.ac file.
19036         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
19037         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
19038         with the same contents as the _LIBADD variable.
19039         (func_emit_initmacro_start, func_emit_initmacro_end,
19040         func_emit_initmacro_done): New functions.
19041         (func_import, func_create_testdir): Invoke them. Allow the identifiers
19042         gl_LIBOBJS and gl_LTLIBOBJS.
19043
19044 2006-10-11  Bruno Haible  <bruno@clisp.org>
19045
19046         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
19047         (func_create_testdir): Don't create po/Makefile.am, don't invoke
19048         autoreconf. Instead, invoke autopoint explicitly but move back the
19049         *.m4 files from gnulib.
19050
19051 2006-10-11  Bruno Haible  <bruno@clisp.org>
19052
19053         * gnulib-tool (func_usage): Make module names after --create-testdir
19054         optional.
19055         (func_create_testdir): If no module was specified, use nearly all
19056         modules.
19057
19058 2006-10-12  Jim Meyering  <jim@meyering.net>
19059
19060         Big performance improvement for fts-based tools that use FTS_NOSTAT.
19061         Avoid spurious inode-mismatch problems on non-POSIX file systems.
19062         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
19063         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
19064         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
19065         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
19066         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
19067         (fts_set_stat_required): New function.
19068         (fts_open): Defer the calls to fts_stat, if possible or requested.
19069         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
19070         into fts_stat itself.
19071         (fts_read): Perform any required (deferred) fts_stat call.
19072         (fts_build): Likewise, for the directory we're about to open and read.
19073         In the readdir loop, carefully decide whether each entry will require
19074         an eventual call to fts_stat, using dirent.d_type info if available.
19075         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
19076         a command line argument into this function.  Update all callers.
19077         Map a return value of FTS_DOT to FTS_D for a command line argument.
19078         * modules/fts (Depends-on): Add d-type.  Alphabetize.
19079         Thanks to Miklos Szeredi for his tenacity and for the initial
19080         bug report about "find" failing on a FUSE-based file system.
19081
19082         * lib/fts.c (fts_open): Use consistent indentation.
19083
19084 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19085
19086         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
19087         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
19088         reported by Jim Meyering.  All uses of cache variables renamed
19089         to match Autoconf's.
19090         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
19091         the other one.
19092
19093         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
19094         Fix misspelling in diagnostic.
19095
19096 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19097
19098         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
19099         defined.  Problem reported by Matthew Woehlke.
19100
19101         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
19102         Add support for Tandem NonStop R series.
19103         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
19104         Use new macro.
19105
19106         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
19107         (has_trailing_slash): Omit size arg; all callers changed.
19108         Omit 'inline', since it doesn't help performance and we'd
19109         need to configure it.
19110         Don't count //, ///, etc. as having a trailing slash.
19111         As a side effect, this removes a C99ism reported by Matthew Woehlke.
19112         (rpl_rename_dest_slash): On failure, use rename's errno rather
19113         than (in some cases) an incorrect or junk errno.
19114         Simplify code by removing need to compute length; this does
19115         cause it to make two passes instead of one over the file name,
19116         but it's worth it.
19117
19118         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
19119         change, since Autoconf's version may no longer be appropriate now
19120         that we are using CVS Autoconf's version.  Add support for Tandem.
19121
19122 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19123             Bruno Haible  <bruno@clisp.org>
19124
19125         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
19126         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
19127         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
19128         gl_AC_TYPE_LONG_LONG.
19129
19130         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
19131         instead of HAVE_LONG_LONG.
19132         * lib/printf-args.c (printf_fetchargs): Likewise.
19133         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
19134         * lib/vasnprintf.c (VASNPRINTF): Likewise.
19135         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
19136         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
19137         gl_AC_TYPE_LONG_LONG.
19138
19139 2006-10-11  Bruno Haible  <bruno@clisp.org>
19140
19141         * m4/longlong.m4: Add comments.
19142         * m4/ulonglong.m4: Likewise.
19143
19144 2006-10-10  Bruno Haible  <bruno@clisp.org>
19145
19146         Make it possible to #define stpcpy, strdup to aliases.
19147         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
19148         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
19149
19150 2006-10-10  Bruno Haible  <bruno@clisp.org>
19151
19152         Make it possible to #define gcd to an alias.
19153         * lib/gcd.c: Include config.h.
19154
19155 2006-10-10  Bruno Haible  <bruno@clisp.org>
19156
19157         Make it possible to #define c_isascii to an alias.
19158         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
19159         defined. Undefine the macros before defining them, to avoid gcc
19160         warnings.
19161         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
19162         define NO_C_CTYPE_MACROS early.
19163
19164 2006-10-10  Bruno Haible  <bruno@clisp.org>
19165
19166         Make it possible to #define set_program_name to an alias.
19167         * lib/progname.c: Don't undefine set_program_name; instead, undefine
19168         ENABLE_RELOCATABLE early.
19169
19170 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         Port to Tandem NSK OSS, which has 64-bit signed int but at most
19173         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
19174         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
19175         More generally, don't assume that 64-bit signed int is available
19176         if unsigned int is, and vice versa.
19177         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
19178         unsigned symbols, not on their signed counterparts.
19179         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
19180         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
19181         (UINT64_C, UINTMAX_C):
19182         Likewise.
19183         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
19184         unsigned counterparts.
19185         (Have_long_long, Unsigned): New macros.
19186         (Int): Renamed from INT.
19187         (strtoimax): Use the new macros.
19188         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
19189         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
19190         * modules/inttypes (inttypes.h): Substitute
19191         HAVE_UNSIGNED_LONG_LONG_INT.
19192         * modules/stdint (stdint.h): Likewise.
19193         (Files): Add m4/ulonglong.m4.
19194
19195 2006-10-10  Bruno Haible  <bruno@clisp.org>
19196
19197         Fix a gcc -Wshadow warning.
19198         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
19199         to 'bucket'.
19200         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
19201         gl_linked_indexof_from_to): Likewise.
19202         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
19203         Likewise.
19204         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
19205         Likewise.
19206         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
19207         Reported by Eric Blake.
19208
19209 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
19210
19211         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
19212         for NetBSD.  Problem reported by Bruno Haible.
19213
19214 2006-10-09  Jim Meyering  <jim@meyering.net>
19215
19216         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
19217         Patch from Bruno Haible.
19218
19219 2006-10-09  Jim Meyering  <jim@meyering.net>
19220
19221         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
19222         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
19223         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
19224
19225 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19226
19227         Don't include <config.h> twice; this doesn't work in some cases,
19228         e.g., when config.h has "#define intmax_t long long int" and
19229         we include <config.h>, <inttypes.h>, <config.h> in that order.
19230         Problem reported by Matthew Woehlke in:
19231         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
19232         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
19233         * lib/fts-cycle.c: Don't include config.h.
19234         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
19235         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
19236         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
19237         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
19238         inttypes.h.
19239         * lib/xstrtoumax.c: Likewise.
19240         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
19241         __strtol and the like, so that this module is more like its siblings.
19242         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
19243         Remove; no longer needed now that we assume gnulib inttypes.h.
19244
19245 2006-10-08  Bruno Haible  <bruno@clisp.org>
19246
19247         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
19248         option.
19249
19250 2006-10-07  Jim Meyering  <jim@meyering.net>
19251
19252         * modules/inttypes (inttypes.h): Revert what seems to have been
19253         an inadvertent part of today's change: use "|", not "/" in the
19254         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
19255
19256 2006-10-07  Bruno Haible  <bruno@clisp.org>
19257
19258         * modules/sublist: New file.
19259
19260 2006-10-07  Bruno Haible  <bruno@clisp.org>
19261
19262         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
19263         * modules/argz (argz.h): Likewise.
19264         * modules/arpa_inet (arpa/inet.h): Likewise.
19265         * modules/byteswap (byteswap.h): Likewise.
19266         * modules/configmake (configmake.h): Likewise.
19267         * modules/fcntl (fcntl.h): Likewise.
19268         * modules/fnmatch (fnmatch.h): Likewise.
19269         * modules/getopt (getopt.h): Likewise.
19270         * modules/glob (glob.h): Likewise.
19271         * modules/inttypes (inttypes.h): Likewise.
19272         * modules/netinet_in (netinet/in.h): Likewise.
19273         * modules/poll (poll.h): Likewise.
19274         * modules/stdbool (stdbool.h): Likewise.
19275         * modules/stdint (stdint.h): Likewise.
19276         * modules/sys_select (sys/select.h): Likewise.
19277         * modules/sys_socket (sys/socket.h): Likewise.
19278         * modules/sys_stat (sys/stat.h): Likewise.
19279         * modules/sysexits (sysexits.h): Likewise.
19280         * modules/unistd (unistd.h): Likewise.
19281         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19282         Add a "DO NOT EDIT" comment to the generated file.
19283         (func_import): Likewise for gnulib-comp.m4.
19284
19285 2006-10-07  Bruno Haible  <bruno@clisp.org>
19286
19287         * lib/gl_sublist.h: New file.
19288         * lib/gl_sublist.c: New file.
19289
19290 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19291
19292         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
19293         name (relative to the original working directory) and the file
19294         name component (relative to the temporary working directory).  All
19295         callers changed.
19296         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
19297         * lib/mkdir-p.c (make_dir_parents): Likewise.
19298         * lib/mkdir-p.h (make_dir_parents): Likewise.
19299
19300 2006-10-06  Eric Blake  <ebb9@byu.net>
19301
19302         Define several macros for use by the clean-temp module.
19303         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
19304         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
19305         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
19306
19307         * lib/clean-temp.h (close_stream_temp): New declaration.
19308         * lib/clean-temp.c (includes): Pull in headers according to what
19309         other modules are in use.
19310         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
19311
19312 2006-10-06  Bruno Haible  <bruno@clisp.org>
19313
19314         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
19315         instead of fopen, fwriteerror.
19316
19317 2006-10-06  Bruno Haible  <bruno@clisp.org>
19318
19319         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
19320         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
19321         int.
19322         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
19323         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
19324         Return an error indicator.
19325         Suggested by Eric Blake.
19326
19327 2006-10-06  Bruno Haible  <bruno@clisp.org>
19328
19329         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
19330         Reported by Eric Blake.
19331
19332 2006-10-06  Bruno Haible  <bruno@clisp.org>
19333
19334         * modules/closeout (Description): Mention stderr too.
19335
19336 2006-10-06  Bruno Haible  <bruno@clisp.org>
19337         and Paul Eggert  <eggert@cs.ucla.edu>
19338
19339         * lib/closeout.c (close_stdout): Also close stderr.
19340         * lib/closeout.h: Update comment.
19341
19342 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
19345         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
19346         * lib/dirchownmod.c: Include lchown.h.
19347         * lib/lchown.c: Don't include files that lchown.h now includes.
19348         Don't declare chown, since lchown.h now does that.
19349         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
19350         (lchown): Define to rpl_chown if lchown is declared but
19351         does not exist.  Declare using a prototype if lchown is not
19352         declared.  Add a copyright notice.
19353         * lib/mkstemp.h: Include <unistd.h>.
19354         * lib/openat.c: Include lchown.h.
19355
19356         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
19357         we now test for that separately.
19358         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
19359         rather than O_NOFOLLOW, when testing whether it's possible to
19360         avoid a race condition reliably.
19361         * lib/savewd.c (savewd_chdir): Likewise.
19362
19363         Remove macros that are no longer needed now that stdint.h is
19364         reliable.
19365         * lib/fsusage.c (UINTMAX_MAX): Remove.
19366         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
19367         * lib/utimecmp.c (SIZE_MAX): Remove.
19368
19369         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
19370
19371         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
19372         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
19373         O_NOATIME works.
19374
19375 2006-10-05  Bruno Haible  <bruno@clisp.org>
19376
19377         * lib/gl_list.h (gl_sortedlist_search_from_to,
19378         gl_sortedlist_indexof_from_to): New declarations.
19379         (gl_list_implementation): New fields sortedlist_search_from_to,
19380         sortedlist_indexof_from_to.
19381         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
19382         inline functions.
19383         * lib/gl_list.c (gl_sortedlist_search_from_to,
19384         gl_sortedlist_indexof_from_to): New functions.
19385         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
19386         function.
19387         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
19388         (gl_array_sortedlist_search_from_to): New function.
19389         (gl_array_list_implementation): Update.
19390         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
19391         function.
19392         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
19393         (gl_carray_sortedlist_search_from_to): New function.
19394         (gl_carray_list_implementation): Update.
19395         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
19396         gl_linked_sortedlist_indexof_from_to): New functions.
19397         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19398         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19399         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
19400         gl_tree_sortedlist_indexof_from_to): New functions.
19401         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19402         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19403         Update.
19404         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19405         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
19406         Update.
19407
19408 2006-10-05  Bruno Haible  <bruno@clisp.org>
19409
19410         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
19411         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
19412         (struct gl_list_implementation): Add fields search_from_to,
19413         indexof_from_to. Remove fields search, indexof.
19414         (gl_list_search): Use the search_from_to method.
19415         (gl_list_search_from, gl_list_search_from_to): New functions.
19416         (gl_list_indexof): Use the indexof_from_to method.
19417         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19418         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
19419         (gl_list_search_from, gl_list_search_from_to): New functions.
19420         (gl_list_indexof): Use the indexof_from_to method.
19421         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19422         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
19423         gl_array_indexof. Add start_index, end_index arguments.
19424         (gl_array_search_from_to): Renamed from gl_array_search. Add
19425         start_index, end_index arguments.
19426         (gl_array_remove, gl_array_list_implementation): Update.
19427         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
19428         gl_carray_indexof. Add start_index, end_index arguments.
19429         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
19430         start_index, end_index arguments.
19431         (gl_carray_remove, gl_carray_list_implementation): Update.
19432         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
19433         gl_linked_search. Add start_index, end_index arguments.
19434         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
19435         start_index, end_index arguments.
19436         (gl_linked_remove): Update.
19437         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19438         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19439         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
19440         field to 'size_t'.
19441         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
19442         gl_tree_search. Add start_index, end_index arguments.
19443         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19444         start_index, end_index arguments.
19445         (gl_tree_remove): Update.
19446         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19447         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19448         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
19449         function.
19450         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
19451         gl_tree_search. Add start_index, end_index arguments.
19452         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19453         start_index, end_index arguments.
19454         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19455         Update.
19456         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
19457
19458 2006-10-05  Bruno Haible  <bruno@clisp.org>
19459
19460         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
19461
19462         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
19463         fwriteerror_temp): New declarations.
19464         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
19465         (descriptors): New variable.
19466         (cleanup): First, close the descriptors.
19467         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
19468         fclose_temp, fwriteerror_temp): New functions.
19469
19470 2006-10-04  Jim Meyering  <jim@meyering.net>
19471
19472         * lib/fts.c (fts_open): Tiny comment change.
19473
19474 2006-10-04  Bruno Haible  <bruno@clisp.org>
19475
19476         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
19477         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
19478         gl_LOCK_BODY.
19479         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
19480         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
19481         gl_LOCK_EARLY_BODY.
19482         (gl_LOCK): Require gl_LOCK_BODY.
19483
19484 2006-10-04  Bruno Haible  <bruno@clisp.org>
19485
19486         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
19487         (gl_oset_search_atleast): New declaration.
19488         (struct gl_oset_implementation): Add field 'search_atleast'.
19489         (gl_oset_search_atleast): New inline function.
19490         * lib/gl_oset.c (gl_oset_search_atleast): New function.
19491         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
19492         (gl_array_oset_implementation): Update.
19493         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
19494         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
19495         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
19496
19497 2006-10-04  Bruno Haible  <bruno@clisp.org>
19498
19499         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
19500
19501 2006-10-03  Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
19504         from gl_avltreehash_list_implementation.
19505
19506 2006-10-03  Bruno Haible  <bruno@clisp.org>
19507
19508         * lib/gl_oset.c (gl_oset_add): Fix return type.
19509
19510 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
19511
19512         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
19513
19514 2006-10-02  Eric Blake  <ebb9@byu.net>
19515
19516         * modules/strnlen (Depends-on): Add extensions.
19517
19518 2006-10-02  Eric Blake  <ebb9@byu.net>
19519
19520         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
19521         definition in 2.60+.
19522
19523 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
19524
19525         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
19526         checks.
19527
19528 2006-10-02  Bruno Haible  <bruno@clisp.org>
19529
19530         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
19531         to the AUTOMAKE_OPTIONS.
19532         Reported by Jim Meyering.
19533
19534 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19535
19536         Work around bug in Solaris 10 /proc file system:
19537         /proc/self/fd/NNN/.. isn't the parent directory of
19538         the directory whose file descriptor is NNN.  This needs to
19539         be worked around at run time, not compile time, since a
19540         program might be built on Solaris 8, where things work, and
19541         run on Solaris 10.
19542         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
19543         to use the following interface instead:
19544         (OPENAT_BUFFER_SIZE): New macro.
19545         (openat_proc_name): New function.
19546         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
19547         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
19548         Likewise.
19549         * lib/openat-proc.c: New file.
19550         * modules/openat (Files): Add lib/openat-proc.c.
19551         (Depends-on): Add same-inode, stdbool.
19552         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
19553
19554 2006-09-29  Bruno Haible  <bruno@clisp.org>
19555
19556         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
19557         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
19558         argument. Set stdout_closed before testing for ferror, not after.
19559         (fwriteerror, fwriteerror_no_ebadf): New functions.
19560
19561 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19562
19563         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
19564
19565 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
19566
19567         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
19568         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
19569
19570 2006-09-28  Jim Meyering  <jim@meyering.net>
19571
19572         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
19573         Include <unistd.h>.
19574
19575 2006-09-28  Bruno Haible  <bruno@clisp.org>
19576
19577         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
19578         * modules/linkedhash-list (Depends-on): Likewise.
19579         * modules/rbtreehash-list (Depends-on): Likewise.
19580
19581 2006-09-28  Bruno Haible  <bruno@clisp.org>
19582
19583         * lib/strndup.h: Simplify the redefinition of strndup.
19584         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
19585         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
19586
19587 2006-09-28  Bruno Haible  <bruno@clisp.org>
19588
19589         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
19590         * lib/gl_linkedhash_list.c: Likewise.
19591         * lib/gl_rbtreehash_list.c: Likewise.
19592
19593 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
19596         getaddrinfo.
19597
19598         * lib/__fpending.h: Don't include <stdio_ext.h> unless
19599         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
19600         it causes <stdio_ext.h> to cause a compile-time error.
19601         Problem reported by Nelson H. F. Beebe.
19602         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
19603         of HAVE_DECL___PENDING.
19604
19605         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
19606         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
19607         declaration.
19608
19609 2006-09-27  Jim Meyering  <jim@meyering.net>
19610
19611         This file could end up with a definition for a function
19612         named __strndup, rather than rpl_strndup on a system with
19613         incomplete weak_alias support.
19614         * lib/strndup.c (strndup): Rename from __strndup.
19615         Remove #defines that used to map __strndup to strndup.
19616         Don't use K&R prototypes.
19617         Remove LIBC-related code, since this file is not sync'd with glibc.
19618         * lib/strndup.h: Revamp, accordingly.
19619         * m4/strndup.m4: Modernize.
19620
19621 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19622
19623         * modules/savewd (Depends-on): Add 'raise'.
19624         * lib/savewd.c: Include <signal.h>, for 'raise'.
19625
19626 2006-09-26  Jim Meyering  <jim@meyering.net>
19627
19628         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
19629         when we detect Darwin 8.7.0's acl_get_file bug.
19630         Rearrange to perform the new (below) run-test while $LIBS
19631         contains any acl-related library.  Set USE_ACL at the end.
19632         (gl_ACL_GET_FILE): New function.
19633
19634 2006-09-26  Eric Blake  <ebb9@byu.net>
19635
19636         * lib/verror.c: Include <config.h> unconditionally.
19637
19638 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
19639
19640         * modules/clock-time (Maintainer): Add self.
19641         * modules/getlogin_r (Depends-on): Add extensions.
19642
19643 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19644
19645         * modules/clock-time: New module.
19646         * modules/nanosleep (Depends-on): Add clock-time.
19647         * modules/gethrxtime (Depends-on): Likewise.
19648         * modules/gettime (Depends-on): Likewise.
19649         * modules/settime (Depends-on): Likewise.
19650
19651         * modules/fts-lgpl: Depend on openat.
19652         * modules/mkancesdirs: Depend on savewd.
19653         * modules/mkdir-p: Likewise.
19654
19655 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19656
19657         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
19658
19659         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
19660         `gl_have_arbitrary_file_name_length_limit' to
19661         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
19662         actually works between configure runs.
19663
19664 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19665             Bruno Haible  <bruno@clisp.org>
19666
19667         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
19668
19669 2006-09-25  Jim Meyering  <jim@meyering.net>
19670
19671         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
19672         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
19673
19674 2006-09-25  Eric Blake  <ebb9@byu.net>
19675
19676         * gnulib-tool (func_import, func_create_testdir): Fix typos in
19677         exec's in 2006-09-18 patch when shuffling fds.
19678
19679 2006-09-25  Bruno Haible  <bruno@clisp.org>
19680
19681         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
19682         Reported by Jim Meyering.
19683
19684 2006-09-24  Jim Meyering  <jim@meyering.net>
19685
19686         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
19687         compare a pointer against a literal "0".  That caused failures with
19688         at least HP-UX's hpcc.
19689
19690 2006-09-22  Simon Josefsson  <jas@extundo.com>
19691
19692         * modules/gc-sha1:
19693         * modules/gc-md4:
19694         * modules/gc-hmac-sha1:
19695         * modules/gc-hmac-md5:
19696         * modules/gc-des:
19697         * modules/gc-arcfour: Distribute more files.
19698
19699 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19700
19701         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
19702         (gl_linked_iterator_from_to): Initialize struct completely.
19703         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
19704         (gl_tree_iterator_from_to): Likewise
19705         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
19706         * lib/gl_array_list.c [lint] (gl_array_iterator)
19707         (gl_array_iterator_from_to): Likewise.
19708         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
19709         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
19710         (gl_carray_iterator_from_to): Likewise.
19711
19712         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
19713         * lib/md4.c (md4_process_block): Remove unused variable.
19714         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
19715         parentheses for clarity.
19716
19717 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19718
19719         * modules/bison-i18n (Depends-on): Add gettext.
19720
19721 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19722
19723         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
19724         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
19725         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
19726         also add missing comma that caused broken test.
19727         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
19728         stdlib.h, for `abort'.
19729         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
19730         variables.
19731         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
19732         include unistd.h if present, for `rmdir'.
19733         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
19734         variables.
19735         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
19736         in the process include standard headers for prototypes.
19737         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
19738         gets declared on GNU/Linux.
19739         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
19740         unistd.h, for `rmdir'.
19741         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
19742
19743         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
19744         always true.
19745         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
19746
19747         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
19748
19749 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19750
19751         * gnulib-tool (func_version): Create output all at once.  This
19752         may help avoid triggering unnecessary SIGPIPEs, and at any
19753         rate it doesn't hurt.
19754
19755 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19756             Bruno Haible  <bruno@clisp.org>
19757
19758         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
19759         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19760         * m4/signed.m4 (bh_C_SIGNED): Likewise.
19761
19762         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
19763         (gl_FUNC_VASPRINTF): Invoke it.
19764
19765 2006-09-22  Bruno Haible  <bruno@clisp.org>
19766
19767         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
19768         getloadavg.c as first argument.
19769
19770 2006-09-22  Bruno Haible  <bruno@clisp.org>
19771
19772         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
19773         at the beginning of the gl_INIT macro.
19774         * modules/getloadavg (configure.ac): Pass $gl_source_base to
19775         gl_GETLOADAVG.
19776
19777 2006-09-22  Bruno Haible  <bruno@clisp.org>
19778
19779         * gnulib-tool (func_create_megatestdir): Don't include the config-h
19780         module.
19781         Suggested by Ralf Wildenhues.
19782
19783 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19784
19785         Import this patch from libc:
19786
19787         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
19788
19789         * lib/regex_internal.c (re_string_reconstruct): Handle
19790         offset < pstr->valid_raw_len && pstr->offsets_needed case.
19791         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
19792         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
19793         re_string_context_at.
19794
19795         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
19796         now requires it.
19797         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
19798         gl_REGEX now does it for us.
19799         (gl_REGEX): Add test taken from
19800         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
19801
19802         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
19803         Check that large offsets work.  Modernize Autoconf usages.
19804         Prefer "yes" to mean a good thing rather than a bad.
19805         Don't put "#define mkstemp" in config.h, as this might interfere
19806         with standard system headers that "#define mkstemp mkstemp64".
19807
19808         * modules/mkstemp (Depends-on): Add extensions, so that
19809         mkstemp is visible on some platforms.
19810         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
19811         (Include): Change to "mkstemp.h" from <stdlib.h>.
19812         (Files): Add mkstemp.h.
19813
19814         * lib/mkstemp.h: New file, since some standard headers
19815         #define mkstemp.
19816         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
19817         Include "mkstemp.h".
19818         Make the _LIBC code resemble glibc original more,
19819         e.g., use K&R style.
19820         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
19821         (mkstemp): Remove, since mkstemp.h does this for us.
19822         * lib/stdlib--.h: Include mkstemp.h.
19823
19824         Import this patch from libc:
19825
19826         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19827
19828         * lib/tempname.c (__gen_tempname): Change attempts_min
19829         into a macro.  Use preprocessor to decide how to initialize
19830         attempts [Coverity CID 67].
19831
19832 2006-09-20  Bruno Haible  <bruno@clisp.org>
19833
19834         * lib/mkdtemp.c: Import from libc.
19835         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19836                 * sysdeps/posix/tempname.c (__gen_tempname): Change
19837                 attempts_min into a macro.  Use preprocessor to decide how to
19838                 initialize attempts [Coverity CID 67].
19839         2001-11-27  Paul Eggert  <eggert@twinsun.com>
19840                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
19841                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
19842
19843 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19844
19845         * gnulib-tool (func_exit): New function, to allow to pass the
19846         exit status portably through the trap.  Use everywhere.
19847         (--help, --version): Signal a write error.
19848         (trap): catch SIGPIPE, for write errors.
19849         Exit at the end of the trap, with the correct exit status.
19850
19851 2006-09-19  Karl Berry  <karl@gnu.org>
19852
19853         * doc/gnulib.texi: note about the license texinfo files.
19854
19855 2006-09-19  Eric Blake  <ebb9@byu.net>
19856
19857         * gnulib-tool: Avoid space-tab.
19858
19859 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19860
19861         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
19862         that prevented coreutils 6.1 from building.  Problem reported
19863         by Petter Reinholdtsen.
19864
19865 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19866
19867         * gnulib-tool (avoidlist): Fix typo that broke options like
19868         --avoid=lock that are used by coreutils bootstrap.
19869
19870 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
19871
19872         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
19873         more systematically.
19874
19875 2006-09-18  Jim Meyering  <jim@meyering.net>
19876
19877         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
19878
19879 2006-09-18  Bruno Haible  <bruno@clisp.org>
19880
19881         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
19882
19883 2006-09-18  Bruno Haible  <bruno@clisp.org>
19884
19885         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
19886         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
19887         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
19888         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
19889         * m4/gettext.m4: Require autoconf >= 2.52.
19890         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
19891         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
19892         of gl_cv_header_inttypes_h.
19893
19894 2006-09-18  Bruno Haible  <bruno@clisp.org>
19895
19896         * lib/javaversion.c: Include configmake.h.
19897
19898 2006-09-18  Bruno Haible  <bruno@clisp.org>
19899
19900         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
19901         avoid that the while loops be executed in a subshell.
19902
19903 2006-09-18  Bruno Haible  <bruno@clisp.org>
19904
19905         * MODULES.html.sh (func_module): Break long lines.
19906         Suggested by Bruce Korb <bkorb@gnu.org>.
19907
19908 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19909
19910         Speed up by a factor of 1.12.
19911         * gnulib-tool (nl): New variable.
19912         (func_import): Rewrite include directive extraction to only read each
19913         directive once.
19914
19915 2006-09-17  Bruno Haible  <bruno@clisp.org>
19916
19917         * modules/javaversion (Makefile.am): Remove DEFS setting.
19918         (Depends-on): Add configmake, for PKGDATADIR definition.
19919
19920 2006-09-17  Bruno Haible  <bruno@clisp.org>
19921
19922         * gnulib-tool (func_create_testdir): Rewrite all files at once.
19923
19924 2006-09-17  Bruno Haible  <bruno@clisp.org>
19925
19926         * gnulib-tool (func_append): New function, stolen from libtool.m4.
19927         (func_modules_transitive_closure, func_modules_add_dummy,
19928         func_modules_to_filelist, func_import, func_create_testdir,
19929         func_create_megatestdir, ...): Use it wherever possible.
19930         Suggested by Ralf Wildenhues.
19931
19932 2006-09-16  Karl Berry  <karl@gnu.org>
19933
19934         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19935         to avoid sectioning errors.
19936         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19937         [ifinfo]: blank line after @center-ed titles.
19938         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19939         Spell FSF address consistently with others.
19940         (These changes approved by rms.)
19941
19942 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19943
19944         Speed up by a factor of 1.61.
19945         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19946         already checked module names again.
19947
19948 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19949
19950         Speed up by a factor of 1.13.
19951         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19952         for new_files, and the input to func_add_or_update.
19953
19954 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19955
19956         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19957         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19958
19959 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19960
19961         * modules/mkancesdirs (Depends-on): Add fcntl.
19962         * modules/savewd: New file.
19963         * MODULES.html.sh (File system functions): Add savewd.
19964
19965         * modules/configmake (Makefile.am): Add support for the
19966         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19967
19968 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19969
19970         * m4/savewd.m4: New file.
19971
19972 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19973
19974         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19975         (dirchownmod): New arg FD.  All callers changed.
19976         Use FD rather than opening the directory ourself, as opening is
19977         now the caller's responsibility.
19978         * lib/dirchownmod.h: Likewise.
19979         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19980         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19981         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19982         (test_dir): Remove.
19983         (mkancesdirs): Return length of prefix of FILE that has already
19984         been made, or -2 if there is a child doing the work.  Redo
19985         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19986         ".", and treat ".." specially since it might stray back into
19987         already-created areas.  Use a subprocess if necessary.  New arg
19988         WD; all users changed.  MAKE_DIR function should now return 1
19989         if it creates a directory that is not readable.  Return -2 if
19990         a child process is spun off.
19991         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19992         Adjust signature to match code.
19993         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19994         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19995         all users changed.
19996         * lib/savewd.c, lib/savewd.h: New files.
19997
19998 2006-09-15  Jim Meyering  <jim@meyering.net>
19999
20000         * modules/rename-dest-slash: New module.
20001         * MODULES.html.sh (posix_compat): Add it here.
20002
20003         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
20004
20005 2006-09-15  Jim Meyering  <jim@meyering.net>
20006
20007         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
20008         file.
20009
20010         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
20011
20012 2006-09-15  Jim Meyering  <jim@meyering.net>
20013
20014         * lib/rename-dest-slash.c (has_trailing_slash): Use
20015         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
20016         (rpl_rename_dest_slash): Perform the cheaper trailing slash
20017         test before testing whether SRC is a directory.
20018         Suggestions from Bruno Haible.
20019
20020         Avoid a warning about an unused variable.
20021         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
20022         into the #ifdef block where it's used.
20023
20024         * lib/rename-dest-slash.c: New file.
20025
20026 2006-09-14  Bruno Haible  <bruno@clisp.org>
20027
20028         * lib/allocsa.c: Include <config.h> unconditionally.
20029         * lib/asnprintf.c: Likewise.
20030         * lib/asprintf.c: Likewise.
20031         * lib/c-strcasecmp.c: Likewise.
20032         * lib/c-strcasestr.c: Likewise.
20033         * lib/c-strncasecmp.c: Likewise.
20034         * lib/c-strstr.c: Likewise.
20035         * lib/classpath.c: Likewise.
20036         * lib/clean-temp.c: Likewise.
20037         * lib/concatpath.c: Likewise.
20038         * lib/copy-file.c: Likewise.
20039         * lib/csharpcomp.c: Likewise.
20040         * lib/csharpexec.c: Likewise.
20041         * lib/execute.c: Likewise.
20042         * lib/fatal-signal.c: Likewise.
20043         * lib/findprog.c: Likewise.
20044         * lib/fwriteerror.c: Likewise.
20045         * lib/gl_array_list.c: Likewise.
20046         * lib/gl_array_oset.c: Likewise.
20047         * lib/gl_avltree_list.c: Likewise.
20048         * lib/gl_avltree_oset.c: Likewise.
20049         * lib/gl_avltreehash_list.c: Likewise.
20050         * lib/gl_carray_list.c: Likewise.
20051         * lib/gl_linked_list.c: Likewise.
20052         * lib/gl_linkedhash_list.c: Likewise.
20053         * lib/gl_list.c: Likewise.
20054         * lib/gl_oset.c: Likewise.
20055         * lib/gl_rbtree_list.c: Likewise.
20056         * lib/gl_rbtree_oset.c: Likewise.
20057         * lib/gl_rbtreehash_list.c: Likewise.
20058         * lib/imaxabs.c: Likewise.
20059         * lib/imaxdiv.c: Likewise.
20060         * lib/javacomp.c: Likewise.
20061         * lib/javaexec.c: Likewise.
20062         * lib/javaversion.c: Likewise.
20063         * lib/linebreak.c: Likewise.
20064         * lib/localcharset.c: Likewise.
20065         * lib/lock.c: Likewise.
20066         * lib/mbchar.c: Likewise.
20067         * lib/mbswidth.c: Likewise.
20068         * lib/mkdtemp.c: Likewise.
20069         * lib/pipe.c: Likewise.
20070         * lib/printf-args.c: Likewise.
20071         * lib/printf-parse.c: Likewise.
20072         * lib/progname.c: Likewise.
20073         * lib/progreloc.c: Likewise.
20074         * lib/readlink.c: Likewise.
20075         * lib/sh-quote.c: Likewise.
20076         * lib/stpcpy.c: Likewise.
20077         * lib/stpncpy.c: Likewise.
20078         * lib/strcasecmp.c: Likewise.
20079         * lib/strcasestr.c: Likewise.
20080         * lib/strcspn.c: Likewise.
20081         * lib/striconv.c: Likewise.
20082         * lib/strncasecmp.c: Likewise.
20083         * lib/strnlen1.c: Likewise.
20084         * lib/strstr.c: Likewise.
20085         * lib/strtok_r.c: Likewise.
20086         * lib/tls.c: Likewise.
20087         * lib/tmpdir.c: Likewise.
20088         * lib/unicodeio.c: Likewise.
20089         * lib/unsetenv.c: Likewise.
20090         * lib/vasnprintf.c: Likewise.
20091         * lib/vasprintf.c: Likewise.
20092         * lib/wait-process.c: Likewise.
20093         * lib/xallocsa.c: Likewise.
20094         * lib/xsetenv.c: Likewise.
20095         * lib/xstriconv.c: Likewise.
20096
20097 2006-09-13  Simon Josefsson  <jas@extundo.com>
20098
20099         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
20100         that internally, suggested by Ralf Wildenhues
20101         <Ralf.Wildenhues@gmx.de>.
20102
20103 2006-09-13  Simon Josefsson  <jas@extundo.com>
20104
20105         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
20106         @LIBOBJS@.
20107         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20108
20109 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20110
20111         * lib/_fpending.c: Include <config.h> unconditionally, since we no
20112         longer worry about uses that don't define HAVE_CONFIG_H.
20113         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
20114         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
20115         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
20116         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
20117         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
20118         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
20119         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
20120         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
20121         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
20122         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
20123         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
20124         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
20125         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
20126         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
20127         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
20128         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
20129         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
20130         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
20131         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
20132         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
20133         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
20134         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
20135         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
20136         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
20137         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
20138         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
20139         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
20140         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
20141         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
20142         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
20143         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
20144         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
20145         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
20146         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
20147         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
20148         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
20149         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
20150         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
20151         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
20152         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
20153         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
20154         Likewise.
20155
20156 2006-09-13  Eric Blake  <ebb9@byu.net>
20157
20158         * lib/getopt.c: Fix typo in last commit.
20159
20160 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20161
20162         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
20163         dgettext.
20164
20165 2006-09-12  Jim Meyering  <jim@meyering.net>
20166
20167         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
20168         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
20169         Reported by Nelson H. F. Beebe.
20170
20171 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20172
20173         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
20174         program_invocation_name and program_invocation_short_name are
20175         initialized.
20176         * lib/argp-namefrob.h: Move declarations of program_invocation_name
20177         and program_invocation_short_name to argp.h, so they are visible
20178         to user programs.
20179         * lib/argp.h: Likewise
20180
20181 2006-09-10  Bruno Haible  <bruno@clisp.org>
20182
20183         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20184         m4/inttypes_h.m4, m4/uintmax_t.m4.
20185
20186 2006-09-10  Bruno Haible  <bruno@clisp.org>
20187
20188         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
20189         gl_AC_TYPE_UINTMAX_T.
20190
20191 2006-09-10  Bruno Haible  <bruno@clisp.org>
20192
20193         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
20194
20195 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20196
20197         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
20198         convention.  Text proposed by Bruno Haible.
20199         (struct argp_option): Document the use of N_() wrappers.
20200
20201         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
20202         '\v', and translate the two parts separately, instead of feeding
20203         the whole string to gettext.  This allows to exclude
20204         '\v' from the strings visible to the translator by writing doc
20205         strings as N_("..") "\v" N_("..").
20206
20207 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
20208
20209         * config/srclist.txt: Undo latest change; the bug was fixed.
20210
20211 2006-09-09  Bruno Haible  <bruno@clisp.org>
20212
20213         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
20214         assignments if building a library without libtool.
20215         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
20216         in func_emit_lib_Makefile_am.
20217         (func_import): When building a static library libfoo.a, arrange to
20218         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
20219         (func_create_testdir): Likewise.
20220         * modules/gc (configure.ac, Makefile.am): If building statically,
20221         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
20222         * modules/iconvme (configure.ac, Makefile.am): Likewise.
20223         * modules/striconv (configure.ac, Makefile.am): Likewise.
20224         Based on a suggestion by Ralf Wildenhues.
20225
20226 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
20229         Check for unistd.h too, since Autoconf doesn't assume POSIX.
20230         Also:
20231
20232         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20233         Add year_2050_test to catch glibc bug 2821
20234         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
20235
20236         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20237         Prefer #ifdef to #if.
20238
20239         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
20240         Return from 'main' instead of calling 'exit'.
20241
20242 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20243
20244         * lib/mktime.c (guess_time_tm): Fix bug where mktime
20245         returned the maximum time_t value rather than (time_t) -1.
20246         Problem originally reported by William Bardwell
20247         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
20248
20249         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
20250         Moved to here ...
20251         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
20252         ... from here.
20253
20254 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20255
20256         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
20257         2821 is fixed.
20258
20259 2006-09-08  Jim Meyering  <jim@meyering.net>
20260
20261         Don't make generated files read-only.  That would bother too many
20262         people.  However, do retain the ability to work when targets are
20263         read-only: remove the destination and temporary files before writing
20264         them (when generated via sed or echo), or by using the -f option for
20265         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
20266         * modules/alloca-opt, modules/argz, modules/arpa_inet:
20267         * modules/byteswap, modules/configmake, modules/fcntl:
20268         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
20269         * modules/localcharset, modules/netinet_in, modules/poll:
20270         * modules/stdbool, modules/stdint, modules/sys_select:
20271         * modules/sys_socket, modules/sys_stat, modules/sysexits:
20272
20273 2006-09-08  Jim Meyering  <jim@meyering.net>
20274
20275         Avoid new build failure on FreeBSD 6.0.
20276         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
20277         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
20278         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
20279
20280 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20281
20282         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
20283
20284 2006-09-07  Jim Meyering  <jim@meyering.net>
20285
20286         Fix global typo in last change: use chmod u-w, not chmod u-x.
20287         Spotted by Paul Eggert and Bruce Korb.
20288         * modules/alloca-opt, modules/argz, modules/arpa_inet:
20289         * modules/byteswap, modules/configmake, modules/fcntl:
20290         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
20291         * modules/localcharset, modules/netinet_in, modules/poll:
20292         * modules/stdbool, modules/stdint, modules/sys_select:
20293         * modules/sys_socket, modules/sys_stat, modules/sysexits:
20294
20295 2006-09-06  Jim Meyering  <jim@meyering.net>
20296
20297         Make generated files be read-only.
20298         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
20299         Ensure that each generated file is now read-only.
20300         * modules/argz: Likewise.
20301         * modules/arpa_inet: Likewise.
20302         * modules/byteswap: Likewise.
20303         * modules/configmake: Likewise.
20304         * modules/fcntl: Likewise.
20305         * modules/fnmatch: Likewise.
20306         * modules/getopt: Likewise.
20307         * modules/glob: Likewise.
20308         * modules/inttypes: Likewise.
20309         * modules/netinet_in: Likewise.
20310         * modules/poll: Likewise.
20311         * modules/stdbool: Likewise.
20312         * modules/stdint: Likewise.
20313         * modules/sys_select: Likewise.
20314         * modules/sys_socket: Likewise.
20315         * modules/sys_stat: Likewise.
20316         * modules/sysexits: Likewise.
20317         * modules/localcharset: Same as above, but continue using temporary
20318         file named "t-$@" (why different?) rather than the "$@-t" used
20319         everywhere else.
20320
20321         * modules/sysexits (Makefile.am): Replace literal occurrences
20322         of "sysexit.h" more readable, and more consistent, "$@".
20323
20324 2006-09-06  Bruno Haible  <bruno@clisp.org>
20325
20326         * modules/striconv: New file.
20327         * modules/xstriconv: New file.
20328         * MODULES.html.sh (Internationalization functions): Add striconv,
20329         xstriconv.
20330
20331 2006-09-06  Bruno Haible  <bruno@clisp.org>
20332
20333         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
20334         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
20335         not using libtool correctly.
20336
20337 2006-09-06  Bruno Haible  <bruno@clisp.org>
20338
20339         * lib/striconv.h: New file.
20340         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
20341         iconvstring.c.
20342         * lib/xstriconv.h: New file.
20343         * lib/xstriconv.c: New file.
20344
20345 2006-09-06  Bruno Haible  <bruno@clisp.org>
20346
20347         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20348         lib_..._LDFLAGS.
20349
20350 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20351
20352         * lib/argz_.h: Sync from Libtool.
20353
20354         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
20355                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20356
20357         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
20358
20359 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
20360
20361         * modules/trim: New file.
20362
20363 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
20364
20365         * lib/trim.h: New file.
20366         * lib/trim.c: New file.
20367
20368 2006-09-05  Bruno Haible  <bruno@clisp.org>
20369
20370         * MODULES.html.sh (String handling): Add trim.
20371
20372 2006-09-04  Karl Berry  <karl@gnu.org>
20373
20374         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
20375         until next release.
20376
20377 2006-09-03  Bruno Haible  <bruno@clisp.org>
20378
20379         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
20380         correctly.
20381
20382 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20383
20384         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
20385         not gl_GETLOADAVG.  Omit unneeded semicolons.
20386         Problems reported by Ralf Wildenhues in
20387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20388         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
20389         at the end, which is the usual gnulib style.
20390
20391         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
20392         of doing all the work ourselves.
20393         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
20394         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
20395
20396 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
20399         Problem reported by Ralf Wildenhues in
20400         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20401
20402         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
20403         HAVE_STRUCT_STATFS_F_FSTYPENAME.
20404
20405 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20406
20407         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
20408         yesterday's patch by changing test -n to test -z.
20409
20410 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20411
20412         * modules/getloadavg (Files): Add m4/getloadavg.m4.
20413         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
20414         the former is now obsolescent.
20415
20416         * modules/chdir-long (Depends-on): Add fcntl.
20417
20418 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
20421         obsolescent, and programs should use gnulib instead.
20422         * m4/getloadavg.m4: New file, with contents taken from Autoconf
20423         but with prefixes changed.
20424
20425 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20426
20427         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
20428         or stdbool.h, because they might not exist while configuring.
20429
20430         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
20431         Don't include unistd.h or limits.h; not needed, since chdir-long.h
20432         does that for us.
20433         (O_DIRECTORY): Remove.
20434
20435 2006-08-31  Eric Blake  <ebb9@byu.net>
20436
20437         * gnulib-tool: Don't let emacs change spaces to TAB.
20438
20439 2006-08-31  Bruno Haible  <bruno@clisp.org>
20440
20441         * gnulib-tool: When calling func_import more than once, do it in a
20442         subshell.
20443         Reported by Eric Blake <ebb9@byu.net>.
20444
20445 2006-08-31  Bruno Haible  <bruno@clisp.org>
20446
20447         * gnulib-tool (nl): Remove variable.
20448         (sed_transform_lib_file): Use more robust test for config-h module.
20449         (func_import): Fix typo in 2006-08-25 patch.
20450
20451 2006-08-31  Bruno Haible  <bruno@clisp.org>
20452
20453         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
20454         specified, augment Makefile.am variables instead of assigning them.
20455
20456 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20457
20458         Work around a bug in both the Linux and SunOS 64-bit kernels:
20459         nanosleep mishandles sleeps for longer than 2**31 seconds.
20460         Problem reported by Frank v Waveren in
20461         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20462         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
20463         Check for nanosleep bug.
20464         (LIB_NANOSLEEP): Append clock_gettime library if needed.
20465
20466 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20467
20468         Work around a bug in both the Linux and SunOS 64-bit kernels:
20469         nanosleep mishandles sleeps for longer than 2**31 seconds.
20470         Problem reported by Frank v Waveren in
20471         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20472         * lib/nanosleep.c (BILLION): New constant.
20473         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
20474         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
20475         implementation.
20476
20477 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         * modules/nanosleep (Depends-on): Add gettime.
20480
20481 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20482         and Simon Josefsson  <jas@extundo.com>
20483         and Oskar Liljeblad  <oskar@osk.mine.nu>
20484
20485         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
20486         * gnulib-tool (func_import): New license type 'unmodifiable license
20487         text'.
20488         * modules/fdl: Use it.  Longer description.
20489         * module/gpl, module/lgpl: New files.
20490
20491 2006-08-30  Jim Meyering  <jim@meyering.net>
20492
20493         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
20494         shadowing the parameter.
20495
20496 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20497
20498         Sync from Libtool:
20499
20500         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20501
20502         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
20503         sharing with gnulib.  Report by Eric Blake.
20504
20505 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20506
20507         * modules/isapipe: New file.
20508         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
20509
20510 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20511
20512         * modules/configmake (Makefile.am): Add a comment, and omit
20513         the CONFIGMAKE_ prefix from generated macro names.  Suggested
20514         by Bruno Haible.
20515
20516 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * m4/isapipe.m4: New file.
20519
20520 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20521
20522         * lib/isapipe.c, lib/isapipe.h: New files.
20523
20524 2006-08-29  Jim Meyering  <jim@meyering.net>
20525
20526         * modules/configmake (Makefile.am): Make configmake.h depend on
20527         Makefile.  Otherwise, a stale configmake.h could hang around.
20528
20529 2006-08-29  Eric Blake  <ebb9@byu.net>
20530
20531         * lib/error.c (error_at_line, print_errno_message): Match libc, after
20532         resolution of upstream bug 3044.
20533
20534 2006-08-29  Bruno Haible  <bruno@clisp.org>
20535
20536         * modules/localcharset (Depends-on): Add configmake.
20537         (Makefile.am): Remove setting of LIBDIR through DEFS.
20538
20539 2006-08-29  Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
20542         defined.
20543
20544 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20545
20546         * modules/fcntl: New file.
20547         * modules/chdir-safer (Depends-on): Add fcntl.
20548         * modules/fts: Likewise.
20549         * modules/mkdir-p: Likewise.
20550
20551         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
20552         This undoes the most recent change, since we're now addressing the
20553         problem in a different way.
20554
20555         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
20556         into output, since the output might be called Makefile.am even
20557         if $makefile_name is something different.
20558         (func_import): Use $makefile_am rather than
20559         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
20560         empty.
20561
20562         * modules/inttypes (Files): Add m4/inttypes-h.m4.
20563
20564 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20565
20566         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
20567         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
20568         recent change to stdint.m4, since we're now addressing the problem in a
20569         different way.
20570
20571 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20572
20573         * m4/fcntl_h.m4: New file.
20574
20575 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20576
20577         * lib/fcntl_.h: New file.
20578         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
20579         the fcntl module.
20580         * lib/dirchownmod.c: Likewise.
20581         * lib/fts.c: Likewise.
20582
20583         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
20584         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
20585         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
20586         just before including <inttypes.h>, to avoid circular inclusion.
20587
20588 2006-08-28  Jim Meyering  <jim@meyering.net>
20589
20590         * doc/visibility.texi: Actually read and correct the grammar of the
20591         sentence affected by yesterday's change.
20592
20593 2006-08-28  Eric Blake  <ebb9@byu.net>
20594
20595         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
20596         needs wrapper.
20597
20598 2006-08-28  Eric Blake  <ebb9@byu.net>
20599
20600         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
20601
20602 2006-08-28  Eric Blake  <ebb9@byu.net>
20603
20604         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
20605
20606 2006-08-28  Bruno Haible  <bruno@clisp.org>
20607
20608         * modules/c-strstr: New file, from GNU gettext.
20609         * MODULES.html.sh (String handling): Add c-strstr.
20610
20611 2006-08-28  Bruno Haible  <bruno@clisp.org>
20612
20613         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
20614         macros.
20615         Reported by Eric Blake.
20616
20617 2006-08-28  Bruno Haible  <bruno@clisp.org>
20618
20619         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
20620         (VASNPRINTF): Return a string of length > INT_MAX without failing.
20621         * lib/vasprintf.c: Include errno.h, limits.h.
20622         (EOVERFLOW): New fallback definition.
20623         (vasprintf): Test here whether the string length is > INT_MAX.
20624         * lib/vsnprintf.c: Include errno.h, limits.h.
20625         (EOVERFLOW): New fallback definition.
20626         (vsnprintf): Fix bug when generated string was too long for the buffer.
20627         Test here whether the string length is > INT_MAX.
20628
20629 2006-08-28  Bruno Haible  <bruno@clisp.org>
20630
20631         * lib/inttypes_.h (SCNX*): Remove definitions.
20632         Reported by Eric Blake.
20633
20634 2006-08-28  Bruno Haible  <bruno@clisp.org>
20635
20636         * lib/c-strstr.h: New file, from GNU gettext.
20637         * lib/c-strstr.c: New file, from GNU gettext.
20638
20639 2006-08-28  Bruno Haible  <bruno@clisp.org>
20640
20641         * gnulib-tool: Reorder some statements.
20642
20643 2006-08-28  Bruno Haible  <bruno@clisp.org>
20644
20645         * gnulib-tool: New option --makefile-name.
20646         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
20647         $makefile_name.
20648         (func_import): Write $makefile_name to the cache file, and read it from
20649         there unless explicitly specified. Use $makefile_name as file name
20650         instead of Makefile.am. Adjust the recommendations accordingly.
20651
20652 2006-08-28  Bruno Haible  <bruno@clisp.org>
20653
20654         * gnulib-tool (func_verify_module): Check against misapplying patch.
20655
20656 2006-08-28  Bruno Haible  <bruno@clisp.org>
20657
20658         * gnulib-tool (func_relativize, func_relconcat): New functions.
20659         Give an error if --local-dir is given with --update.
20660         Remove trailing slashes from $local_gnulib_dir.
20661         (func_import): Store the relativized $local_gnulib_dir in
20662         gnulib-cache.m4, and read it from there if not specified explicitly.
20663
20664 2006-08-28  Bruno Haible  <bruno@clisp.org>
20665
20666         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
20667         is the current directory. Respect also $local_gnulib_dir.
20668
20669 2006-08-28  Bruno Haible  <bruno@clisp.org>
20670             Simon Josefsson  <jas@extundo.com>
20671
20672         BeOS portability.
20673         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
20674
20675 2006-08-27  Jim Meyering  <jim@meyering.net>
20676
20677         * doc/visibility.texi: Remove duplicate word: "pointer".
20678
20679 2006-08-26  Bruno Haible  <bruno@clisp.org>
20680
20681         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
20682         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
20683         (Makefile.am): Create inttypes.h from inttypes_.h.
20684         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
20685
20686         * modules/imaxabs: New file.
20687
20688         * modules/imaxdiv: New file.
20689
20690 2006-08-26  Bruno Haible  <bruno@clisp.org>
20691
20692         * m4/inttypes.m4: New file.
20693         * m4/_inttypes_h.m4: Remove file.
20694         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
20695         PRI_MACROS_BROKEN.
20696         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
20697
20698         * m4/imaxabs.m4: New file.
20699
20700         * m4/imaxdiv.m4: New file.
20701
20702 2006-08-26  Bruno Haible  <bruno@clisp.org>
20703
20704         * lib/inttypes_.h: New file.
20705         * lib/inttypes.h: Remove file.
20706         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
20707
20708         * lib/imaxabs.c: New file.
20709
20710         * lib/imaxdiv.c: New file.
20711
20712 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20713
20714         New config-h module, so that "make" output needn't be cluttered
20715         by -DHAVE_CONFIG_H.
20716         * MODULES.html.sh (Support for building libraries and executables):
20717         Add config-h.
20718         * modules/config-h: New file.
20719         * gnulib-tool (nl, sed_transform_lib_file): New vars.
20720         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
20721         the config-h module is used.
20722
20723         New configmake module, so that "make" output needn't be cluttered
20724         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
20725         * MODULES.html.sh (Support for building libraries and executables):
20726         Add configmake.
20727         * modules/configmake: New file.
20728
20729 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20730
20731         * m4/config-h.m4: New file.
20732
20733 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20734
20735         * config/srclist.txt: Add elisp-comp.
20736
20737 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20738
20739         * MODULES.html.sh (Support for building libraries and executables):
20740         Add elisp-comp.
20741         * build-aux/elisp-comp: New file.
20742         * modules/elisp-comp: New file.
20743
20744 2006-08-24  Bruno Haible  <bruno@clisp.org>
20745
20746         * gnulib-tool (func_create_testdir): Use non-default values of
20747         sourcebase and m4base.
20748
20749 2006-08-24  Bruno Haible  <bruno@clisp.org>
20750
20751         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
20752         HTML structure.
20753
20754 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20755
20756         * modules/openat (Depends-on): Add lchown.
20757
20758 2006-08-23  Bruno Haible  <bruno@clisp.org>
20759
20760         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
20761         of gl_LOCK_EARLY instead of gl_LOCK.
20762
20763 2006-08-23  Bruno Haible  <bruno@clisp.org>
20764
20765         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
20766         on OSF/1 to no.
20767         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
20768
20769 2006-08-23  Bruno Haible  <bruno@clisp.org>
20770
20771         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
20772         as unusable.
20773
20774         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
20775         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
20776         (gl_LOCK): New macro.
20777
20778 2006-08-22  Simon Josefsson  <jas@extundo.com>
20779
20780         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
20781         to md5 module.
20782
20783 2006-08-22  Simon Josefsson  <jas@extundo.com>
20784
20785         * MODULES.html.sh: Add "Support for maintaining and release
20786         projects".
20787
20788         * build-aux/gnupload: New file, from coreutils.
20789
20790 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20791
20792         Avoid the need for AC_LIBSOURCES in m4 macros.
20793         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
20794         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
20795         * modules/check-version (EXTRA_DIST): Add check-version.h.
20796         * modules/crc (EXTRA_DIST): Add crc.h.
20797         * modules/des (EXTRA_DIST): Add des.h.
20798         * modules/gc (EXTRA_DIST): Add gc.h.
20799         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
20800         * modules/getline (EXTRA_DIST): Add getline.h.
20801         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
20802         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
20803         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
20804         * modules/md2 (EXTRA_DIST): Add md2.h.
20805         * modules/md4 (EXTRA_DIST): Add md4.h.
20806         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
20807         * modules/read-file (EXTRA_DIST): Add read-file.h.
20808         * modules/readline (EXTRA_DIST): Add readline.h.
20809         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
20810         rijndael-api-fst.h.
20811
20812 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20813
20814         * m4/rijndael.m4 (gl_ARCFOUR):
20815         * m4/arctwo.m4 (gl_ARCTWO):
20816         * m4/check-version.m4 (gl_CHECK_VERSION):
20817         * m4/crc.m4 (gl_CRC):
20818         * m4/des.m4 (gl_DES):
20819         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
20820         * m4/gc.m4 (gl_GC):
20821         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
20822         * m4/getline.m4 (gl_FUNC_GETLINE):
20823         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
20824         * m4/hmac-md5.m4 (gl_HMAC_MD5):
20825         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
20826         * m4/md2.m4 (gl_MD2):
20827         * m4/md4.m4 (gl_MD4):
20828         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
20829         * m4/read-file.m4 (gl_FUNC_READ_FILE):
20830         * m4/readline.m4 (gl_FUNC_READLINE):
20831         * m4/rijndael.m4 (gl_RIJNDAEL):
20832         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20833         to get the necessary .h files and whatnot.
20834
20835 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20836
20837         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
20838         gnulib rather than the other way around.
20839         * config/srclistvars.sh (COREUTILS): Remove.
20840
20841 2006-08-22  Jim Meyering  <jim@meyering.net>
20842
20843         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
20844
20845         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
20846
20847 2006-08-22  Eric Blake  <ebb9@byu.net>
20848
20849         * modules/regexprops-generic: New file.
20850         * MODULES.html.sh (Support for building documentation): List it.
20851
20852 2006-08-22  Eric Blake  <ebb9@byu.net>
20853
20854         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
20855         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
20856         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
20857         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
20858
20859 2006-08-22  Bruno Haible  <bruno@clisp.org>
20860
20861         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
20862         and lib_LTLIBRARIES like the other lib_* variables.
20863
20864 2006-08-22  Bruno Haible  <bruno@clisp.org>
20865
20866         * build-aux/x-to-1.in: New file, from GNU gettext.
20867
20868 2006-08-22  Bruno Haible  <bruno@clisp.org>
20869
20870         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
20871         <utmpx.h> exists.
20872
20873 2006-08-22  Bruno Haible  <bruno@clisp.org>
20874
20875         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
20876         <utmpx.h> exists.
20877
20878 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20879
20880         BeOS portability.
20881         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
20882         exist.
20883         Problem reported by Bruno Haible.
20884
20885 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20886
20887         Avoid the need for AC_LIBSOURCES in m4 macros.
20888         * modules/acl (EXTRA_DIST): Add acl.h.
20889         * modules/argmatch (Files): Add m4/argmatch.m4.
20890         (configure.ac): Add gl_ARGMATCH.
20891         (EXTRA_DIST): Renamed from lib_SOURCES, for
20892         consistency with the other modules.  Remove argmatch.c.
20893         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
20894         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
20895         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
20896         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
20897         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
20898         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
20899         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
20900         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
20901         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
20902         * modules/closeout (EXTRA_DIST): Add closeout.h.
20903         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
20904         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
20905         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
20906         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
20907         dirname.h; remove basename.c and stripslash.c.
20908         * modules/exclude (EXTRA_DIST): Add exclude.h.
20909         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
20910         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
20911         * modules/file-type (EXTRA_DIST): Add file-type.h.
20912         * modules/filemode (EXTRA_DIST): Add filemode.h.
20913         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
20914         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20915         * modules/fpending (EXTRA_DIST): Add __fpending.h.
20916         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
20917         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
20918         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
20919         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
20920         * modules/getdate (EXTRA_DIST): Add getdate.c.
20921         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
20922         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
20923         * modules/getpass (EXTRA_DIST): Add getpass.h.
20924         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
20925         * modules/group-member (EXTRA_DIST): Add group-member.h.
20926         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
20927         * modules/hash (EXTRA_DIST): Add hash.h.
20928         * modules/human (EXTRA_DIST): Add human.h.
20929         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
20930         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20931         * modules/lchown (EXTRA_DIST): Add lchown.h.
20932         * modules/long-options (EXTRA_DIST): Add long-options.h.
20933         * modules/lstat (EXTRA_DIST): Add lstat.h.
20934         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20935         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20936         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20937         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20938         * modules/memxor (EXTRA_DIST): Add memxor.h.
20939         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20940         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20941         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20942         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20943         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20944         * modules/physmem (EXTRA_DIST): Add physmem.h.
20945         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20946         * modules/posixver (EXTRA_DIST): Add posixver.h.
20947         * modules/quote (EXTRA_DIST): Add quote.h.
20948         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20949         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20950         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20951         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20952         regex_internal.h regexec.c.
20953         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20954         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20955         * modules/same (EXTRA_DIST): Add same.h.
20956         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20957         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20958         * modules/savedir (EXTRA_DIST): Add savedir.h.
20959         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20960         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20961         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20962         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20963         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20964         * modules/strdup (EXTRA_DIST): Add strdup.h.
20965         * modules/strftime (EXTRA_DIST): Add strftime.h.
20966         * modules/strndup (EXTRA_DIST): Add strndup.h.
20967         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20968         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20969         * modules/time_r (EXTRA_DIST): Add time_r.h.
20970         * modules/timespec (EXTRA_DIST): Add timespec.h.
20971         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20972         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20973         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20974         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20975         * modules/userspec (EXTRA_DIST): Add userspec.h.
20976         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20977         * modules/utimens (EXTRA_DIST): Add utimens.h.
20978         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20979         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20980         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20981         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20982         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20983         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20984         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20985         * modules/yesno (EXTRA_DIST): Add yesno.h.
20986
20987 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20988
20989         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20990
20991         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20992         * m4/dev-ino.m4, same-inode.m4: Remove.
20993
20994         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20995         * m4/acl.m4 (AC_FUNC_ACL):
20996         * m4/backupfile.m4 (gl_BACKUPFILE):
20997         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20998         * m4/canon-host.m4 (gl_CANON_HOST):
20999         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21000         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
21001         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
21002         * m4/cloexec.m4 (gl_CLOEXEC):
21003         * m4/close-stream.m4 (gl_CLOSE_STREAM):
21004         * m4/closeout.m4 (gl_CLOSEOUT):
21005         * m4/dirfd.m4 (gl_FUNC_DIRFD):
21006         * m4/dirname.m4 (gl_DIRNAME):
21007         * m4/exclude.m4 (gl_EXCLUDE):
21008         * m4/exitfail.m4 (gl_EXITFAIL):
21009         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
21010         * m4/file-type.m4 (gl_FILE_TYPE):
21011         * m4/filemode.m4 (gl_FILEMODE):
21012         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
21013         * m4/fpending.m4 (gl_FUNC_FPENDING):
21014         * m4/fprintftime.m4 (gl_FPRINTFTIME):
21015         * m4/fts.m4 (gl_FUNC_FTS):
21016         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
21017         * m4/getdate.m4 (gl_GETDATE):
21018         * m4/gethrxtime.m4 (gl_GETHRXTIME):
21019         * m4/getpagesize.m4 (gl_GETPAGESIZE):
21020         * m4/getpass.m4 (gl_FUNC_GETPASS):
21021         * m4/gettime.m4 (gl_GETTIME):
21022         * m4/getugroups.m4 (gl_GETUGROUPS):
21023         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
21024         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
21025         * m4/hard-locale.m4 (gl_HARD_LOCALE):
21026         * m4/hash.m4 (gl_HASH):
21027         * m4/idcache.m4 (gl_IDCACHE):
21028         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
21029         * m4/lchown.m4 (gl_FUNC_LCHOWN):
21030         * m4/long-options.m4 (gl_LONG_OPTIONS):
21031         * m4/lstat.m4 (gl_FUNC_LSTAT):
21032         * m4/md5.m4 (gl_MD5):
21033         * m4/memcasecmp.m4 (gl_MEMCASECMP):
21034         * m4/memcoll.m4 (gl_MEMCOLL):
21035         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
21036         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
21037         * m4/memxor.m4 (gl_MEMXOR):
21038         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
21039         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
21040         * m4/modechange.m4 (gl_MODECHANGE):
21041         * m4/mountlist.m4 (gl_MOUNTLIST):
21042         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21043         * m4/openat.m4 (gl_FUNC_OPENAT):
21044         * m4/pathmax.m4 (gl_PATHMAX):
21045         * m4/physmem.m4 (gl_PHYSMEM):
21046         * m4/posixtm.m4 (gl_POSIXTM):
21047         * m4/posixver.m4 (gl_POSIXVER):
21048         * m4/quote.m4 (gl_QUOTE):
21049         * m4/quotearg.m4 (gl_QUOTEARG):
21050         * m4/readtokens.m4 (gl_READTOKENS):
21051         * m4/readutmp.m4 (gl_READUTMP):
21052         * m4/regex.m4 (gl_REGEX):
21053         * m4/safe-read.m4 (gl_SAFE_READ):
21054         * m4/safe-write.m4 (gl_SAFE_WRITE):
21055         * m4/same.m4 (gl_SAME):
21056         * m4/save-cwd.m4 (gl_SAVE_CWD):
21057         * m4/savedir.m4 (gl_SAVEDIR):
21058         * m4/settime.m4 (gl_SETTIME):
21059         * m4/sha1.m4 (gl_SHA1):
21060         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
21061         * m4/stat-macros.m4 (gl_STAT_MACROS):
21062         * m4/stat-time.m4 (gl_STAT_TIME):
21063         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
21064         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
21065         * m4/strdup.m4 (gl_FUNC_STRDUP):
21066         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
21067         * m4/strndup.m4 (gl_FUNC_STRNDUP):
21068         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
21069         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
21070         * m4/time_r.m4 (gl_TIME_R):
21071         * m4/timespec.m4 (gl_TIMESPEC):
21072         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
21073         * m4/unlinkdir.m4 (gl_UNLINKDIR):
21074         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
21075         * m4/userspec.m4 (gl_USERSPEC):
21076         * m4/utimecmp.m4 (gl_UTIMECMP):
21077         * m4/utimens.m4 (gl_UTIMENS):
21078         * m4/xalloc.m4 (gl_XALLOC):
21079         * m4/xgetcwd.m4 (gl_XGETCWD):
21080         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
21081         * m4/xreadlink.m4 (gl_XREADLINK):
21082         * m4/xstrtod.m4 (gl_XSTRTOD):
21083         * m4/yesno.m4 (gl_YESNO):
21084         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
21085         to get the necessary .h files and whatnot.
21086
21087 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
21088             Bruno Haible  <bruno@clisp.org>
21089
21090         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
21091         /bin/sh understanding of '!' conditional negation.
21092
21093 2006-08-21  Jim Meyering  <jim@meyering.net>
21094
21095         * modules/openat (Depends-on): Really alphabetize.
21096
21097         * modules/acl (Depends-on): Add error and quote.
21098
21099         * check-module (find_included_lib_files): Add at-func.c to the
21100         ok-to-include-more-than-once white list.
21101
21102         * modules/openat (Depends-on): Add lstat.  Alphabetize.
21103
21104 2006-08-21  Bruno Haible  <bruno@clisp.org>
21105
21106         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21107         Emit a pkgdata_DATA variable only if some snippets add contents to it.
21108         Reported by Martin Lambers <marlam@marlam.de>.
21109
21110 2006-08-21  Bruno Haible  <bruno@clisp.org>
21111
21112         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
21113         specify an installation location, don't emit a noinst_LIBRARIES or
21114         noinst_LTLIBRARIES assignment.
21115
21116 2006-08-21  Bruno Haible  <bruno@clisp.org>
21117
21118         BeOS portability.
21119         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
21120         BeOS has mbrtowc() but no <wctype.h>.
21121
21122 2006-08-21  Bruno Haible  <bruno@clisp.org>
21123
21124         BeOS portability.
21125         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
21126         exist.
21127
21128 2006-08-21  Bruno Haible  <bruno@clisp.org>
21129
21130         BeOS portability.
21131         * lib/mbchar.h: Include <wctype.h> only if it exists.
21132
21133 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21134
21135         Remove files that are no longer needed by their respective modules.
21136         * m4/obstack.m4: Remove.
21137         * m4/strerror_r.m4: Remove.
21138         * m4/uint32_t.m4: Remove.
21139         * m4/uintptr_t.m4: Remove.
21140         * m4/ullong_max.m4: Remove.
21141         * m4/xstrtoimax.m4: Remove.
21142         * m4/xstrtoumax.m4: Remove.
21143
21144         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
21145         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
21146         dependencies now capture this.
21147
21148         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
21149         Do not use AC_LIBSOURCES, since gnulib modules now do this.
21150         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
21151         * m4/human.m4 (gl_HUMAN): Likewise.
21152         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
21153         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
21154
21155         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
21156
21157         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
21158         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
21159         stdint.
21160         * m4/human.m4 (gl_HUMAN): Likewise.
21161         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
21162         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
21163         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
21164         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
21165         * m4/xstrtol (gl_XSTRTOL): Likewise.
21166
21167         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
21168         AC_TYPE_LONG_LONG_INT.
21169         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
21170         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
21171         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
21172         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
21173
21174         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
21175         on stdbool.
21176
21177         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
21178         (gl_PREREQ_XSTRTOUL): Remove.
21179
21180         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
21181
21182         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
21183         mode.
21184
21185 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21186
21187         Add and change modules to make it easier for coreutils to use
21188         gnulib-tool.
21189         * modules/backupfile (Files): Remove m4/d-ino.m4.
21190         (Depends-on): Add d-ino.
21191         * modules/cycle-check (Depends-on): Add stdint.
21192         (lib_SOURCES): Add cycle-check.h.
21193         * modules/d-ino: New module.
21194         * modules/d-type: New module.
21195         * modules/error (Files): Remove m4/strerror_r.m4.
21196         * modules/filemode (Files): Add m4/st_dm_mode.m4.
21197         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
21198         m4/inttypes_h.m4, m4/uintmax_t.m4.
21199         (Depends-on): Add stdint.
21200         (lib_SOURCES): Add fsusage.h.
21201         * modules/getcwd (Files): Remove d-ino.m4.
21202         (Depends-on): Add d-ino.
21203         * modules/getndelim2 (Depends-on): Add stdint.
21204         * modules/glob (Files): Remove m4/d-type.m4.
21205         (Depends-on): Add d-type.
21206         * modules/host-os: New module.
21207         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
21208         m4/inttypes_h.m4, m4/uintmax_t.m4.
21209         * Depends-on: Add stdint.
21210         (lib_SOURCES): Add human.h.
21211         * modules/inttostr (Files): Remove m4/intmax_t.m4,
21212         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
21213         m4/uintmax_t.m4, m4/ulonglong.m4.
21214         (Depends-on): Add stdint.
21215         (EXTRA_DIST): Add inttostr.h.
21216         * modules/lchmod: New module.
21217         * modules/link-follow: New module.
21218         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
21219         (Depends-on): Add lchmod.
21220         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
21221         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
21222         (Depends-on): Add stdint.
21223         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
21224         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
21225         (Depends-on): Add stdint.
21226         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
21227         * modules/perl: New module.
21228         * modules/regex (Depends-on): Add stdint.
21229         * modules/rmdir-errno: New module.
21230         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
21231         m4/intmax_t.m4.
21232         (Depends-on): Add stdint.
21233         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
21234         m4/uintmax_t.m4.
21235         (Depends-on): Add stdint.
21236         * modules/unlink-busy: New module.
21237         * modules/utimecmp (Depends-on): Add stdint.
21238         * modules/uptime: New module.
21239         * modules/winsz-ioctl: New module.
21240         * modules/winsz-termios: New module.
21241         * modules/xnanosleep (Depends-on): Add nanosleep.
21242         * modules/ullong_max: Remove.
21243         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
21244         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
21245         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
21246         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
21247         (Depends-on): Add inttypes.
21248         (lib_SOURCES): Add xstrtol.h.
21249         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
21250         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
21251         * MODULES.html.sh: Move 'assert' into the assert section.
21252         Move 'dummy' into the linking section.
21253         Remove ullong_max.
21254         Add section for compatibility checks for POSIX:2001 functions,
21255         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
21256         winsz-ioctl, and winsz-termios into it.
21257         Add lchmod.
21258         Add top-level Misc section and put host-os, perl, and uptime
21259         into it.
21260
21261 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21262
21263         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
21264         now assume the stdint module.  Do not include inttypes.h.
21265         * lib/fsusage.h: Likewise.
21266         * lib/getndelim2.c: Likewise.
21267         * lib/human.h: Likewise.
21268         * lib/inttostr.h: Likewise.
21269         * lib/obstack.c: Likewise.
21270         * lib/regex_internal.h: Likewise.
21271         * lib/tempname.c: Likewise.
21272         * lib/utimecmp.c: Likewise.
21273         * lib/xstrtol.h: Likewise.
21274
21275         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
21276
21277         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
21278         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
21279         * lib/xtime.h: Likewise.
21280
21281 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21282
21283         * modules/openat (Files): Add lib/fchmodat.c.
21284         Fixes problem reported by Jay Youngman.
21285
21286 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21287
21288         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
21289         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
21290
21291 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
21292             Bruno Haible  <bruno@clisp.org>
21293
21294         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
21295         and is a script that invokes bison. Tighten the code. Add comments.
21296
21297 2006-08-18  Jim Meyering  <jim@meyering.net>
21298
21299         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
21300         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
21301         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
21302         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
21303
21304 2006-08-18  Bruno Haible  <bruno@clisp.org>
21305
21306         * modules/bison-i18n: New file.
21307         * MODULES.html.sh (Internationalization functions): Add it.
21308
21309 2006-08-18  Bruno Haible  <bruno@clisp.org>
21310
21311         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
21312         sys/statvfs.h. When getmntinfo was found, check its declaration and
21313         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
21314
21315 2006-08-18  Bruno Haible  <bruno@clisp.org>
21316
21317         * m4/bison-i18n.m4: New file, from bison.
21318
21319 2006-08-18  Bruno Haible  <bruno@clisp.org>
21320
21321         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
21322         (ME_DUMMY): Treat "kernfs" as a dummy.
21323         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
21324
21325 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21326
21327         Update from coreutils.
21328
21329         2006-08-15  Jim Meyering  <jim@meyering.net>
21330
21331         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
21332
21333         2006-01-17  Jim Meyering  <jim@meyering.net>
21334
21335         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
21336
21337         2006-01-11  Jim Meyering  <jim@meyering.net>
21338
21339         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
21340         Check for the lchmod function.
21341
21342 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21343
21344         Update from coreutils.
21345
21346         * lib/__fpending.h: Add copyright notice.
21347         * lib/fprintftime.h: Likewise.
21348         * lib/savedir.c: Use (C) in copyright notice.
21349         * lib/savedir.h: Likewise.
21350
21351         2006-08-15  Jim Meyering  <jim@meyering.net>
21352
21353         * lib/at-func.c: New file, with the logic of all emulated at-functions.
21354         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
21355         in support of the EXPECTED_ERRNO macro.
21356         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
21357         definitions.  Instead, define the appropriate symbols and include
21358         "at-func.c".
21359         * lib/mkdirat.c (mkdirat): Likewise.
21360         * lib/fchmodat.c (fchmodat): Likewise.
21361         (ENOSYS): Remove definition.
21362         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
21363         it.  Don't include "unistd--.h" -- it wasn't ever used.
21364
21365         2006-01-17  Jim Meyering  <jim@meyering.net>
21366
21367         Rewrite fts.c not to change the current working directory,
21368         by using openat, fstatat, fdopendir, etc..
21369
21370         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
21371         (HAVE_OPENAT_SUPPORT): Define.
21372         [_LIBC] (fchdir): Don't undef or define; no longer used.
21373         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
21374         Now, this `function' always succeeds, and consumes its file descriptor
21375         parameter -- so callers must not close such FDs.  Update callers.
21376         (diropen_fd, opendirat, cwd_advance_fd): New functions.
21377         (diropen): Add parameter, SP.  Adjust all callers.
21378         Implement using diropen_fd, rather than open.
21379         (fts_open): Initialize new member, fts_cwd_fd.
21380         Remove fts_rft-setting code.
21381         (fts_close): Close fts_cwd_fd, if necessary.
21382         (__opendir2): Define in terms of opendir or opendirat,
21383         depending on whether the FST_NOCHDIR flag is set.
21384         (fts_build): Since fts_safe_changedir consumes its FD, and since
21385         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
21386         and close the dup'd file descriptor upon failure.
21387         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
21388         (fts_safe_changedir): Tweak semantics to reflect that this function
21389         now calls cwd_advance_fd and hence consumes its FD argument.
21390         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
21391         [struct FTS] (fts_rft): Remove now-unused member.
21392         [struct FTS] (fts_cycle.state): Improve comment.
21393
21394         * lib/openat.c (openat_needs_fchdir): New function.
21395         * lib/openat.h (openat_needs_fchdir): Declare it.
21396
21397 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21398
21399         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
21400         Problem and fix reported by Pádraig Brady in
21401         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
21402
21403 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21404
21405         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
21406
21407 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21408
21409         * lib/memcoll.c (memcoll): Optimize for the common case where the
21410         arguments are bytewise equal.
21411
21412 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21413
21414         * doc/regexprops-generic.texi: Add a copyright notice.
21415
21416 2006-08-15  Bruno Haible  <bruno@clisp.org>
21417
21418         * modules/tmpdir (License): Change to LGPL.
21419
21420 2006-08-15  Bruno Haible  <bruno@clisp.org>
21421
21422         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
21423         module.
21424
21425 2006-08-14  Simon Josefsson  <jas@extundo.com>
21426
21427         * config/srclist.txt: Add gnupload.
21428
21429 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21430
21431         Change copyright notice from LGPL 2 to GPL 2, since that's the
21432         standard form used in the gnulib repository.
21433         * tests/test-lock.c: Likewise.
21434         * tests/test-stdint.c: Likewise.
21435         * tests/test-tls.c: Likewise.
21436
21437         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
21438         prelude-manager.  User shorter URLs for GNU projects, without '?'.
21439         Add copyright notice.
21440
21441         * check-module: Add copyright notice.  Output a copyright
21442         notice if "--version" is specified.
21443         * modules/COPYING: New file.
21444         * tests/test-getaddrinfo.c: Add copyright notice.
21445         * tests/test-verify.c: Likewise.
21446
21447 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21448
21449         Change copyright notice from LGPL 2 to GPL 2, since that's the
21450         standard form used in the gnulib repository.
21451         * lib/lock.c: LGPL -> GPL.
21452         * lib/lock.h: Likewise.
21453         * lib/strnlen1.c: Likewise.
21454         * lib/strnlen1.h: Likewise.
21455         * lib/tls.c: Likewise.
21456         * lib/tls.h: Likewise.
21457         * lib/tmpdir.c: Likewise.
21458
21459         * lib/TODO: Remove; this belongs only in coreutils.
21460
21461 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21462
21463         Add copyright notices to long-enough files that lack them, since
21464         otherwise the files aren't clearly free.  Use the same notice that
21465         getdate.texi already uses.
21466         * doc/alloca-opt.texi: Add copyright notice.
21467         * doc/alloca.texi: Likewise.
21468         * doc/ctime.texi: Likewise.
21469         * doc/functions.texi: Likewise.
21470         * doc/gcd.texi: Likewise.
21471         * doc/gnulib-tool.texi: Likewise.
21472         * doc/inet_ntoa.texi: Likewise.
21473         * doc/visibility.texi: Likewise.
21474
21475         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
21476         * doc/quote.texi: Add copyright notice.
21477
21478         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
21479         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
21480         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
21481         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
21482         is now obsolete, and give a pointer to the Sun list.
21483         Add copyright notice.
21484
21485 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21486
21487         * config/srclistvars.sh: Add copyright notice.
21488
21489 2006-08-14  Eric Blake  <ebb9@byu.net>
21490
21491         Import the following change from libc:
21492
21493         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
21494
21495         Upstream bug 2997.
21496         * lib/misc/error.c: Add space between program name and message if file
21497         name is missing.
21498
21499 2006-08-12  Karl Berry  <karl@gnu.org>
21500
21501         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
21502         remove, these originate in gnulib now.
21503
21504 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21505
21506         * doc/Makefile (standards.info standards.html standards.dvi):
21507         Also depend on make-stds.texi.
21508
21509 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21510
21511         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
21512         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
21513
21514         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
21515         in wchar_t.  Problem reported by Eric Blake.
21516
21517         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
21518         LEN is smaller than SIZE.  Suggested by Bruno Haible.
21519         Also, help the compiler to keep LEN in a register.
21520
21521 2006-08-11  Eric Blake  <ebb9@byu.net>
21522
21523         * users.txt: Sort.  Add tar.
21524
21525 2006-08-11  Bruno Haible  <bruno@clisp.org>
21526
21527         * users.txt: New file.
21528
21529 2006-08-11  Bruno Haible  <bruno@clisp.org>
21530
21531         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
21532         before <wchar.h>. Needed for OSF/1 and BSD/OS.
21533
21534 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21535
21536         * modules/snprintf (Depends-on): Remove minmax.
21537         (Maintainer): Add self and Bruno.
21538
21539 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21540
21541         * lib/.cppi-disable: Add snprintf.h, socket_.h.
21542         * lib/snprintf.c: Include <errno.h> and <limits.h>.
21543         (EOVERFLOW): Define if the system does not.
21544         Do not include "minmax.h"; it wasn't used.
21545         (snprintf): Don't assume size_t promotes to an unsigned type.
21546         Fix bug when generated string was too long for the buffer: the
21547         buffer's contents are supposed to be the initial prefix of the
21548         output.  Don't assume vasnprintf returns EOVERFLOW if the size
21549         exceeds INT_MAX; do the check ourselves.
21550
21551         Import the following changes from libc:
21552
21553         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
21554
21555         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
21556         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
21557         set wc to the byte which couldn't be converted.
21558         (re_string_reconstruct): Don't clear valid_raw_len before calling
21559         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
21560         tip_context using re_string_context_at.
21561
21562         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
21563
21564         * lib/posix/regex.h: g++ still cannot handled [restrict].
21565
21566         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
21567
21568         * lib/posix/regex.h: Remove special handling for VMS.
21569
21570 2006-08-10  Jim Meyering  <jim@meyering.net>
21571
21572         * modules/same-inode: New module.
21573         * modules/dev-ino: New module.
21574         * modules/cycle-check: Depend on these modules, rather than simply
21575         including their .h files.
21576         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
21577         required via m4/cycle-check.m4.
21578         * modules/same: Depend on new same-inode module, rather than
21579         including same-inode.h.
21580         * modules/chdir-safer: New file.
21581
21582         * modules/chown (Depends-on): Add stat-macros.
21583
21584 2006-08-10  Jim Meyering  <jim@meyering.net>
21585
21586         * m4/cycle-check.m4: New file.
21587         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
21588         * m4/dev-ino.m4, m4/same-inode.m4: New files.
21589
21590 2006-08-10  Eric Blake  <ebb9@byu.net>
21591
21592         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
21593         in from original proposal.
21594
21595 2006-08-10  Eric Blake  <ebb9@byu.net>
21596         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21597
21598         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
21599         namespace.
21600
21601 2006-08-10  Bruno Haible  <bruno@clisp.org>
21602
21603         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
21604         as well.
21605
21606 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21607
21608         Sync from coreutils.
21609
21610         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
21611
21612         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
21613         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
21614
21615 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21616
21617         * modules/restrict: Remove; no longer needed now that we assume
21618         Autoconf 2.59 or later.
21619         * MODULES.html.sh: Remove 'restrict'.
21620         * modules/argp (Depends-on): Remove 'restrict'.
21621         * modules/base64 (Depends-on): Likewise.
21622         * modules/gc (Depends-on): Likewise.
21623         * modules/getaddrinfo (Depends-on): Likewise.
21624         * modules/glob (Depends-on): Likewise.
21625         * modules/inet_ntop (Depends-on): Likewise.
21626         * modules/inet_pton (Depends-on): Likewise.
21627         * modules/memxor (Depends-on): Likewise.
21628         * modules/regex (Depends-on): Likewise.
21629         * modules/strtok_r (Depends-on): Likewise.
21630         * modules/time_r (Depends-on): Likewise.
21631
21632 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21633
21634         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
21635         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
21636         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21637         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
21638         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
21639         * m4/memxor.m4 (gl_MEMXOR): Likewise.
21640         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
21641         gl_C_RESTRICT replaced by AC_C_RESTRICT.
21642
21643         Merge from coreutils.
21644         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
21645         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
21646         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21647         * m4/time_r.m4 (gl_TIME_R): Likewise.
21648
21649 2006-08-09  Karl Berry  <karl@gnu.org>
21650
21651         * config/srclist.txt: no more gettext-tools, per Bruno.
21652
21653 2006-08-08  Eric Blake  <ebb9@byu.net>
21654
21655         * modules/verror: New module.
21656         * MODULES.html.sh: Document it.
21657
21658 2006-08-08  Eric Blake  <ebb9@byu.net>
21659
21660         * lib/verror.h, lib/verror.c: New files.
21661
21662 2006-08-08  Eric Blake  <ebb9@byu.net>
21663
21664         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
21665         verror_at_line output complies with GNU Coding Standards even when
21666         file is NULL.
21667
21668 2006-08-07  Bruno Haible  <bruno@clisp.org>
21669
21670         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
21671         versions of AIX.
21672         Reported by Ralf Wildenhues.
21673
21674 2006-08-07  Bruno Haible  <bruno@clisp.org>
21675
21676         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
21677         in an AC_DEFUN. Needed so that the autoconf snippets can use
21678         AC_REQUIRE.
21679
21680 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21681
21682         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21683         Initialize pkgdata_DATA.
21684         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
21685         overriding it.
21686
21687 2006-08-06  Eric Blake  <ebb9@byu.net>
21688
21689         * lib/error.h: Fold in some upstream changes from glibc.
21690         * lib/error.c: Likewise.
21691
21692 2006-08-04  Bruno Haible  <bruno@clisp.org>
21693
21694         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21695         Make the mostlyclean-local rule depend on mostlyclean-generic.
21696         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
21697
21698 2006-07-31  Bruno Haible  <bruno@clisp.org>
21699
21700         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
21701         <stdlib.h>, <string.h>.
21702
21703 2006-07-30  Bruno Haible  <bruno@clisp.org>
21704
21705         * modules/readlink (License): Change to LGPL.
21706
21707 2006-07-30  Bruno Haible  <bruno@clisp.org>
21708
21709         * modules/javaversion (Makefile.am): Distribute javaversion.java and
21710         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
21711         set PKGDATADIR to point to it.
21712
21713 2006-07-30  Bruno Haible  <bruno@clisp.org>
21714
21715         * modules/csharpexec (configure.ac): Comment out macro invocation.
21716         * modules/javaexec (configure.ac): Likewise.
21717         * modules/javacomp-script (configure.ac): Likewise.
21718
21719         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
21720
21721 2006-07-30  Bruno Haible  <bruno@clisp.org>
21722
21723         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
21724         linked-list.
21725
21726 2006-07-30  Bruno Haible  <bruno@clisp.org>
21727
21728         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
21729
21730 2006-07-30  Bruno Haible  <bruno@clisp.org>
21731
21732         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21733         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
21734         get removed.
21735
21736 2006-07-29  Bruno Haible  <bruno@clisp.org>
21737
21738         Make it possible for gnulib-tool to work with locally modified or
21739         augmented gnulib repositories.
21740         * gnulib-tool (func_usage): Document --local-dir option.
21741         (local_gnulib_dir): New variable.
21742         Handle --local-dir option.
21743         (func_lookup_file): New function.
21744         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
21745         (func_get_description, func_get_filelist, func_get_description,
21746         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
21747         func_get_automake_snippet, func_get_include_directive,
21748         func_get_license, func_get_maintainer): Use func_lookup_file.
21749         (func_import, func_create_testdir): Use func_lookup_file.
21750
21751 2006-07-29  Bruno Haible  <bruno@clisp.org>
21752
21753         * modules/setenv (Depends-on): Add unistd.
21754
21755 2006-07-29  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
21758
21759 2006-07-29  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
21762
21763 2006-07-29  Bruno Haible  <bruno@clisp.org>
21764
21765         * gnulib-tool (import, update): If there is no Makefile.am, look at
21766         aclocal.m4, instead of bailing out.
21767
21768 2006-07-29  Bruno Haible  <bruno@clisp.org>
21769
21770         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
21771         Categorize the options by when they are useful.
21772
21773 2006-07-29  Bruno Haible  <bruno@clisp.org>
21774
21775         * gnulib-tool (func_usage): Document option --no-libtool.
21776         Handle option --no-libtool.
21777         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
21778         for changed semantics of $libtool variable.
21779         (func_import): Likewise. If libtool is not used, show this through
21780         an option --no-libtool.
21781         (func_create_testdir): Update.
21782
21783 2006-07-29  Bruno Haible  <bruno@clisp.org>
21784
21785         * gnulib-tool (func_import): Extend error message about missing
21786         --doc-base.
21787
21788 2006-07-29  Bruno Haible  <bruno@clisp.org>
21789
21790         * gnulib-tool (func_import): Don't create the $docbase directory if
21791         there is no file to store there.
21792
21793 2006-07-29  Bruno Haible  <bruno@clisp.org>
21794
21795         * gnulib-tool (autoconf_minversion): If a --dir option is given and
21796         relevant, look for configure.ac there, not in the current directory.
21797         Also use a simple search for AC_PREREQ, not "autoconf --trace".
21798
21799 2006-07-29  Bruno Haible  <bruno@clisp.org>
21800
21801         * gnulib-tool (SORT): New variable.
21802         (func_usage): Undocument --assume-autoconf option.
21803         Remove --assume-autoconf option handling.
21804         (autoconf_minversion): Determine from the contents of configure.ac.
21805         (func_import): Remove autoconf_minversion handling.
21806         Suggested by Eric Blake.
21807
21808 2006-07-29  Bruno Haible  <bruno@clisp.org>
21809
21810         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
21811
21812 2006-07-29  Bruno Haible  <bruno@clisp.org>
21813
21814         * config/srclist.txt (*setenv.[ch]): Remove rules.
21815
21816 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21817
21818         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
21819
21820 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21821
21822         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
21823         arpa/inet.h.
21824
21825 2006-07-28  Simon Josefsson  <jas@extundo.com>
21826
21827         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
21828         * modules/inet_pton (Depends-on): Likewise.
21829
21830 2006-07-28  Simon Josefsson  <jas@extundo.com>
21831
21832         * m4/netinet_in_h.m4: New file.
21833
21834 2006-07-28  Simon Josefsson  <jas@extundo.com>
21835
21836         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
21837         #include's.
21838
21839 2006-07-28  Simon Josefsson  <jas@extundo.com>
21840
21841         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
21842         #include's.
21843
21844 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
21845
21846         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
21847         setgid on directories only if they set these bits.
21848         * lib/modechange.h: Remove obsolete comment about masks.
21849
21850 2006-07-28  Eric Blake  <ebb9@byu.net>
21851
21852         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
21853         macro expansion.
21854
21855 2006-07-28  Bruno Haible  <bruno@clisp.org>
21856
21857         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
21858
21859 2006-07-28  Bruno Haible  <bruno@clisp.org>
21860
21861         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
21862
21863 2006-07-28  Bruno Haible  <bruno@clisp.org>
21864
21865         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21866         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21867         Define fallbacks.
21868         Avoids link error on FreeBSD 4.x.
21869         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21870
21871         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
21872         encoding.
21873         * lib/mbswidth.c (iswcntrl): Likewise.
21874
21875 2006-07-27  Bruno Haible  <bruno@clisp.org>
21876
21877         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
21878         test.
21879
21880 2006-07-27  Bruno Haible  <bruno@clisp.org>
21881
21882         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
21883         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
21884         defined.
21885
21886 2006-07-26  Eric Blake  <ebb9@byu.net>
21887
21888         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
21889
21890 2006-07-26  Eric Blake  <ebb9@byu.net>
21891
21892         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
21893         like mingw that lack mkstemp.
21894         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
21895         avoid compilation warning on mingw.
21896
21897 2006-07-26  Bruno Haible  <bruno@clisp.org>
21898
21899         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
21900         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
21901         INT_FAST*_MIN, INTPTR_MIN.
21902
21903 2006-07-25  Bruno Haible  <bruno@clisp.org>
21904
21905         * modules/version-etc (Depends-on): Add stdarg.
21906
21907 2006-07-25  Bruno Haible  <bruno@clisp.org>
21908
21909         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
21910         complex commands.
21911
21912 2006-07-25  Bruno Haible  <bruno@clisp.org>
21913
21914         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
21915         defined in <stdarg.h> or config.h.
21916
21917 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21918
21919         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
21920         (gl_STDIO_SAFER): Remove.
21921
21922 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21923
21924         * MODULES.html.sh (File stream based Input/Output):
21925         Add fopen-safer, tmpfile-safer; remove stdio-safer.
21926         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
21927         * modules/fopen-safer, modules/tmpfile-safer: New files.
21928         * modules/stdio-safer: Remove.
21929
21930 2006-07-24  Bruno Haible  <bruno@clisp.org>
21931
21932         * modules/tmpdir: New file.
21933         * MODULES.html.sh (File system functions): Add it.
21934
21935 2006-07-24  Bruno Haible  <bruno@clisp.org>
21936
21937         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21938         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21939
21940 2006-07-24  Bruno Haible  <bruno@clisp.org>
21941
21942         * modules/clean-temp: New file.
21943
21944 2006-07-24  Bruno Haible  <bruno@clisp.org>
21945
21946         * m4/tmpdir.m4: New file, from GNU gettext.
21947
21948 2006-07-24  Bruno Haible  <bruno@clisp.org>
21949
21950         * lib/tmpdir.h: New file, from GNU gettext.
21951         * lib/tmpdir.c: New file, from GNU gettext.
21952
21953 2006-07-24  Bruno Haible  <bruno@clisp.org>
21954
21955         * lib/clean-temp.h: New file, from GNU gettext.
21956         * lib/clean-temp.c: New file, from GNU gettext.
21957
21958 2006-07-23  Eric Blake  <ebb9@byu.net>
21959
21960         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21961         (Depends-on): Add binary-io.
21962
21963 2006-07-23  Eric Blake  <ebb9@byu.net>
21964
21965         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21966
21967 2006-07-23  Eric Blake  <ebb9@byu.net>
21968
21969         * lib/tmpfile-safer.c: New file.
21970         * lib/stdio-safer.h (fopen_safer): Add prototype.
21971         * lib/stdio--.h (tmpfile): Make safer.
21972
21973 2006-07-23  Bruno Haible  <bruno@clisp.org>
21974
21975         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21976         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21977         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21978         gl_linked_remove_at): Use it.
21979
21980 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21981         and Simon Josefsson <jas@extundo.com>
21982
21983         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21984
21985         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21986
21987 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21988
21989         * modules/close-stream: New file.
21990         * modules/closeout (Description): Make it clear that it exits
21991         with a diagnostic on error.
21992         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21993         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21994
21995 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21996
21997         * m4/close-stream.m4: New file.
21998
21999 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22000
22001         * lib/close-stream.c, lib/close-stream.h: New files.
22002
22003 2006-07-22  Bruno Haible  <bruno@clisp.org>
22004
22005         Merge from GNU gettext 0.15.
22006
22007         2006-05-01  Bruno Haible  <bruno@clisp.org>
22008
22009                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
22010
22011         2006-07-22  Bruno Haible  <bruno@clisp.org>
22012
22013                 * modules/javaversion: New file.
22014                 * MODULES.html.sh (Java): Add javaversion.
22015
22016         2006-03-12  Bruno Haible  <bruno@clisp.org>
22017
22018                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
22019
22020         2005-12-04  Bruno Haible  <bruno@clisp.org>
22021
22022                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
22023                 (untested).
22024
22025         2006-06-21  Bruno Haible  <bruno@clisp.org>
22026
22027                 Avoid warnings from recent versions of mcs.
22028                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
22029                 -o, -L, -r any more. Use options documented since mcs-1.0
22030                 instead. Similarly for -g.
22031
22032         2005-12-04  Bruno Haible  <bruno@clisp.org>
22033
22034                 * build-aux/csharpcomp.sh.in: Suffix for resources is
22035                 .resources, not .resource.
22036
22037         2005-07-09  Bruno Haible  <bruno@clisp.org>
22038
22039                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
22040                 add a .dll suffix.
22041                 Reported by Mark Junker <mjscod@gmx.de>.
22042
22043         2006-07-22  Bruno Haible  <bruno@clisp.org>
22044
22045                 * modules/gettext: Upgrade to gettext-0.15.
22046                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
22047                 m4/visibility.m4.
22048                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
22049
22050 2006-07-22  Bruno Haible  <bruno@clisp.org>
22051
22052         Merge from GNU gettext 0.15.
22053
22054         2006-03-25  Bruno Haible  <bruno@clisp.org>
22055
22056                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
22057
22058         2006-07-21  Bruno Haible  <bruno@clisp.org>
22059
22060                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
22061                 "1.1".
22062
22063         2006-05-09  Bruno Haible  <bruno@clisp.org>
22064
22065                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
22066                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
22067                 for the conftestver execution.
22068
22069         2006-05-01  Bruno Haible  <bruno@clisp.org>
22070
22071                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
22072                 optional target-version argument. Verify that the compiler
22073                 groks source of the specified source-version, or add -source
22074                 option as necessary. Verify that the compiler produces
22075                 bytecode in the specified target-version, or add -target and
22076                 -source options as necessary. Make the result of the test
22077                 available as variable CONF_JAVAC. Also log error output in
22078                 config.log.
22079
22080         2006-03-11  Bruno Haible  <bruno@clisp.org>
22081
22082                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
22083
22084         2006-05-09  Bruno Haible  <bruno@clisp.org>
22085
22086                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
22087                 CLASSPATH_SEPARATOR to a semicolon.
22088
22089         2006-03-12  Bruno Haible  <bruno@clisp.org>
22090
22091                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
22092                 available as variable CONF_JAVA, for subsequent autoconf
22093                 tests. Also log error output in config.log.
22094
22095         2006-07-19  Bruno Haible  <bruno@clisp.org>
22096
22097                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
22098                 that getline works on glibc2 systems. Needed to avoid trouble
22099                 in relocatable.c.
22100                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
22101
22102         2005-12-04  Bruno Haible  <bruno@clisp.org>
22103
22104                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
22105                 launcher (untested).
22106
22107         2005-12-04  Bruno Haible  <bruno@clisp.org>
22108
22109                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
22110
22111         2006-07-22  Bruno Haible  <bruno@clisp.org>
22112
22113                 * gettext.m4: Update from GNU gettext-0.15.
22114                 * nls.m4: Likewise.
22115                 * po.m4: Likewise.
22116                 * inttypes-pri.m4: Likewise.
22117                 * inttypes-h.m4: Renamed from inttypes.m4.
22118                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
22119
22120 2006-07-22  Bruno Haible  <bruno@clisp.org>
22121
22122         Merge from GNU gettext 0.15.
22123
22124         2005-07-05  Bruno Haible  <bruno@clisp.org>
22125
22126                 * printf-args.c (printf_fetchargs): Work around broken
22127                 definition of wint_t on mingw.
22128
22129         2005-02-12  Bruno Haible  <bruno@clisp.org>
22130
22131                 * xallocsa.h: Add extern "C" for C++.
22132
22133         2006-05-17  Bruno Haible  <bruno@clisp.org>
22134
22135                 Cygwin portability.
22136                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
22137
22138         2006-04-30  Bruno Haible  <bruno@clisp.org>
22139
22140                 * progreloc.c: Include <mach-o/dyld.h> if available.
22141                 (find_executable): Use _NSGetExecutablePath when possible.
22142
22143         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22144
22145                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
22146                 function.
22147
22148         2005-12-29  Bruno Haible  <bruno@clisp.org>
22149
22150                 * progreloc.c (set_program_name_and_installdir): Fix
22151                 compilation error.
22152
22153         2005-12-04  Bruno Haible  <bruno@clisp.org>
22154
22155                 Cygwin portability.
22156                 * progreloc.c: Include <windows.h> also on Cygwin.
22157                 (find_executable): Add support for Cygwin.
22158                 (set_program_name_and_installdir): Handle also platforms with
22159                 nonempty EXEEXT.
22160
22161         2006-07-11  Bruno Haible  <bruno@clisp.org>
22162
22163                 * javacomp.c: Fix a comment.
22164                 Reported by Jim Meyering.
22165
22166         2006-04-30  Bruno Haible  <bruno@clisp.org>
22167
22168                 * javacomp.h (compile_java_class): Add source_version,
22169                 target_version arguments.
22170                 * javacomp.c: Rewritten to choose only a compiler that
22171                 respects the specified source_version and target_version.
22172
22173         2006-06-27  Bruno Haible  <bruno@clisp.org>
22174
22175                 Assume correct S_ISDIR macro.
22176                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
22177
22178         2006-07-22  Bruno Haible  <bruno@clisp.org>
22179
22180                 * javaversion.h: New file, from GNU gettext.
22181                 * javaversion.c: New file, from GNU gettext.
22182                 * javaversion.java: New file, from GNU gettext.
22183                 * javaversion.class: New file, from GNU gettext.
22184
22185         2006-05-17  Bruno Haible  <bruno@clisp.org>
22186
22187                 Cygwin portability.
22188                 * javaexec.c (execute_java_class): Test for jview program
22189                 also on Cygwin.
22190
22191         2006-04-09  Bruno Haible  <bruno@clisp.org>
22192
22193                 * fatal-signal.c: Don't include string.h.
22194                 (at_fatal_signal): Use a copying loop instead of memcpy.
22195
22196         2005-12-04  Bruno Haible  <bruno@clisp.org>
22197
22198                 * csharpexec.c: Add support for 'clix' launcher (untested).
22199                 (execute_csharp_using_sscli): New function.
22200                 (execute_csharp_program): Call it.
22201
22202         2006-06-21  Bruno Haible  <bruno@clisp.org>
22203
22204                 Avoid warnings from recent versions of mcs.
22205                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
22206                 -o, -L, -r any more. Use options documented since mcs-1.0
22207                 instead. Similarly for -g.
22208
22209         2005-07-09  Bruno Haible  <bruno@clisp.org>
22210
22211                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
22212                 add a .dll suffix.
22213                 Reported by Mark Junker <mjscod@gmx.de>.
22214
22215         2006-06-17  Bruno Haible  <bruno@clisp.org>
22216
22217                 * config.charset: Update for NetBSD 3.0.
22218
22219         2006-05-17  Bruno Haible  <bruno@clisp.org>
22220
22221                 Cygwin portability.
22222                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
22223
22224         2006-05-16  Bruno Haible  <bruno@clisp.org>
22225
22226                 * localcharset.c [CYGWIN]: Include <windows.h>.
22227                 (get_charset_aliases): For Cygwin, return the same CPxxx
22228                 aliases list as under WIN32.
22229                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
22230                 the environment variables. Fall back to GetACP().
22231
22232         2006-04-05  Bruno Haible  <bruno@clisp.org>
22233
22234                 * config.charset: Update Juan Manuel Guerrero's address.
22235
22236         2005-02-12  Bruno Haible  <bruno@clisp.org>
22237
22238                 * allocsa.h: Add extern "C" for C++.
22239
22240         2005-02-10  Bruno Haible  <bruno@clisp.org>
22241
22242                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
22243                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
22244
22245         2006-07-22  Bruno Haible  <bruno@clisp.org>
22246
22247                 * gettext.h: Update to GNU gettext-0.15.
22248
22249 2006-07-22  Bruno Haible  <bruno@clisp.org>
22250
22251         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
22252         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
22253         lib-prefix.m4, longdouble.m4, ssize_t.m4.
22254
22255 2006-07-21  Eric Blake  <ebb9@byu.net>
22256
22257         * modules/stdlib-safer: New file.
22258         * MODULES.html.sh (File stream based Input/Output): Add
22259         stdlib-safer.
22260
22261 2006-07-21  Eric Blake  <ebb9@byu.net>
22262
22263         * lib/stdlib-safer.h: New file from coreutils, required by
22264         stdlib--.h.
22265
22266 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
22267
22268         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
22269
22270 2006-07-20  Bruno Haible  <bruno@clisp.org>
22271
22272         * gnulib-tool: Recognize new option --assume-autoconf.
22273         (autoconf_minversion): New variable.
22274         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
22275
22276 2006-07-20  Bruno Haible  <bruno@clisp.org>
22277
22278         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
22279
22280 2006-07-19  Derek R. Price  <derek@ximbiot.com>
22281
22282         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
22283         Reindent and repaginate.
22284
22285 2006-07-19  Derek Price  <derek@ximbiot.com>
22286
22287         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
22288         Correct grammar.
22289
22290 2006-07-17  Bruno Haible  <bruno@clisp.org>
22291
22292         * modules/list: New file.
22293         * modules/array-list: New file.
22294         * modules/carray-list, modules/carray-list-tests: New files.
22295         * modules/linked-list, modules/linked-list-tests: New files.
22296         * modules/avltree-list, modules/avltree-list-tests: New files.
22297         * modules/rbtree-list, modules/rbtree-list-tests: New files.
22298         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
22299         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
22300         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
22301         * modules/oset: New file.
22302         * modules/array-oset: New file.
22303         * modules/avltree-oset, modules/avltree-oset-tests: New files.
22304         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
22305         * tests/test-carray_list.c: New file.
22306         * tests/test-linked_list.c: New file.
22307         * tests/test-avltree_list.c: New file.
22308         * tests/test-rbtree_list.c: New file.
22309         * tests/test-linkedhash_list.c: New file.
22310         * tests/test-avltreehash_list.c: New file.
22311         * tests/test-rbtreehash_list.c: New file.
22312         * tests/test-avltree_oset.c: New file.
22313         * tests/test-rbtree_oset.c: New file.
22314         * MODULES.html.sh (Container data structures): New section.
22315
22316 2006-07-17  Bruno Haible  <bruno@clisp.org>
22317
22318         * m4/gl_list.m4: New file.
22319
22320 2006-07-17  Bruno Haible  <bruno@clisp.org>
22321
22322         * lib/gl_list.h: New file.
22323         * lib/gl_list.c: New file.
22324         * lib/gl_array_list.h: New file.
22325         * lib/gl_array_list.c: New file.
22326         * lib/gl_carray_list.h: New file.
22327         * lib/gl_carray_list.c: New file.
22328         * lib/gl_linked_list.h: New file.
22329         * lib/gl_linked_list.c: New file.
22330         * lib/gl_anylinked_list1.h: New file.
22331         * lib/gl_anylinked_list2.h: New file.
22332         * lib/gl_avltree_list.h: New file.
22333         * lib/gl_avltree_list.c: New file.
22334         * lib/gl_anyavltree_list1.h: New file.
22335         * lib/gl_anyavltree_list2.h: New file.
22336         * lib/gl_rbtree_list.h: New file.
22337         * lib/gl_rbtree_list.c: New file.
22338         * lib/gl_anyrbtree_list1.h: New file.
22339         * lib/gl_anyrbtree_list2.h: New file.
22340         * lib/gl_anytree_list1.h: New file.
22341         * lib/gl_anytree_list2.h: New file.
22342         * lib/gl_linkedhash_list.h: New file.
22343         * lib/gl_linkedhash_list.c: New file.
22344         * lib/gl_anyhash_list1.h: New file.
22345         * lib/gl_anyhash_list2.h: New file.
22346         * lib/gl_avltreehash_list.h: New file.
22347         * lib/gl_avltreehash_list.c: New file.
22348         * lib/gl_rbtreehash_list.h: New file.
22349         * lib/gl_rbtreehash_list.c: New file.
22350         * lib/gl_anytreehash_list1.h: New file.
22351         * lib/gl_anytreehash_list2.h: New file.
22352
22353         * lib/gl_oset.h: New file.
22354         * lib/gl_oset.c: New file.
22355         * lib/gl_array_oset.h: New file.
22356         * lib/gl_array_oset.c: New file.
22357         * lib/gl_avltree_oset.h: New file.
22358         * lib/gl_avltree_oset.c: New file.
22359         * lib/gl_rbtree_oset.h: New file.
22360         * lib/gl_rbtree_oset.c: New file.
22361         * lib/gl_anytree_oset.h: New file.
22362
22363 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22364
22365         * m4/mkancesdirs.m4: New file.
22366         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
22367         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
22368         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
22369         it.
22370
22371 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22372
22373         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
22374         * lib/mkancesdirs.h: New files.
22375         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
22376         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
22377         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
22378         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
22379         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
22380         callers changed.  Revamp internals significantly, by not
22381         attempting to create directories that are temporarily more
22382         permissive than the final results.  Do not attempt to use
22383         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
22384         This removes some race conditions, fixes some bugs, and simplifies
22385         things.  Use new dirchownmod function to do owner and mode changes.
22386         * lib/mkdir-p.h: Likewise.
22387         * lib/modechange.c (octal_to_mode): New function.
22388         (struct mode_change): New member mentioned.
22389         (make_node_op_equals): New arg mentioned.  All callers changed.
22390         (mode_compile): Keep track of which mode bits the user has explicitly
22391         mentioned.
22392         (mode_adjust): New arg DIR, so that we implement the X op correctly.
22393         New arg PMODE_BITS, to keep track of which mode bits the user
22394         mentioned; it treats S_ISUID and S_ISGID speciall.
22395         All callers changed.
22396         * lib/modechange.h: Likewise.
22397
22398 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22399
22400         * MODULES.html.sh: Add mkancestors.
22401         * modules/mkancesdirs: New module.
22402         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
22403         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
22404         The chdir-safer and afs files are now orphans; I'll remove them
22405         unless someone speaks up.
22406         Add lib/dirchownmod.c, lib/dirchownmod.h.
22407         (Depends-on): Remove alloca, chown, save-cwd, dirname.
22408         Add lchown, mkancesdirs.
22409         (Maintainer): Add self.
22410
22411 2006-07-15  Karl Berry  <karl@gnu.org>
22412
22413         * gnulib-tool: help message wording/arrangement.
22414
22415 2006-07-14  Simon Josefsson  <jas@extundo.com>
22416
22417         * doc/gnulib.texi (Libtool and Windows): New section.
22418
22419 2006-07-12  Simon Josefsson  <jas@extundo.com>
22420
22421         * modules/gendocs (License): Fix license, approved by Karl.
22422
22423 2006-07-12  Eric Blake  <ebb9@byu.net>
22424
22425         * MODULES.html.sh: Add gendocs.
22426
22427 2006-07-11  Eric Blake  <ebb9@byu.net>
22428
22429         * modules/fdl: New module, to install doc/fdl.texi.
22430         * MODULES.html.sh: Add new section for documentation modules.
22431         * gnulib-tool: Avoid space-tab.
22432         (--doc-base): New option, to manage files from doc.
22433
22434 2006-07-11  Eric Blake  <ebb9@byu.net>
22435
22436         * m4/absolute-header.m4: Fix comments to match recent change.
22437
22438 2006-07-11  Eric Blake  <ebb9@byu.net>
22439
22440         * gnulib-tool: List --doc-base before --tests-base.
22441
22442 2006-07-11  Derek R. Price  <derek@ximbiot.com>
22443
22444         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
22445
22446 2006-07-11  Bruno Haible  <bruno@clisp.org>
22447
22448         * README: Mention where to put documentation.
22449
22450 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22451
22452         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
22453
22454 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22455
22456         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
22457         to stdint.m4.
22458
22459 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22460
22461         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
22462         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
22463         "no/such/file/stdint.h" when there is no such file, so that
22464         the resulting C code can be parsed by dodgy compilers.
22465         Problems reported by Bob Proulx.
22466
22467 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22468
22469         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
22470         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22471         macros into the GNU _D_EXACT_NAMLEN.
22472         * lib/savedir.c:  Likewise.
22473         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
22474
22475 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22476         and Paul Eggert  <eggert@cs.ucla.edu>
22477
22478         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
22479         * m4/savedir.m4:
22480         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22481         macros into the GNU _D_EXACT_NAMLEN.
22482
22483 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22484
22485         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
22486         around the absolute name, to work around a problem with the HP-UX
22487         11.23 native C compiler, reported by Bob Proulx.
22488
22489 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22490
22491         * doc/maintain.texi, make-stds.texi: Sync from
22492         <http://savannah.gnu.org/projects/gnustandards>.
22493
22494 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22495
22496         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
22497
22498 2006-07-09  Jim Meyering  <jim@meyering.net>
22499
22500         * m4/glob.m4: Remove a doubled word in a comment.
22501
22502 2006-07-09  Jim Meyering  <jim@meyering.net>
22503
22504         * lib/argp-pv.c: Remove a doubled word in a comment.
22505         * lib/check-version.c (check_version): Likewise.
22506         * lib/javacomp.c (compile_java_class): Likewise.
22507
22508 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22509
22510         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
22511         for the benefit of people using Autoconf 2.60.  If you want to
22512         support older Autoconf versions you can copy m4/onceonly_2_57.m4
22513         (or m4/onceonly.m4, if pre-2.57) manually.
22514
22515 2006-07-08  Jim Meyering  <jim@meyering.net>
22516
22517         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
22518         comment.
22519         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
22520         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
22521         comment.
22522
22523 2006-07-08  Jim Meyering  <jim@meyering.net>
22524
22525         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
22526
22527 2006-07-07  Simon Josefsson  <jas@extundo.com>
22528
22529         * tests/test-crc.c: Change expected crc value, the test vector
22530         were probably computed using the old broken crc.c?
22531
22532 2006-07-06  Simon Josefsson  <jas@extundo.com>
22533
22534         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
22535         now the canonical place for the M4 file).
22536
22537         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
22538         from the sys_socket dependency now.
22539
22540         * modules/inet_pton (Files): Ditto.
22541
22542         * modules/inet_ntop (Files): Ditto.
22543
22544 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22545
22546         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
22547         not gl_PREREQ_GETUSERSHELL.
22548
22549 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22550
22551         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
22552         with only one argument, for Autoconf 2.60.
22553         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
22554         expand to nothing, so add a shell command to avoid syntax error.
22555         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22556
22557 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22558
22559         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
22560
22561 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22562
22563         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
22564         no longer needed.  Check for isblank decl.
22565         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
22566         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
22567         of existence.
22568
22569 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22570
22571         * lib/getloadavg.c: Use __VMS, not VMS.
22572         * lib/getopt.c: Likewise.
22573         * lib/getpagesize.h: Likewise.
22574         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
22575         and probably does not work.
22576
22577 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22578
22579         * lib/.cppi-disable: Add wcwidth.
22580         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
22581         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
22582         (ISGRAPH): Remove.  All uses changed to isgraph.
22583         (FOLD) [!defined _LIBC]: Remove special case.
22584         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
22585         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
22586         HAVE_ISBLANK.
22587         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
22588         case.
22589
22590 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22591
22592         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
22593         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
22594         brackets.  Other minor changes to suppress some compiler
22595         warnings.
22596
22597 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22598         and Paul Eggert  <eggert@cs.ucla.edu>
22599
22600         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
22601         of invoking obsolescent AC_HEADER_DIRENT macro.
22602         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
22603         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
22604         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
22605         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
22606         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
22607         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22608         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
22609         * m4/readdir.m4: Remove; no longer needed.
22610
22611 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22612         and Paul Eggert  <eggert@cs.ucla.edu>
22613
22614         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
22615         Don't worry about this obsolete case any more.
22616         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
22617         directories.
22618         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
22619         worry about this obsolete case any more.
22620         * lib/fts.c: Likewise.
22621         * lib/getcwd.c: Likewise.
22622         * lib/glob.h: Likewise.
22623         * lib/savedir.c: Likewise.
22624
22625 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22626
22627         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
22628         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
22629         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
22630         needed.
22631         All uses removed.
22632         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22633         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22634         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
22635         needed.
22636         * m4/getdate.m4 (gl_GETDATE): Likewise.
22637         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22638         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22639         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22640         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22641         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22642         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22643         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
22644         needed.
22645
22646 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22647
22648         * lib/memcasecmp.c: Include <limits.h>.
22649         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
22650         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
22651         Don't assume isdigit succeeds only on '0' through '9'.
22652
22653 2006-07-05  Eric Blake  <ebb9@byu.net>
22654
22655         * modules/getaddrinfo (Depends-on): Add snprintf.
22656
22657 2006-07-05  Eric Blake  <ebb9@byu.net>
22658
22659         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
22660         to avoid 'header present but could not be compiled' on cygwin.
22661
22662 2006-07-05  Eric Blake  <ebb9@byu.net>
22663
22664         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
22665         missing from netdb.h.
22666         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
22667
22668 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22669
22670         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
22671         no longer needed.
22672         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
22673         * m4/getdate.m4 (gl_GETDATE): Likewise.
22674         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22675         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22676         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22677         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22678         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22679
22680 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22681
22682         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
22683         All uses of is_space replaced by isspace.
22684         * lib/exit.h: Don't talk about STDC_HEADERS.
22685         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
22686         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
22687         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
22688         replaced by isprint etc.
22689         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
22690         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22691         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
22692         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
22693         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
22694         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22695
22696 2006-07-05  Bruno Haible  <bruno@clisp.org>
22697
22698         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
22699         the function exists, before testing against AIX.
22700         Reported by Martin Lambers <marlam@marlam.de>.
22701
22702 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22703
22704         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
22705         From Mark D. Baushke.
22706
22707 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22708
22709         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
22710         to the absolute name, not just one, to bypass Sun C 5.8's
22711         "warning: #include of /usr/include/... may be non-portable".
22712
22713 2006-07-04  Eric Blake  <ebb9@byu.net>
22714
22715         * modules/dirname-tests: New test module.
22716         * tests/test-dirname.c: New file, replacing dirname.c
22717         TEST_DIRNAME section that was recently deleted.
22718
22719 2006-07-04  Bruno Haible  <bruno@clisp.org>
22720
22721         Assume ANSI C header files and <ctype.h> functions.
22722         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
22723         (mbsnwidth): Use isprint, iscntrl instead.
22724
22725 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22726
22727         Merge from coreutils.
22728         * MODULES.html.sh: Add xstrtold.
22729         * modules/xstrtold: New file.
22730         * modules/cycle-check (Files): Add lib/same-inode.h.
22731         * modules/dirname (Files): Add m4/double-slash-root.m4.
22732         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
22733         * modules/mkdir-p (Files): Add lib/same-inode.h.
22734         * modules/same (Files): Add lib/same-inode.h.
22735
22736 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         * m4/absolute-header.m4: Renamed from full-header-path.m4.
22739         This is to keep the terminology clean; POSIX talks about
22740         "absolute pathnames", not "full pathnames", but the GNU
22741         Coding Standards say to use "path" for something else;
22742         so use "absolute" to keep both sides happy.
22743         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
22744         Set gl_absolute_header, not gl_full_header_path.
22745         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
22746         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
22747         All uses changed.
22748
22749         Merge from coreutils.
22750
22751         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22752
22753         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
22754         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
22755         want to require the building of c-strtod.o.
22756         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
22757         needs -lm directly.
22758         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
22759
22760         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22761
22762         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
22763         --as-needed option if available.  Problem reported by Albert Chin in
22764         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
22765         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
22766         cc merely issues a bunch of annoying warnings for --as-needed
22767         (this problem was reported by Bob Proulx).  Also, try linking with
22768         -lm to detect a bug in binutils 2.16 (this problem was reported
22769         by Ralf Wildenhues).
22770
22771         2006-06-18  Jim Meyering  <jim@meyering.net>
22772
22773         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
22774         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
22775         macro.
22776         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
22777         also check for glibc-2.4's abort-inducing bug.
22778
22779         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
22780         Low-probability clean-up should be to use rmdir to get rid of
22781         the just-created directory, not unlink.
22782
22783         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
22784         configure fail, and request a bug report to inform us about it.
22785         Add a comment that, barring reports to the contrary, in 2007 we'll
22786         assume ftruncate is universally available.
22787
22788         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22789
22790         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
22791
22792         2006-03-12  Jim Meyering  <jim@meyering.net>
22793
22794         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
22795         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
22796         * m4/same.m4 (gl_SAME): Likewise.
22797         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
22798
22799         2006-03-11  Eric Blake  <ebb9@byu.net>
22800
22801         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
22802         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
22803         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
22804         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
22805
22806 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22807
22808         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
22809         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
22810         reported by Mark D. Baushke, one in
22811         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
22812
22813         Merge from coreutils.
22814
22815         * lib/.cppi-disable: Add stdint_.h.
22816         * lib/.cvsignore: Add stdint.h.
22817
22818         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22819
22820         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
22821         both double and long double versions.
22822         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
22823         * lib/xstrtold.c: New file.
22824         * lib/xstrtod.h (xstrtold): New decl.
22825
22826         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22827
22828         * lib/filemode.c (setst): Remove.
22829         (strmode): Rewrite to avoid setst.  This makes the code shorter,
22830         (arguably) clearer, and the generated code is a bit smaller on my
22831         Debian GNU/Linux stable x86 host.
22832
22833         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22834
22835         * lib/filemode.c: Include "filemode.h" first, to test the interface.
22836         Assume that filemode.h includes sys/types.h and sys/stat.h.
22837         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
22838         (ftypelet): Reorder to put common cases first, for efficiency.
22839         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
22840         to do 'M'.
22841         (strmode): Renamed from mode_string, and now stores 12 bytes instead
22842         of 10, for compatibility with FreeBSD.  All callers changed.
22843         (filemodestring): Now stores 12 bytes instead of 10, and sets file
22844         types that can't be deduced solely from st_mode.  First arg is now a
22845         const pointer.
22846         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
22847         (strmode): Renamed from mode_string.
22848         (filemodestring): New decl.
22849         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
22850         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
22851         needed.
22852         (S_ISPORT, S_ISWHT): New macros, if not already defined.
22853
22854         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22855
22856         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
22857         fsusage.h now does that.  Include fsusage.h first, to test interface.
22858         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
22859         at most one method (the old code could have generated decls that
22860         didn't conform to C89, not that this was ever exercised).
22861         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
22862
22863         2006-03-19  Jim Meyering  <jim@meyering.net>
22864
22865         Work even in a chroot where d_ino values for entries in "/"
22866         don't match the stat.st_ino values for the same names.
22867         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
22868         number, iterate through all entries again, using lstat instead.
22869         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
22870         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
22871
22872         * lib/getcwd.c (__getcwd): Clarify a comment.
22873         Use memcpy in place of a call to strcpy.
22874
22875         2006-03-12  Jim Meyering  <jim@meyering.net>
22876
22877         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
22878         matches that of the current directory (which we're about to chdir ".."
22879         out of), then save the dev-ino of the parent, instead.
22880
22881         * lib/same-inode.h (SAME_INODE): New file/macro.
22882         * lib/chdir-safer.c (SAME_INODE): Remove definition.
22883         Include "same-inode.h", instead.
22884         * lib/same.c: Likewise.
22885         * lib/cycle-check.h: Include "same-inode.h".
22886         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
22887         * lib/cycle-check.c (SAME_INODE): Remove definition.
22888         * lib/root-dev-ino.h: Include "same-inode.h".
22889
22890         2006-03-11  Eric Blake  <ebb9@byu.net>
22891
22892         * lib/same.c (same_name): s/base_name/last_component/
22893         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
22894         * lib/filenamecat.c (file_name_concat): Likewise.
22895
22896         2006-03-11  Eric Blake  <ebb9@byu.net>,
22897                     Paul Eggert  <eggert@cs.ucla.edu>
22898
22899         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
22900         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
22901         drive prefix.
22902         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
22903         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
22904         (last_component): New method.
22905         * lib/dirname.c (dir_len): Determine when drive letters need a
22906         subsequent slash.  Preserve // when it is special.
22907         (dir_name): Don't append dot when drive letter is absolute.
22908         [TEST_DIRNAME]: Move into a full-blown gnulib test.
22909         * lib/basename.c (base_name): New semantics - malloc the result.
22910         Preserve // when it is special.  Preserve relative files that look
22911         like drive letters.
22912         (base_len): Preserve // when it is special.
22913         (last_component): New method, similar to old base_name semantics.
22914         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
22915         base_name.  Strip redundant slashes from ///.
22916
22917 2006-07-03  Jim Meyering  <jim@meyering.net>
22918
22919         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
22920         macro is used before the first cycle_check call.
22921
22922 2006-07-03  Eric Blake  <ebb9@byu.net>
22923
22924         * modules/dirname (Depends-on): Add xstrndup.
22925
22926 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22927
22928         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
22929         test cases, so that config.log is a bit easier to follow.
22930
22931 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22932
22933         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22934         both are 64 bits, since this seems to be the tradition, and this
22935         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22936         we ever run into a host that prefers long long to long in this
22937         case, we'll need another configure-time test.  Problem reported by
22938         Jim Meyering.
22939
22940 2006-07-02  Eric Blake  <ebb9@byu.net>
22941
22942         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22943
22944 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22945
22946         * modules/inttypes (Depends-on): No longer depends on stdint.
22947         * modules/stdint (Description): Say more about assumptions.
22948         Say that the fast types might differ.  Say macros are used.
22949         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22950         (Makefile.am): Revise list of substituted symbols to match
22951         new stdint.m4.
22952         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22953         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22954         * tests/test-stdint.c (verify_same_types)
22955         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22956         the code conforms to C99/C89.
22957         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22958         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22959
22960 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22961
22962         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22963         but fix a bug, by requiring at least 64 bits.
22964         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22965         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22966         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22967         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22968
22969         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22970         changes.  Make 2.59 a prerequisite.  Check and substitute for
22971         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22972         inttypes.h.  Do not use special include files; just use the
22973         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22974         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22975         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22976         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22977         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22978         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22979         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22980         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22981         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22982         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22983         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22984         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22985         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22986         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22987         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22988         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22989         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22990         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22991         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22992         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22993         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22994         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22995         not check for things that C99 does not require, e.g., int8_t.  If
22996         a test isn't needed unless <stdint.h> isn't working, and is
22997         unlikely to be needed for any other reason, then don't do it
22998         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22999         size_t, since we assume C89 freestanding at least.  Do not check
23000         for sig_atomic_t, wchar_t, or wint_t, since the code now does
23001         the right thing even if the types are not defined.  Instead use:
23002         (gl_STDINT_TYPE_PROPERTIES): New macro.
23003         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
23004         testing whether <sys/types.h> clashes, as Autoconf does this for
23005         us now.  All uses removed.
23006         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
23007         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
23008         (gl_CHECK_TYPE_SAME):
23009         Remove; no longer needed.
23010         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
23011         exists, since we'll return 0 anyway in that case.
23012         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
23013
23014 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23015
23016         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
23017         possible collision with system files.
23018         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
23019         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
23020         WCHAR_MIN and WCHAR_MAX in this case.
23021         (<stddef.h>): Do not include; no longer needed.
23022         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
23023         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
23024         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
23025         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
23026         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
23027         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
23028         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
23029         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
23030         !defined(__c99))]: Include in this case too, since it's harmless
23031         now.
23032         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
23033         dangerous to do so.
23034         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
23035         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
23036         (_STDINT_MIN, _STDINT_MAX): New macros.
23037         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
23038         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
23039         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
23040         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
23041         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
23042         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
23043         macros, not typedefs; this simplifies things quite a bit.
23044         Use long int for all types narrower than int64_t.
23045         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
23046         Define in terms of long long int or int64_t or long int,
23047         not int64_t or int32_t.  This saves some compile-time testing.
23048         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
23049         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
23050         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
23051         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
23052         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
23053         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
23054         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
23055         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
23056         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
23057         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
23058         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
23059         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
23060         undef any previous version and define our own version, for
23061         simplicity and consistency with the new macros for types.
23062         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
23063         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
23064         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
23065         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
23066         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
23067         @WINT_T_SUFFIX@ to keep things simple here.
23068         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
23069         Simplify by assuming typical 8/16/32/64 host, since we're
23070         already doing that elsewhere anyway.
23071         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
23072         and assume long long int is 64 bits if available.  This
23073         speeds up 'configure'.
23074
23075 2006-07-01  Eric Blake  <ebb9@byu.net>
23076
23077         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
23078         Reported by Andreas Buening.
23079
23080 2006-07-01  Eric Blake  <ebb9@byu.net>
23081
23082         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
23083
23084 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
23085
23086         * lib/getaddrinfo.c: fixed typo
23087
23088 2006-06-29  Jim Meyering  <jim@meyering.net>
23089
23090         * modules/strftime (Maintainer): Add my name, since with the
23091         FPRINTFTIME changes strftime.c has forked from glibc.
23092
23093 2006-06-29  Eric Blake  <ebb9@byu.net>
23094
23095         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
23096
23097 2006-06-29  Eric Blake  <ebb9@byu.net>
23098
23099         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
23100
23101 2006-06-29  Eric Blake  <ebb9@byu.net>
23102
23103         * lib/stat_.h: New file.
23104
23105 2006-06-29  Eric Blake  <ebb9@byu.net>
23106
23107         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
23108         unused static function.
23109
23110 2006-06-29  Eric Blake  <ebb9@byu.net>
23111
23112         * doc/functions.texi (Function Portability): Document missing lstat
23113         on mingw.
23114
23115 2006-06-29  Eric Blake  <ebb9@byu.net>
23116
23117         * MODULES.html.sh: Add sys_stat.
23118         * modules/sys_stat: New module.
23119         * modules/mkstemp (Depends-on): Add sys_stat.
23120
23121 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23122
23123         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
23124
23125 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23126
23127         * m4/c-bs-a.m4: Removed.
23128
23129 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23130
23131         * lib/strftime.c: Assume strftime() exists.
23132
23133 2006-06-29  Derek Price  <derek@ximbiot.com>
23134
23135         * modules/c-bs-a: Removed - \a is C89.
23136         * MODULES.html.sh: Remove c-bs-a.
23137
23138 2006-06-29  Bruno Haible  <bruno@clisp.org>
23139
23140         * modules/wcwidth (License): Change to LGPL.
23141
23142 2006-06-28  Simon Josefsson  <jas@extundo.com>
23143
23144         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
23145         on _WIN32.
23146
23147         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
23148         getnameinfo.
23149
23150 2006-06-28  Simon Josefsson  <jas@extundo.com>
23151
23152         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
23153
23154 2006-06-28  Simon Josefsson  <jas@extundo.com>
23155
23156         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
23157         functions there.  It will succeed on Windows XP, but on Windows
23158         2000 and (presumably) earlier, it will fail, and use the internal
23159         re-implementation.
23160         (use_win32_p): New function.
23161         (getaddrinfo): Use strtoul on servname, to support numeric ports.
23162         Support AI_NUMERICSERV to disable getservbyname.
23163         (getnameinfo): New function, only supports
23164         NI_NUMERICHOST|NI_NUMERICSERV for now.
23165
23166         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
23167         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
23168         getnameinfo.
23169
23170 2006-06-28  Eric Blake  <ebb9@byu.net>
23171
23172         * modules/wcwidth: New file.
23173         * modules/mbchar (Depends-on): Add wcwidth.
23174         * modules/mbswidth (Depends-on): Add wcwidth.
23175         * MODULES.html.sh: Add wcwidth.
23176
23177 2006-06-28  Eric Blake  <ebb9@byu.net>
23178
23179         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
23180         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
23181
23182 2006-06-28  Eric Blake  <ebb9@byu.net>
23183
23184         * lib/xvasprintf.h: Fix comments.
23185
23186 2006-06-28  Eric Blake  <ebb9@byu.net>
23187
23188         * lib/mbchar.h (wcwidth): Include wcwidth.h.
23189         * lib/mbswidth.c (wcwidth): Move from here...
23190         * lib/wcwidth.h: ...to this new file.
23191
23192 2006-06-28  Derek R. Price  <derek@ximbiot.com>
23193
23194         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
23195
23196         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
23197         it's obsolete.
23198         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
23199
23200 2006-06-28  Derek R. Price  <derek@ximbiot.com>
23201
23202         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
23203         Autoconf 2.60 says this stuff was obsolete.
23204
23205 2006-06-28  Bruno Haible  <bruno@clisp.org>
23206
23207         * modules/wcwidth (Files): Add m4/wchar_t.m4.
23208
23209 2006-06-28  Bruno Haible  <bruno@clisp.org>
23210
23211         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
23212         gt_TYPE_WCHAR_T.
23213
23214 2006-06-28  Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
23217         declaration for wcwidth.
23218         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
23219
23220 2006-06-28  Bruno Haible  <bruno@clisp.org>
23221
23222         * lib/mkdtemp.c [MINGW]: Include <io.h>.
23223         (mkdir): Define using _mkdir.
23224
23225 2006-06-28  Bruno Haible  <bruno@clisp.org>
23226
23227         * lib/getaddrinfo.h: Fix POSIX URL.
23228         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
23229         _WIN32.
23230         (use_win32_p): Make static.
23231         (getaddrinfo): Reject service name if it is empty or does not consist
23232         solely of decimal digits, or if its value is > 65535.
23233         (getnameinfo): Remove useless casts.
23234
23235 2006-06-27  Simon Josefsson  <jas@extundo.com>
23236
23237         * modules/sys_select: New file, suggested by Bruno Haible, Paul
23238         Eggert and Martin Lambers.
23239
23240 2006-06-27  Simon Josefsson  <jas@extundo.com>
23241
23242         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
23243         Eggert and Martin Lambers.
23244
23245 2006-06-27  Bruno Haible  <bruno@clisp.org>
23246
23247         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
23248         result to 0, not to empty.
23249         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
23250
23251 2006-06-27  Bruno Haible  <bruno@clisp.org>
23252
23253         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
23254
23255 2006-06-26  Simon Josefsson  <jas@extundo.com>
23256
23257         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
23258         present.
23259
23260 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
23263         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
23264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
23265
23266 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
23267
23268         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
23269
23270 2006-06-26  Bruno Haible  <bruno@clisp.org>
23271
23272         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
23273
23274 2006-06-26  Bruno Haible  <bruno@clisp.org>
23275
23276         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
23277
23278 2006-06-26  Bruno Haible  <bruno@clisp.org>
23279
23280         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
23281         SGI C compiler in pre-C99 mode.
23282         Suggested by Mark D. Baushke and Larry Jones.
23283
23284 2006-06-26  Bruno Haible  <bruno@clisp.org>
23285
23286         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
23287         WCHAR_MAX.
23288         Reported by Mark D. Baushke and Larry Jones.
23289
23290 2006-06-26  Bruno Haible  <bruno@clisp.org>
23291
23292         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
23293         in pre-C99 mode.
23294         Suggested by Mark D. Baushke and Larry Jones.
23295
23296 2006-06-23  Simon Josefsson  <jas@extundo.com>
23297             Bruno Haible  <bruno@clisp.org>
23298
23299         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
23300         Emit mostlyclean-local rule.
23301         (func_emit_tests_Makefile_am): Likewise.
23302         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
23303
23304 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
23305
23306         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
23307
23308 2006-06-23  Bruno Haible  <bruno@clisp.org>
23309
23310         * tests/test-stdint.c: Update to match ISO C 99 Technical
23311         Corrigendum 1.
23312
23313 2006-06-23  Bruno Haible  <bruno@clisp.org>
23314
23315         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
23316
23317 2006-06-23  Bruno Haible  <bruno@clisp.org>
23318
23319         * lib/stdint_.h: Treat IRIX like OpenBSD.
23320
23321 2006-06-23  Bruno Haible  <bruno@clisp.org>
23322
23323         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
23324         ISO C 99 Technical Corrigendum 1.
23325
23326 2006-06-22  Simon Josefsson  <jas@extundo.com>
23327
23328         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
23329         MinGW.
23330
23331 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23332
23333         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
23334         needed.  Some compiler complained about some of them.  Problem reported
23335         by Larry Jones in
23336         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
23337
23338 2006-06-21  Simon Josefsson  <jas@extundo.com>
23339
23340         * tests/test-getaddrinfo.c: New file.
23341
23342         * modules/getaddrinfo-tests: New file.
23343
23344         * MODULES.html.sh: Add inet_pton.
23345
23346         * modules/inet_pton: New file.
23347
23348 2006-06-21  Simon Josefsson  <jas@extundo.com>
23349
23350         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
23351         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
23352         of using the (limited) gnulib implementation on Windows XP.
23353
23354         * m4/inet_pton.m4: New file.
23355
23356 2006-06-21  Simon Josefsson  <jas@extundo.com>
23357
23358         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
23359         variable.
23360
23361         * lib/socket_.h: Don't define WINVER.
23362
23363         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
23364         slightly modified to work in gnulib.
23365
23366 2006-06-21  Simon Josefsson  <jas@extundo.com>
23367
23368         * doc/gnulib.texi (Windows sockets): Add.
23369
23370 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
23371
23372         * lib/read-file.c (fread_file): Start with buffer allocation of
23373         0 bytes rather than 1 byte; this simplifies the code.
23374         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
23375         code to free buffer and save/restore errno.
23376         (internal_read_file): Remove unused local.
23377
23378 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
23379
23380         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
23381         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
23382         Problem reported by Denis Excoffier in
23383         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
23384
23385 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23386
23387         * modules/sys_socket, modules/socklen: Include sys/types since
23388         FreeBSD 4.x's sys/socket.h needs it.
23389
23390 2006-06-19  Simon Josefsson  <jas@extundo.com>
23391
23392         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
23393
23394 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23395
23396         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
23397
23398 2006-06-19  Bruno Haible  <bruno@clisp.org>
23399
23400         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
23401         and FULL_PATH_INTTYPES_H in angle brackets.
23402         Reported by Mark D. Baushke <mdb@gnu.org>.
23403
23404 2006-06-17  Eric Blake  <ebb9@byu.net>
23405
23406         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
23407         errno.
23408
23409 2006-06-17  Bruno Haible  <bruno@clisp.org>
23410
23411         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
23412         <sys/inttypes.h>.
23413
23414 2006-06-17  Bruno Haible  <bruno@clisp.org>
23415
23416         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
23417         whether errno is declared. Assume <errno.h> declares errno.
23418
23419 2006-06-17  Bruno Haible  <bruno@clisp.org>
23420
23421         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
23422
23423 2006-06-17  Bruno Haible  <bruno@clisp.org>
23424
23425         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
23426         problem on Solaris 2.5.1.
23427
23428 2006-06-16  Eric Blake  <ebb9@byu.net>
23429
23430         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
23431         * lib/unicodeio.c [!defined errno]: Likewise.
23432         * lib/strtol.c [!defined errno]: Likewise.
23433         * lib/strtod.c [!defined errno]: Likewise.
23434
23435 2006-06-15  Eric Blake  <ebb9@byu.net>
23436
23437         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
23438
23439 2006-06-15  Eric Blake  <ebb9@byu.net>
23440
23441         * config/srclist.txt (ssize_t.m4): Lose sync.
23442
23443 2006-06-15  Bruno Haible  <bruno@clisp.org>
23444
23445         * modules/stdint (Files): Include m4/full-header-path.m4,
23446         m4/size_max.m4, m4/wchar_t.m4.
23447         (Makefile.am): Many more substitutions.
23448         * modules/stdint-tests: New file.
23449         * tests/test-stdint.c: New file.
23450
23451 2006-06-15  Bruno Haible  <bruno@clisp.org>
23452
23453         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
23454         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
23455         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
23456         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
23457         gl_CHECK_TYPE_SAME): New macros.
23458
23459 2006-06-15  Bruno Haible  <bruno@clisp.org>
23460
23461         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
23462
23463 2006-06-15  Bruno Haible  <bruno@clisp.org>
23464
23465         * lib/stdint_.h: Rewritten to be fully auto-configured.
23466         Fixes bug on HP-UX/IA64.
23467
23468 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
23469
23470         * lib/getdate.y (__attribute__): Don't define if already defined.
23471         Problem reported by Larry Jones.
23472         * lib/utimens.c (__attribute__): Likewise.
23473
23474 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
23475
23476         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
23477         reported by Andreas Schwab.
23478
23479 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23480             Bruno Haible  <bruno@clisp.org>
23481
23482         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
23483         check for the declaration of strnlen and a run test that exposes the
23484         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
23485         rpl_strndup.
23486
23487 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23488             Bruno Haible  <bruno@clisp.org>
23489
23490         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
23491
23492 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23493
23494         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
23495         compile test, for Tru64 4.0D.
23496
23497 2006-05-28  Karl Berry  <karl@gnu.org>
23498
23499         * config/srclist.txt (printf-args.c): lose sync.
23500
23501 2006-05-26  Martin Lambers  <marlam@marlam.de>
23502
23503         * lib/getpass.c: Updates the test for the native W32 API, and adds
23504         missing includes, thus fixing compilation warnings.
23505
23506 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23507
23508         * lib/exclude.c (exclude_fnmatch): New function.
23509         (excluded_file_name): Call exclude_fnmatch.
23510         * lib/exclude.h (excluded_file_name): New prototype
23511
23512 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
23513
23514         * lib/tempname.c (small_open, large_open): New macros.
23515         (__open, __open64) [!_LIBC]: Remove.
23516         (__gen_tempname): Use small_open and large_open instead of __open
23517         and __open64.  This fixes a portability bug on HP-UX 11.11i
23518         reported by Simon Wing-Tang in
23519         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
23520
23521 2006-05-24  Bruno Haible  <bruno@clisp.org>
23522
23523         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
23524         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
23525         Reported by Thorsten Maerz <torte@netztorte.de> via
23526         Aaron Stone <aaron@serendipity.cx>.
23527
23528 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23529
23530         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
23531         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
23532         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
23533         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
23534         not really conditional on the cache.
23535         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
23536
23537 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23538
23539         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
23540         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
23541         (my_usleep): Don't mishandle maximum value.
23542
23543 2006-05-19  Jim Meyering  <jim@meyering.net>
23544
23545         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
23546
23547 2006-05-17  Bruno Haible  <bruno@clisp.org>
23548
23549         Cygwin portability.
23550         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
23551
23552 2006-05-17  Bruno Haible  <bruno@clisp.org>
23553
23554         * lib/stdint_.h: Fix recognition of Cygwin.
23555
23556 2006-05-15  Bruno Haible  <bruno@clisp.org>
23557
23558         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
23559         on libtool patch by Ralf Wildenhues.
23560
23561 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23562
23563         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
23564         test for C99 conformance; (bool) 0.5 is an integer constant
23565         expression, but (bool) -0.5 is not.  Problem reported by Fedor
23566         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
23567
23568 2006-05-11  Simon Josefsson  <jas@extundo.com>
23569
23570         * m4/xvasprintf.m4: Fix obvious typo.
23571
23572 2006-05-11  Jim Meyering  <jim@meyering.net>
23573
23574         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
23575         James Lemley.
23576
23577 2006-05-10  Simon Josefsson  <jas@extundo.com>
23578
23579         * lib/md4.c: Typo fix, update copyright years.
23580         (K1, K2): Don't use L because it turn computations into 64-bit on
23581         64-bit platforms.
23582
23583 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
23584
23585         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
23586         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
23587         unwanted sign propagation, e.g., on hosts with 64-bit int.
23588         There still are some problems with reeelly weird theoretical hosts
23589         (e.g., 33-bit int) but it's not worth worrying about now.
23590         * lib/sha1.c (rol): Likewise.
23591         (K1, K2, K3, K4): Remove unnecessary L suffix.
23592
23593 2006-05-10  Bruno Haible  <bruno@clisp.org>
23594
23595         * lib/des.c: Cast to avoid warnings.
23596
23597 2006-05-09  Bruno Haible  <bruno@clisp.org>
23598
23599         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
23600         (Depends-on): Depend also on xsize, stdarg.
23601         (configure.ac): Add gl_XVASPRINTF.
23602
23603 2006-05-09  Bruno Haible  <bruno@clisp.org>
23604
23605         * m4/xvasprintf.m4: New file.
23606
23607 2006-05-09  Bruno Haible  <bruno@clisp.org>
23608
23609         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
23610         (EOVERFLOW): Define fallback value.
23611         (xstrcat): New function.
23612         (xvasprintf): Recognize the special case of a string concatenation.
23613
23614 2006-05-08  Eric Blake  <ebb9@byu.net>
23615
23616         * gnulib-tool (func_version): Base copyright year on CVS date.
23617         (func_emit_copyright_notice): New function.
23618         (func_emit_lib_Makefile_am): Use it.
23619         (func_emit_tests_Makefile_am): Likewise.
23620         (func_import): Likewise.
23621
23622 2006-05-08  Bruno Haible  <bruno@clisp.org>
23623
23624         * modules/stdarg: New file.
23625         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
23626
23627 2006-05-08  Bruno Haible  <bruno@clisp.org>
23628
23629         * m4/stdarg.m4: New file, from GNU gettext.
23630
23631 2006-05-08  Bruno Haible  <bruno@clisp.org>
23632
23633         * config/srclist.txt (build-aux/config.rpath): different from latest
23634         release.
23635
23636 2006-05-08  Bruno Haible  <bruno@clisp.org>
23637
23638         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
23639
23640 2006-05-05  Jim Meyering  <jim@meyering.net>
23641
23642         * m4/warning.m4: New file, derived from bison's file by the same name.
23643
23644 2006-05-03  Bruno Haible  <bruno@clisp.org>
23645
23646         * lib/stdint_.h: Shorter URL.
23647         * lib/inttypes.h: Likewise.
23648
23649 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23650
23651         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
23652
23653 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23654
23655         * lib/verify.h: Document the internals better.  Most of this change
23656         was written by Bruno Haible.
23657
23658 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23659
23660         * doc/verify.texi: New file, partly based on a proposal by
23661         Bruno Haible.
23662
23663 2006-05-02  Bruno Haible  <bruno@clisp.org>
23664
23665         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
23666         test from here...
23667         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
23668
23669 2006-04-29  Bruno Haible  <bruno@clisp.org>
23670
23671         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
23672         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
23673
23674 2006-04-29  Bruno Haible  <bruno@clisp.org>
23675
23676         * gnulib-tool: Make --update option actually work.
23677
23678 2006-04-29  Bruno Haible  <bruno@clisp.org>
23679
23680         * doc/gcd.texi: New file.
23681         * doc/gnulib.texi: Include it.
23682
23683 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
23684
23685         * lib/getdate.y (get_date): When adding relative date, start with the
23686         initial time, not with the result of the first mktime call.
23687
23688 2006-04-25  Bruno Haible  <bruno@clisp.org>
23689
23690         * gnulib-tool (func_import): Output the include directives in three
23691         blocks, sorted separately.
23692         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23693
23694 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23695
23696         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
23697         to define main with arguments, for C++.  Reported by Eric Blake.
23698         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
23699         Prefer 'int main ()' to 'int main (void)', for C++.
23700         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
23701         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
23702         for 'main', for C99 and C++.
23703
23704 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23705
23706         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
23707         Don't assume that exit status -1 is valid.
23708         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23709         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23710         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
23711         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
23712         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
23713         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
23714         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
23715         functions can be used without declaring them, or that you can
23716         exit with status -1.
23717         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
23718
23719 2006-04-24  Karl Berry  <karl@gnu.org>
23720
23721         * config/srclist.txt (longdouble.m4): sync lost.
23722
23723 2006-04-24  Eric Blake  <ebb9@byu.net>
23724
23725         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
23726
23727 2006-04-24  Bruno Haible  <bruno@clisp.org>
23728
23729         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
23730         poll() implementation in AIX.
23731         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23732
23733 2006-04-24  Bruno Haible  <bruno@clisp.org>
23734
23735         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
23736         assigned exactly once.
23737
23738 2006-04-23  Claudio Fontana  <claudio@gnu.org>
23739             Bruno Haible  <bruno@clisp.org>
23740
23741         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
23742         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
23743         for AM_CPPFLAGS.
23744
23745 2006-04-23  Bruno Haible  <bruno@clisp.org>
23746
23747         * modules/copy-file: Depend on unistd.
23748         * modules/execute: Likewise.
23749         * modules/fatal-signal: Likewise.
23750         * modules/findprog: Likewise.
23751         * modules/mkdtemp : Likewise.
23752         * modules/pipe: Likewise.
23753         * modules/wait-process: Likewise.
23754
23755 2006-04-23  Bruno Haible  <bruno@clisp.org>
23756
23757         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
23758         condition was already detected.
23759         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23760
23761 2006-04-23  Bruno Haible  <bruno@clisp.org>
23762
23763         * lib/copy-file.c: Include <unistd.h> unconditionally.
23764         * lib/execute.c: Likewise.
23765         * lib/fatal-signal.c: Likewise.
23766         * lib/findprog.c: Likewise.
23767         * lib/mkdtemp.c: Likewise.
23768         * lib/pipe.h: Likewise.
23769         * lib/pipe.c: Likewise.
23770         * lib/wait-process.h: Likewise.
23771
23772 2006-04-23  Bruno Haible  <bruno@clisp.org>
23773
23774         * gnulib-tool (func_usage): Fix --import description. Document
23775         --update.
23776         (func_import): Create temporary file in a temporary directory, if
23777         --dry-run is specified. Silence errors from 'grep' when there are no
23778         m4 files in $m4dir.
23779         (func_create_testdir): Silence errors from 'grep' when there are no
23780         m4 files in $m4dir.
23781         Reported by Karl Berry <karl@freefriends.org>.
23782
23783 2006-04-20  Bruno Haible  <bruno@clisp.org>
23784
23785         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
23786         one argument, so that the code will be portable to Autoconf 2.60.
23787         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
23788         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23789         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
23790
23791 2006-04-19  Derek Price  <derek@ximbiot.com>
23792             Eric Blake  <ebb9@byu.net>
23793
23794         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
23795         rather than "/full/path.h".  Update comment to match.  Shorten &
23796         generalize m4_translit call via AS_TR_CPP.
23797
23798 2006-04-19  Derek Price  <derek@ximbiot.com>
23799             Eric Blake  <ebb9@byu.net>
23800
23801         * lib/inttypes.h: Correct grammar in comment.
23802
23803 2006-04-18  Derek Price  <derek@ximbiot.com>
23804             Paul Eggert  <eggert@cs.ucla.edu>
23805
23806         * modules/inttypes: New file.
23807         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
23808
23809 2006-04-18  Derek Price  <derek@ximbiot.com>
23810             Paul Eggert  <eggert@cs.ucla.edu>
23811
23812         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
23813         New files.
23814
23815 2006-04-18  Derek Price  <derek@ximbiot.com>
23816             Paul Eggert  <eggert@cs.ucla.edu>
23817
23818         * lib/inttypes.h: New file.
23819         * lib/strtoimax.c: Assume <inttypes.h>.
23820
23821 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
23822
23823         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
23824         isn't mounted.  Problem reported by Kir Kolyshkin.
23825
23826 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23827
23828         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
23829         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
23830         Derek R. Price.
23831         * lib/regex.h (RE_DUP_MAX): Update comment to match current
23832         implementation.
23833
23834 2006-04-12  Eric Blake  <ebb9@byu.net>
23835
23836         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
23837         is now done automatically by the corresponding Autoconf macro.
23838
23839 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
23840
23841         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
23842         time_r.h.
23843
23844 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23845
23846         Merge regex changes from libc, removing some of our
23847         POSIX-conformance changes that were rejected and redoing them in a
23848         less-intrusive way.
23849
23850         * lib/regcomp.c (re_compile_internal, init_dfa):
23851         Length arg is now size_t, not Idx.  All uses changed.
23852         (peek_token): Forward decl now says internal_function.
23853         (__re_error_msgid, __re_error_msgid_idx):
23854         Now static rather than extern with attribute_hidden.
23855         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
23856         For some reason libc prefers K&R style defns for external functions.
23857         (regerror) [!defined _LIBC]: Likewise.
23858         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
23859         (seek_collating_symbol_entry, lookup_collation_sequence_value):
23860         (build_range_exp, build_collating_symbol):
23861         Use K&R-style defn.
23862         (re_compile_fastmap): Use '\0' to memset, not 0.
23863         (utf8_sb_map): Make the calculations more obvious.
23864         (init_dfa, parse_bracket_exp, build_charclass_op):
23865         Call calloc and cast result, as glibc does.
23866         (init_word_char, fetch_token, peek_token, peek_token_bracket):
23867         (build_range_exp, build_collating_symbol):
23868         Now internal functions.
23869
23870         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
23871
23872         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
23873         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
23874         Don't depend on VMS; depend on __VMS instead, for POSIX
23875         namespace cleanness.
23876         (regoff_t): Define to ssize_t, not long int.
23877
23878         Remove the REG_ macros named below.  Instead, make the old names
23879         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
23880         __USE_GNU_REGEX.
23881         (REG_BACKSLASH_ESCAPE_IN_LISTS):
23882         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
23883         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
23884         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
23885         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
23886         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
23887         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
23888         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
23889         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
23890         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
23891         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
23892         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
23893         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
23894         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
23895         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
23896         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
23897         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
23898         (REG_NREGS):
23899         Remove.  All uses replaced by the old RE_* names.
23900         (RE_BACKSLASH_ESCAPE_IN_LISTS):
23901         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
23902         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
23903         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
23904         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
23905         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
23906         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
23907         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
23908         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
23909         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
23910         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
23911         Don't bother having these macros be independent of each others'
23912         values, since they no longer exist in the POSIX name space.
23913
23914         Rename the following member names back to their old names,
23915         unless !__USE_GNU_REGEX.  All uses changed back.
23916         (buffer): Renamed from re_buffer.
23917         (allocated): Renamed from re_allocated.
23918         (used): Renamed from re_used.
23919         (syntax): Renamed from re_syntax.
23920         (fastmap): Renamed from re_fastmap.
23921         (translate): Renamed from re_translate.
23922         (can_be_null): Renamed from re_can_be_null.
23923         (regs_allocated): Renamed from re_regs_allocated.
23924         (fastmap_accurate): Renamed from re_fastmap_accurate.
23925         (no_sub): Renamed from re_no_sub.
23926         (not_bol): Renamed from re_not_bol.
23927         (not_eol): Renamed from re_not_eol.
23928         (newline_anchor): Renamed from re_newline_anchor.
23929         (num_regs): Renamed from rm_num_regs.
23930         (start): Renamed from rm_start.
23931         (end): Renamed from rm_end.
23932
23933         (free_state): Move up a bit.
23934
23935         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23936         #define to be empty.
23937         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23938         when that is what is intended.
23939         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23940         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23941         (MAX): New macro.
23942         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23943         All uses changed back to re_malloc, etc.  It's now the caller's
23944         responsibility to check for overflow; all callers changed.
23945         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23946         (re_x2nrealloc): Remove.
23947         (free_state): Remove decl.
23948
23949         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23950         (re_set_registers, re_exec):
23951         Use K&R-style defn.
23952
23953         2006-01-31  Roland McGrath  <roland@redhat.com>
23954
23955         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23956         Reported by Mike Frysinger <vapier@gentoo.org>.
23957
23958         2006-01-15  Andreas Jaeger  <aj@suse.de>
23959
23960         [BZ #1950]
23961         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23962         build_wcs_upper_buffer change.
23963         (build_wcs_upper_buffer): Change return type.
23964
23965         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23966
23967         * lib/regex_internal.h: Include <stdint.h> if available.
23968
23969         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23970
23971         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23972
23973         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23974
23975         * lib/regcomp.c: Adjust for changed secondary hash function.
23976
23977         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23978
23979         * lib/regex.h: Pretty printing.
23980         Clean up namespace a bit.
23981
23982         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23983
23984         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23985         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23986
23987         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23988                     Ulrich Drepper  <drepper@redhat.com>
23989
23990         [BZ #1302]
23991         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23992         changed.
23993         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23994
23995         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23996
23997         [BZ #281]
23998         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23999         * lib/regcomp.c: Remove unnecessary uses of
24000         unsigned RE_TRANSLATE_TYPE.
24001         * lib/regex_internal.h: Likewise.
24002         * lib/regex_internal.c: Likewise.
24003         * lib/regexec.c: Likewise.
24004         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
24005
24006         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
24007
24008         * lib/regexec.c (find_recover_state): Remove unnecessary
24009         initialization.
24010         (transit_state_bkref): Make DFA a const pointer.
24011         (get_subexp): Likewise.
24012         (check_arrival): Likewise.
24013         (update_cur_sifted_state): Likewise.
24014         (re_search_internal): Likewise.
24015         (prune_impossible_nodes): Likewise.
24016         (acquire_init_state_context): Likewise.
24017         (proceed_next_node): Likewise.
24018         (set_regs): Likewise.
24019         (free_fail_stack_return): Likewise.
24020         (check_arrival_expand_ecl): Mark DFA parameter as const.
24021         (check_arrival_expand_ecl_sub): Likewise.
24022         (check_subexp_limits): Likewise.
24023         (sub_epsilon_src_nodes):  Likewise.
24024         (add_epsilon_src_nodes):  Likewise.
24025         (merge_state_array): Likewise.
24026         (update_regs): Likewise.
24027         (build_trtable): Likewise.
24028         (sift_states_backward): Mark MCTX parameter as const.
24029         (build_sifted_states): Likewise.
24030         (update_cur_sifted_state): Likewise.
24031         (sift_states_mkref): Likewise.
24032         (check_arrival_expand_ecl): Mark eclosure as const.
24033         (check_dst_limits_calc_pos_1): Likewise.
24034         * lib/regex_internal.h (re_match_context_t): Make dfa a const
24035         pointer.
24036
24037         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
24038
24039         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
24040         (transit_state_sb): Likewise.
24041         (transit_state_mb): Likewise.
24042         (sift_states_iter_mb): Likewise.
24043         (check_arrival_add_next_nodes): Likewise.
24044         (check_node_accept_bytes): Change first parameter to pointer-to-const.
24045         [_LIBC] (re_search_2_stub): Use mempcpy.
24046
24047         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
24048         mbrtowc for very simple UTF-8 case.
24049
24050         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
24051         a pointer-to-const.
24052         (re_acquire_state_context): Likewise.
24053         * lib/regex_internal.h: Adjust prototypes.
24054
24055         * lib/regex.c: Prevent using C++ compilers.
24056
24057         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
24058         (re_acquire_state_context): Likewise.
24059
24060 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24061
24062         * modules/regex (Depends-on): Add ssize_t.
24063
24064 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24065
24066         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
24067         translation table.
24068
24069 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24070
24071         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
24072
24073 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
24074             Bruno Haible  <bruno@clisp.org>
24075
24076         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
24077         <sys/types.h> and <inttypes.h>.
24078
24079 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24080
24081         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
24082         `__error_t_defined', so argp.h will not typedef the former.
24083
24084 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
24085
24086         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
24087         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
24088         glibc names.  Even if glibc is changed to conform to POSIX, the
24089         traditional names will be available anyway, since regex depends on
24090         the extensions module.  Also, fix a longstanding typo in the
24091         implementation of Spencer ERE test #75 from grep 2.3.  Problems
24092         reported by Emanuele Giaquinta.  Also, change sense of cached
24093         variable, so that the message makes sense.
24094
24095 2006-03-24  Simon Josefsson  <jas@extundo.com>
24096
24097         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
24098         including some doc fixes.
24099         (base64_encode_alloc): Fix +1 bug on allocation failures.
24100
24101 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24102
24103         * lib/base64.c (base64_encode): Do not read past end of array with
24104         unsanitized input on systems with CHAR_BIT > 8.
24105
24106 2006-03-24  Eric Blake  <ebb9@byu.net>
24107
24108         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
24109
24110 2006-03-22  Karl Berry  <karl@gnu.org>
24111
24112         * config/srclist.txt (*setenv.[ch]): get from coreutils.
24113         * config/srclistvars.sh (COREUTILS): new var.
24114
24115 2006-03-17  Jim Meyering  <jim@meyering.net>
24116
24117         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
24118         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
24119
24120 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
24121
24122         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
24123         no longer needs it.  Instead, check that regoff_t is as least
24124         as wide as ptrdiff_t.
24125
24126         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
24127         so that our regex.h stays compatible with the installed regex.
24128         This is helpful for installers who configure --without-included-regex.
24129         Problem reported by Emanuele Giaquinta.
24130
24131 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
24132
24133         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
24134         Typedef to long int, not to off_, as POSIX will likely change
24135         in that direction.
24136
24137 2006-03-15  Eric Blake  <ebb9@byu.net>
24138
24139         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
24140
24141 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24142
24143         * lib/argp-help.c (validate_uparams): Fix typo
24144         * lib/argp-parse.c (argp_default_options): Consistently begin help
24145         messages with a lowercase letter.
24146
24147 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
24148
24149         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
24150         overrun buffers and shouldn't be used (much as gets shouldn't be
24151         used).
24152         * lib/time_r.c (asctime_r, ctime_r): Likewise.
24153
24154 2006-03-08  Simon Josefsson  <jas@extundo.com>
24155
24156         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
24157         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24158
24159 2006-03-08  Simon Josefsson  <jas@extundo.com>
24160
24161         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
24162         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24163
24164 2006-03-08  Simon Josefsson  <jas@extundo.com>
24165
24166         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
24167         signal that configure disabled the device.
24168
24169 2006-03-08  Simon Josefsson  <jas@extundo.com>
24170
24171         * build-aux/maint.mk: Fix refresh-po, to handle no translated
24172         languages.
24173
24174 2006-03-07  Simon Josefsson  <jas@extundo.com>
24175
24176         * modules/getopt (Depends-on): Add unistd.
24177
24178         * modules/unistd: New file.
24179
24180 2006-03-07  Simon Josefsson  <jas@extundo.com>
24181
24182         * modules/gc-random: New file.
24183
24184 2006-03-07  Simon Josefsson  <jas@extundo.com>
24185
24186         * m4/unistd_h.m4: New file.
24187
24188 2006-03-07  Simon Josefsson  <jas@extundo.com>
24189
24190         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
24191         test to be side-effect free by storing the result in the cache
24192         variable gl_cv_lib_readline, and moving the assignment of
24193         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
24194         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24195
24196 2006-03-07  Simon Josefsson  <jas@extundo.com>
24197
24198         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
24199         error on missing devices (the functions will return an error).
24200
24201         * m4/gc.m4: Move random stuff to gc-random.m4
24202
24203 2006-03-07  Simon Josefsson  <jas@extundo.com>
24204
24205         * lib/unistd_.h: New file.
24206
24207 2006-03-07  Simon Josefsson  <jas@extundo.com>
24208
24209         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
24210
24211 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24212
24213         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
24214         Problem reported by Juan Manuel Guerrero.
24215
24216 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24217
24218         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
24219         the unistd module.
24220         * lib/getlogin_r.c: Likewise.
24221         * lib/getlogin_r.h: Likewise.
24222         * lib/glob.c: Likewise.
24223         * lib/pagealign_alloc.c: Likewise.
24224         * lib/unistd_.h: Remove; no longer needed.
24225
24226 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24227
24228         * MODULES.html.sh (Support for systems lacking POSIX:2001):
24229         Add unistd.
24230         * modules/c-stack (Depends-on): Add unistd.
24231         * modules/getlogin_r: Likewise.
24232         * modules/glob: Likewise.
24233         * modules/pagealign_alloc: Likewise.
24234         * modules/unistd (Files): Remove lib/unistd_.h.
24235         (EXTRA_DIST): Remove.
24236         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
24237         need unistd_.h.
24238         (MOSTLYCLEANFILES): Remove unistd.h-t.
24239
24240 2006-03-03  Simon Josefsson  <jas@extundo.com>
24241
24242         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
24243
24244 2006-03-03  Simon Josefsson  <jas@extundo.com>
24245
24246         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
24247         libidn and bison.
24248
24249 2006-03-03  Simon Josefsson  <jas@extundo.com>
24250
24251         * build-aux/maint.mk: Add indent target.
24252
24253 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
24254
24255         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
24256         our replacement poll.h in any case, to avoid a differing
24257         declaration from a system header.  Seen on AIX.
24258
24259 2006-03-01  Simon Josefsson  <jas@extundo.com>
24260
24261         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
24262         <kasal@ucw.cz>.
24263
24264 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24265
24266         * modules/gettime (Depends-on): Add extensions module.
24267         * modules/nanosleep (Depends-on): Likewise.
24268         * modules/settime (Depends-on): Likewise.
24269
24270 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24271
24272         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
24273         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
24274         pedantically.
24275         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24276         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
24277
24278         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
24279         not "==".  Reported by Ralf Wildenhues.
24280
24281 2006-03-01  Karl Berry  <karl@gnu.org>
24282
24283         * doc/Copyright/request-*: new files, synced from gnuorg.
24284
24285 2006-03-01  Karl Berry  <karl@gnu.org>
24286
24287         * config/srclist.txt (Copyright/*): new entries.
24288
24289 2006-02-28  Simon Josefsson  <jas@extundo.com>
24290
24291         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
24292
24293 2006-02-27  Simon Josefsson  <jas@extundo.com>
24294
24295         * lib/base64.h: Indent #define's.  From Jim Meyering
24296         <jim@meyering.net>.
24297
24298 2006-02-27  Jim Meyering  <jim@meyering.net>
24299
24300         Revert the change of 2006-02-24, so these files can continue
24301         to be sync'd from gettext.
24302         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
24303         of `config.h'.
24304
24305 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24306
24307         * modules/intprops: New file.
24308         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
24309         Add intprops.
24310         * modules/getloadavg (Files): Remove lib/intprops.h.
24311         (Depends-on): Add intprops.
24312         * modules/human: Likewise.
24313         * modules/inttostr: Likewise.
24314         * modules/openat: Likewise.
24315         * modules/sig2str: Likewise.
24316         * modules/userspec: Likewise.
24317         * modules/utimecmp: Likewise.
24318         * modules/xnanosleep: Likewise.
24319         * modules/xstrtol: Likewise.
24320
24321 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
24322
24323         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
24324         * modules/lock-tests (TESTS): Use $(EXEEXT).
24325         * modules/tls-tests: Likewise.
24326         * modules/argp-tests: Likewise.
24327         (check_PROGRAMS): New var, replacing...
24328         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
24329
24330 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24331
24332         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
24333         `config.h'.
24334
24335 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
24336
24337         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
24338
24339 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24340
24341         Sync from coreutils.
24342         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
24343         gl_CHDIR_SAFER.
24344
24345 2006-02-22  Jim Meyering  <jim@meyering.net>
24346
24347         Sync from coreutils.
24348         * m4/chdir-safer.m4: New file.
24349
24350 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
24351
24352         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
24353         AT_FDCWD exceeds INT_MAX.
24354         * lib/openat.h (AT_FDCWD): Likewise.
24355
24356 2006-02-17  Eric Blake  <address@hidden>
24357
24358         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
24359
24360 2006-02-16  Simon Josefsson  <jas@extundo.com>
24361
24362         * modules/getaddrinfo (Depends-on): Add sys_socket.
24363
24364 2006-02-15  Simon Josefsson  <jas@extundo.com>
24365
24366         * build-aux/maint.mk: Add dsyntax-check rule.
24367
24368 2006-02-15  Eric Blake  <ebb9@byu.net>
24369
24370         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
24371         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
24372         'present but cannot compile' warnings on cygwin.
24373         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
24374         use ws2tcpip.h if sys/socket.h works.
24375         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
24376         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
24377
24378 2006-02-14  Simon Josefsson  <jas@extundo.com>
24379
24380         * modules/maintainer-makefile (Files): Rename.
24381
24382         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
24383         and (the local) Makefile.cfg to maint-cfg.mk.
24384
24385         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
24386         to the latter.
24387
24388         * modules/maintainer-makefile: New module.
24389
24390         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
24391         severaly stripped to make it possible to build it up from scratch
24392         with reliable tests.
24393
24394         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
24395         fixes to permit overriding the default actions when configure and
24396         makefile are not available.
24397
24398 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         Sync from coreutils.
24401         * modules/lstat (Depends-on): Don't depend on xalloc.
24402         (License): Change from GPL to LGPL, since this is now simply a
24403         replacement for a libc function.
24404
24405 2006-02-14  Jim Meyering  <jim@meyering.net>
24406
24407         Sync from coreutils.
24408
24409         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
24410         failure on deficient systems, and simplify gnulib lgpl dependencies.
24411         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
24412         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
24413
24414         * lib/xalloc-die.c: Remove unused definition of N_.
24415
24416 2006-02-14  Jim Meyering  <jim@meyering.net>
24417
24418         Sync from coreutils.
24419         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
24420         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
24421         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
24422         double-quote uses of that variable, to accommodate the rare case in
24423         which getmntent is available in none of the libraries checked.  This
24424         happens at least on FreeBSD 5.0.
24425
24426 2006-02-13  Simon Josefsson  <jas@extundo.com>
24427
24428         * gnulib-tool (Usage): Fix --import, from
24429         karl@freefriends.org (Karl Berry).
24430
24431 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24432
24433         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
24434
24435 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
24436
24437         * lib/argp-namefrob.h: Restore changes accidentally lost during the
24438         "autoupdate" on 2005-12-12.
24439
24440 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24441
24442         * modules/closeout (Depends-on): Remove atexit.
24443
24444 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24445
24446         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
24447         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
24448
24449 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
24450
24451         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
24452         __EXTENSIONS__ if this causes compilation to fail.  Problem
24453         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
24454         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
24455
24456 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
24457
24458         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
24459         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
24460         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
24461         All uses changed.
24462
24463 2006-01-26  Simon Josefsson  <jas@extundo.com>
24464
24465         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
24466         prototype is visible on mingw32.
24467
24468         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
24469         for mingw32.
24470
24471         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
24472         mingw32).
24473
24474 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24475
24476         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
24477         attempt to open for write; this always fails, at least on POSIX
24478         hosts.  This reinstates the 2006-01-09 change, which was
24479         inadvertently removed.
24480
24481 2006-01-26  Bruno Haible  <bruno@clisp.org>
24482
24483         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
24484         Reported by Paul Eggert.
24485
24486 2006-01-26  Bruno Haible  <bruno@clisp.org>
24487             Paul Eggert  <eggert@cs.ucla.edu>
24488
24489         * lib/stdbool_.h (_Bool)
24490         [(! (defined __cplusplus || defined __BEOS__)
24491           && !defined __GNUC__
24492           && !(defined __HP_cc || defined __xlc__
24493                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
24494                || defined __sgi))]:
24495         #define to signed char in these cases too; this simplifies
24496         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
24497         etc., separately) and makes it more conservative.
24498
24499 2006-01-25  Simon Josefsson  <jas@extundo.com>
24500
24501         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
24502         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
24503         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
24504
24505 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24506
24507         * lib/argp-namefrob.h: Bugfix. Remove stray #
24508
24509 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
24510
24511         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
24512         so that we test the test.
24513         Check for yet another HP-UX cc bug involving *bool |= bool.
24514
24515 2006-01-25  Karl Berry  <karl@gnu.org>
24516
24517         * config/srclist.txt (vasnprintf.c): sync lost.
24518
24519 2006-01-25  Jim Meyering  <jim@meyering.net>
24520
24521         Sync from the stable (b5) branch of coreutils:
24522
24523         * lib/fts.c (fts_children): Don't let close() clobber errno from
24524         failed fchdir().
24525
24526         * lib/fts.c (fts_stat): When following a symlink-to-directory,
24527         don't necessarily interpret stat-fails+lstat-succeeds as indicating
24528         a dangling symlink.  That can also happen at least for ELOOP.
24529         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
24530         FYI, this bug predates the inclusion of fts.c in coreutils.
24531
24532         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
24533         in their own block, so pre-c99 compilers don't object.
24534
24535         Avoid the double-free (first in fts_read, second in fts_close) that
24536         would occur when an `active' directory is made inaccessible (e.g.,
24537         via chmod a-x) during a traversal.
24538         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24539         before returning.  Reproduce this failure by
24540         mkdir -p a/b; cd a; chmod a-x . b
24541         Reported by Stavros Passas.
24542
24543 2006-01-25  Jim Meyering  <jim@meyering.net>
24544
24545         * lib/fileblocks.c: Remove more useless parentheses.
24546         * lib/readutmp.h: Likewise.
24547
24548 2006-01-25  Bruno Haible  <bruno@clisp.org>
24549
24550         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
24551         warnings.
24552         Reported by Paul Eggert.
24553
24554 2006-01-25  Bruno Haible  <bruno@clisp.org>
24555
24556         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
24557         rid of a trap command. For Solaris sh.
24558         Reported by Mark D. Baushke <mdb@gnu.org>.
24559
24560 2006-01-24  Simon Josefsson  <jas@extundo.com>
24561
24562         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
24563         Bruno.
24564
24565 2006-01-24  Karl Berry  <karl@gnu.org>
24566
24567         * config/srclist.txt (argp-namefrob.h): sync lost.
24568
24569 2006-01-24  Jim Meyering  <jim@meyering.net>
24570
24571         * modules/openat (Files): Add lib/intprops.h.
24572         From Mark D. Baushke.
24573
24574 2006-01-24  Jim Meyering  <jim@meyering.net>
24575
24576         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
24577         Reported by Mark D. Baushke.
24578
24579 2006-01-24  Jim Meyering  <jim@meyering.net>
24580
24581         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
24582
24583 2006-01-24  Bruno Haible  <bruno@clisp.org>
24584
24585         * modules/strnlen (Maintainer): Change from glibc to all.
24586
24587 2006-01-24  Bruno Haible  <bruno@clisp.org>
24588
24589         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
24590         Patch by Paul Eggert.
24591
24592 2006-01-24  Bruno Haible  <bruno@clisp.org>
24593
24594         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
24595         already has it.
24596         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
24597         2005-11-26.
24598
24599         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
24600         'signed char' to avoid problems with the built-in _Bool type.
24601         Reported by Paul Eggert on 2005-11-26.
24602
24603 2006-01-24  Bruno Haible  <bruno@clisp.org>
24604
24605         * gnulib-tool (func_import): Avoid constructing complicated sed
24606         expressions inside backquote.
24607         Report and solution by Mark D. Baushke <mdb@gnu.org>.
24608
24609 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
24610
24611         These changes imported from libc.
24612         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
24613         test and two separate function calls.
24614         * lib/strndup.c (__strndup): Add libc_hidden_def.
24615
24616 2006-01-23  Simon Josefsson  <jas@extundo.com>
24617
24618         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
24619         Remove the test_*_SOURCES variable: automake infers it by default.
24620         * modules/tls-tests: Likewise.
24621
24622 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24623
24624         Work around porting bugs reported by Dieter in
24625         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
24626         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
24627         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
24628         Include "getopt.h" first, to check interface.
24629         (getenv): Declare only if defined HAVE_DECL_GETENV &&
24630         !HAVE_DECL_GETENV.
24631         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
24632         (__strndup): Revert to K&R-style function dfns, the glibc style.
24633         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
24634         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
24635         Include strnlen.h first, to get prototype properly.
24636         (strnlen): Renamed from __strnlen.
24637         Remove weak alias.
24638
24639 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24640
24641         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
24642
24643 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24644
24645         * config/srclist.txt: Adjust to reflect glibc reorganization.
24646         This affects only comments.
24647
24648 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24649
24650          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
24651          Reported by Bruce Korb <bkorb@gnu.org>.
24652
24653 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24654
24655         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
24656         to pacify gcc -Wswitch-default.
24657
24658 2006-01-22  Bruno Haible  <bruno@clisp.org>
24659
24660         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
24661         temporary buffer for sprintf, take into account the precision also
24662         for 'd', 'i', 'u', 'o', 'x', 'X'.
24663
24664 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24665
24666         * modules/argp-tests: New module
24667         * tests/test-argp.c: New file
24668         * tests/test-argp-2.sh: New file
24669
24670 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24671
24672         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
24673         (__argp_base_name): Removed
24674         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
24675         typo.
24676         (__argp_base_name): Provide macro definition or extern declaration
24677         depending on the configuration
24678
24679 2006-01-20  Simon Josefsson  <jas@extundo.com>
24680
24681         * modules/inet_ntop (Depends-on): Depend on sys_socket.
24682
24683 2006-01-20  Simon Josefsson  <jas@extundo.com>
24684
24685         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
24686
24687 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24688
24689         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
24690         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
24691         Suggested by Bruno Haible.
24692
24693 2006-01-20  Karl Berry  <karl@gnu.org>
24694
24695         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
24696         until changes propagate, I guess.
24697
24698 2006-01-19  Simon Josefsson  <jas@extundo.com>
24699
24700         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
24701
24702 2006-01-19  Simon Josefsson  <jas@extundo.com>
24703
24704         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
24705
24706 2006-01-19  Simon Josefsson  <jas@extundo.com>
24707
24708         * gnulib-tool: Set check_PROGRAMS.
24709
24710         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24711         modules/des-tests, modules/gc-arcfour-tests,
24712         modules/gc-arctwo-tests, modules/gc-des-tests,
24713         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24714         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24715         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24716         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24717         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24718         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
24719         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
24720         test_*_SOURCES.
24721
24722 2006-01-18  Simon Josefsson  <jas@extundo.com>
24723
24724         * modules/socklen (Depends-on): Depend on sys_socket.
24725
24726 2006-01-18  Simon Josefsson  <jas@extundo.com>
24727
24728         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24729         modules/des-tests, modules/gc-arcfour-tests,
24730         modules/gc-arctwo-tests, modules/gc-des-tests,
24731         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24732         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24733         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24734         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24735         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24736         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
24737         $(EXEEXT) to automake TESTS variable, for mingw32.
24738
24739 2006-01-17  Simon Josefsson  <jas@extundo.com>
24740
24741         * modules/socklen (Include): Need sys/socket.h.
24742
24743 2006-01-17  Bruno Haible  <bruno@clisp.org>
24744
24745         * modules/ssize_t (Include): Add <sys/types.h>.
24746
24747 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
24748
24749         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
24750         it's not portable and it doesn't work with cross-compiles.
24751         Problem reported by Bruno Haible.  Fix missing-$ typo in
24752         'test "gl_cv_ignore_unused_libraries" ...' that prevented
24753         -zignore from being used with Sun's C compiler.
24754
24755 2006-01-12  Simon Josefsson  <jas@extundo.com>
24756
24757         * lib/base64.c: Fix warning, reported by Bruno Haible
24758         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
24759
24760 2006-01-12  Bruno Haible  <bruno@clisp.org>
24761
24762         * modules/ldd: New file.
24763         * build-aux/ldd.sh.in: New file.
24764         * MODULES.html.sh (Support for building libraries and executables): Add
24765         ldd.
24766
24767 2006-01-12  Bruno Haible  <bruno@clisp.org>
24768
24769         * m4/ldd.m4: New file.
24770
24771 2006-01-12  Bruno Haible  <bruno@clisp.org>
24772
24773         * gnulib-tool (func_import, func_create_testdir): Don't go into an
24774         endless loop while replacing $auxdir with build-aux.
24775
24776 2006-01-11  Simon Josefsson  <jas@extundo.com>
24777
24778         * lib/stdint_.h (SIZE_MAX): Add missing (.
24779
24780 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         Sync from coreutils.
24783         * lib/md5.c: Fix commentary typos.
24784         (alignof, UNALIGNED_P): No need for a GCC-specific version.
24785         * lib/md5.h (__attribute__): Remove; unused.
24786         * lib/sha1.c: Fix commentary to match md5 better.
24787         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
24788         so that we don't need to worry about alignment.  All uses changed.
24789         This merges the 2005-10-28 md5 change into sha1.
24790
24791 2006-01-11  Jim Meyering  <jim@meyering.net>
24792
24793         Sync from coreutils.
24794         * lib/md5.c (OP): Fix spacing.
24795
24796 2006-01-11  Bruno Haible  <bruno@clisp.org>
24797
24798         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24799         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
24800         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
24801
24802 2006-01-11  Bruno Haible  <bruno@clisp.org>
24803
24804         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24805         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
24806         the "early" section as well.
24807
24808 2006-01-11  Bruno Haible  <bruno@clisp.org>
24809
24810         Avoid "ar: no archive members specified" error on MacOS X.
24811         * gnulib-tool (func_modules_add_dummy): New function.
24812         (func_import, func_create_testdir): Invoke it.
24813
24814 2006-01-11  Bruno Haible  <bruno@clisp.org>
24815
24816         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
24817         with $auxdir in AC_CONFIG_FILES statements.
24818
24819 2006-01-11  Bruno Haible  <bruno@clisp.org>
24820
24821         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24822         Initialize also noinst_HEADERS to empty.
24823
24824 2006-01-11  Bruno Haible  <bruno@clisp.org>
24825
24826         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
24827         variables.
24828         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
24829         autoreconf.
24830
24831 2006-01-11  Bruno Haible  <bruno@clisp.org>
24832
24833         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
24834         overridable by the user.
24835         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24836
24837 2006-01-10  Simon Josefsson  <jas@extundo.com>
24838
24839         * modules/sys_socket: New file.
24840
24841 2006-01-10  Simon Josefsson  <jas@extundo.com>
24842
24843         * m4/sys_socket_h.m4: New file.
24844
24845 2006-01-10  Simon Josefsson  <jas@extundo.com>
24846
24847         * lib/socket_.h: New file.
24848
24849 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24850
24851         * modules/readutmp (Maintainer): Add myself.
24852
24853 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24854
24855         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
24856         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
24857         People who are still concerned with buggy memcmp implementations
24858         can invoke gl_FUNC_MEMCMP themselves.
24859
24860 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24861
24862         * lib/regex_internal.h (BITSET_WORD_BITS):
24863         Work around a bug in 64-bit PGC (before version 6.1-2), where the
24864         preprocessor mishandles large unsigned values as if they were signed.
24865         Problem reported by Claudio Fontana in
24866         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
24867
24868 2006-01-10  Jim Meyering  <jim@meyering.net>
24869
24870         Avoid the double-free (first in fts_read, second in fts_close) that
24871         would occur when an `active' directory is made inaccessible (e.g.,
24872         via chmod a-x) during a traversal.
24873         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24874         before returning.  Reproduce this failure by
24875         mkdir -p a/b; cd a; chmod a-x . b
24876         Reported by Stavros Passas.
24877
24878         Sync from coreutils.
24879         * lib/sha1.c: Tweak grammar in a comment.
24880
24881 2006-01-10  Jim Meyering  <jim@meyering.net>
24882
24883         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
24884         Patch by Joerg Sonnenberger.
24885
24886 2006-01-10  Bruno Haible  <bruno@clisp.org>
24887
24888         * modules/readutmp: Depend on module free.
24889         * modules/strtok_r: Depend on module restrict.
24890
24891 2006-01-10  Bruno Haible  <bruno@clisp.org>
24892
24893         * modules/gettext (configure.ac): Add an invocation of
24894         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
24895
24896 2006-01-10  Bruno Haible  <bruno@clisp.org>
24897
24898         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
24899         Reported by Werner Lemberg <wl@gnu.org>.
24900
24901 2006-01-10  Bruno Haible  <bruno@clisp.org>
24902
24903         * lib/localcharset.c: Update from GNU gettext.
24904
24905 2006-01-10  Bruno Haible  <bruno@clisp.org>
24906
24907         * lib/argp.h (__const): Remove macro. Use const instead.
24908         * lib/argp-fmtstream.h (__const): Likewise.
24909         * lib/glob_.h (__const): Remove macro.
24910         * lib/glob-libc.h: Use const instead of __const.
24911
24912 2006-01-10  Bruno Haible  <bruno@clisp.org>
24913
24914         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
24915         variable.
24916         Needed to avoid an automake error regarding the 'gettext' module.
24917
24918 2006-01-09  Simon Josefsson  <jas@extundo.com>
24919
24920         * modules/inet_ntop (Depends-on): Add restrict.
24921
24922 2006-01-09  Simon Josefsson  <jas@extundo.com>
24923
24924         * modules/gc-rijndael-tests (License): Put under LGPL.
24925
24926         * modules/gc-des-tests (License): Likewise.
24927
24928         * modules/gc-arcfour-tests (License): Likewise.
24929
24930         * modules/gc-arctwo-tests (License): Likewise.
24931
24932         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24933
24934         * modules/gc-hmac-sha1-tests (Files): Likewise.
24935
24936         * modules/gc-hmac-md5-tests (License): Likewise.
24937
24938         * modules/gc-sha1-tests (License): Likewise.
24939
24940         * modules/gc-md5-tests (License): Likewise.
24941
24942         * modules/gc-md4-tests (License): Likewise.
24943
24944         * modules/gc-md2-tests (License): Likewise.
24945
24946         * modules/gc-tests (License): Likewise.
24947
24948         * modules/des-tests (License): Likewise.
24949
24950         * modules/md4-tests (License): Likewise.
24951
24952         * modules/md2-tests (License): Likewise.
24953
24954 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24955
24956         Sync from coreutils:
24957
24958         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24959         * modules/lib-ignore: New file.
24960         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24961         chdir-safer.m4, lchmod.m4.
24962         * modules/openat: Add mkdirat.c, openat-priv.h.
24963
24964 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24965
24966         Sync from coreutils.
24967         * m4/lib-ignore.m4: New file.
24968         * m4/lchmod.m4: New file.
24969
24970 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24971
24972         Sync from coreutils.
24973         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24974         for write access: POSIX says that must fail.
24975         * lib/fts.c (diropen): Likewise.
24976         * lib/save-cwd.c (save_cwd): Likewise.
24977         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24978         well, for minor improvements on hosts that lack O_DIRECTORY.
24979         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24980         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24981         Fall back on chown if open failed with EACCES.
24982
24983         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24984         Report an error at compile-time if only a 1-second nominal clock
24985         resolution is found.
24986
24987         * lib/lchmod.h: New file.
24988         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24989         (make_dir_parents): Use lchown rather than chown, and
24990         lchmod rather than chmod.
24991
24992         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24993         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24994         "proc" reported by n0dalus.
24995
24996         * lib/mountlist.c: Include <limits.h>.
24997         (dev_from_mount_options)
24998         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24999         New function.  It no longer assumes "dev=" has the System V meaning
25000         on Linux (since it doesn't).  It also parses "dev=" more carefully.
25001         (read_file_system_list)
25002         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
25003         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
25004         dev= in that case.
25005
25006         * lib/posixtm.h (PDS_PRE_2000): New macro.
25007         * lib/posixtm.c (year): Arg is now syntax_bits rather than
25008         allow_century.  All usages changed.  Reject dates outside the range
25009         1969-1999 if PDS_PRE_2000 is used.
25010
25011 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25012
25013         Sync from coreutils.
25014         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
25015         (Time of day items): Mention the possibility of leap seconds.
25016         Problem reported by Dr. David Alan Gilbert.
25017
25018 2006-01-09  Jim Meyering  <jim@meyering.net>
25019
25020         Sync from coreutils.
25021
25022         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
25023
25024         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
25025
25026         * lib/modechange.c (mode_compile): Reject an invalid mode string
25027         that starts with an octal digit.  From Andreas Gruenbacher.
25028
25029         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
25030         and dup to open_safer and dup_safer, respectively.
25031         (openat_permissive): Fix typo in comment.
25032
25033         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
25034         "gettext.h"; either no longer needed or are guaranteed by openat.h.
25035         (_): Remove; no longer needed.
25036         (openat): Renamed from rpl_openat; no need for rpl_openat
25037         since openat.h renames openat for us.
25038         Replace most of the body with a call to openat_permissive,
25039         to avoid duplicate code.
25040         Port to (probably hypothetical) environments were mode_t is
25041         wider than int.
25042         (openat_permissive): Require mode arg, so that we can check
25043         types better.  Put it just after flags.  Change cwd failure
25044         indicator from pointer-to-bool to pointer-to-errno-value.
25045         All callers changed.
25046         Invoke openat_save_fail and/or openat_restore_fail if
25047         cwd_errno is null, so that openat can call us.
25048         (openat_permissive, fdopendir, fstatat, unlinkat):
25049         Simplify errno handling to avoid some duplicate code,
25050         as it's OK to set errno on success.
25051         * lib/openat.h: Revamp code so that function macros depend on
25052         __OPENAT_PREFIX only, not also on AT_FDCWD.
25053         (openat_ro): Remove.  Caller changed to use openat_permissive.
25054         (openat_permissive): Now a macro, if not a function.
25055         (openat_restore_fail, openat_save_fail): Now always functions,
25056         since mkdirat needs them even if __OPENAT_PREFIX is defined.
25057
25058         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
25059         and openat.c.
25060         * lib/mkdirat.c: Include openat-priv.h.
25061         Remove definitions of macros defined therein.
25062         * lib/openat.c: Likewise.
25063
25064         * lib/mkdirat.c (mkdirat): New file and function.
25065         * lib/openat.h (mkdirat): Declare.
25066
25067         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
25068
25069         * lib/openat.h (openat_permissive): Declare.
25070         (openat_ro): Define.
25071
25072         * lib/openat.c (EXPECTED_ERRNO): New macro.
25073         (openat_permissive): New function -- used in remove.c rewrite.
25074         (all functions): Set errno just before returning, only if there
25075         was an actual failure.
25076         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
25077
25078         Emulate openat-family functions using Linux's procfs, if possible.
25079         Idea and some code based on Ulrich Drepper's glibc changes.
25080
25081         * lib/openat.c: (BUILD_PROC_NAME): New macro.
25082         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
25083         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
25084         before falling back on save_cwd and restore_cwd.
25085         (fdopendir, fstatat, unlinkat): Likewise.
25086
25087         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
25088         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
25089
25090         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
25091         as second argument to va_arg.  Otherwise, some versions of gcc
25092         warn that `if this code is reached, the program will abort'.
25093
25094 2006-01-09  Jim Meyering  <jim@meyering.net>
25095
25096         Sync from coreutils.
25097         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
25098         Require openat-priv.h.
25099
25100 2006-01-09  Bruno Haible  <bruno@clisp.org>
25101
25102         * modules/strnlen (Include): Use strnlen.h.
25103
25104 2006-01-09  Bruno Haible  <bruno@clisp.org>
25105
25106         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
25107
25108 2006-01-09  Bruno Haible  <bruno@clisp.org>
25109
25110         * lib/sysexit_.h (EX_OK): New macro.
25111         Suggested by Martin Lambers <marlam@marlam.de>.
25112
25113 2006-01-09  Bruno Haible  <bruno@clisp.org>
25114
25115         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
25116         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
25117
25118 2006-01-09  Bruno Haible  <bruno@clisp.org>
25119
25120         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
25121         numbers.
25122
25123 2006-01-09  Bruno Haible  <bruno@clisp.org>
25124
25125         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
25126         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
25127         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
25128         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
25129
25130 2006-01-09  Bruno Haible  <bruno@clisp.org>
25131
25132         * build-aux/javacomp.sh.in: New file, moved from lib/.
25133         * modules/javacomp-script (Files): Update.
25134         (configure.ac): Add AC_CONFIG_FILES invocation.
25135         (EXTRA_DIST): Remove variable.
25136
25137         * build-aux/javaexec.sh.in: New file, moved from lib/.
25138         * modules/javaexec (Files): Update.
25139         (configure.ac): Add AC_CONFIG_FILES invocation.
25140         (EXTRA_DIST): Remove javaexec.sh.in.
25141
25142         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
25143         * modules/csharpcomp-script (Files): Update.
25144         (configure.ac): Add AC_CONFIG_FILES invocation.
25145         (EXTRA_DIST): Remove variable.
25146
25147         * build-aux/csharpexec.sh.in: New file, moved from lib/.
25148         * modules/csharpexec (Files): Update.
25149         (configure.ac): Add AC_CONFIG_FILES invocation.
25150         (EXTRA_DIST): Remove csharpexec.sh.in.
25151
25152 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
25153
25154         Sync from coreutils.
25155
25156         Add POSIX ACL support
25157         * lib/acl.h (copy_acl, set_acl): Add declarations.
25158         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
25159         systems other than Linux.
25160         (chmod_or_fchmod): New function: use fchmod when possible,
25161         and chmod otherwise.
25162         (file_has_acl): Add a POSIX ACL implementation, with a
25163         Linux-specific subcase.
25164         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
25165         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
25166         acls are unsupported.
25167         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
25168         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
25169         are unsupported.
25170
25171 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
25172
25173         Sync from coreutils.
25174         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
25175
25176 2006-01-07  Bruno Haible  <bruno@clisp.org>
25177
25178         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
25179         gl_EARLY.
25180
25181 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25182
25183         * lib/strftime.c (tzname): Don't declare if it is already #defined.
25184         Problem reported for Mingw by Mark Junker.
25185
25186 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25187
25188         * README: Gnulib normally doesn't generate a tarball.
25189
25190 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
25191
25192         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
25193         long int, not int, for nanosecond counts, so that people who are
25194         used to POSIX struct timespec won't be surprised.  Reported by Jim
25195         Meyering.
25196
25197 2005-12-28  Bruno Haible  <bruno@clisp.org>
25198
25199         * build-aux/config.rpath: Update from GNU gettext.
25200
25201 2005-12-16  Jim Meyering  <jim@meyering.net>
25202
25203         * modules/fprintftime: New module.
25204         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
25205
25206 2005-12-16  Jim Meyering  <jim@meyering.net>
25207
25208         * m4/fprintftime.m4: New file.
25209
25210 2005-12-16  Jim Meyering  <jim@meyering.net>
25211
25212         * lib/fprintftime.c, lib/fprintftime.h: New files.
25213
25214 2005-12-15  Simon Josefsson  <jas@extundo.com>
25215
25216         * modules/socklen (configure.ac): Fix M4 macro name, to align with
25217         new m4/socklen.m4.
25218
25219 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25220
25221         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
25222         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
25223
25224 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25225
25226         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
25227         * lib/argp-help.c (fill_in_uparams): Check if the constructed
25228         struct uparams is valid. Fall back to the default values if it is
25229         not.
25230
25231 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25232
25233         * modules/argp (Files): Add argp-pin.c
25234         (Depends-on): dirname
25235         (lib_SOURCES): Add argp-pin.c
25236
25237 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25238
25239         * m4/argp.m4:  Check if program_invocation_name and
25240         program_invocation_short_name are declared and define appropriate
25241         macros if they are not.
25242
25243 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25244
25245         * lib/argp-help.c (__argp_base_name): New function
25246         (__argp_short_program_name): Rewrite using __argp_base_name
25247         * lib/argp-namefrob.h: Define program_invocation_name and
25248         program_invocation_short_name if requested
25249         (__argp_base_name): Add prototype
25250         * lib/argp-parse.c (argp_def): Use gettext wrappers
25251         (argp_default_parser): Use __argp_base_name
25252         * lib/argp-pin.c: New file. Defines program_invocation_name and
25253         program_invocation_short_name on systems that lack them.
25254
25255 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25256
25257         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
25258         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
25259         porting problem reported by Georg Schwarz in
25260         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
25261
25262 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25263
25264         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
25265         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
25266         porting problem reported by Georg Schwarz in
25267         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
25268
25269 2005-12-05  Bruno Haible  <bruno@clisp.org>
25270
25271         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
25272         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
25273         Reported by Mark Junker <mjscod@gmx.de>.
25274
25275 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
25276
25277         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
25278         Use implementation from Albert Chin, with some
25279         comments/corrections by Stepan Kasal and myself.
25280
25281 2005-12-02  Bruno Haible  <bruno@clisp.org>
25282
25283         * gnulib-tool (func_import): Accept GPLed build tool modules when
25284         --lgpl is given.
25285         * modules/csharpcomp-script: New file.
25286         * modules/csharpcomp: Depend on it.
25287         * modules/javacomp-script: New file.
25288         * modules/javacomp: Depend on it.
25289         Suggested by Simon Josefsson.
25290
25291 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
25292
25293         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
25294         statement, to work around an HP-UX 10.20 compiler bug reported by
25295         Peter O'Gorman.
25296
25297 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
25298
25299         * modules/savedir (Depends-on): Add openat.
25300
25301 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
25302
25303         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
25304         (uintmax_t) [defined uintmax_t]: Do not declare.
25305         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
25306         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
25307         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
25308         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
25309         sake of portability to weird hosts that C allows (though we don't
25310         know of any practical examples).
25311
25312         * lib/savedir.h (fdsavedir): New decl.
25313         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
25314         contains most of the former guts of savedir.
25315         (savedir): Use savedirstream.
25316         Include "openat.h".
25317
25318 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25319
25320         * modules/obstack (Files): Add m4/ulonglong.m4.
25321         Problem reported by Davide Angelocola.
25322
25323 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
25324
25325         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
25326         coreutils no longer futzes with rounding modes.
25327
25328 2005-11-14  Jim Meyering  <jim@meyering.net>
25329
25330         * lib/mkstemp-safer.c: Include <config.h>, required for possible
25331         replacement of mkstemp.
25332
25333 2005-11-10  Simon Josefsson  <jas@extundo.com>
25334
25335         * lib/readline.c: Remove EOL.
25336
25337 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25338
25339         * modules/gethrxtime (Depends-on): Add gettime.
25340
25341 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25342
25343         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
25344         or gettimeofday; no longer needed.
25345
25346 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25347
25348         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
25349         time business.
25350         (gethrxtime) [! (HAVE_NANOUPTIME
25351         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
25352         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
25353         our own approximation.
25354
25355 2005-11-08  Eric Blake  <ebb9@byu.net>
25356
25357         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
25358
25359 2005-11-08  Eric Blake  <ebb9@byu.net>
25360
25361         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
25362
25363 2005-11-04  Bruno Haible  <bruno@clisp.org>
25364
25365         * gnulib-tool: Implement --update mode.
25366
25367 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25368
25369         Fix porting problem reported by Theodoros V. Kalamatianos.
25370         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
25371         Don't assume that futimes failing means we must fail.
25372
25373 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25374
25375         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
25376         variables to suggest the intended function of the PATH_MAX check.
25377
25378 2005-10-30  Kean Johnston  <jkj@sco.com>
25379
25380         Trivial changes to support SCO systems.
25381         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
25382         as PATH_MAX.
25383         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
25384         where __ptr is null when no I/O is pending.
25385
25386 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25387
25388         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
25389         leave errno alone.  Problem reported by Dmitry V. Levin.
25390
25391 2005-10-28  Simon Josefsson  <jas@extundo.com>
25392
25393         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
25394         Test more.
25395
25396         * tests/test-gc-md2.c, tests/test-md2.c: New files.
25397
25398         * modules/md2, modules/md2-tests: New files.
25399
25400 2005-10-28  Simon Josefsson  <jas@extundo.com>
25401
25402         * m4/inet_ntop.m4: More tests.
25403
25404         * m4/gc-md2.m4, md2.m4: New file.
25405
25406 2005-10-28  Simon Josefsson  <jas@extundo.com>
25407
25408         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
25409         "restrict" keywords, as per POSIX.  Protect the function
25410         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
25411         Don't use K&R prototypes.  Check the sprintf return values.
25412         Re-define EAFNOSUPPORT if not present.  Indent.
25413
25414         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
25415         suggested by Bruno Haible <bruno@clisp.org>.
25416
25417         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
25418
25419         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
25420
25421         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
25422         libgcrypt).
25423
25424         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
25425
25426         * lib/md2.h, lib/md2.c: New files.
25427
25428 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
25431         errno alone.  Problem reported by Frederic Jolliton.
25432
25433 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25434
25435         * modules/verify (License): Change from GPL to LGPL.  This is a
25436         tiny module and there are apparently near-equivalents that are
25437         under the BSD license.
25438
25439 2005-10-24  Simon Josefsson  <jas@extundo.com>
25440
25441         * modules/sha1: Relicense to LGPL.
25442
25443 2005-10-24  Simon Josefsson  <jas@extundo.com>
25444
25445         * lib/md4.h: Shrink buffer size, now that we changed the type.
25446
25447 2005-10-23  Simon Josefsson  <jas@extundo.com>
25448
25449         * gnulib-tool (func_import): Fix --tests-base.
25450
25451 2005-10-22  Simon Josefsson  <jas@extundo.com>
25452
25453         * modules/arcfour (Depends-on): Need stdint.
25454
25455 2005-10-22  Simon Josefsson  <jas@extundo.com>
25456
25457         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
25458         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
25459
25460 2005-10-22  Simon Josefsson  <jas@extundo.com>
25461
25462         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
25463         suggested by Bruno Haible <bruno@clisp.org>.
25464
25465 2005-10-22  Simon Josefsson  <jas@extundo.com>
25466
25467         * lib/crc.h: Include stddef.h, for size_t.
25468
25469 2005-10-22  Simon Josefsson  <jas@extundo.com>
25470
25471         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
25472         arcfour_context struct (simplify test vector testing in GNU
25473         Shishi).
25474
25475 2005-10-21  Simon Josefsson  <jas@extundo.com>
25476
25477         * modules/des, modules/des-tests: New files.
25478
25479         * modules/gc-des, modules/gc-des-tests: New files.
25480
25481         * tests/test-des.c, tests/test-gc-des.c: New file.
25482
25483 2005-10-21  Simon Josefsson  <jas@extundo.com>
25484
25485         * modules/arctwo, modules/arctwo-tests: New files.
25486
25487         * tests/test-arctwo.c: New file.
25488
25489         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
25490
25491         * tests/test-gc-arctwo.c: New file.
25492
25493 2005-10-21  Simon Josefsson  <jas@extundo.com>
25494
25495         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
25496         Bruno Haible <bruno@clisp.org>.
25497
25498         * m4/gc-des.m4: New file.
25499
25500 2005-10-21  Simon Josefsson  <jas@extundo.com>
25501
25502         * m4/arctwo.m4: New file.
25503
25504         * m4/gc-arctwo.m4: New file.
25505
25506 2005-10-21  Simon Josefsson  <jas@extundo.com>
25507
25508         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
25509         block.
25510
25511 2005-10-21  Simon Josefsson  <jas@extundo.com>
25512
25513         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
25514         <bruno@clisp.org>.
25515
25516         * lib/hmac-sha1.c (hmac_sha1): Likewise.
25517
25518         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
25519         Bruno Haible <bruno@clisp.org>.
25520
25521         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
25522         <bruno@clisp.org>.
25523
25524 2005-10-21  Simon Josefsson  <jas@extundo.com>
25525
25526         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
25527
25528 2005-10-21  Simon Josefsson  <jas@extundo.com>
25529
25530         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
25531
25532 2005-10-21  Simon Josefsson  <jas@extundo.com>
25533
25534         * lib/des.h, lib/des.c: New files.
25535
25536         * lib/gc-gnulib.c: Support DES.c
25537
25538 2005-10-21  Simon Josefsson  <jas@extundo.com>
25539
25540         * lib/arctwo.h, lib/arctwo.c: New files.
25541
25542         * lib/gc-gnulib.c: Support ARCTWO.
25543
25544 2005-10-21  Simon Josefsson  <jas@extundo.com>
25545
25546         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
25547         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25548
25549 2005-10-21  Simon Josefsson  <jas@extundo.com>
25550
25551         * gnulib-tool (func_import, func_create_testdir): Define automake
25552         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
25553         Makefile.am snippet),
25554         suggested by Bruno Haible <bruno@clisp.org>.
25555
25556         * modules/gc (Makefile.am): Use it.
25557
25558 2005-10-21  Bruno Haible  <bruno@clisp.org>
25559
25560         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
25561         patch.
25562
25563 2005-10-19  Simon Josefsson  <jas@extundo.com>
25564
25565         * tests/test-gc-rijndael.c: New file.
25566
25567         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
25568
25569 2005-10-19  Simon Josefsson  <jas@extundo.com>
25570
25571         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
25572         interface too.
25573
25574 2005-10-19  Simon Josefsson  <jas@extundo.com>
25575
25576         * tests/test-gc-arcfour.c: New file.
25577
25578         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
25579
25580 2005-10-19  Simon Josefsson  <jas@extundo.com>
25581
25582         * modules/gc-md4, modules/gc-md4-tests: New file.
25583
25584         * tests/test-gc-md4.c: New file.
25585
25586 2005-10-19  Simon Josefsson  <jas@extundo.com>
25587
25588         * m4/gc-md4.m4: New file.
25589
25590 2005-10-19  Simon Josefsson  <jas@extundo.com>
25591
25592         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
25593         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
25594         <kasal@ucw.cz>.
25595
25596 2005-10-19  Simon Josefsson  <jas@extundo.com>
25597
25598         * m4/gc-arcfour.m4: New file.
25599
25600         * m4/gc-rijndael.m4: New file.
25601
25602 2005-10-19  Simon Josefsson  <jas@extundo.com>
25603
25604         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
25605
25606 2005-10-19  Simon Josefsson  <jas@extundo.com>
25607
25608         * lib/gc-gnulib.c: Support ARCFOUR.
25609
25610 2005-10-19  Simon Josefsson  <jas@extundo.com>
25611
25612         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
25613         support.
25614
25615         * lib/gc.h: Add ECB enum type.
25616
25617         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
25618
25619 2005-10-18  Simon Josefsson  <jas@extundo.com>
25620
25621         * tests/test-md5.c: New file.
25622
25623         * modules/md5-tests: New file.
25624
25625 2005-10-18  Simon Josefsson  <jas@extundo.com>
25626
25627         * tests/test-md4.c: New file.
25628
25629         * modules/md4, modules/md4-tests: New files.
25630
25631 2005-10-18  Simon Josefsson  <jas@extundo.com>
25632
25633         * m4/md4.m4: New file.
25634
25635 2005-10-18  Simon Josefsson  <jas@extundo.com>
25636
25637         * lib/md4.h, lib/md4.c: New files, based on md5.?.
25638
25639 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
25640
25641         * gnulib-tool (func_create_testdir): Omit the second check whether
25642         BUILT_SOURCES in nonempty.
25643
25644 2005-10-17  Simon Josefsson  <jas@extundo.com>
25645
25646         * tests/test-rijndael.c: New file.
25647
25648 2005-10-17  Simon Josefsson  <jas@extundo.com>
25649
25650         * modules/sha1: Depend on stdint instead of md5.
25651
25652         * modules/md5: Depend on stdint, remove uint32_t.
25653
25654 2005-10-17  Simon Josefsson  <jas@extundo.com>
25655
25656         * modules/gc-sha1-tests: New file.
25657
25658         * tests/test-gc-sha1.c: New file.
25659
25660 2005-10-17  Simon Josefsson  <jas@extundo.com>
25661
25662         * m4/md5.m4: Remove call to uint32_t.m4.
25663
25664 2005-10-17  Simon Josefsson  <jas@extundo.com>
25665
25666         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
25667
25668         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
25669         md5.h.
25670
25671         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
25672
25673         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
25674
25675 2005-10-17  Simon Josefsson  <jas@extundo.com>
25676
25677         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
25678
25679 2005-10-17  Simon Josefsson  <jas@extundo.com>
25680
25681         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
25682
25683 2005-10-17  Simon Josefsson  <jas@extundo.com>
25684
25685         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
25686
25687         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
25688
25689 2005-10-17  Bruno Haible  <bruno@clisp.org>
25690
25691         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
25692         that it can also be used in a test.
25693
25694 2005-10-16  Bruno Haible  <bruno@clisp.org>
25695
25696         * gnulib-tool (func_emit_tests_Makefile_am): Also define
25697         TESTS_ENVIRONMENT, so that individual tests can augment it.
25698
25699         * gnulib-tool (func_create_testdir): Use an intermediate target for
25700         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
25701         macros, like $(ALLOCA_H), which cannot be passed through the command
25702         line.
25703
25704 2005-10-15  Simon Josefsson  <jas@extundo.com>
25705
25706         * modules/rijndael-tests: New file.
25707
25708         * modules/rijndael: New file.
25709
25710 2005-10-15  Simon Josefsson  <jas@extundo.com>
25711
25712         * m4/rijndael.m4: New file.
25713
25714 2005-10-15  Simon Josefsson  <jas@extundo.com>
25715
25716         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
25717
25718         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
25719
25720 2005-10-14  Simon Josefsson  <jas@extundo.com>
25721
25722         * tests/test-arcfour.c: New file.
25723
25724         * modules/arcfour, modules/arcfour-tests: New files.
25725
25726 2005-10-14  Simon Josefsson  <jas@extundo.com>
25727
25728         * m4/arcfour.m4: New file.
25729
25730 2005-10-14  Simon Josefsson  <jas@extundo.com>
25731
25732         * lib/arcfour.h, lib/arcfour.c: New files.
25733
25734 2005-10-14  Roland McGrath  <roland@redhat.com>
25735
25736         Import from libc.  [BZ #1331]
25737         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
25738         macro argument.
25739         Reported by Matej Vela <vela@debian.org>.
25740
25741 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25742
25743         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
25744         include <wchar.h>; no longer needed.
25745
25746 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25747
25748         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
25749
25750 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
25751         and  Ulrich Drepper  <drepper@redhat.com>
25752
25753         Import from libc.
25754         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
25755         instead of inline stream orientation test and two separate
25756         function calls.  Pay no attention to USE_IN_LIBIO.
25757
25758 2005-10-13  Simon Josefsson  <jas@extundo.com>
25759
25760         * modules/gc-hmac-md5-tests: New file.
25761
25762         * tests/test-gc-hmac-sha1.c: New file.
25763
25764         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
25765
25766         * modules/gc-hmac-md5-tests: New file.
25767
25768         * tests/test-gc-md5.c: New file.
25769
25770         * modules/gc-md5-tests: New file.
25771
25772 2005-10-13  Simon Josefsson  <jas@extundo.com>
25773
25774         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
25775         Move memory allocation outside of loop.
25776
25777 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
25778
25779         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
25780         intermediate directory is in a read-only file system.  Problem
25781         reported by Eric Blake.
25782
25783 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
25784
25785         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
25786
25787 2005-10-12  Simon Josefsson  <jas@extundo.com>
25788
25789         * tests/test-hmac-sha1.c: New file.
25790
25791         * modules/hmac-sha1-tests: New file.
25792
25793         * modules/hmac-sha1: New file.
25794
25795 2005-10-12  Simon Josefsson  <jas@extundo.com>
25796
25797         * modules/gc-sha1: New file.
25798
25799 2005-10-12  Simon Josefsson  <jas@extundo.com>
25800
25801         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
25802
25803         * tests/test-gc-pbkdf2-sha1.c: New file.
25804
25805 2005-10-12  Simon Josefsson  <jas@extundo.com>
25806
25807         * modules/gc-md5, modules/gc-hmac-md5: New files.
25808
25809         * modules/gc (Files): Remove md5, memxor and hmac files.
25810
25811 2005-10-12  Simon Josefsson  <jas@extundo.com>
25812
25813         * m4/gc-pbkdf2-sha1.m4: New file.
25814
25815         * m4/gc-hmac-sha1.m4: New file.
25816
25817         * m4/gc-sha1: New file.
25818
25819         * m4/hmac-sha1.m4: New file.
25820
25821 2005-10-12  Simon Josefsson  <jas@extundo.com>
25822
25823         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
25824
25825         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
25826
25827 2005-10-12  Simon Josefsson  <jas@extundo.com>
25828
25829         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
25830         suggested by Bruno Haible <bruno@clisp.org>.
25831
25832 2005-10-12  Simon Josefsson  <jas@extundo.com>
25833
25834         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
25835
25836 2005-10-12  Simon Josefsson  <jas@extundo.com>
25837
25838         * lib/gc-pbkdf2-sha1.c: New file.
25839
25840         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
25841
25842 2005-10-12  Simon Josefsson  <jas@extundo.com>
25843
25844         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
25845
25846         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
25847
25848 2005-10-12  Simon Josefsson  <jas@extundo.com>
25849
25850         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
25851         GC_USE_HMAC_MD5, respectively.
25852
25853         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
25854         (gc_md5): Fix typo.
25855
25856         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
25857
25858         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
25859
25860         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
25861
25862 2005-10-12  Bruno Haible  <bruno@clisp.org>
25863
25864         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
25865         Reported by Stepan Kasal <kasal@ucw.cz>.
25866
25867 2005-10-11  Simon Josefsson  <jas@extundo.com>
25868
25869         * tests/test-crc.c: New file.
25870
25871         * modules/crc, modules/crc-tests: New files.
25872
25873 2005-10-11  Simon Josefsson  <jas@extundo.com>
25874
25875         * m4/crc.m4: New file.
25876
25877 2005-10-11  Simon Josefsson  <jas@extundo.com>
25878
25879         * lib/gc.h: Add gc_hash and gc_hash_buffer.
25880
25881         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
25882
25883         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
25884
25885 2005-10-11  Simon Josefsson  <jas@extundo.com>
25886
25887         * lib/crc.h, lib/crc.c: New files.
25888
25889         * lib/gc.h (gc_hash_buffer): Add doc.
25890
25891 2005-10-11  Bruno Haible  <bruno@clisp.org>
25892
25893         * modules/c-strcasestr: New file.
25894         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
25895
25896 2005-10-11  Bruno Haible  <bruno@clisp.org>
25897
25898         * modules/c-strcase: New file.
25899         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
25900
25901 2005-10-11  Bruno Haible  <bruno@clisp.org>
25902
25903         * lib/strcasecmp.c: Include limits.h.
25904         (strcasecmp): Avoid integer overflow on exotic platforms.
25905         * lib/strncasecmp.c: Include limits.h.
25906         (strncasecmp): Avoid integer overflow on exotic platforms.
25907         Reported by Paul Eggert.
25908
25909 2005-10-11  Bruno Haible  <bruno@clisp.org>
25910
25911         * lib/c-strcasestr.h: New file, from GNU gettext.
25912         * lib/c-strcasestr.c: New file, from GNU gettext.
25913
25914 2005-10-11  Bruno Haible  <bruno@clisp.org>
25915
25916         * lib/c-strcase.h: New file, from GNU gettext.
25917         * lib/c-strcasecmp.c: New file, from GNU gettext.
25918         * lib/c-strncasecmp.c: New file, from GNU gettext.
25919
25920 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25921
25922         * modules/mempcpy (License): GPL -> LGPL.
25923         * modules/strchrnul (License): Likewise.
25924         * modules/sysexits (License): Likewise.
25925
25926 2005-10-08  Simon Josefsson  <jas@extundo.com>
25927
25928         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
25929
25930 2005-10-07  Simon Josefsson  <jas@extundo.com>
25931
25932         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25933
25934 2005-10-06  Simon Josefsson  <jas@extundo.com>
25935
25936         * tests/test-hmac-md5.c: New file.
25937
25938         * modules/hmac-md5-tests: New file.
25939
25940         * modules/hmac-md5: New file.
25941
25942 2005-10-06  Simon Josefsson  <jas@extundo.com>
25943
25944         * m4/hmac-md5.m4: New file.
25945
25946         * m4/memxor.m4: Require gl_C_RESTRICT.
25947
25948 2005-10-06  Simon Josefsson  <jas@extundo.com>
25949
25950         * lib/memxor.c (memxor): Avoid casts and warnings.
25951
25952 2005-10-06  Simon Josefsson  <jas@extundo.com>
25953
25954         * lib/hmac-md5.c: New file.
25955
25956         * lib/hmac.h: New file.
25957
25958 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25959
25960         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25961         promotes to int, not unsigned int, to catch the AIX 5.3
25962         compiler bug.
25963
25964 2005-10-05  Simon Josefsson  <jas@extundo.com>
25965
25966         * modules/memxor: New file.
25967
25968         * modules/iconv (Files): Move config.rpath to havelib, it is used
25969         there.
25970
25971         * modules/havelib (Files): Add config.rpath.
25972
25973 2005-10-05  Simon Josefsson  <jas@extundo.com>
25974
25975         * m4/memxor.m4: New file.
25976
25977 2005-10-05  Simon Josefsson  <jas@extundo.com>
25978
25979         * lib/memxor.c (memxor): Fix compiler error.
25980
25981         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25982         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25983
25984         * lib/memxor.h, lib/memxor.c: New files.
25985
25986         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25987         we assume all systems have it, suggested by Jim Meyering
25988         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25989         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25990         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25991         same reasons.
25992
25993 2005-10-05  Simon Josefsson  <jas@extundo.com>
25994
25995         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25996
25997 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25998
25999         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
26000         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
26001         needed, since the source code now assumes these .h files.
26002
26003 2005-10-05  Derek Price  <derek@ximbiot.com>
26004
26005         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
26006
26007 2005-10-05  Bruno Haible  <bruno@clisp.org>
26008
26009         * modules/stdint (License): Change to LGPL.
26010
26011 2005-10-04  Simon Josefsson  <jas@extundo.com>
26012
26013         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
26014         D. Baushke" <mdb@gnu.org>.
26015
26016 2005-10-04  Bruno Haible  <bruno@clisp.org>
26017
26018         * lib/verify.h (verify_true): Provide alternative definition for C++.
26019
26020 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
26021
26022         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
26023         (SSIZE_MAX): New macro, if not already defined.
26024         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
26025         than 2 GiB.
26026
26027 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26028
26029         Sync from coreutils.
26030         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
26031         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
26032         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
26033         ULLONG_MAX doesn't work with 2.7.2.1.
26034
26035 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26036
26037         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
26038         From Ben Pfaff.
26039
26040         * modules/exclude (Depends-on): Depend on verify.
26041         * modules/strtoimax (Depends-on): Likewise.
26042         * modules/utimecmp (Depends-on): Likewise.
26043
26044 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26045
26046         * lib/exclude.c: Include verify.h.
26047         (verify): Remove.  All callers changed to use verify.h's version.
26048         * lib/strtoimax.c: Likewise.
26049         * lib/utimecmp.c: Likewis.e
26050
26051         Sync from coreutils.
26052         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
26053         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
26054         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
26055         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
26056         bother returning ENOSYS if settimeofday or stime fails; just let
26057         them return whatever errno they want to return.
26058         * lib/utimens.c: Include unistd.h, for dup2.
26059         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
26060         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
26061
26062 2005-10-02  Jim Meyering  <jim@meyering.net>
26063
26064         Sync from coreutils.
26065         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
26066         from glibc-2.2.5 that fails for read-only files.
26067
26068 2005-10-02  Jim Meyering  <jim@meyering.net>
26069
26070         Sync from coreutils.
26071         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
26072         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
26073         `#if HAVE_CONFIG_H'.
26074         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
26075         Remove AT_FDCWD test.
26076         Do not consume the fd unless successful.
26077         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
26078         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
26079         block, so that we don't even try to compile it if settimeofday is
26080         available.  This works around a compilation failure on OSF1 V5.1,
26081         due to stime requiring a `long int*' while tv_sec is `int'.
26082
26083 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
26084
26085         Sync from coreutils.
26086         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
26087         against `yes', rather than just testing for nonempty.
26088
26089 2005-10-01  Simon Josefsson  <jas@extundo.com>
26090
26091         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
26092         and Darwin.
26093
26094         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
26095         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
26096         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
26097         freeaddrinfo and gai_strerror are declared by the POSIX headers.
26098         Check if struct addrinfo is declared.
26099
26100 2005-10-01  Simon Josefsson  <jas@extundo.com>
26101
26102         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
26103         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
26104         AI_* and EAI_* definitions.  Protect function declarations.
26105
26106 2005-10-01  Jim Meyering  <jim@meyering.net>
26107
26108         Sync from coreutils.
26109
26110         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
26111         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
26112         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
26113         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
26114         in the inet and nsl libraries.  Required on Solaris 5.7.
26115
26116 2005-10-01  Jim Meyering  <jim@meyering.net>
26117
26118         Sync from coreutils.
26119         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
26120         in the inet and nsl libraries.  Required on Solaris 5.7.
26121
26122 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
26123
26124         * lib/getdelim.c (getdelim): Remove unused variables.
26125
26126 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26127
26128         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
26129         so that the code works even with ancient cpp.  Portability problem
26130         with GCC 2.7.2.1 reported by Thomas M.Ott.
26131
26132 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26133
26134         * modules/regex (Depends-on): Add strcase.
26135
26136         * modules/gethostname (Licence): Change from GPL to LGPL, since
26137         gethostname.c is a trivial implementation of a standard library
26138         function.
26139         * modules/poll (License): Change from GPL to LGPL, since it's
26140         derived from LGPL code.
26141
26142 2005-09-27  Jim Meyering  <jim@meyering.net>
26143
26144         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
26145         HAVE_CONFIG_H.
26146
26147         * lib/intprops.h (signed_type_or_expr__): Define.
26148         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
26149         for unsigned types.
26150
26151 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
26152
26153         * lib/verify.h (verify_expr): Remove, replacing with:
26154         (verify_true): New macro that returns true instead of void.
26155         (verify_type__): Remove.
26156         (verify): Use verify_true rather than verify_type__.
26157
26158 2005-09-26  Bruno Haible  <bruno@clisp.org>
26159
26160         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
26161         is necessary.
26162         (lib_SOURCES): Remove mbchar.c.
26163         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
26164         (Files): Add m4/mbrtowc.m4.
26165         * modules/mbiter: Likewise.
26166         * modules/mbuiter: Likewise.
26167
26168 2005-09-26  Bruno Haible  <bruno@clisp.org>
26169
26170         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
26171         compile mbchar.c if they are not both present.
26172         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
26173         * m4/mbiter.m4 (gl_MBITER): Likewise.
26174         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
26175         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
26176         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
26177
26178 2005-09-25  Jim Meyering  <jim@meyering.net>
26179
26180         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
26181         also uses socklen_t.
26182
26183 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
26184
26185         * lib/utimens.c (ENOSYS): Define if not already defined.
26186         (futimens): Support having a null PATH if the file descriptor
26187         is nonnegative.
26188
26189         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
26190         Remove.
26191         (__attribute): Define to empty unless GCC 3.1 or later.
26192         This works around a core dump on OpenBSD 3.4, which has GCC
26193         2.95.3, which dumps core when given __attribute__(()).  It also
26194         simplifies other tests, since we really don't want to bother with
26195         worrying about which ancient version of GCC supported what.
26196         Original problem reported by Yoann Vandoorselaere, with part of
26197         the fix suggested by Derek Price.
26198
26199 2005-09-24  Jim Meyering  <jim@meyering.net>
26200
26201         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
26202         so we can once again use a positive bitfield width of 1 -- now we
26203         don't have to explain why we were using a bitfield width of 2.
26204
26205 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
26206
26207         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
26208         and similarly for the other external symbols.  Problem reported
26209         by James Gallager.
26210
26211         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
26212         bug reported by Jim Meyering.
26213
26214         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
26215         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
26216         not needed, since socklen is a prerequisite module.
26217
26218 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
26219
26220         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
26221         Problem reported by Eric Blake.
26222         (getaddrinfo): Initialize se so that it's not garbage.
26223         Redo internal storage allocation so that it doesn't make unportable
26224         assumptions about alignment.
26225         Fix a memory leak.
26226
26227         * lib/utimens.c (futimens): Use futimesat if available.
26228         Prefer it to futimes since it doesn't have the futimes bug.
26229
26230         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
26231         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
26232         Instead, declare a function that returns a pointer to an array,
26233         and use verify_type__ to declare the size of the array.
26234         Problem and germ of a solution reported by Bruno Haible.
26235         (verify_type__): Use 2, not 1, for bitfield size, to avoid
26236         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
26237
26238 2005-09-23  Jim Meyering  <jim@meyering.net>
26239
26240         Sync from coreutils.
26241         Correct build failure (socklen_t not defined) on at least
26242         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
26243         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
26244
26245 2005-09-23  Jim Meyering  <jim@meyering.net>
26246
26247         * modules/getaddrinfo (Depends-on): Add socklen.
26248
26249 2005-09-23  Bruno Haible  <bruno@clisp.org>
26250
26251         * tests/test-verify.c: New file.
26252
26253 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26254
26255         Sync from coreutils.
26256
26257         * modules/argmatch (Depends-on): Add verify.
26258         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
26259         unistd-safer.
26260         * modules/save-cwd (Depends-on): Likewise.
26261
26262         * modules/openat (Files): Add lib/openat-die.c.
26263         (Depends-on): Remove error, exitfail.
26264         Add dirname.
26265
26266         * modules/verify: New file.
26267         * MODULES.html.sh (Diagnostics <assert.h>): New section,
26268         with "verify" module.
26269
26270 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26271
26272         Sync from coreutils.
26273
26274         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
26275         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
26276         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
26277         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
26278         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
26279         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
26280         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
26281         Don't bother checking for string.h, stdlib.h, unistd.h.
26282         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
26283         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
26284         module's job.
26285         * m4/jm-macros.m4 (gl_MACROS): Likewise.
26286         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
26287
26288         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
26289         (gl_GETDATE): Use it.
26290
26291         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
26292
26293 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26294
26295         Sync from coreutils.
26296
26297         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
26298         stat-time.h.
26299         * lib/argmatch.h: Include verify.h
26300         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
26301         (ARGMATCH_ASSERT): Remove; unused.
26302         * lib/canonicalize.c: Assume STDC_HEADERS.
26303         * lib/exclude.c: Include "strcase.h".
26304         * lib/regex_internal.h [!defined _LIBC]: Likewise.
26305         * lib/getusershell.c: Include stdio--.h rather than stdio.h
26306         and stdio-safer.h.
26307         (getusershell): Call fopen, not fopen_safer.
26308         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
26309         Do not include unistd-safer.h.
26310         (save_cwd): Don't call fd_safer; no longer needed
26311         now that we include fcntl--.h.
26312
26313         * lib/getdate.y (relative_time): New type.
26314         (RELATIVE_TIME_0): New constant.
26315         (parser_control): Use relative_time instead of doing it ourselves.
26316         (%union): Add new relative_time rel member.
26317         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
26318         Now typeless.
26319         (relunit, relunit_snumber): Now of type rel.
26320         (zone, rel, relunit, get_date): Adjust to above changes.
26321
26322         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
26323         Do not include unistd-safer.h.
26324         (getloadavg): Don't call fd_safer; no longer needed
26325         now that we include fcntl--.h.
26326
26327         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
26328         (make_dir_parents): Treat ENOSYS like EEXIST.
26329
26330         Improve quality of diagnostics on restore_cwd failure.
26331         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
26332         (make_dir_parents): Last arg is now int * (for errno), not bool *.
26333         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
26334         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
26335         each time through the loop.  Do not diagnose restore_cwd failure;
26336         that is the caller's job (and perhaps the caller does not care).
26337
26338         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
26339         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
26340         If the file already exists but is not a directory, don't bother
26341         to try to make its parents.
26342         Close potential file descriptor leak if we can't chdir("/") (!).
26343         Don't always return true if chdir($PWD) fails; return true only
26344         if the requested action was done successfully (except for the
26345         chdir($PWD)).
26346         Don't log final directory unless we actually made it.
26347         Refactor to avoid duplicate code to fix up permissions.
26348         Don't attempt to fix up parent permissions if chdir($PWD) fails.
26349
26350         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
26351         to make it a bit faster and (I hope) clearer.
26352         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
26353         Fix bug in formats like %2N.
26354
26355         * lib/verify.h: New file.
26356
26357 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26358
26359         Sync from coreutils.
26360         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
26361
26362 2005-09-22  Jim Meyering  <jim@meyering.net>
26363
26364         Sync from coreutils.
26365
26366         * m4/lstat.m4 (gl_FUNC_LSTAT):
26367         Use AC_LIBSOURCES to require lstat.c and lstat.h.
26368         Remove obsolete comment.
26369         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
26370         * m4/xstrtod.m4: Likewise.
26371
26372         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
26373
26374 2005-09-22  Jim Meyering  <jim@meyering.net>
26375
26376         Sync from coreutils.
26377
26378         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
26379
26380         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
26381         the .tm_year member, since otherwise gcc-4.0 would now warn about
26382         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
26383
26384         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
26385         order to avoid an unsuppressible warning from gcc on 64-bit systems.
26386
26387         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
26388         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
26389         when run in a time zone for which daylight savings time is in effect
26390         for the starting date.
26391
26392         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
26393         stop us from restricting permissions of just-created absolute-named
26394         directories.
26395         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
26396         to restore initial working directory.
26397         * lib/mkdir-p.c (make_dir_parents): New parameter:
26398         different_working_dir, to tell caller if/when we change the working
26399         directory and are unable to return to the initial one.
26400         * lib/mkdir-p.h (make_dir_parents): Update prototype.
26401         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
26402         `return false'.  This fixes a bug introduced on 2004-07-30.
26403
26404         * lib/openat.c (fdopendir): Be sure to close the supplied
26405         file descriptor before returning.  This makes our replacement
26406         implementation a little closer to Solaris's, where fdopendir
26407         ties the file descriptor to the returned DIR* pointer.
26408         * lib/openat.c (unlinkat): New function.
26409         * lib/openat.h (unlinkat): Add prototype.
26410         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
26411         (openat_restore_fail): Rename from openat_restore_die.
26412         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
26413
26414         Provide an alternative to exiting immediately upon save_cwd or
26415         restore_cwd failure.  Now, an application can arrange e.g.,
26416         to perform a longjump in that case.
26417         * lib/openat.c: Include dirname.h.
26418         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
26419         (rpl_openat, fdopendir, fstatat): Call openat_save_die
26420         and openat_restore_die rather than calling error directly.
26421         Don't include "error.h" or "exitfail.h"; they're no longer needed.
26422
26423         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
26424         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
26425         define.
26426
26427         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
26428         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
26429                             int utc, int nanoseconds);
26430         Background:
26431         date should not have to allocate a megabyte of virtual memory to
26432         handle a format argument like +%1048575T.  When implemented with
26433         strftime, it must allocate such a buffer, use strftime to fill it
26434         in, print it, then free it.
26435         With fprintftime, it simply prints everything and exits.
26436         With no need for memory allocation, that's one fewer way to fail.
26437         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
26438         optional field width, not before, so we accept %9:z, not %:9z.
26439         (my_strftime): Be sure to use L_('x') for literals.
26440
26441         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
26442         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
26443         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
26444         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
26445         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
26446         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
26447         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
26448         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
26449         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
26450         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
26451         * lib/xgethostname.c, lib/xreadlink.c:
26452         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
26453
26454         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
26455         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
26456         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
26457         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26458         and don't include <sys/file.h>).
26459
26460 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
26461
26462         Sync from coreutils.
26463
26464         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
26465         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
26466         [!LDAV_DONE]: Avoid unused variable warning.
26467
26468 2005-09-21  Bruno Haible  <bruno@clisp.org>
26469
26470         * lib/unicodeio.h (unicode_to_mb): New declaration.
26471
26472 2005-09-20  Derek Price  <derek@ximbiot.com>
26473
26474         * lib/getaddrinfo.c: Don't include <netdb.h> included from
26475         getaddrinfo.h.
26476
26477 2005-09-20  Bruno Haible  <bruno@clisp.org>
26478
26479         * gnulib-tool: Remove trailing slashes from the values specified for
26480         --source-base, --m4-base, --tests-base, --aux-dir.
26481         Suggested by Simon Josefsson <jas@extundo.com>.
26482
26483 2005-09-20  Bruno Haible  <bruno@clisp.org>
26484
26485         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
26486         func_modules_to_filelist, func_import, func_create_testdir): Make all
26487         sorting results locale-independent, so that gnulib-cache.m4 doesn't
26488         change when gnulib-tool is invoked in a different locale.
26489
26490 2005-09-19  Simon Josefsson  <jas@extundo.com>
26491
26492         * m4/socklen.m4: Fix typo.
26493
26494 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26495
26496         Use a consistent style for including <config.h>.
26497         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
26498         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
26499         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
26500         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
26501         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
26502         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
26503         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
26504         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
26505         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
26506         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
26507         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
26508         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
26509         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
26510         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
26511         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
26512         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
26513         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
26514         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
26515         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
26516         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
26517         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
26518         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
26519         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
26520         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
26521         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
26522         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
26523         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
26524         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
26525         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
26526         lib/xstrtoumax.c, lib/yesno.c:
26527         Standardize inclusion of config.h.
26528         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
26529         lib/inttostr.h:  Removed inclusion of config.h from header files.
26530         * lib/inttostr.c:  Adjusted in-tree users.
26531         * lib/timespec.h: Remove superfluous warning to include config.h.
26532         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
26533         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
26534         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
26535         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
26536         config.h with HAVE_CONFIG_H.
26537
26538 2005-09-19  Jim Meyering  <jim@meyering.net>
26539
26540         * modules/pathmax (License): Change to LGPL.
26541
26542 2005-09-19  Derek Price  <derek@ximbiot.com>
26543
26544         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
26545
26546 2005-09-19  Bruno Haible  <bruno@clisp.org>
26547
26548         * gnulib-tool (import): Provide default for --tests-base.
26549
26550 2005-09-19  Bruno Haible  <bruno@clisp.org>
26551
26552         * doc/quote.texi: New file, extracted from gnulib.texi.
26553         * doc/ctime.texi: New file, extracted from gnulib.texi.
26554         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
26555         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
26556         * doc/gnulib.texi: Include them.
26557
26558 2005-09-18  Bruno Haible  <bruno@clisp.org>
26559
26560         Portability fix.
26561         * gnulib-tool (func_readlink): New function.
26562         (func_ln_if_changed): Use it.
26563
26564 2005-09-18  Bruno Haible  <bruno@clisp.org>
26565
26566         * gnulib-tool: Support --with-tests also with --import.
26567         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
26568         (func_import): Use variables $testsbase and $inctests. Emit a
26569         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
26570         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
26571         SUBDIRS += $testsdir.
26572         (func_create_testdir): Update.
26573
26574 2005-09-18  Bruno Haible  <bruno@clisp.org>
26575
26576         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
26577         instead of $dry_run.
26578         (func_cp_if_changed, func_mv_if_changed): Remove functions.
26579         (func_ln_if_changed): Don't handle dry-run here.
26580         (func_import): In dry-run mode, detect more precisely which actions
26581         would be performed, and don't use "...ing" verbs.
26582
26583 2005-09-18  Bruno Haible  <bruno@clisp.org>
26584
26585         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
26586         (func_import): Use join on two temporary files instead of three nested
26587         loops, in order to determine which files are new or old.
26588
26589 2005-09-18  Bruno Haible  <bruno@clisp.org>
26590
26591         * gnulib-tool (func_import): Comment out code that spits out the
26592         new files with --dry-run.
26593
26594 2005-09-18  Bruno Haible  <bruno@clisp.org>
26595
26596         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
26597
26598 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26599
26600         * lib/stat-time.h: New file.
26601         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
26602         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
26603         in a different way.
26604         (timespec_cmp): New function.
26605         * lib/utimecmp.c: Include stat-time.h.
26606         (SYSCALL_RESOLUTION): Depend on whether various struct stat
26607         members exist, not on the obsolescent ST_MTIM_NSEC.
26608         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
26609
26610 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26611
26612         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
26613
26614 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26615
26616         * MODULES.html.sh (File system functions): Add stat-time.
26617         * modules/stat-time: New file.
26618         * modules/timespec (Files): Remove m4/st_mtim.m4; this
26619         is now done in a different way, by the stat-time module.
26620         * modules/utimecmp (Depends-on): Add stat-time.
26621
26622 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26623
26624         * m4/st_mtim.m4: Remove.  Superseded by...
26625         * m4/stat-time.m4: New file.
26626         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
26627         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
26628
26629 2005-09-15  Derek Price  <derek@ximbiot.com>
26630
26631         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
26632
26633 2005-09-15  Derek Price  <derek@ximbiot.com>
26634
26635         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
26636         * lib/regex_internal.c: Ditto, using this...
26637         (__GNUC_PREREQ): ...new macro.
26638         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
26639         using...
26640         (__GNUC_PREREQ): ...this new macro.
26641
26642         * lib/strstr.h: Include string.h. Define strstr as a macro here.
26643
26644 2005-09-15  Derek Price  <derek@ximbiot.com>
26645             Paul Eggert  <eggert@cs.ucla.edu>
26646
26647         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
26648         changes, consolidating in...
26649         * lib/regex_internal.h: ...this file.
26650
26651 2005-09-13  Jim Meyering  <jim@meyering.net>
26652
26653         * lib/canon-host.c: Filter through gnu indent and reword comments
26654         slightly.
26655         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
26656
26657 2005-09-13  Derek Price  <derek@ximbiot.com>
26658
26659         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
26660         failure.
26661         Reported by Jim Meyering  <jim@meyering.net>.
26662
26663 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26664
26665         * lib/base64.c: Typo.
26666         (base64_encode): Put b64str in initialized data section.
26667
26668 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
26669
26670         Merge glibc and coreutils changes into gnulib, plus a few
26671         extra fixes.
26672         * lib/md5.c: Use #error rather than a string.
26673         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
26674         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
26675         (__attribute__): Define to empty for non recent-GCC.
26676         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
26677         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
26678         Renamed from their non-__ counterparts, with new macros replacing
26679         them if not _LIBC.  Add __THROW attribute.
26680         (rol): Remove.
26681         (struct md5_ctx): Align buffer if using GCC.
26682         * lib/sha1.h (struct sha1_ctx): Likewise.
26683         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
26684         The old name was backwards.
26685         (NOTSWAP): Remove; not used.
26686         (rol): New macro, moved here from md5.h.
26687         (sha1_process_block): Remove a FIXME that doesn't make sense.
26688
26689 2005-09-12  Derek Price  <derek@ximbiot.com>
26690
26691         Return usable errors from canon-host.
26692         * lib/canon-host.h: New file.
26693         * lib/canon-host.c (canon_host): Wrap...
26694         (canon_host_r): ...this new function, which now relies exclusively on
26695         getaddrinfo.
26696         (ch_strerror): New function.
26697         (last_cherror): New global.
26698         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
26699         interface.
26700         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
26701         void *.
26702         (freeaddrinfo): Free ai->ai_canonname when set.
26703
26704 2005-09-12  Derek Price  <derek@ximbiot.com>
26705
26706         Make canon-host require getaddrinfo.
26707         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
26708         AC_LIBSOURCE canon-host.h.  Call...
26709         (gl_PREREQ_CANON_HOST): ...this new function, which requires
26710         gl_GETADDRINFO.
26711         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
26712
26713 2005-09-12  Derek Price  <derek@ximbiot.com>
26714
26715         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
26716         LGPL.
26717         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
26718
26719 2005-09-12  Derek Price  <derek@ximbiot.com>
26720
26721         * lib/gai_strerror.c: Include config.h when available.  Include
26722         getaddrinfo.h before other headers to test interface.
26723         Reported by Larry Jones <lawrence.jones@ugs.com>.
26724
26725 2005-09-12  Derek Price  <derek@ximbiot.com>
26726             Paul Eggert  <eggert@cs.ucla.edu>
26727
26728         * modules/glob (Files): Add glob-libc.h.
26729
26730 2005-09-12  Derek Price  <derek@ximbiot.com>
26731             Paul Eggert  <eggert@cs.ucla.edu>
26732
26733         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
26734         glob_.h, glob-libc.h.
26735         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
26736
26737 2005-09-12  Derek Price  <derek@ximbiot.com>
26738             Paul Eggert  <eggert@cs.ucla.edu>
26739
26740         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
26741         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
26742         protecting things that should be done only in gnulib contexts.
26743         * lib/glob_.h: New file, containing only the glob things needed for
26744         gnulib.
26745         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
26746         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
26747         (glob, globfree, glob_pattern_p): Now defined simply in terms of
26748         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
26749         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
26750         and to respect the namespace rules better.
26751
26752 2005-09-08  Simon Josefsson  <jas@extundo.com>
26753
26754         * modules/socklen: New file.
26755
26756 2005-09-08  Simon Josefsson  <jas@extundo.com>
26757
26758         * m4/socklen.m4: New file.
26759
26760 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26761
26762         * modules/utimens (Files): Add m4/utimbuf.m4, since
26763         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
26764         Reported by Sergey Poznyakoff.
26765
26766 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26767
26768         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
26769         definitions, since that's the preferred style in glibc.
26770         Fix a minor spacing issue, and update copyright notice to match
26771         glibc's.
26772
26773 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26774
26775         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
26776
26777 2005-09-06  Simon Josefsson  <jas@extundo.com>
26778
26779         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
26780         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
26781
26782 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26783
26784         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
26785         warning.
26786
26787 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26788
26789         * config/srclist.txt: Add glibc bug 1302.
26790
26791 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
26792
26793         Change bitset word type from unsigned int to unsigned long int,
26794         as this has better performance on typical 64-bit hosts.
26795         Port bitset code to hosts with unusual word sizes.
26796         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
26797         (build_collating_symbol):
26798         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
26799         argument is a bitset.  This is merely a style issue, but it makes
26800         it clearer that an entire array is expected.
26801         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
26802         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
26803         Port to the case where bitset_word is not the same as unsigned int.
26804         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26805         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
26806         Likewise.
26807         * lib/regexec.c (check_dst_limits_calc_pos_1,
26808         check_subexp_matching_top):
26809         (build_trtable, group_nodes_into_DFAstates):
26810         Likewise.
26811         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
26812         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
26813         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
26814         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
26815         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
26816         * lib/regcomp.c (optimize_subexps, lower_subexp):
26817         Work even if bitset_word has holes in its bitwise representation.
26818         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
26819         * lib/regexec.c (check_dst_limits_calc_pos_1,
26820         check_subexp_matching_top):
26821         Likewise.
26822         * lib/regex_internal.c (re_string_reconstruct):
26823         Don't assume UCHAR_MAX == 255.
26824         * lib/regex_internal.h (bitset_set_all): Likewise.
26825         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
26826         All uses changed.
26827         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
26828         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
26829         All uses changed.
26830         (BITSET_WORD_MAX): New macro.
26831         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
26832         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
26833         (bitset_empty, bitset_copy):
26834         Prefer sizeof (bitset) to multiplying it out ourselves.
26835         (bitset_not_merge): Remove; unused.
26836         (bitset_contain): Return bool, not unsigned int with one bit on.
26837         All callers changed.
26838         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
26839         alignment than re_node_set; do this by defining a new internal
26840         type struct dests_alloc and using it to allocate memory.
26841
26842 2005-09-05  Bruno Haible  <bruno@clisp.org>
26843
26844         * gnulib-tool (func_import): Fix comparison in handling of symbolic
26845         links.
26846
26847 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
26848
26849         * modules/size_max (Makefile.am): Add size_max.h
26850
26851 2005-09-04  Derek Price  <derek@ximbiot.com>
26852
26853         * gnulib-tool (func_import): Fix reversed $symbolic logic.
26854
26855 2005-09-03  Simon Josefsson  <jas@extundo.com>
26856
26857         * gnulib-tool: Fix typo.
26858
26859 2005-09-03  Simon Josefsson  <jas@extundo.com>
26860
26861         * config/srclist.txt: Add glibc bug 1293.
26862
26863 2005-09-03  Derek Price  <derek@ximbiot.com>
26864
26865         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
26866         From Larry Jones <lawrence.jones@ugs.com>.
26867
26868 2005-09-02  Simon Josefsson  <jas@extundo.com>
26869
26870         * modules/socklen: New file.
26871
26872 2005-09-02  Simon Josefsson  <jas@extundo.com>
26873
26874         * modules/havelib: New module.
26875
26876         * modules/gettext, modules/iconv, modules/lock, modules/readline:
26877         Use havelib.
26878
26879 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26880
26881         Check for arithmetic overflow when calculating sizes, to prevent
26882         some buffer-overflow issues.  These patches are conservative, in the
26883         sense that when I couldn't determine whether an overflow was possible,
26884         I inserted a run-time check.
26885         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
26886         macros.
26887         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
26888         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
26889         (re_xnrealloc, re_x2nrealloc): New inline functions.
26890         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
26891         parse_bracket_exp):
26892         (build_equiv_class, build_charclass): Check for arithmetic overflow
26893         in size expression calculations.
26894         * lib/regex_internal.c (re_string_realloc_buffers):
26895         (build_wcs_upper_buffer, re_node_set_add_intersect):
26896         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
26897         (re_dfa_add_node, register_state): Likewise.
26898         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
26899         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
26900         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
26901         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
26902
26903 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26904
26905         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26906         m4/ulonglong.m4.  Problem reported by Martin Lambers.
26907
26908 2005-09-02  Bruno Haible  <bruno@clisp.org>
26909
26910         Support for lib vs. lib64 distinction on biarch platforms.
26911         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
26912         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
26913         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
26914
26915 2005-09-02  Bruno Haible  <bruno@clisp.org>
26916
26917         * gnulib-tool (import): In the other first-use case, provide defaults
26918         as well.
26919
26920 2005-09-02  Bruno Haible  <bruno@clisp.org>
26921
26922         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
26923         patches not yet found in the latest gettext release.
26924
26925 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26926
26927         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
26928         to avoid a collision with bits/local_lim.h in glibc.
26929         All uses changed.  Problem reported by Dmitry V. Levin in
26930         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26931
26932         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26933         bugs in int versus size_t comparisons.
26934         (re_string_context_at): Fix bug where the code assumed that
26935         Idx is signed.
26936
26937         Use bool where appropriate.
26938         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26939         All callers changed.
26940         (calc_eclosure_iter): Likewise, for ROOT arg.
26941         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26942         (build_charclass_op): Likewise, for NON_MATCH arg.
26943         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26944         (re_string_construct_common): Likewise, for ICASE arg.
26945         * lib/regexec.c (re_search_2_stub, re_search_stub):
26946         Likewise, for RET_LEN arg.
26947         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26948         (set_regs): Likewise, for FL_BACKTRACK arg.
26949         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26950         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26951         (calc_eclosure_iter, parse_bracket_exp):
26952         Use bool for internal variables that are booleans.
26953         * lib/regexec.c (re_search_internal, check_matching,
26954         proceed_next_node):
26955         (set_regs, build_sifted_states, sift_states_bkref):
26956         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26957         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26958         (find_collation_sequence_value):
26959         Likewise.
26960         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26961         (re_node_set_compare):
26962         Return bool, not int. All callers changed.
26963         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26964         (build_trtable, check_node_accept): Likewise.
26965         * lib/regex_internal.h: Include stdbool.h.
26966
26967         Fix bugs uncovered when converting to bool.
26968         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26969         failure instead of charging ahead blindly.
26970         * lib/regex_internal.c (register_state): Likewise.
26971         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26972         for freeing internal storage.
26973         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26974         bitset pieces used as boolean, to avoid undefined behavior
26975         on hosts that do int overflow checking.
26976
26977 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26978
26979         * config/srclist.txt: Add glibc bugs 1285-1287.
26980
26981 2005-09-01  Jim Meyering  <jim@meyering.net>
26982
26983         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26984         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26985         Require gl_STAT_MACROS, too.
26986
26987 2005-09-01  Bruno Haible  <bruno@clisp.org>
26988
26989         * gnulib-tool (import): In the first-use case, provide defaults.
26990
26991 2005-09-01  Bruno Haible  <bruno@clisp.org>
26992
26993         * gnulib-tool (func_import): Remove the .tmp files.
26994
26995 2005-09-01  Bruno Haible  <bruno@clisp.org>
26996
26997         * gnulib-tool (func_import): Fix handling of symbolic links.
26998
26999 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27000
27001         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
27002         old glibc regex code mishandles strings longer than 2**31 bytes.
27003         This patch fixes this when the regex code is used in gnulib
27004         (i.e., outside glibc).
27005
27006         This patch should not affect the use of the regex code inside
27007         glibc.  No doubt this problem also needs to be handled for glibc
27008         as well, but the result will be an incompatible change to the
27009         glibc ABI, and the old ABI will have to be supported too.  That
27010         can be the the subject for another patch.
27011
27012         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
27013         governing whether the rest of this patch is active.  By default,
27014         the macro is disabled and the patch has no effect.
27015         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
27016         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
27017         (struct re_pattern_buffer, re_search, re_search_2, re_match):
27018         (re_match_2, re_set_registers): Use the new types.
27019         * lib/regex_internal.h (Idx, re_hashval_t): New types.
27020         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
27021         New macros.
27022         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
27023         (re_string_context_at, bin_tree_t, re_dfastate_t):
27024         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
27025         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
27026         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
27027         (re_string_char_size_at, re_string_wchar_at):
27028         (re_string_elem_size_at):
27029         Use the new types and macros to port to 64-bit hosts.
27030         Use unsigned types for internal values, so that the code
27031         mostly works even for arrays larger than SSIZE_MAX.
27032         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
27033         (search_duplicated_node, calc_eclosure_iter, fetch_number):
27034         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
27035         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
27036         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
27037         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
27038         (calc_inveclosure, parse_dup_op, build_range_exp):
27039         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
27040         (fetch_number, create_token_tree, mark_opt_subexp):
27041         Likewise.
27042         * lib/regex_internal.c (re_string_construct_common,
27043         create_ci_newstate):
27044         (create_cd_newstate, re_string_allocate, re_string_construct):
27045         (re_string_realloc_buffers, build_wcs_upper_buffer):
27046         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27047         (re_string_reconstruct, re_string_peek_byte_case):
27048         (re_string_fetch_byte_case, re_string_context_at):
27049         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27050         (re_node_set_init_copy, re_node_set_add_intersect):
27051         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27052         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27053         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27054         (re_acquire_state, re_acquire_state_context, register_state):
27055         Likewise.
27056         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
27057         search_cur_bkref_entry):
27058         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
27059         (re_search_internal, re_search_2_stub, re_search_stub)
27060         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
27061         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
27062         (update_cur_sifted_state, check_dst_limits):
27063         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
27064         (check_subexp_limits, sift_states_bkref, merge_state_array):
27065         (check_subexp_matching_top, get_subexp, get_subexp_sub):
27066         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
27067         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27068         (expand_bkref_cache, check_node_accept_bytes):
27069         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
27070         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
27071         (acquire_init_state_context, check_halt_node_context):
27072         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
27073         (sift_states_backward, clean_state_log_if_needed):
27074         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
27075         (find_recover_state, transit_state_sb, transit_state_mb):
27076         (transit_state_bkref, build_trtable, match_ctx_clean):
27077         Likewise.
27078         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
27079         to work around an assumption that REG_MISSING is negative.
27080
27081         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
27082         (seek_collating_symbol_entry) [defined _LIBC]:
27083         (lookup_collation_sequence_value) [defined _LIBC]:
27084         (build_range_exp, build_collating_symbol) [defined _LIBC]:
27085         Use prototypes rather than old-style function definitions.
27086         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
27087         (transit_state_sb) [0]:
27088         (find_collation_sequence_value) [defined _LIBC]: Likewise.
27089
27090         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
27091         rm_eo.
27092
27093         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
27094         (optimize_subexps, lower_subexp):
27095         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
27096         since the signed shift might overflow.  Use 1u<<31 instead.
27097         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
27098         Likewise.
27099         * lib/regexec.c (check_dst_limits_calc_pos_1,
27100         check_subexp_matching_top): Likewise.
27101
27102         * lib/regcomp.c (optimize_subexps, lower_subexp):
27103         Use CHAR_BIT rather than 8, for clarity.
27104         * lib/regexec.c (check_dst_limits_calc_pos_1):
27105         (check_subexp_matching_top): Likewise.
27106         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
27107         have to worry about portability issues when shifting it left.
27108         Remove no-longer-needed test for table_size > 0.
27109         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
27110         in a word, as the resulting behavior is undefined.
27111         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
27112         in one case, a <= should have been an <, and in another case the
27113         whole test was missing.
27114         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
27115         the standard name CHAR_BIT.
27116         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
27117         this is not true on one's complement and signed-magnitude hosts.
27118
27119         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
27120         next_last_offset.
27121         (struct re_dfa_t): Remove unused member states_alloc.
27122         * lib/regcomp.c (init_dfa): Don't initialize unused members.
27123
27124 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27125
27126         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
27127         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
27128         and large-file glibc and in 32-bit large-file Solaris.
27129
27130 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27131
27132         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
27133         lengths fit in regoff_t; this isn't true if regoff_t is the same
27134         width as size_t.
27135         * lib/regex.c (re_search_internal): 5th arg is LAST_START
27136         (= START + RANGE) instead of RANGE.  This avoids overflow
27137         problems when regoff_t is the same width as size_t.
27138         All callers changed.
27139         (re_search_2_stub): Check for overflow when adding the
27140         sizes of the two strings.
27141         (re_search_stub): Check for overflow when adding START
27142         to RANGE; if it occurs, substitute the extreme value.
27143
27144 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27145
27146         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
27147
27148 2005-08-31  Jim Meyering  <jim@meyering.net>
27149
27150         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
27151         a pointer-to-const.
27152         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
27153         (register_state): Likewise.
27154         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
27155         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
27156         (group_nodes_into_DFAstates): Likewise.
27157
27158 2005-08-31  Jim Meyering  <jim@meyering.net>
27159
27160         * check-module: Add a FIXME comment.
27161
27162 2005-08-31  Eric Blake  <ebb9@byu.net>
27163
27164         * modules/unistd-safer (Files): Add unistd--.h.
27165         * modules/stdio-safer (Files): Add stdio--.h.
27166
27167 2005-08-31  Derek Price  <derek@ximbiot.com>
27168
27169         * lib/getdelim.c (getdelim): Return EOF on EOF.
27170         Reported by Larry Jones <lawrence.jones@ugs.com>.
27171
27172 2005-08-31  Bruno Haible  <bruno@clisp.org>
27173
27174         Avoid unnecessary diffs in the generated lib/Makefile.am.
27175         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
27176         the generated files.
27177         (func_import): Don't set cmd.
27178
27179 2005-08-31  Bruno Haible  <bruno@clisp.org>
27180
27181         * lib/strstr.c: Include <stddef.h>, for NULL.
27182         * lib/strcasestr.c: Likewise.
27183         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27184
27185 2005-08-31  Bruno Haible  <bruno@clisp.org>
27186
27187         * gnulib-tool: New option --macro-prefix.
27188         (func_import): Use macro_prefix.
27189         (import): Handle option --macro-prefix.
27190
27191 2005-08-31  Bruno Haible  <bruno@clisp.org>
27192
27193         * gnulib-tool (import): Rename most ac_* variables to cached_*.
27194         Also use new variables cached_lgpl, cached_libtool.
27195
27196 2005-08-31  Bruno Haible  <bruno@clisp.org>
27197
27198         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
27199         always instantiating them.
27200
27201 2005-08-31  Bruno Haible  <bruno@clisp.org>
27202
27203         * gnulib-tool (func_import): Read the previous cached settings
27204         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
27205         earlier added by gnulib but are now dropped. Warn when a gnulib file
27206         overwrites a non-gnulib file.
27207
27208 2005-08-31  Bruno Haible  <bruno@clisp.org>
27209
27210         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
27211         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
27212         projects that don't keep autogenerated files in CVS. Put into
27213         actioncmd only the specified modules, not the transitive closure.
27214
27215 2005-08-31  Bruno Haible  <bruno@clisp.org>
27216
27217         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
27218         Create directories that shall be filled.
27219         (import): Don't look for gl_* macros in configure.ac. Recurse across
27220         all directories containing a gnulib-cache.m4 files, if meaningful.
27221
27222 2005-08-31  Bruno Haible  <bruno@clisp.org>
27223
27224         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
27225         (import): Set seen_libtool when we see gl_LIBTOOL.
27226
27227 2005-08-31  Bruno Haible  <bruno@clisp.org>
27228
27229         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
27230         declaration macro definitions from generated gnulib.m4.
27231
27232 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
27233
27234         * lib/iconvme.h: Add prototype for iconv_alloc.
27235
27236 2005-08-29  Simon Josefsson  <jas@extundo.com>
27237
27238         * lib/iconvme.c: Fix errno.
27239
27240 2005-08-29  Bruno Haible  <bruno@clisp.org>
27241
27242         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
27243         that it works when the directory contains spaces.
27244
27245 2005-08-29  Bruno Haible  <bruno@clisp.org>
27246
27247         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
27248
27249 2005-08-29  Bruno Haible  <bruno@clisp.org>
27250
27251         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
27252         Emit more advice.
27253
27254 2005-08-29  Bruno Haible  <bruno@clisp.org>
27255         and Stepan Kasal  <kasal@ucw.cz>
27256
27257         * check-module: If more parameters are given, check each of them
27258         separately; add more exceptions, as noted by Jim Meyering.
27259         (check_module): New procedure.
27260         (%exempt_header): Now contains all exceptions.
27261
27262 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
27263
27264         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
27265
27266 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
27267
27268         * lib/iconvme.c: Split iconv_string into iconv_alloc.
27269
27270 2005-08-28  Bruno Haible  <bruno@clisp.org>
27271
27272         * m4/gnulib-tool.m4: New file.
27273
27274 2005-08-27  Jim Meyering  <jim@meyering.net>
27275
27276         * modules/unistd-safer (Files): Add pipe-safer.c.
27277         * modules/fcntl-safer (Files): Add creat-safer.c.
27278
27279 2005-08-27  Jim Meyering  <jim@meyering.net>
27280
27281         * m4/stdlib-safer.m4: New file.  From coreutils.
27282         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
27283         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
27284         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
27285         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
27286         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
27287
27288 2005-08-27  Jim Meyering  <jim@meyering.net>
27289
27290         * lib/fopen-safer.c: Merge minor changes from coreutils.
27291         * lib/dup-safer.c: Likewise.
27292         * lib/fd-safer.c: Likewise.
27293
27294         Merge from coreutils.
27295         * lib/stdio--.h: New file.
27296         * lib/stdlib--.h: New file.
27297         * lib/mkstemp-safer.c: New file.
27298
27299         GNU tar needs these.
27300         * lib/pipe-safer.c: New file.
27301         * lib/creat-safer.c: New file.
27302         * lib/fcntl--.h (creat): Define to creat_safer.
27303         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
27304         * lib/unistd--.h (pipe): Define to pipe_safer.
27305         * lib/unistd-safer.h: Declare pipe_safer.
27306
27307 2005-08-26  Simon Josefsson  <jas@extundo.com>
27308
27309         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
27310         Haible <bruno@clisp.org>.
27311
27312 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
27313
27314         * lib/regex_internal.h: Remove all references to
27315         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
27316         or better.
27317         (bitset_not, bitset_merge, bitset_not_merge):
27318         (bitset_mask, re_string_allocate, re_string_construct):
27319         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
27320         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
27321         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
27322         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
27323         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27324         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27325         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
27326         (re_acquire_state_context):
27327         Remove unnecessary forward decls.
27328         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
27329         Put __attribute at function definition,
27330         now that the function decl has been removed.
27331         * lib/regex_internal.c (re_string_peek_byte_case):
27332         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
27333         Likewise.
27334
27335 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
27336
27337         * m4/regex.m4: Add AC_PREREQ(2.50).
27338         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
27339
27340 2005-08-25  Simon Josefsson  <jas@extundo.com>
27341
27342         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
27343         __fsetlocking.
27344
27345 2005-08-25  Simon Josefsson  <jas@extundo.com>
27346
27347         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
27348         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
27349         GLIBC specific code.
27350
27351 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27352
27353         Make regex safe for g++.  This fixes one real bug (an "err"
27354         that should have been "*err").  g++ problem reported by
27355         Sam Steingold.
27356         * lib/regex_internal.h (re_calloc): New macro, consistent with
27357         re_malloc etc.  All callers of calloc changed to use re_calloc.
27358         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
27359         not int.  All callers changed.
27360         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
27361         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
27362         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
27363         (find_recover_state): Change "err" to "*err"; this fixes what
27364         appears to be a real bug.
27365         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
27366         versus int.
27367
27368 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27369
27370         * modules/regex (Depends-on): Add malloc, since the code
27371         assumes that !malloc(0) means failure.
27372
27373 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27374
27375         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
27376
27377         alloca modernization/simplification for regex.
27378         * lib/regex.c: Remove portability cruft for alloca.  This no longer
27379         needs to be at the start of the file, and can be moved into
27380         regex_internal.h and simplified.
27381         * lib/regex_internal.h: Include <alloca.h>.
27382         (__libc_use_alloca) [!defined _LIBC]: New macro.
27383         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
27384         now works outside glibc.
27385
27386 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27387
27388         * config/srclist.txt: Add glibc bugs 1241, 1245.
27389
27390 2005-08-25  Jim Meyering  <jim@meyering.net>
27391
27392         * lib/open-safer.c: Include <config.h>.
27393         Otherwise, we'd lose LARGEFILE support in any file using
27394         e.g. "fcntl--.h"
27395
27396 2005-08-25  Bruno Haible  <bruno@clisp.org>
27397
27398         * m4/minmax.m4: Require autoconf 2.52.
27399         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
27400         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
27401         alternatives of translit over the alphabet.
27402         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
27403
27404 2005-08-24  Simon Josefsson  <jas@extundo.com>
27405
27406         * tests/test-getpass.c: New file.
27407
27408 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27409
27410         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
27411         for GNU regex features.
27412
27413 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27414
27415         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
27416         * lib/regex.h (regerror): Likewise.
27417
27418         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
27419         requires this.  (The code never needed it.)
27420
27421         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
27422         All uses of recently-renamed identifiers changed to use the new,
27423         POSIX-compliant names.  The code will build and run just fine
27424         without these changes, but it's better to eat our own dog food
27425         and use the standard-conforming names.
27426
27427         * lib/regex.h: Fix a multitude of POSIX name space violations.
27428         These changes have an effect only for programs that define
27429         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
27430         do not change anything for programs compiled in the normal way.
27431         Also, there is no effect on the ABI.
27432
27433         (_REGEX_SOURCE): New macro.
27434         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
27435         defined and _GNU_SOURCE is not; this fixes a name space violation.
27436
27437         Rename the following macros to obey POSIX requirements.
27438         The old names are still visible as macros if _REGEX_SOURCE is defined.
27439         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
27440         RE_BACKSLASH_ESCAPE_IN_LISTS.
27441         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
27442         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
27443         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
27444         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
27445         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
27446         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
27447         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
27448         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
27449         (REG_INTERVALS): renamed from RE_INTERVALS.
27450         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
27451         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
27452         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
27453         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
27454         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
27455         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
27456         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
27457         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
27458         RE_UNMATCHED_RIGHT_PAREN_ORD.
27459         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
27460         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
27461         (REG_DEBUG): renamed from RE_DEBUG.
27462         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
27463         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
27464         unusual, since we can't clash with the POSIX REG_ICASE.
27465         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
27466         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
27467         (REG_NO_SUB): renamed from RE_NO_SUB.
27468         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
27469         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
27470         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
27471         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
27472         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
27473         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
27474         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
27475         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
27476         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
27477         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
27478         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
27479         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
27480         RE_SYNTAX_POSIX_MINIMAL_BASIC.
27481         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
27482         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
27483         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
27484         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
27485         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
27486         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
27487         (REG_FIXED): Renamed from REGS_FIXED.
27488         (REG_NREGS): Renamed from RE_NREGS.
27489
27490         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
27491         of other REG_* macros, since POSIX says the user is allowed to
27492         #undef these macros selectively.
27493
27494         (reg_errcode_t): Update comment stating what other tables need
27495         to be consistent.
27496
27497         Rename the following enum values to obey POSIX requirements.
27498         The old names are still visible as macros.
27499         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
27500         is not defined, since GNU is supposed to be a superset of POSIX as
27501         much as possible, and since we want reg_errcode_t to be a signed
27502         type for implementation consistency.
27503         (_REG_NOERROR): Renamed from REG_NOERROR.
27504         (_REG_NOMATCH): Renamed from REG_NOMATCH.
27505         (_REG_BADPAT): Renamed from REG_BADPAT.
27506         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
27507         (_REG_ECTYPE): Renamed from REG_ECTYPE.
27508         (_REG_EESCAPE): Renamed from REG_EESCAPE.
27509         (_REG_ESUBREG): Renamed from REG_ESUBREG.
27510         (_REG_EBRACK): Renamed from REG_EBRACK.
27511         (_REG_EPAREN): Renamed from REG_EPAREN.
27512         (_REG_EBRACE): Renamed from REG_EBRACE.
27513         (_REG_BADBR): Renamed from REG_BADBR.
27514         (_REG_ERANGE): Renamed from REG_ERANGE.
27515         (_REG_ESPACE): Renamed from REG_ESPACE.
27516         (_REG_BADRPT): Renamed from REG_BADRPT.
27517         (_REG_EEND): Renamed from REG_EEND.
27518         (_REG_ESIZE): Renamed from REG_ESIZE.
27519         (_REG_ERPAREN): Renamed from REG_ERPAREN.
27520         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
27521         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
27522         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
27523         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
27524
27525         (_REG_RE_NAME, _REG_RM_NAME): New macros.
27526         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
27527         changed.  But support the old name if the new one is not defined
27528         and if _REGEX_SOURCE.
27529
27530         Change the following member names in struct re_pattern_buffer.
27531         The old names are still supported if !_REGEX_SOURCE.
27532         The new names are always supported, regardless of _REGEX_SOURCE.
27533         (re_buffer): Renamed from buffer.
27534         (re_allocated): Renamed from allocated.
27535         (re_used): Renamed from used.
27536         (re_syntax): Renamed from syntax.
27537         (re_fastmap): Renamed from fastmap.
27538         (re_translate): Renamed from translate.
27539         (re_can_be_null): Renamed from can_be_null.
27540         (re_regs_allocated): Renamed from regs_allocated.
27541         (re_fastmap_accurate): Renamed from fastmap_accurate.
27542         (re_no_sub): Renamed from no_sub.
27543         (re_not_bol): Renamed from not_bol.
27544         (re_not_eol): Renamed from not_eol.
27545         (re_newline_anchor): Renamed from newline_anchor.
27546
27547         Change the following member names in struct re_registers.
27548         The old names are still supported if !_REGEX_SOURCE.
27549         The new names are always supported, regardless of _REGEX_SOURCE.
27550         (rm_num_regs): Renamed from num_regs.
27551         (rm_start): Renamed from start.
27552         (rm_end): Renamed from end.
27553
27554         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
27555         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
27556         Prepend __ to parameter names.
27557
27558         Undo yesterday's changes.
27559
27560 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27561
27562         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
27563         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
27564         lib/regex.c.
27565
27566 2005-08-24  Jim Meyering  <jim@meyering.net>
27567
27568         Sync from coreutils.
27569         * m4/fcntl-safer.m4: New file.
27570
27571         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
27572         and object files for this module.
27573
27574 2005-08-24  Jim Meyering  <jim@meyering.net>
27575
27576         Sync from coreutils.
27577         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
27578
27579 2005-08-24  Jim Meyering  <jim@meyering.net>
27580
27581         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
27582         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
27583
27584 2005-08-24  Jim Meyering  <jim@meyering.net>
27585
27586         * modules/fcntl-safer: New module.
27587         * modules/fts (Depends-on): Add fcntl-safer.
27588         * MODULES.html.sh (File descriptor based Input/Output):
27589         Add fcntl-safer.
27590
27591 2005-08-24  Bruno Haible  <bruno@clisp.org>
27592
27593         Support for unit test modules.
27594         * modules/README: Mention tests modules.
27595         * modules/TEMPLATE-TESTS: New file.
27596         * gnulib-tool: New options --extract-tests-module, --with-tests and
27597         --tests-base (unused for the moment).
27598         (testsbase, inctests): New variables.
27599         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
27600         (func_verify_module): Exclude TEMPLATE-TESTS.
27601         (func_verify_nontests_module, func_verify_tests_module): New functions.
27602         (func_get_dependencies): Add implicit dependency for tests modules.
27603         (func_get_tests_module): New function.
27604         (func_modules_transitive_closure): When --with-tests was specified,
27605         include the unit tests as well, unless explicitly avoided.
27606         (func_emit_lib_Makefile_am): Ignore the tests modules here.
27607         (func_emit_tests_Makefile_am): New function.
27608         (func_create_testdir): When --with-tests was specified, emit a
27609         tests/ directory.
27610         * MODULES.html.sh (Future developments): Update.
27611
27612 2005-08-24  Bruno Haible  <bruno@clisp.org>
27613
27614         * modules/tls-tests: New file.
27615         * tests/test-tls.c: New file, from GNU gettext.
27616
27617 2005-08-24  Bruno Haible  <bruno@clisp.org>
27618
27619         * modules/lock-tests: New file.
27620         * tests/test-lock.c: New file, from GNU gettext.
27621
27622 2005-08-24  Bruno Haible  <bruno@clisp.org>
27623
27624         * lib/lock.h: Add multiple inclusion guard.
27625         * lib/tls.h: Add multiple inclusion guard.
27626
27627 2005-08-24  Bruno Haible  <bruno@clisp.org>
27628
27629         * gnulib-tool: Add support for the --aux-dir option to
27630         --create-testdir, --create-megatestdir, --test, --megatest.
27631         (func_create_testdir, func_create_megatestdir): Optionally emit a
27632         AC_CONFIG_AUX_DIR directive.
27633         (create-testdir, create-megatestdir, test, megatest): Provide a
27634         default value for $auxdir.
27635
27636 2005-08-24  Bruno Haible  <bruno@clisp.org>
27637
27638         * gnulib-tool (import): Use compound statement instead of subshell
27639         where possible.
27640
27641 2005-08-24  Bruno Haible  <bruno@clisp.org>
27642
27643         * gnulib-tool (import): Change --aux-dir default to "build-aux".
27644
27645 2005-08-24  Bruno Haible  <bruno@clisp.org>
27646
27647         * gnulib-tool (func_version): Update.
27648
27649 2005-08-24  Bruno Haible  <bruno@clisp.org>
27650
27651         * gnulib-tool (func_import, func_create_testdir,
27652         func_create_megatestdir): Quote all autoconf macro arguments.
27653
27654 2005-08-24  Bruno Haible  <bruno@clisp.org>
27655
27656         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
27657         option --force, because --force causes the aclocal.m4 of each
27658         subdirectory to be newer than the corresponding config.h.in.
27659
27660 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27661
27662         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
27663         All contents moved to gl_REGEX.
27664         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
27665         assume that it does.
27666
27667 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27668
27669         * lib/regex.h (REG_NOSYS)
27670         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
27671         Define, since POSIX requires it as of 2001.
27672         (_REG_ENOSYS)
27673         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
27674         New private symbol, used to keep the enum signed in all cases.
27675         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
27676         Youngman in
27677         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
27678
27679         * lib/regex_internal.c (re_string_skip_chars, register_state):
27680         (calc_state_hash):
27681         Remove forward decls; no longer needed now that we use prototypes.
27682         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
27683         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
27684         (clean_state_log_if_needed): Likewise.
27685
27686 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27687
27688         * config/srclist.txt: Add glibc bugs 1231-1233.
27689
27690 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27691
27692         Fix problems reported by Sam Steingold in
27693         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
27694         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
27695         assumed that reg_errcode_t is a signed type, which is not
27696         necessarily true if _XOPEN_SOURCE is not defined.
27697         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
27698         since some compilers warn about it otherwise.
27699
27700 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27701
27702         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
27703         (init_word_char, create_initial_state, duplicate_node_closure):
27704         (fetch_token, peek_token_bracket, build_range_exp):
27705         (build_collating_symbol): Remove forward decls; no longer needed
27706         now that we use prototypes.
27707
27708         * lib/regcomp.c:
27709         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
27710         (re_compile_fastmap_iter, regcomp, regerror, regfree):
27711         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
27712         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
27713         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
27714         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
27715         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
27716         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
27717         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
27718         (build_range_exp, build_collating_symbol, parse_bracket_exp):
27719         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
27720         (build_charclass, build_charclass_op, fetch_number, create_tree):
27721         (create_token_tree, mark_opt_subexp, duplicate_tree):
27722         Use prototypes rather than old-style definitions.
27723
27724         * lib/regex_internal.c:
27725         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
27726         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
27727         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27728         (re_string_reconstruct, re_string_peek_byte_case):
27729         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
27730         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27731         (re_node_set_init_copy, re_node_set_add_intersect):
27732         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27733         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27734         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27735         (re_acquire_state, re_acquire_state_context, register_state):
27736         (create_ci_newstate, create_cd_newstate, free_state):
27737         Likewise.
27738         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
27739         re_search_2):
27740         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
27741         (re_search_internal, prune_impossible_nodes):
27742         (acquire_init_state_context, check_matching, static):
27743         (check_halt_node_context, check_halt_state_context, proceed_next_node):
27744         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
27745         (update_regs, sift_states_backward, build_sifted_states):
27746         (clean_state_log_if_needed, merge_state_array):
27747         (update_cur_sifted_state, add_epsilon_src_nodes):
27748         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
27749         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
27750         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
27751         (find_recover_state, check_subexp_matching_top, transit_state_mb):
27752         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
27753         (check_arrival, check_arrival_add_next_nodes):
27754         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27755         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27756         (check_node_accept_bytes, check_node_accept, extend_buffers):
27757         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
27758         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
27759         (sift_ctx_init):
27760         Likewise.
27761
27762         * lib/regex_internal.h:
27763         (re_string_allocate, re_string_construct, re_string_reconstruct):
27764         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
27765         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
27766         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
27767         (re_string_context_at, re_string_peek_byte_case):
27768         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
27769         is defined, since we now use prototypes always.
27770
27771         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
27772         C89 or better.  All uses removed.
27773
27774 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27775
27776         * config/srclist.txt: Add glibc bugs 1220-1227.
27777
27778 2005-08-20  Jim Meyering  <jim@meyering.net>
27779
27780         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
27781         of unused local, dfa.
27782
27783 2005-08-20  Bruno Haible  <bruno@clisp.org>
27784
27785         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
27786
27787 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27788
27789         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
27790         (re_node_set_insert_last, re_dfa_add_node):
27791         Rename local variables to avoid GCC shadowing warnings.
27792
27793 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27794
27795         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
27796         [defined lint]: Suppress bogus uninitialized-variable warnings.
27797
27798         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
27799         and let the caller return REG_ESPACE if out of space.  This
27800         removes an uninitialied-variable warning with GCC 4.0.1, and also
27801         avoids taking the address of a local variable.  All callers
27802         changed.
27803
27804 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27805
27806         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
27807         $LIBCSRC/posix/regexec.c.
27808         Add glibc bug 1217 for regcomp.c.
27809
27810 2005-08-19  Jim Meyering  <jim@meyering.net>
27811
27812         * lib/regexec.c (proceed_next_node): Redo local variables to
27813         avoid GCC shadowing warnings.
27814
27815 2005-08-18  Bruno Haible  <bruno@clisp.org>
27816
27817         * lib/strstr.c (strstr): Fix return value in multibyte case.
27818         * lib/strcasestr.c (strcasestr): Likewise.
27819
27820 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27821
27822         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
27823
27824 2005-08-17  Jim Meyering  <jim@meyering.net>
27825
27826         Make the %s format (seconds since the epoch) work for a negative
27827         number and when used with a zero-padded field width, e.g. %015s.
27828
27829         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
27830         label so that it precedes the code to set `digits'.  Otherwise,
27831         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
27832         print `00-22'.  Now, it prints `-0022', as it should.
27833
27834 2005-08-17  Bruno Haible  <bruno@clisp.org>
27835
27836         * modules/strstr (Files): Add m4/mbrtowc.m4.
27837         (Depends-on): Add mbuiter.
27838
27839 2005-08-17  Bruno Haible  <bruno@clisp.org>
27840
27841         * modules/strcasestr: New file.
27842         * MODULES.html.sh (String handling, based on ANSI C 89): Add
27843         strcasestr.
27844
27845 2005-08-17  Bruno Haible  <bruno@clisp.org>
27846
27847         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
27848
27849 2005-08-17  Bruno Haible  <bruno@clisp.org>
27850
27851         * modules/mbuiter: New file.
27852         * MODULES.html.sh (Extended multibyte and wide character utilities):
27853         Add mbuiter.
27854
27855 2005-08-17  Bruno Haible  <bruno@clisp.org>
27856
27857         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
27858         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
27859
27860 2005-08-17  Bruno Haible  <bruno@clisp.org>
27861
27862         * m4/strcasestr.m4: New file.
27863
27864 2005-08-17  Bruno Haible  <bruno@clisp.org>
27865
27866         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
27867         * lib/strstr.c: Completely rewritten, with multibyte locale support.
27868
27869 2005-08-17  Bruno Haible  <bruno@clisp.org>
27870
27871         * lib/strcasestr.h: New file.
27872         * lib/strcasestr.c: New file.
27873
27874 2005-08-17  Bruno Haible  <bruno@clisp.org>
27875
27876         * lib/strcasecmp.c: Use mbuiter.h.
27877
27878 2005-08-17  Bruno Haible  <bruno@clisp.org>
27879
27880         * lib/mbuiter.h: New file.
27881
27882 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27883
27884         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
27885         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
27886         and gl_GETOPT are both invoked via different paths (as happens
27887         with GNU tar CVS because it uses both argp and getopt), the former
27888         wins.
27889
27890 2005-08-16  Bruno Haible  <bruno@clisp.org>
27891
27892         * modules/tls: New file.
27893         * MODULES.html.sh (Multithreading): Add tls.
27894
27895 2005-08-16  Bruno Haible  <bruno@clisp.org>
27896
27897         * modules/strnlen1: New file.
27898         * MODULES.html.sh (String handling): Add strnlen1.
27899
27900 2005-08-16  Bruno Haible  <bruno@clisp.org>
27901
27902         * modules/strcase (Files): Add m4/mbrtowc.m4.
27903         (Depends-on): Add strnlen1, mbchar.
27904
27905 2005-08-16  Bruno Haible  <bruno@clisp.org>
27906
27907         * modules/mbiter: New file.
27908         * MODULES.html.sh (Extended multibyte and wide character utilities):
27909         Add mbiter.
27910
27911 2005-08-16  Bruno Haible  <bruno@clisp.org>
27912
27913         * modules/mbfile: New file.
27914         * MODULES.html.sh (Extended multibyte and wide character utilities):
27915         Add mbfile.
27916
27917 2005-08-16  Bruno Haible  <bruno@clisp.org>
27918
27919         * modules/mbchar: New file.
27920         * MODULES.html.sh (Extended multibyte and wide character utilities):
27921         New section.
27922
27923 2005-08-16  Bruno Haible  <bruno@clisp.org>
27924
27925         * m4/tls.m4: New file, from GNU gettext.
27926
27927 2005-08-16  Bruno Haible  <bruno@clisp.org>
27928
27929         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
27930         always.
27931         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27932
27933 2005-08-16  Bruno Haible  <bruno@clisp.org>
27934
27935         * m4/mbiter.m4: New file.
27936
27937 2005-08-16  Bruno Haible  <bruno@clisp.org>
27938
27939         * m4/mbfile.m4: New file.
27940
27941 2005-08-16  Bruno Haible  <bruno@clisp.org>
27942
27943         * m4/mbchar.m4: New file.
27944
27945 2005-08-16  Bruno Haible  <bruno@clisp.org>
27946
27947         * lib/tls.h: New file, from GNU gettext.
27948         * lib/tls.c: New file, from GNU gettext.
27949
27950 2005-08-16  Bruno Haible  <bruno@clisp.org>
27951
27952         * lib/strnlen1.h: New file.
27953         * lib/strnlen1.c: New file.
27954
27955 2005-08-16  Bruno Haible  <bruno@clisp.org>
27956
27957         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27958         (mbi_init): Update.
27959         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27960         NUL byte, not after it.
27961
27962 2005-08-16  Bruno Haible  <bruno@clisp.org>
27963
27964         * lib/strcase.h (strcasecmp): Add note in comments.
27965         * lib/strncasecmp.c: Use code from strcasecmp.c.
27966         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27967         (strcasecmp): Work correctly in multibyte locales.
27968
27969 2005-08-16  Bruno Haible  <bruno@clisp.org>
27970
27971         * lib/mbiter.h: New file.
27972
27973 2005-08-16  Bruno Haible  <bruno@clisp.org>
27974
27975         * lib/mbfile.h: New file.
27976
27977 2005-08-16  Bruno Haible  <bruno@clisp.org>
27978
27979         * lib/mbchar.h: New file.
27980         * lib/mbchar.c: New file.
27981
27982 2005-08-16  Bruno Haible  <bruno@clisp.org>
27983
27984         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27985         the valid ones. Makes the comparison operations transitive:
27986         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27987         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27988
27989 2005-08-15  Simon Josefsson  <jas@extundo.com>
27990
27991         * modules/ssize_t (License): Change to 'unlimited'.
27992
27993         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27994
27995 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27996
27997         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27998         Add comments for each pending glibc patch.
27999
28000 2005-08-15  Bruno Haible  <bruno@clisp.org>
28001
28002         * lib/regex.h (__restrict_arr): Don't define to __restrict if
28003         __cplusplus is defined.
28004
28005 2005-08-14  Jim Meyering  <jim@meyering.net>
28006
28007         Sync from coreutils.
28008
28009         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
28010         Use the hash-table-based cycle-detection code not just when
28011         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
28012         Reported by James Youngman in
28013         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
28014         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
28015         FTS_TIGHT_CYCLE_CHECK.
28016         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
28017         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
28018         once again.
28019         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
28020         * lib/fts.c (fd_safer): Remove decl.
28021         Include fcntl--.h rather than unistd-safer.h
28022         (fts_safe_changedir): Don't call fd_safer; no longer needed
28023         now that we include fcntl--.h.
28024
28025 2005-08-12  Simon Josefsson  <jas@extundo.com>
28026
28027         * modules/getndelim2: Use ssize_t module.
28028         * modules/getnline: Likewise.
28029         * modules/safe-read: Likewise.
28030         * modules/xreadlink: Likewise.
28031
28032         * modules/ssize_t: New file.
28033
28034 2005-08-12  Simon Josefsson  <jas@extundo.com>
28035
28036         * m4/readline.m4: Look for termcap, curses or ncurses if required.
28037
28038 2005-08-12  Simon Josefsson  <jas@extundo.com>
28039
28040         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28041         ssize_t.
28042
28043 2005-08-12  Simon Josefsson  <jas@extundo.com>
28044
28045         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
28046         readline, getdelim and check_version.
28047         (Support for systems lacking ISO C 99: Sizes of integer types):
28048         Add size_max.
28049
28050 2005-08-12  Bruno Haible  <bruno@clisp.org>
28051
28052         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
28053
28054 2005-08-11  Simon Josefsson  <jas@extundo.com>
28055
28056         * modules/readline: New file.
28057
28058         * modules/strnlen (Files): Add strnlen.h.
28059
28060 2005-08-11  Simon Josefsson  <jas@extundo.com>
28061
28062         * m4/readline.m4: New file.
28063
28064 2005-08-11  Simon Josefsson  <jas@extundo.com>
28065
28066         * lib/readline.h, readline.c: New file.
28067
28068 2005-08-11  Simon Josefsson  <jas@extundo.com>
28069
28070         * doc/gnulib.texi (Initial import, Finishing touches): Mention
28071         gl_AVOID.
28072
28073 2005-08-11  Bruno Haible  <bruno@clisp.org>
28074
28075         * lib/strnlen.h (strnlen): Change parameter name to match comment.
28076
28077 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
28078
28079         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
28080
28081 2005-08-10  Simon Josefsson  <jas@extundo.com>
28082
28083         * tests/test-iconvme.c: New file.
28084
28085 2005-08-10  Simon Josefsson  <jas@extundo.com>
28086
28087         * m4/strnlen.m4: New file.
28088
28089         * m4/strndup.m4: Don't check for strnlen declaration, done in
28090         strnlen.m4.
28091
28092 2005-08-10  Simon Josefsson  <jas@extundo.com>
28093
28094         * lib/strndup.c: Use strnlen.h.
28095
28096         * lib/strnlen.h: New file.
28097
28098 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28099
28100         * README: Typos.
28101
28102 2005-08-02  Simon Josefsson  <jas@extundo.com>
28103
28104         * modules/readline: New file.
28105
28106 2005-08-02  Simon Josefsson  <jas@extundo.com>
28107
28108         * modules/getdelim: New file.
28109
28110         * modules/getline: Rewrite, don't use getndelim2.
28111
28112 2005-08-02  Simon Josefsson  <jas@extundo.com>
28113
28114         * m4/getline.m4: Separate out getdelim stuff into separate module.
28115
28116         * m4/getdelim.m4: New file.
28117
28118 2005-08-02  Simon Josefsson  <jas@extundo.com>
28119
28120         * lib/getline.h, getline.c: Rewrite.
28121
28122         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
28123
28124 2005-07-31  Bruno Haible  <bruno@clisp.org>
28125
28126         * lib/lock.h (gl_lock_initializer): New macro.
28127         (gl_lock_define_initialized): Use it.
28128         (gl_rwlock_initializer): New macro.
28129         (gl_rwlock_define_initialized): Use it.
28130         (gl_recursive_lock_initializer): New macro.
28131         (gl_recursive_lock_define_initialized): Use it.
28132
28133 2005-07-30  Karl Berry  <karl@gnu.org>
28134
28135         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
28136         Report from Ben Pfaff, regarding getopt.
28137
28138 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
28141         normal way.
28142         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
28143         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
28144         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
28145         (gl_GETOPT): Use the new macros.  Most of the implementation
28146         is moved to the new macros.  This is for programs like Emacs
28147         that don't want all the functionality of gl_GETOPT.
28148
28149 2005-07-26  Bruno Haible  <bruno@clisp.org>
28150
28151         * m4/lock.m4: Update from GNU gettext.
28152
28153 2005-07-26  Bruno Haible  <bruno@clisp.org>
28154
28155         * lib/lock.h: Update from GNU gettext.
28156         * lib/lock.c: Update from GNU gettext.
28157
28158 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
28159
28160         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
28161         obsolescent AC_TRY_RUN.  Include the default includes files, for
28162         'exit'.
28163
28164 2005-07-24  Bruno Haible  <bruno@clisp.org>
28165
28166         * modules/visibility: New file.
28167         * MODULES.html.sh (Misc): Add visibility.
28168
28169 2005-07-24  Bruno Haible  <bruno@clisp.org>
28170
28171         * m4/visibility.m4: New file.
28172
28173 2005-07-24  Bruno Haible  <bruno@clisp.org>
28174
28175         * doc/visibility.texi: New file.
28176
28177 2005-07-22  Bruno Haible  <bruno@clisp.org>
28178
28179         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
28180         $(ALLOCA_H), redundant through BUILT_SOURCES.
28181         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
28182         redundant through BUILT_SOURCES.
28183         * modules/byteswap (Makefile.am): Remove explicit dependency on
28184         $(BYTESWAP_H), redundant through BUILT_SOURCES.
28185         * modules/fnmatch (Makefile.am): Remove explicit dependency on
28186         $(FNMATCH_H), redundant through BUILT_SOURCES.
28187         * modules/getopt (Makefile.am): Remove explicit dependency on
28188         $(GETOPT_H), redundant through BUILT_SOURCES.
28189         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
28190         redundant through BUILT_SOURCES.
28191         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
28192         redundant through BUILT_SOURCES.
28193         * modules/stdbool (Makefile.am): Remove explicit dependency on
28194         $(STDBOOL_H), redundant through BUILT_SOURCES.
28195         * modules/stdint (Makefile.am): Remove explicit dependency on
28196         $(STDINT_H), redundant through BUILT_SOURCES.
28197         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
28198         Remove explicit dependency on $(SYSEXITS_H).
28199         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
28200
28201 2005-07-18  Simon Josefsson  <jas@extundo.com>
28202
28203         * lib/check-version.c (check_version): Accept identical versions too.
28204
28205 2005-07-18  Bruno Haible  <bruno@clisp.org>
28206
28207         * modules/lock: New file.
28208         * MODULES.html.sh (Multithreading): New section.
28209
28210 2005-07-18  Bruno Haible  <bruno@clisp.org>
28211
28212         * m4/lock.m4: New file, from GNU gettext.
28213
28214 2005-07-18  Bruno Haible  <bruno@clisp.org>
28215
28216         * lib/lock.h: New file, from GNU gettext.
28217         * lib/lock.c: New file, from GNU gettext.
28218
28219 2005-07-18  Bruno Haible  <bruno@clisp.org>
28220
28221         * lib/lock.h (gl_once_t): New type.
28222         (gl_once_define, gl_once): New macros.
28223         * lib/lock.c (fresh_once): New variable.
28224         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
28225         functions.
28226
28227 2005-07-16  Simon Josefsson  <jas@extundo.com>
28228
28229         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
28230         workaround, suggested by Bruno.
28231
28232 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
28233
28234         * modules/xalloc (Depends-on): Add xalloc-die.
28235         * modules/xvasprintf (Depends-on): Add xalloc-die.
28236
28237 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
28238
28239         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
28240         with a minor change.
28241
28242 2005-07-15  Bruno Haible  <bruno@clisp.org>
28243
28244         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
28245         When using lib/poll.c, define poll as rpl_poll.
28246
28247 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
28248
28249         * modules/argp (Depends-on): Remove unlocked-io.
28250
28251 2005-07-14  Derek Price  <derek@ximbiot.com>
28252
28253         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
28254         for glob symlink bug.
28255
28256 2005-07-14  Bruno Haible  <bruno@clisp.org>
28257
28258         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
28259         Instead, test for *_unlocked function declarations directly.
28260
28261 2005-07-11  Simon Josefsson  <jas@extundo.com>
28262
28263         * modules/size_max: New file.
28264
28265         * modules/xsize: Depend on size_max module for size_max.m4.
28266
28267 2005-07-11  Simon Josefsson  <jas@extundo.com>
28268
28269         * lib/size_max.h: New file.
28270
28271 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
28272
28273         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
28274         copyright symbol and the year.
28275         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
28276         (version_etc_va): Use parameterized copyright notice.
28277         Reword to conform to the current GNU coding standards.
28278
28279 2005-07-11  Karl Berry  <karl@gnu.org>
28280
28281         * doc/gnulib.texi (Quoting): new node.
28282         (Initial import): more info, from Patrice.
28283
28284 2005-07-11  Bruno Haible  <bruno@clisp.org>
28285
28286         * gnulib-tool (func_usage): Document option --avoid.
28287         (Command line options): Handle --avoid.
28288         (func_acceptable): New function.
28289         (func_modules_transitive_closure): Use it.
28290
28291 2005-07-11  Bruno Haible  <bruno@clisp.org>
28292
28293         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
28294         Reported by Jim Meyering.
28295
28296 2005-07-10  Bruno Haible  <bruno@clisp.org>
28297
28298         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
28299         Needed when size_t is smaller than 'unsigned int'.
28300         Reported by Paul Eggert.
28301
28302 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28303
28304         * modules/argp (Depends-on): Add unlocked-io
28305
28306 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28307
28308         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
28309         block of defines.
28310
28311 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
28312
28313         * config/srclist.txt: Comment out regcomp.c, since we have a porting
28314         fix now.
28315
28316 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
28317         and Paul Eggert  <eggert@cs.ucla.edu>
28318
28319         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
28320         in wint_t, not wchar_t.  Remove now-unnecessary cast.
28321
28322 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28323
28324         * modules/regex (Files): Add lib/regex_internal.c,
28325         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
28326         (Depends-on): Add extensions.
28327         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
28328
28329 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28330
28331         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
28332         pathconf.
28333         * m4/same.m4 (gl_SAME): Likewise.
28334         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
28335
28336         * m4/regex.m4: Adjust to new libc regex implementation.
28337         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
28338         all the .c and .h parts of (the new) regex.
28339         Quote the m4 stuff better.
28340         Check for RE_ICASE bug of old gnulib.
28341         Check for REG_STARTEND of recent libc.
28342         Rename local variables from jm_* to gl_*.
28343         Quote operand of "test -f".
28344         Say "recent enough" version of libc, not "version 2".
28345         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
28346         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
28347         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
28348         Remove check for btowc, isascii.
28349         Require AM_LANGINFO_CODESET.
28350
28351 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28352
28353         * lib/regex.c, regex.h: Sync from libc.
28354         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
28355         * lib/regexec.c:
28356         New files, synced from libc, except that regex_internal.h
28357         currently has a small porting fix.
28358
28359 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28360
28361         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
28362         regex_internal.c, regexec.c.
28363         Add regex_internal.h too, but as a comment, since the libc version
28364         is currently broken in gnulib mode.
28365
28366 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28367
28368         Support programs like Emacs that use gnulib but not gettext.
28369         * MODULES.html.sh (Internationalization functions): Add gettext-h.
28370         * modules/gettext-h: New file.
28371         * modules/gettext (Files): Remove lib/gettext.h.
28372         (Depends-on): Add gettext-h.
28373         (Makefile.am): Remove lib_SOURCES.
28374         * modules/argmatch, modules/c-stack, modules/closeout:
28375         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
28376         * modules/execute, modules/file-type, modules/getaddrinfo:
28377         * modules/getopt, modules/human, modules/javacomp:
28378         * modules/javaexec, modules/mkdir-p, modules/obstack:
28379         * modules/openat, modules/pagealign_alloc, modules/pipe:
28380         * modules/quotearg, modules/regex, modules/rpmatch:
28381         * modules/unicodeio, modules/userspec, modules/version-etc:
28382         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
28383         * modules/xsetenv:
28384         Depend on gettext-h, not gettext.
28385
28386 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
28387
28388         * gnulib-tool (func_import): Add support for 'public domain' license.
28389         * modules/alloca, modules/atexit, modules/memmove:
28390         Now public domain, not GPL.
28391         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
28392         * modules/realloc, modules/strerror, modules/strtod:
28393         Now LGPL, not GPL.
28394
28395 2005-07-05  Bruno Haible  <bruno@clisp.org>
28396
28397         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
28398         autoconf CVS. Needed for mingw.
28399
28400 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28401
28402         Remove the dependency of the strftime module on the tzset module.
28403         * modules/strftime (Depends-on): Remove dependency on tzset.
28404
28405 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28406
28407         Remove the dependency of the strftime module on the tzset module.
28408         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
28409         gl_FUNC_TZSET_CLOBBER.
28410
28411 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28412
28413         Remove the dependency of the strftime module on the tzset module.
28414         * lib/strftime.c (my_strftime)
28415         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
28416         Copy the input structure, to work around some of the bug with
28417         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
28418         Solaris releases, you should also use the tzset module, but we won't
28419         require it as a dependency any more since we don't want LGPLed code
28420         to depend on GPLed code.
28421
28422 2005-07-02  Jim Meyering  <jim@meyering.net>
28423
28424         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
28425         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
28426         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
28427         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
28428
28429 2005-07-02  Jim Meyering  <jim@meyering.net>
28430
28431         * lib/backupfile.c (backup_args): Change a `0' to NULL.
28432
28433 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28434
28435         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
28436         declares only 'struct timespec;' (!).
28437
28438 2005-07-01  Jim Meyering  <jim@meyering.net>
28439
28440         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
28441         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
28442         * lib/save-cwd.c, tempname.c:
28443         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28444         and don't include <sys/file.h>).
28445
28446 2005-06-29  Jim Meyering  <jim@meyering.net>
28447
28448         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
28449         type name.  Use the variable name instead.
28450         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
28451         Likewise.
28452
28453 2005-06-28  Simon Josefsson  <jas@extundo.com>
28454
28455         * modules/check-version (Files): Add check-version.m4.
28456
28457 2005-06-28  Simon Josefsson  <jas@extundo.com>
28458
28459         * m4/check-version.m4: New file, suggested by Jim Meyering
28460         <jim@meyering.net>.
28461
28462 2005-06-28  Simon Josefsson  <jas@extundo.com>
28463
28464         * lib/check-version.h, lib/check-version.c: New files.
28465
28466 2005-06-28  Simon Josefsson  <jas@extundo.com>
28467
28468         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
28469         collision with global variable.  Better indentation.  Don't
28470         increment buffer pointer beyond buffer end.  Based on comments
28471         from Paul Eggert <eggert@cs.ucla.edu>.
28472
28473         * lib/base64.h: Indent.
28474
28475 2005-06-28  Simon Josefsson  <jas@extundo.com>
28476
28477         * doc/gnulib.texi (Library version handling): New section.
28478
28479 2005-06-28  Jim Meyering  <jim@meyering.net>
28480
28481         * check-module (find_included_lib_files): Hard-code another
28482         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
28483         but modules/fts-lgpl (correctly) does not list those files.
28484
28485         * modules/canonicalize (Files): Add lib/pathmax.h.
28486
28487 2005-06-25  Simon Josefsson  <jas@extundo.com>
28488
28489         * modules/check-version: New file.
28490
28491 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
28492
28493         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
28494         initializer of struct addrinfo, as an indication that we don't
28495         care how many members the structure has.
28496
28497 2005-06-24  Derek Price  <derek@ximbiot.com>
28498         and Bruno Haible  <bruno@clisp.org>
28499
28500         Remove stat module & update lstat.
28501         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
28502         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28503         * m4/stat.m4: Remove this file.
28504
28505 2005-06-24  Derek Price  <derek@ximbiot.com>
28506         and Bruno Haible  <bruno@clisp.org>
28507
28508         Remove stat module & update lstat.
28509         * lib/stat.c: Remove this file...
28510         (slash_aware_lstat): ...moving this content and its support...
28511         * lib/lstat.c (rpl_lstat): ...into here.
28512         * lib/lstat.h: New file.
28513
28514 2005-06-24  Derek Price  <derek@ximbiot.com>
28515         and Bruno Haible  <bruno@clisp.org>
28516
28517         Remove stat module & update lstat.
28518         * config/srclist.txt (libc sources): Remove stat.
28519
28520 2005-06-24  Derek Price  <derek@ximbiot.com>
28521         and Bruno Haible  <bruno@clisp.org>
28522
28523         Remove stat module & update lstat.
28524         * MODULES.html.sh (stat): Remove.
28525         * MODULES.html: Regenerated.
28526         * modules/lstat (Description): Correct function name.
28527         (Files): Add "lstat.h".
28528         (Depends-on): Remove stat, add xalloc, stat-macros.
28529         * modules/stat: Remove this file.
28530         (Include): Add "lstat.h", remove <sys/stat.h>.
28531
28532 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28533
28534         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
28535         (ranged_convert): Don't save conversion in a temporary struct.
28536         This causes a warning with GCC 4.0.0, and anyway in the typical
28537         case it's not worth the extra 100 bytes or so of code.
28538         (ranged_convert, __mktime_internal): When calling a function via a
28539         pointer P, use P () rather than (*P) (), as we now assume C89 or
28540         better.
28541
28542 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28543
28544         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
28545         "who -r" failed to give output.  Problem reported by Tim Waugh.
28546
28547         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
28548         (xcalloc): Use it to avoid needless tests.
28549         Problem reported by Jim Meyering.
28550
28551 2005-06-20  Derek Price  <derek@ximbiot.com>
28552
28553         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
28554         unnecessary for Autoconfs > 2.59c.
28555
28556 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28557
28558         * lib/argp.h (__option_is_short): Check upper limit of
28559         __key. Isprint() requires its argument to have the value
28560         of an unsigned char or EOF.
28561
28562 2005-06-16  Jim Meyering  <jim@meyering.net>
28563
28564         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
28565         when either N or S is zero.
28566
28567 2005-06-16  Derek Price  <derek@ximbiot.com>
28568
28569         * m4/bison.m4: Declare YACC & YFLAGS precious.
28570
28571 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
28572
28573         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
28574         multibyte string or pattern, fall back on unibyte matching.
28575         Problem reported by James Youngman.
28576
28577 2005-06-08  Bruno Haible  <bruno@clisp.org>
28578
28579         * modules/csharpcomp: New file.
28580         * MODULES.html.sh (C#): Add csharpcomp.
28581
28582 2005-06-08  Bruno Haible  <bruno@clisp.org>
28583
28584         * m4/csharpcomp.m4: New file, from GNU gettext.
28585
28586 2005-06-08  Bruno Haible  <bruno@clisp.org>
28587
28588         * lib/csharpcomp.h: New file, from GNU gettext.
28589         * lib/csharpcomp.c: New file, from GNU gettext.
28590         * lib/csharpcomp.sh.in: New file, from GNU gettext.
28591
28592 2005-06-08  Bruno Haible  <bruno@clisp.org>
28593
28594         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
28595         warning on mingw.
28596
28597 2005-06-07  Derek Price  <derek@ximbiot.com>
28598
28599         Sync from CVS.
28600         * lib/glob_.h: Indent nested #ifdef.
28601
28602 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28603
28604         Sync from coreutils.
28605         Use "file name" when talking about file names, instead of "filename"
28606         or "path", as per the GNU coding standards.
28607         * lib/mkdir-p.c: Renamed from makepath.c.
28608         (make_dir_parents): Renamed from make_path.  All callers changed.
28609         * lib/mkdir-p.h: Likewise.  All includers changed.
28610         * lib/filenamecat.c: Renamed from path-concat.c.
28611         (file_name_concat): Renamed from path_concat.  All callers changed.
28612         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
28613         * lib/filenamecat.h: Likewise.  All includers changed.
28614         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
28615         in comments or local variable names.
28616         * lib/basename.c: Likewise.
28617         * lib/canonicalize.c, canonicalize.h: Likewise.
28618         * lib/dirname.c, dirname.h: Likewise.
28619         * lib/euidaccess.c: Likewise.
28620         * lib/exclude.c: Likewise
28621         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
28622         * lib/fsusage.c, fsuage.h: Likewise.
28623         * lib/fts.c, fts_.h: Likewise.
28624         * lib/getcwd.c: Likewise.
28625         * lib/getloadavg.c: Likewise.
28626         * lib/mkstemp.c: Likewise.
28627         * lib/mountlist.c, mountlist.h: Likewise.
28628         * lib/openat.c, openat.h: Likewise.
28629         * lib/readlink-stub.c: Likewise.
28630         * lib/readutmp.c, readutmp.h: Likewise.
28631         * lib/rename.c: Likewise.
28632         * lib/rmdir.c: Likewise.
28633         * lib/same.c: Likewise.
28634         * lib/savedir.c: Likewise.
28635         * lib/stripslash.c: Likewise.
28636         * lib/tempname.c: Likewise.
28637         * lib/xreadlink.c: Likewise.
28638         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
28639         All uses changed.
28640         * lib/exclude.h: Likewise.
28641
28642         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
28643         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28644         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
28645         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28646         * lib/pathmax.h: Include <limits.h> unconditionally, since other
28647         files have been getting away with it for years (MORE/BSD 4.3
28648         is extinct now).
28649         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
28650         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28651
28652         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
28653         Define to 256, not 255, as per modern POSIX.
28654
28655 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28656
28657         Sync from coreutils.
28658         Use "file name" when talking about file names, instead of "filename"
28659         or "path", as per the GNU coding standards.
28660         * MODULES.html.sh: mkdir-p renamed from makepath.
28661         filenamecat renamed from path-concat.
28662         * modules/filenamecat: Renamed from modules/path-concat.
28663         (Files): filenamecat.h and filenamecat.c renamed from
28664         path-concat.h and path-concat.c.
28665         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
28666         (Include): filenamecat.h, not path-concat.h.
28667         * modules/mkdir-p: Renamed from modules/makepath.
28668         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
28669         makepath.c.
28670         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
28671         (Include): mkdir-p.h, not makepath.h.
28672
28673 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28674
28675         Sync from coreutils.
28676         * m4/mkdir-p.m4: Renamed from makepath.m4.
28677         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
28678         Rename files from makepath.c to mkdir-p.c, and from
28679         makepath.h to mkdir-p.h.
28680         * m4/filenamecat.m4: Renamed from path-concat.m4.
28681         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
28682         Rename files from path-concat.c to filenamecat.c,
28683         and from path-concat.h to filenamecat.h.
28684         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
28685         "file name" in local variables or comments.
28686         * m4/rename.m4: Likewise.
28687
28688 2005-06-01  Bruno Haible  <bruno@clisp.org>
28689
28690         * modules/csharpexec: New file.
28691         * MODULES.html.sh (C#): New section.
28692
28693 2005-06-01  Bruno Haible  <bruno@clisp.org>
28694
28695         * m4/csharp.m4: New file, from GNU gettext.
28696         * m4/csharpexec.m4: New file, from GNU gettext.
28697
28698 2005-06-01  Bruno Haible  <bruno@clisp.org>
28699
28700         * lib/csharpexec.h: New file, from GNU gettext.
28701         * lib/csharpexec.c: New file, from GNU gettext.
28702         * lib/csharpexec.sh.in: New file, from GNU gettext.
28703
28704 2005-05-31  Derek Price  <derek@ximbiot.com>
28705             Paul Eggert  <eggert@cs.ucla.edu>
28706
28707         Sync from cvs.
28708         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28709
28710 2005-05-31  Derek Price  <derek@ximbiot.com>
28711             Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         Sync from cvs.
28714         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28715
28716 2005-05-29  Derek Price  <derek@ximbiot.com>
28717
28718         * config/srclist.txt (glob_.h, glob.c): Add these files.
28719
28720 2005-05-29  Derek Price  <derek@ximbiot.com>
28721
28722         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
28723         * modules/glob: New file.
28724         * modules/getlogin_r: Add link to POSIX spec in description.
28725
28726 2005-05-29  Derek Price  <derek@ximbiot.com>
28727             Paul Eggert  <eggert@cs.ucla.edu>
28728
28729         * m4/glob.m4: New file.
28730
28731 2005-05-29  Derek Price  <derek@ximbiot.com>
28732             Paul Eggert  <eggert@cs.ucla.edu>
28733
28734         * lib/glob_.h, lib/glob.c: New files.
28735
28736 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28737
28738         * modules/fts (Files): Remove m4/inttypes-pri.m4.
28739         * modules/fts-lgpl (Depends-on): Remove gettext.
28740
28741 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28742
28743         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
28744         and don't require gt_INTTYPES_PRI.
28745
28746 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28747
28748         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
28749
28750         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
28751         the configuration hassle isn't worth it.
28752         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
28753         (LONGEST_MODIFIER, PRIuMAX): Remove.
28754
28755 2005-05-27  Bruno Haible  <bruno@clisp.org>
28756
28757         * lib/getlogin_r.h: Remove second include of <stddef.h>.
28758
28759 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
28760
28761         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
28762         _POSIX_PTHREAD_SEMANTICS for Solaris.
28763
28764 2005-05-25  Derek Price  <derek@ximbiot.com>
28765
28766         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
28767
28768 2005-05-25  Derek Price  <derek@ximbiot.com>
28769             Paul Eggert  <eggert@cs.ucla.edu>
28770
28771         * modules/getlogin_r, m4/getlogin_r.m4: New files.
28772         * lib/getlogin_r.c, getlogin_r.h: New files.
28773
28774 2005-05-25  Bruno Haible  <bruno@clisp.org>
28775             Derek Price  <derek@ximbiot.com>
28776
28777         * lib/getlogin_r.h: Simplify API documentation.
28778
28779 2005-05-23  Derek Price  <derek@ximbiot.com>
28780
28781         * modules/minmax (Files): Add m4/minmax.m4.
28782         (configure.ac): Add gl_MINMAX.
28783
28784 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28785
28786         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
28787         so that unistd-safer.h (GPL'ed code) need not be included.
28788
28789 2005-05-22  Bruno Haible  <bruno@clisp.org>
28790
28791         * m4/minmax.m4: New file.
28792         Based on a patch by Derek Price <derek@ximbiot.com>.
28793
28794 2005-05-22  Bruno Haible  <bruno@clisp.org>
28795
28796         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
28797         (INT64_MIN): Fix definition.
28798         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
28799
28800         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
28801         NEED_SIGNED_INT_TYPES.
28802
28803         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
28804         HAVE_SYSTEM_INTTYPES.
28805
28806 2005-05-22  Bruno Haible  <bruno@clisp.org>
28807
28808         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
28809         Also include <sys/param.h> if it defines MIN, MAX.
28810         Based on a patch by Derek Price <derek@ximbiot.com>.
28811
28812 2005-05-21  Jim Meyering  <jim@meyering.net>
28813
28814         * modules/fts (Files): Add m4/inttypes-pri.m4.
28815         (Depends-on): Add lstat and remove gettext.  Alphabetize.
28816
28817 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28818
28819         New fts module.
28820         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
28821         (setup_dir, free_dir): New functions.
28822         (enter_dir, leave_dir): Define trivial
28823         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
28824         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
28825         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
28826         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28827         Move to fts-cycle.c.
28828         (fts_open): Use setup_dir.
28829         (fts_close): Use free_dir.
28830         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
28831         This adds a label and some gotos, but the alternatives were messier.
28832         Check for memory allocation failure when entering a dir.
28833         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
28834         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
28835         (FTS): New member fts_cycle, that is a union that contains the
28836         old active_dir_ht and cycle_state.  All uses changed to mention
28837         fts_cycle.ht and fts_cycle.state.
28838         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
28839         fts.c, with the following changes:
28840         (setup_dir, free_dir): New functions.
28841         (enter_dir): Now returns bool.  Return true if successful, false
28842         if memory exhausted.  All callers changed.
28843         Do not bother partly cleaning up on
28844         memory allocation failure; that is free_dir's job.
28845         However, free ad if hash_insert fails, to avoid memory leak.
28846         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
28847         fts->fts_options to see which union member to use.
28848
28849 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28850
28851         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
28852         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
28853
28854 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28855
28856         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
28857
28858 2005-05-20  Jim Meyering  <jim@meyering.net>
28859
28860         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
28861         Now a macro, to pacify GCC.
28862
28863 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28864
28865         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
28866         of -1.
28867
28868 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28869
28870         * lib/chown.c (rpl_chown): Return -1 on failure.
28871
28872 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28873
28874         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
28875         Don't check for stddef.h.
28876         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
28877         don't use its results.
28878         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
28879         since we include them unconditionally.  Don't require
28880         AM_STDBOOL_H, since stdbool is a prerequisite.
28881         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
28882         since we assume C89 or better.
28883         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
28884         as we don't use their results.
28885         Don't check for fchdir, memmove, memset, strrchr, as we use
28886         them unconditionally.
28887         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
28888         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
28889
28890 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28891
28892         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
28893         Include <stddef.h> unconditionally, since we assume C89 now.
28894         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
28895         * lib/fts.c: Include fts_.h first, to check interface.
28896         Do not include intprops.h; no longer needed.
28897         Include cycle-check.h and hash.h, since fts_.h no longer does.
28898         Remove unnecessary casts of closedir to void.
28899         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
28900         decide whether to decrement nlinks.
28901         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
28902         (FTS): Use struct hash_table * instead of Hash_table, so that
28903         we no longer need to include hash.h here.
28904
28905 2005-05-18  Jim Meyering  <jim@meyering.net>
28906
28907         * modules/dirfd (License): Change to LGPL.  Most of the code
28908         is already in the public domain.
28909
28910 2005-05-18  Jim Meyering  <jim@meyering.net>
28911
28912         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
28913         Reported by Yoann Vandoorselaere.
28914
28915 2005-05-17  Jim Meyering  <jim@meyering.net>
28916
28917         * m4/fts.m4: New file, from coreutils.
28918
28919 2005-05-17  Jim Meyering  <jim@meyering.net>
28920
28921         * lib/fts.c, lib/fts_.h: New files, from coreutils.
28922
28923 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28924
28925         Sync from coreutils.
28926         * m4/unlinkdir.m4: New file.
28927
28928 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28929
28930         Sync from coreutils.
28931         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28932         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28933         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28934         White space changes only.
28935         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28936         special.
28937         * lib/yesno.c: Include getline.h, not ctype.h.
28938         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28939         Use getline to remove arbitrary restriction on response length.
28940
28941 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28942
28943         * config/srclist-update: Spell out "Street" in FSF postal
28944         mail address; this is the style the FSF seems to prefer.
28945
28946         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28947         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28948         this updates FSF postal mail address.
28949
28950         Sync from coreutils.
28951         * modules/unlinkdir: New file.
28952         * modules/yesno (Depends-on): Add getline.
28953         * MODULES.html.sh (File system functions): Add unlinkdir.
28954
28955 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28956
28957         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28958         lib/strsep.h:
28959         Change the initial comment to refer to GPL, not LGPL.
28960         gnulib-tool will change it to LGPL as needed.
28961
28962         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28963         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28964         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28965         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28966         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28967         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28968         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28969         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28970         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28971         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28972         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28973         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28974         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28975         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28976         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28977         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28978         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28979         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28980         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28981         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28982         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28983         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28984         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28985         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28986         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28987         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28988         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28989         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28990         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28991         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28992         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28993         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28994         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28995         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28996         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28997         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28998         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28999         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
29000         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
29001         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
29002         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
29003         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
29004         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
29005         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
29006         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
29007         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
29008         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
29009         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
29010         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
29011         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
29012         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29013         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
29014         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
29015         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
29016         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
29017         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
29018         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
29019         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
29020         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
29021         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
29022         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
29023         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
29024         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
29025         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
29026         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
29027         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
29028         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
29029         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
29030         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
29031         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
29032         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
29033         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
29034         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
29035         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
29036         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
29037         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
29038         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
29039         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
29040         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
29041         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
29042         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
29043         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
29044         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
29045         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
29046         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
29047         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
29048         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
29049         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
29050         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
29051         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
29052         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
29053         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
29054         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
29055         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
29056         lib/yesno.c, lib/yesno.h:
29057         Update FSF postal mail address.
29058
29059 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29060
29061         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
29062         tests/test-memmem.c, tests/test-stpncpy.c:
29063         Update FSF postal mail address.
29064
29065 2005-05-13  Bruno Haible  <bruno@clisp.org>
29066
29067         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
29068         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
29069         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
29070         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
29071         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
29072         Add support for 64-bit integers in the MSVC compiler.
29073
29074 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29075
29076         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
29077
29078 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
29079
29080         * gnulib-tool (func_import): Sort and uniquify recommended includes.
29081
29082 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
29083
29084         * doc/getdate.texi (General date syntax): Don't say that date
29085         date --iso-8601=ns generates acceptable dates; it doesn't yet.
29086         Problem reported by Nic Ferrier.
29087
29088 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29089
29090         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
29091         specified in ai_socktype. Fix invalid ai_protocol
29092         check. ai_protocol is usually set to 0 or depending on
29093         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
29094         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
29095         ai_socktype / ai_protocol in the returned addrinfo structure.
29096
29097 2005-05-10  Simon Josefsson  <jas@extundo.com>
29098
29099         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
29100         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29101
29102 2005-05-10  Karl Berry  <karl@gnu.org>
29103
29104         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
29105         (from http://www.gnu.org/licenses).
29106         * doc/COPYING.LIB: also rename to COPYING.LESSER.
29107         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
29108         fdl.texi suffices.
29109
29110 2005-05-10  Karl Berry  <karl@gnu.org>
29111
29112         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
29113         (COPYING.DOC): remove.
29114
29115         * config/srclist-update: new FSF address.
29116
29117 2005-05-10  Derek Price  <derek@ximbiot.com>
29118
29119         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
29120         possible.
29121
29122 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29123             Bruno Haible  <bruno@clisp.org>
29124
29125         * modules/inet_ntop: New file.
29126         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29127         inet_ntop.
29128
29129 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29130             Bruno Haible  <bruno@clisp.org>
29131
29132         * m4/inet_ntop.m4: New file.
29133
29134 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29135             Bruno Haible  <bruno@clisp.org>
29136
29137         * lib/inet_ntop.h: New file.
29138         * lib/inet_ntop.c: New file, from glibc with modifications.
29139
29140 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
29141
29142         * modules/time_r (License): Change to LGPL.
29143         * modules/extensions (License): Change to LGPL.  Actually,
29144         the license is more permissive than that, but currently gnulib-tool
29145         doesn't know how to handle more-permissive licenses.
29146
29147         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
29148         Problem reported by Dave Love.
29149
29150 2005-05-08  Jim Meyering  <jim@meyering.net>
29151
29152         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
29153         blank.
29154
29155 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29156
29157         * modules/argmatch (Depends-on): Add stdbool.
29158         * modules/backupfile (Depends-on): Likewise.
29159         * modules/chdir-long (Depends-on): Likewise.
29160         * modules/closeout (Depends-on): Likewise.
29161         * modules/cycle-check (Depends-on): Likewise.
29162         * modules/dirname (Depends-on): Likewise.
29163         * modules/fnmatch (Depends-on): Likewise.
29164         * modules/fsusage (Depends-on): Likewise.
29165         * modules/fwriteerror (Depends-on): Likewise.
29166         * modules/getcwd (Depends-on): Likewise.
29167         * modules/getloadavg (Depends-on): Likewise.
29168         * modules/hard-locale (Depends-on): Likewise.
29169         * modules/makepath (Depends-on): Likewise.
29170         * modules/mountlist (Depends-on): Likewise.
29171         * modules/nanosleep (Depends-on): Likewise.
29172         * modules/posixtm (Depends-on): Likewise.
29173         * modules/quotearg (Depends-on): Likewise.
29174         * modules/readtokens (Depends-on): Likewise.
29175         * modules/readtokens0 (Depends-on): Likewise.
29176         * modules/readutmp (Depends-on): Likewise.
29177         * modules/save-cwd (Depends-on): Likewise.
29178         * modules/strftime (Depends-on): Likewise.
29179         * modules/userspec (Depends-on): Likewise.
29180         * modules/utimecmp (Depends-on): Likewise.
29181         * modules/xgetcwd (Depends-on): Likewise.
29182         * modules/xnanosleep (Depends-on): Likewise.
29183         * modules/xstrtod (Depends-on): Likewise.
29184         * modules/yesno (Depends-on): Likewise.
29185
29186 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
29187
29188         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
29189         needless checks.
29190
29191 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29192
29193         Merge from coreutils.  Among other things,
29194         add bulletproofing for cases where stdin, stdout, or stderr are closed.
29195         * lib/fd-safer.c: New file.
29196         * lib/fcntl-safer.h, open-safer.c: Remove.
29197         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
29198         * lib/dup-safer.c: Include unistd-safer.h first.
29199         Don't include errno.h.
29200         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
29201         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
29202         * lib/file-type.c: Rely on file-type.h change.
29203         * lib/getloadavg.c: Include unistd-safer.h.
29204         (getloadavg): Use safer open.
29205         * lib/getusershell.c: Include "stdio-safer.h".
29206         (getusershell): Use safer fopen.
29207         * lib/long-options.c (long_options): Use NULL rather than 0.
29208         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
29209         'free'.
29210         * lib/modechange.c: Likewise.
29211         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
29212         (MODE_DONE): New constant.
29213         (struct mode_change): Remove 'next' member.
29214         (make_node_op_equals): New function; like the old one of the
29215         same name, except it allocates an array.
29216         (mode_compile, mode_create_from_ref): Use it.
29217         (mode_compile): Allocate result as an array, not a linked list.
29218         Parse octal string ourself, so that we catch mistakes like "+0".
29219         (mode_adjust): Arg is an array, not a linked list.
29220         * lib/modechange.c: Include stat-macros.h, xalloc.h.
29221         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
29222         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
29223         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
29224         Remove.  This is now stat-macros.h's job.
29225         (talloc): Remove.  All callers replaced by xalloc, so that
29226         our invokers don't have to worry about reporting memory failures.
29227         (make_node_op_equals): Remove.
29228         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
29229         New constants.
29230         (struct mode_change): Moved here from modechange.h.
29231         (mode_append_entry): Remove.
29232         (mode_compile): Remove MASKED_OPS arg, since it encouraged
29233         apps to have incorrect behavior.  Use simpler algorithm for head
29234         and tail.  Don't futz with umask; that's now the job of mode_adjust.
29235         Detect more invalid usages rather than having somewhat-random behavior.
29236         Don't insert an "a=" action, as that leads to incorrect behavior.
29237         (mode_compile, mode_create_from_ref): Return NULL on error instead
29238         of an enum, since now there's only one way to have an error.  All
29239         callers changed.
29240         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
29241         at the correct time.  Simplify calculation of "+u" and its ilk.
29242         Don't mishandle "+X".
29243         (mode_free): Remove "register" and localize decls.
29244         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
29245         (struct mode_change): Move to modechange.c; callers don't
29246         need to see this stuff.
29247         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
29248         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
29249         (mode_change, mode_adjust): Reflect the new signatures noted above.
29250         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
29251         that might redefine system include files.
29252         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
29253         (my_usleep): Use NULL rather than (void *) 0.
29254         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
29255         Use siginterrupt to specify that system calls should be interrupted.
29256         (rpl_nanosleep): Move initialization of suspended closer to call of
29257         my_usleep.
29258         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
29259         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
29260         (desirable_utmp_entry): New function.
29261         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
29262         using x2nrealloc, to simplify logic.
29263         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
29264         size calculation.  Do not assume utmp file is a regular file.
29265         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
29266         (READ_UTMP_CHECK_PIDS): New constant.
29267         * lib/save-cwd.c: Include unistd-safer.h.
29268         (save_cwd): Use fd_safer.
29269         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
29270         [!_LIBC] Include "stat-macros.h" instead.
29271         * lib/unistd-safer.h (fd_safer): New decl.
29272
29273 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29274
29275         * modules/getloadavg (Depends-on): Add unistd-safer.
29276         * modules/getusershell (Depends-on): Add stdio-safer.
29277         * modules/lstat (Depends-on): Remove xalloc.
29278         * modules/mkstemp (Depends-on): Add stat-macros.
29279         * modules/modechange (Depends-on): Remove xstrtol.
29280         Add stat-macros, xalloc.
29281         * modules/save-cwd (Depends-on): Add unistd-safer.
29282         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
29283         * modules/unistd-safer (Files): Add lib/fd-safer.c
29284         (Makefile.am): Remove lib_SOURCES.
29285
29286         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
29287         Remove fcntl-safer; unistd-safer supersedes it.
29288
29289 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29290
29291         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
29292         AC_HEADER_STAT.
29293         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
29294         (gl_PREREQ_CHOWN): Remove.
29295         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
29296         it.  Don't require AC_HEADER_STAT.
29297         (gl_PREREQ_LSTAT): Remove.
29298         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
29299         Don't require AC_HEADER_STAT.
29300         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
29301         (gl_PREREQ_RMDIR): Remove.
29302         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
29303         mention stat-macros.h or AC_HEADER_STAT, since we'll make
29304         the stat-macros module a prerequisite.
29305         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
29306         * m4/filemode.m4 (gl_FILEMODE): Likewise.
29307         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
29308         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
29309         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
29310         variable names.
29311         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
29312         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
29313         variable prefixes.
29314         * m4/fcntl-safer.m4: Remove.
29315         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
29316         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
29317         Invoke gl_PREREQ_FD_SAFER.
29318         (gl_PREREQ_FD_SAFER): New macro.
29319         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
29320         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
29321         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
29322         Remove duplicate call to AC_LIBOBJ(readutmp).
29323         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
29324
29325         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
29326         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
29327
29328 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29329
29330         * MODULES.html.sh (Misc): Add byteswap.
29331
29332 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29333
29334         * modules/getcwd (Depends-on): Add extensions.
29335         * modules/openat (Depends-on): Likewise.
29336
29337 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29338
29339         * modules/byteswap: New file.
29340
29341 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29342
29343         * m4/byteswap.m4: New file.
29344
29345 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29346
29347         * lib/byteswap_.h: New file.
29348
29349 2005-04-25  Karl Berry  <karl@gnu.org>
29350
29351         * m4/gettext.m4: Update from GNU gettext 0.14.4.
29352
29353 2005-04-25  Albert Chin  <china@thewrittenword.com>
29354
29355         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
29356         Toolkit C bug.
29357
29358 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
29359
29360         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
29361         (func_ln_if_changed) Remove forcibly for no error message
29362         in case file does not exist.
29363
29364 2005-04-19  Simon Josefsson  <jas@extundo.com>
29365
29366         * gnulib-tool (Options): Make --symlink mean --symbolic.
29367
29368 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
29369
29370         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
29371
29372 2005-04-16  Simon Josefsson  <jas@extundo.com>
29373
29374         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
29375
29376 2005-04-15  Simon Josefsson  <jas@extundo.com>
29377
29378         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
29379
29380 2005-04-15  Simon Josefsson  <jas@extundo.com>
29381
29382         * gnulib-tool: Rename --symlink to --symbolic.
29383
29384 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
29385
29386         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
29387         symbolic links to files instead of copying/moving.  Add --aux-dir,
29388         specifying directory relative --dir where auxiliary build tools
29389         are placed.
29390
29391 2005-04-14  Bruno Haible  <bruno@clisp.org>
29392
29393         * modules/allocsa (License): Change to LGPL.
29394         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
29395
29396 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
29399         that "UTC +1 second" continues to work.  Problem reported
29400         by Dmitry V. Levin.
29401         (relunit_snumber): New rule.
29402         (relunit): Use it.
29403
29404 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29405
29406         * lib/getdate.y (universal_time_zone_table): New constant.
29407         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
29408         universal_time_zone_table.
29409         (lookup_zone): Prefer universal_time_zone_table to
29410         local_time_zone_table, so that "GMT" time stamps are allowed in
29411         London during the summer.  Problem reported by Ian Abbott.
29412
29413 2005-04-12  Jim Meyering  <jim@meyering.net>
29414
29415         * lib/human.c (humblock): Set *options even when returning due to
29416         xstrtoumax conversion failure.  Thanks to a used-uninitialized
29417         warning from gcc-4.
29418
29419 2005-04-09  Jim Meyering  <jim@meyering.net>
29420
29421         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
29422         -Wuninitialized: initialize tm0.tm_year.
29423
29424 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29425
29426         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
29427         count, since there's no maximum.  All uses changed.
29428         Add member dsts_seen.
29429         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
29430         not being INT_MAX.
29431         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
29432         Use pc_rels_seen to decide whther a date is absolute.
29433
29434         * lib/getdate.y (number): Don't overwrite year.
29435         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
29436         check.
29437
29438 2005-04-02  Simon Josefsson  <jas@extundo.com>
29439
29440         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
29441         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
29442
29443 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
29444
29445         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
29446         where no absolute path name can be longer than PATH_MAX.
29447
29448 2005-03-27  Jim Meyering  <jim@meyering.net>
29449
29450         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
29451
29452 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
29453
29454         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
29455         "one's complement" -> "ones' complement" in comment, as per Knuth.
29456         "value of type" -> "type or expression" in comment.
29457         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
29458
29459 2005-03-26  Jim Meyering  <jim@meyering.net>
29460
29461         Comment nits.
29462         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
29463         Correct typos: s/or/of/.
29464
29465 2005-03-26  Jim Meyering  <jim@meyering.net>
29466
29467         * modules/check-include-files: Move to ../ and rename to...
29468         * check-module: ...this.
29469
29470 2005-03-25  Jim Meyering  <jim@meyering.net>
29471
29472         * modules/xvasprintf (Files): Add xalloc.h.
29473
29474 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29475
29476         * modules/gettext (Files): config/config.rpath ->
29477         build-aux/config.rpath
29478         * modules/iconv (Files): Likewise.
29479         Problem reported by Oskar Liljeblad.
29480
29481 2005-03-23  Jim Meyering  <jim@meyering.net>
29482
29483         * modules/check-include-files: New script to check for
29484         missing dependencies, multiple includes, etc.
29485
29486         * modules/c-strtold (Depends-on): Add xalloc.
29487         * modules/c-strtod (Depends-on): Add xalloc.
29488         * modules/hash (Depends-on): Add xalloc.
29489         (Files): Remove lib/xalloc.h.
29490
29491         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
29492         * modules/userspec (Files): Add lib/inttostr.h.
29493
29494 2005-03-23  Jim Meyering  <jim@meyering.net>
29495
29496         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
29497
29498 2005-03-22  Jim Meyering  <jim@meyering.net>
29499
29500         * modules/stat-macros: New module.
29501         * modules/canonicalize, modules/euidaccess, modules/file-type,
29502         * modules/filemode, modules/lchown, modules/makepath,
29503         * modules/rmdir, modules/stat: Depend on new stat-macros module
29504         rather than listing lib/stat-macros.h manually.
29505         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
29506
29507 2005-03-22  Jim Meyering  <jim@meyering.net>
29508
29509         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
29510
29511 2005-03-22  Bruno Haible  <bruno@clisp.org>
29512
29513         * config/srclist.txt: Replace target directory 'config' with
29514         'build-aux'.
29515         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
29516         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
29517         ../build-aux/.
29518
29519 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
29520
29521         * modules/chdir-long (Depends-on): Add mempcpy.
29522
29523         * modules/acl, modules/backupfile, modules/c-strtod,
29524         modules/c-strtold, modules/canon-host, modules/canonicalize,
29525         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
29526         modules/exclude, modules/exitfail, modules/file-type,
29527         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
29528         modules/getdate, modules/getline, modules/getpagesize,
29529         modules/getpass, modules/getugroups, modules/group-member,
29530         modules/hard-locale, modules/hash, modules/human, modules/idcache,
29531         modules/inttostr, modules/long-options, modules/makepath,
29532         modules/md5, modules/memcasecmp, modules/memcoll,
29533         modules/modechange, modules/mountlist, modules/path-concat,
29534         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
29535         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
29536         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
29537         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
29538         modules/strftime, modules/strndup, modules/strverscmp,
29539         modules/timespec, modules/unlocked-io, modules/userspec,
29540         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
29541         modules/yesno:
29542         Remove lib_SOURCES line from Makefile.am section, as this is now
29543         done automatically by the corresponding Autoconf macro.
29544
29545 2005-03-21  Jim Meyering  <jim@meyering.net>
29546
29547         Changes imported from coreutils.
29548
29549         * lib/cycle-check.c: Don't include xalloc.h.
29550
29551         * lib/path-concat.c: Don't include assert.h.
29552         (path_concat): Remove assertion that would have triggered
29553         for ABASE starting with more than one slash.
29554         Reported by Andreas Schwab.
29555
29556         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
29557         properly when ABASE is an absolute file name.
29558         Correct the description of this function.
29559         Include <assert.h>.
29560         Add an assertion and a test driver.
29561         This fixes a bug introduced on 2004-07-02.
29562         Andreas Schwab reported the resulting failure of cp --parents:
29563         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
29564
29565 2005-03-21  Jim Meyering  <jim@meyering.net>
29566
29567         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
29568         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
29569
29570 2005-03-21  Jim Meyering  <jim@meyering.net>
29571         and  Paul Eggert  <eggert@cs.ucla.edu>
29572
29573         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
29574         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
29575         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
29576         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
29577         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
29578         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
29579         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
29580         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
29581         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
29582         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
29583         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
29584         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
29585         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
29586         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
29587         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
29588         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
29589         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
29590         for these modules.
29591
29592 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
29593
29594         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
29595         (which shouldn't happen), generate nothing instead of returning 0
29596         immediately, so that nstrftime (NULL, ...) doesn't return 0.
29597
29598 2005-03-16  Bruno Haible  <bruno@clisp.org>
29599
29600         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
29601         HAVE_LONGLONG_64BIT.
29602
29603 2005-03-16  Bruno Haible  <bruno@clisp.org>
29604
29605         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
29606         HAVE_LONGLONG_64BIT.
29607
29608 2005-03-16  Bruno Haible  <bruno@clisp.org>
29609
29610         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
29611         HAVE_LONGLONG_64BIT.
29612
29613 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29614
29615         * lib/strftime.c (my_strftime): Prepend space to format so that we can
29616         reliably distinguish strftime failure from empty output on POSIX
29617         hosts.
29618
29619 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29620
29621         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
29622         (iconv_string): Don't guess a size-zero buffer, as that might cause
29623         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
29624         result would be 'too large', where 'too large' is (heuristically)
29625         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
29626         overflow concerns.  This will prevent some unwanted malloc failures
29627         when the inputs are very large.
29628
29629 2005-03-15  Karl Berry  <karl@gnu.org>
29630
29631         * config/srclist.txt (config.rpath): from gettext.
29632         * config/config.rpath: update.
29633
29634 2005-03-15  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
29637         to 'negate'.
29638
29639         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
29640         variable.
29641
29642         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
29643         results.
29644
29645 2005-03-14  Simon Josefsson  <jas@extundo.com>
29646
29647         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
29648         <fx@gnu.org>.
29649
29650 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
29651
29652         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
29653         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
29654         intprops.h.
29655         * lib/strtol.c: Likewise.
29656
29657 2005-03-14  Jim Meyering  <jim@meyering.net>
29658
29659         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
29660         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
29661         to be nonzero so that we (and caller) can detect the difference
29662         between a valid zero-length expansion and an error return, even
29663         when the underlying strftime fails before writing anything into
29664         that location.
29665
29666 2005-03-14  Bruno Haible  <bruno@clisp.org>
29667
29668         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
29669         Update from GNU gettext 0.14.3.
29670
29671 2005-03-10  Jim Meyering  <jim@meyering.net>
29672
29673         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
29674
29675 2005-03-10  Jim Meyering  <jim@meyering.net>
29676
29677         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
29678         so that this module works on systems without fchdir.
29679
29680 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
29681
29682         Factor int-properties macros into a single file, except for
29683         glibc-related files.
29684         * lib/intprops.h: New file.
29685         * lib/getloadavg.c: Include it instead of limits.h.
29686         (INT_STRLEN_BOUND): Remove.
29687         * lib/human.c: Include intprops.h.
29688         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
29689         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
29690         302/1000.
29691         * lib/inttostr.h: Include intprops.h instead of limits.h.
29692         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
29693         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
29694         for consistency with intprops.h.
29695         (time_t_is_integer, twos_complement_arithmetic): Use them.
29696         * lib/sig2str.h: Include <signal.h>, intprops.h.
29697         (INT_STRLEN_BOUND): Remove.
29698         * lib/strftime.c (TYPE_SIGNED): Remove.
29699         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
29700         * lib/strtol.c: Adjust comments to match intprops.h.
29701         * lib/userspec.c: Include intprops.h.
29702         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
29703         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
29704         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
29705         instead of rolling our own expressions.
29706         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
29707
29708         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
29709         instead of int.
29710         (my_strftime): Do not mishandle years close to INT_MAX, by doing
29711         the right thing even if adding 1900 would overflow.  Similarly
29712         for tm_mon + 1 and tm_yday + 1.
29713         Make %Y always equivalent to %C%y, and similarly for %G and %g.
29714         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
29715         (DO_SIGNED_NUMBER): New macro.
29716         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
29717
29718 2005-03-07  Bruno Haible  <bruno@clisp.org>
29719
29720         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
29721
29722 2005-03-07  Bruno Haible  <bruno@clisp.org>
29723
29724         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
29725
29726 2005-03-04  Derek R. Price  <derek@ximbiot.com>
29727
29728         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
29729         (func_import): Only replace files via --import when they have actually
29730         changed.
29731
29732 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29733
29734         * m4/mmap-anon.m4: New file.
29735         * m4/pagealign_alloc.m4: New file.
29736
29737 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29738             Bruno Haible  <bruno@clisp.org>
29739
29740         * modules/pagealign_alloc: New file.
29741         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
29742
29743 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29744             Bruno Haible  <bruno@clisp.org>
29745
29746         * lib/pagealign_alloc.h: New file.
29747         * lib/pagealign_alloc.c: New file.
29748
29749 2005-03-03  Bruno Haible  <bruno@clisp.org>
29750
29751         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
29752         Use an all-permissive copyright notice, recommended by RMS.
29753
29754 2005-03-02  Bruno Haible  <bruno@clisp.org>
29755
29756         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
29757         of AIX, the replacement has to be done only after <string.h> is
29758         included, therefore not in config.h. stpncpy.h does the replacement,
29759         and stpncpy.c uses it.
29760
29761 2005-03-02  Bruno Haible  <bruno@clisp.org>
29762
29763         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
29764         stpncpy.c uses it.
29765
29766 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29767
29768         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
29769         The workaround isn't strictly needed for POSIX conformance, and
29770         it's too much of a pain to configure and maintain.  We'll ask
29771         people to fix their kernels instead.
29772         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
29773         (NANOSLEEP_BUG_WORKAROUND): Remove.
29774         (xnanosleep): Remove the workaround.
29775
29776 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29777
29778         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
29779         Reported by Derek Price.
29780         (Include): Add "timespec.h".
29781
29782         * modules/xnanosleep (Depends-on): Remove gethrxtime.
29783
29784 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29785
29786         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
29787         to detect nanosleep bug.
29788
29789 2005-03-01  Bruno Haible  <bruno@clisp.org>
29790
29791         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
29792
29793 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29794
29795         * modules/gethrxtime: New file.
29796         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
29797         (Depends-on): Add gethrxtime.
29798         (configure.ac): Add gl_XNANOSLEEP.
29799         (Makefile.am): Remove lib_SOURCES line.
29800
29801 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29802
29803         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
29804         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
29805
29806 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
29809         * lib/timespec.h (gettime): Return void, since it always
29810         succeeds now.  All uses changed.
29811         * lib/gettime.c (gettime) Likewise.
29812         [HAVE_NANOTIME]: Prefer nanotime.
29813         Assume gettimeofday succeeds, as POSIX requires.
29814         Assime time () succeeds, since other code already does.
29815         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
29816         (timespec_subtract): Remove.
29817         (NANOSLEEP_BUG_WORKAROUND): New constant.
29818         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
29819         things considerably.  Use it only on GNU/Linux hosts, since the
29820         workaround shouldn't be needed elsewhere.
29821
29822 2005-02-24  Bruno Haible  <bruno@clisp.org>
29823
29824         * modules/gettext (Files): Add m4/glibc2.m4.
29825
29826 2005-02-24  Bruno Haible  <bruno@clisp.org>
29827
29828         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
29829         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
29830         * m4/progtest.m4:
29831         Update from GNU gettext 0.14.2.
29832         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
29833
29834 2005-02-24  Bruno Haible  <bruno@clisp.org>
29835
29836         * lib/localcharset.c: Update from GNU gettext 0.14.2.
29837         * lib/config.charset: Update from GNU gettext 0.14.2.
29838
29839 2005-02-24  Bruno Haible  <bruno@clisp.org>
29840
29841         * lib/gettext.h: Update from GNU gettext 0.14.2.
29842
29843 2005-02-23  Simon Josefsson  <jas@extundo.com>
29844
29845         * m4/iconvme.m4: New file.
29846
29847 2005-02-23  Jim Meyering  <jim@meyering.net>
29848
29849         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
29850         change.
29851         Thanks to Bruno Haible for catching it.
29852
29853 2005-02-22  Simon Josefsson  <jas@extundo.com>
29854
29855         * modules/iconvme: New file.
29856
29857         * MODULES.html.sh: Add iconvme.
29858
29859 2005-02-22  Simon Josefsson  <jas@extundo.com>
29860
29861         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
29862
29863 2005-02-22  Simon Josefsson  <jas@extundo.com>
29864
29865         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
29866
29867 2005-02-22  Jim Meyering  <jim@meyering.net>
29868
29869         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
29870         s/ifndef/ifdef/.
29871
29872 2005-02-20  Neil Conway  <neilc@samurai.com>
29873
29874         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
29875         returned by OSX/Darwin if the specified buffer is not large
29876         enough for the hostname.
29877
29878 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29879
29880         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
29881         pass it to _help, otherwise the latter coredumps trying to
29882         dereference state.root_argp.
29883
29884 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29885
29886         * modules/chdir-long (Depends-on): Add memrchr.
29887         * modules/memrchr (Files): Add lib/memrchr.h.
29888         (Include): "memrchr.h".
29889
29890 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29891
29892         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
29893
29894 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         * lib/memrchr.h: New file.
29897         * lib/chdir-long.c: Include it.
29898         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
29899         Don't bother including stddef.h.
29900
29901 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29902
29903         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
29904         inclusion.
29905         Include <sys/types.h>, for dev_t.
29906         (ME_DUMMY, ME_REMOTE): Move from here....
29907         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
29908         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
29909         Dmitry V. Levin.
29910         Include mountlist.h first, to test the interface.
29911
29912 2005-01-29  Bruno Haible  <bruno@clisp.org>
29913
29914         * lib/progname.c (program_name): Initialize.
29915         Needed when linking statically on MacOS X.
29916
29917 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29918
29919         Sync from coreutils.
29920         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
29921         (Depends-on): Add c-strtod.
29922         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
29923
29924 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29925
29926         Sync from coreutils.
29927         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
29928
29929         Remove files that are specific to coreutils.
29930         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29931
29932 2005-01-28  Bruno Haible  <bruno@clisp.org>
29933
29934         * modules/javacomp: New file.
29935         * MODULES.html.sh (Java): Add javacomp.
29936
29937 2005-01-28  Bruno Haible  <bruno@clisp.org>
29938
29939         * m4/javacomp.m4: New file, from GNU gettext.
29940
29941 2005-01-28  Bruno Haible  <bruno@clisp.org>
29942
29943         * lib/javacomp.sh.in: New file, from GNU gettext.
29944         * lib/javacomp.h: New file, from GNU gettext.
29945         * lib/javacomp.c: New file, from GNU gettext.
29946
29947 2005-01-26  Simon Josefsson  <jas@extundo.com>
29948
29949         * lib/gai_strerror.c: Use GPL in header.
29950
29951 2005-01-26  Bruno Haible  <bruno@clisp.org>
29952
29953         * modules/javaexec: New file.
29954         * MODULES.html.sh (Java): Add javaexec.
29955
29956 2005-01-26  Bruno Haible  <bruno@clisp.org>
29957
29958         * m4/javaexec.m4: New file, from GNU gettext.
29959
29960 2005-01-26  Bruno Haible  <bruno@clisp.org>
29961
29962         * lib/javaexec.sh.in: New file, from GNU gettext.
29963         * lib/javaexec.h: New file, from GNU gettext.
29964         * lib/javaexec.c: New file, from GNU gettext.
29965
29966 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29967
29968         * modules/lchown (Depends-on): Remove lchown.h
29969
29970 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29971
29972         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29973         must be defined if the header file was not found, in order
29974         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29975
29976 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29977
29978         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29979         initializers for struct pentry_state.
29980         (__argp_error): Check return value of __asprintf
29981         (__argp_failure): Translate error message
29982
29983         * lib/argp-parse.c: Removed braces around the expansion of N_()
29984
29985 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29986
29987         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29988         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29989         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29990         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29991         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29992         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29993         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29994         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29995         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29996         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29997         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29998         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29999         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
30000         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
30001         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
30002         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
30003         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
30004         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
30005         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
30006         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
30007         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
30008         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
30009         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
30010         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
30011         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
30012         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
30013         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
30014         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
30015         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
30016         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
30017         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
30018         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
30019         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
30020         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
30021         xstrtol.m4, xstrtoumax.m4, yesno.m4:
30022         Use an all-permissive copyright notice, recommended by RMS.
30023
30024 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
30025
30026         * modules/chdir-long (Depends-on): Remove mempcpy.
30027
30028 2005-01-21  Jim Meyering  <jim@meyering.net>
30029
30030         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
30031         same value as for Solaris 9.
30032
30033         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
30034         component length.  This included changing the parameter to be
30035         of type `char *' rather than `char const *'.
30036         * lib/chdir-long.h (chdir_long): Update prototype.
30037
30038         * lib/openat.c (fdopendir, fstatat): New functions.
30039         * lib/openat.h: Include headers required for use of DIR and struct
30040         stat.
30041         [AT_SYMLINK_NOFOLLOW]: Define.
30042         (fdopendir, fstatat): Add prototypes.
30043
30044 2005-01-21  Bruno Haible  <bruno@clisp.org>
30045
30046         * modules/classpath: New file.
30047         * MODULES.html.sh (Java): Add classpath.
30048
30049 2005-01-21  Bruno Haible  <bruno@clisp.org>
30050
30051         * lib/classpath.h: New file, from GNU gettext.
30052         * lib/classpath.c: New file, from GNU gettext.
30053
30054 2005-01-20  Simon Josefsson  <jas@extundo.com>
30055
30056         * modules/version-etc-fsf: New file.
30057
30058 2005-01-20  Simon Josefsson  <jas@extundo.com>
30059
30060         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
30061         * lib/version-etc.c: Remove version_etc_copyright.
30062         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
30063         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
30064
30065 2005-01-20  Simon Josefsson  <jas@extundo.com>
30066
30067         * lib/base64.h (isbase64): Add.
30068
30069         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
30070         using a unsigned prototype, don't inline.
30071         (base64_decode): Use it.
30072
30073 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30074
30075         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
30076         it.
30077
30078 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30079
30080         * lib/save-cwd.c (save_cwd): Remove code to support the case
30081         where fchdir is missing or flaky.
30082
30083 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30084
30085         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
30086
30087 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
30088
30089         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
30090         AC_LIBSOURCES now does this.
30091         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
30092         with new ullong_max module.
30093
30094 2005-01-19  Bruno Haible  <bruno@clisp.org>
30095
30096         * modules/sh-quote: New file.
30097         * MODULES.html.sh (Executing programs): Add sh-quote.
30098
30099 2005-01-19  Bruno Haible  <bruno@clisp.org>
30100
30101         * lib/sh-quote.h: New file, from GNU gettext.
30102         * lib/sh-quote.c: New file, from GNU gettext.
30103
30104 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30105
30106         Merge from coreutils.
30107         * m4/ullong_max.m4: New file.
30108         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
30109         (gl_MACROS): Assume localeconv exists.
30110
30111 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30112
30113         Merge changes from coreutils, as described below in several
30114         changelogs dated today.
30115
30116         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
30117         (O_DIRECTORY): Remove; not needed here, since "." must be
30118         a directory.  All uses removed.
30119         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
30120         universal on Suns, and we also need to test for IRIX.
30121         Revamp code to use 'if' rather than '#if'.
30122         Avoid unnecessary comparison of cwd->desc to 0.
30123
30124         * lib/utimens.c (futimens): Robustify the previous patch, by checking
30125         for known valid error numbers rather than observed invalid ones.
30126
30127 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30128
30129         * modules/ullong_max: New file.
30130
30131         * modules/chdir-long, modules/openat: New files.
30132         * modules/save-cwd (Depends-on): Depend on chdir-long.
30133         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
30134
30135 2005-01-18  Jim Meyering  <jim@meyering.net>
30136
30137         Merge from coreutils.
30138         * m4/chdir-long.m4, m4/openat.m4: New files.
30139         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
30140         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
30141         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
30142         is sane and DOES follow symlinks.  Besides, testing 20 different
30143         systems found no broken chown implementations.
30144         Prompted by a change in rsync's copy of this macro.
30145         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
30146
30147         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
30148
30149         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
30150         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
30151         NULL-means-set-to-current-time semantics.
30152         Remove temporary file immediately, rather than waiting
30153         for configure's at-exit trap code to do it.
30154
30155 2005-01-18  Jim Meyering  <jim@meyering.net>
30156
30157         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30158
30159         * lib/utimens.c (futimens): Account for the fact that futimes
30160         can also fail with errno == ENOSYS or errno == ENOENT.
30161         Patch from Dmitry V. Levin.
30162
30163         Change the name of the robust chdir function from chdir to chdir_long.
30164         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
30165         (restore_cwd): Use chdir_long, not chdir.
30166         * lib/chdir-long.c: Renamed from chdir.c.
30167         * lib/chdir-long.h: Renamed from chdir.h.
30168         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
30169         Hurd.
30170
30171 2005-01-18  Bruno Haible  <bruno@clisp.org>
30172
30173         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
30174         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
30175         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
30176         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
30177         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
30178         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
30179         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
30180         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
30181         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
30182         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
30183         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
30184         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
30185         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
30186         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
30187         Use an all-permissive copyright notice, recommended by RMS.
30188
30189 2005-01-18  Bob Proulx  <bob@proulx.com>
30190
30191         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
30192         simplify offsetof() macro construct to avoid compile failure with
30193         native HP-UX 11.0 ANSI C compiler.
30194
30195 2005-01-17  Bruno Haible  <bruno@clisp.org>
30196
30197         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
30198         redundant because stpncpy.m4 takes care of it.
30199
30200 2005-01-17  Bruno Haible  <bruno@clisp.org>
30201
30202         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
30203
30204 2005-01-17  Bruno Haible  <bruno@clisp.org>
30205
30206         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
30207         used.
30208
30209 2005-01-17  Bruno Haible  <bruno@clisp.org>
30210
30211         * lib/fwriteerror.h (fwriteerror): Change specification to include
30212         fclose.
30213         * lib/fwriteerror.c: Include <stdbool.h>.
30214         (fwriteerror): At the end, close the file stream. Record whether
30215         stdout was already closed.
30216
30217 2005-01-17  Bruno Haible  <bruno@clisp.org>
30218
30219         * lib/execute.c (environ): Declare if needed.
30220         * lib/pipe.c (environ): Likewise.
30221         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
30222
30223 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30224
30225         * modules/argp: Depend on vsnprintf
30226
30227 2005-01-10  Jim Meyering  <jim@meyering.net>
30228
30229         * modules/closeout (Depends-on): Add atexit.
30230
30231 2005-01-06  Bruno Haible  <bruno@clisp.org>
30232
30233         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
30234
30235 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30236
30237         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
30238         definitions to be after all include files, to avoid collisions.
30239         Problem reported by Bob Proulx.
30240
30241 2005-01-04  Jim Meyering  <jim@meyering.net>
30242
30243         Changes imported from coreutils.
30244         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
30245         as the mkstemp template, use a temporary directory and an
30246         8.3-friendly template to avoid trouble on systems like DJGPP.
30247         Reported by Juan M. Guerrero via Stepan Kasal.
30248         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
30249         close. Remove the temporary directory right away, rather than waiting
30250         for configure's at-exit trap code to do it.
30251         Suggestion from Stepan Kasal.
30252
30253 2005-01-01  Simon Josefsson  <jas@extundo.com>
30254
30255         * gnulib-tool: Print #include directives when --import'ing.
30256
30257 2004-12-28  Simon Josefsson  <jas@extundo.com>
30258
30259         * tests/test-base64.c: Include required header files.  Remove
30260         unused variables.
30261
30262 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30263
30264         * modules/error (Depends-on): Remove gettext.
30265
30266 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30267
30268         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
30269         not needed.  This removes a dependency on the gettext module.
30270         [defined _LIBC]: Do not include <libintl.h>; not needed.
30271
30272 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
30273
30274         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
30275         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
30276
30277 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
30278
30279         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
30280         HAVE_DECL_STRTOLD.
30281
30282 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30283
30284         * modules/getdate (Depends-on): Remove alloca-opt.
30285
30286 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30287
30288         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
30289
30290 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30291
30292         * lib/argp-parse.c: Include <stddef.h>.
30293         (alignof, alignto): New macros.
30294         (parser_init): Don't assume that void * is aligned sufficiently
30295         for struct option.
30296
30297         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
30298         need to extend the stack.
30299         (YYINITDEPTH): New macro, so that the initial stack isn't overly
30300         large.
30301
30302 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30303
30304         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
30305
30306 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
30307
30308         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
30309         (2004-10-24) change.  Apparently this was a false alarm.
30310
30311         * modules/getdate: Depend on alloca-opt, not alloca.
30312
30313 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
30314
30315         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
30316         Remove now-obsolete comment about AIX.
30317         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
30318         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
30319         (YYMAXDEPTH): New macro.
30320
30321 2004-12-18  Simon Josefsson  <jas@extundo.com>
30322
30323         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
30324
30325 2004-12-18  Bruno Haible  <bruno@clisp.org>
30326
30327         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
30328
30329 2004-12-18  Bruno Haible  <bruno@clisp.org>
30330
30331         * lib/fatal-signal.c (fatal_signals): Make non-const.
30332         (init_fatal_signals): New function.
30333         (uninstall_handlers, install_handlers): Ignore signals that were set to
30334         SIG_IGN.
30335         (at_fatal_signal): Call init_fatal_signals.
30336         (init_fatal_signal_set): Likewise. Ignore signals that were set to
30337         SIG_IGN.
30338         Reported by Paul Eggert.
30339
30340 2004-12-18  Bruno Haible  <bruno@clisp.org>
30341
30342         * doc/alloca.texi: New file.
30343         * doc/alloca-opt.texi: New file.
30344
30345 2004-12-17  Jim Meyering  <jim@meyering.net>
30346
30347         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
30348         Otherwise, install-sh could exit with improper exit status when
30349         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
30350
30351 2004-12-16  Simon Josefsson  <jas@extundo.com>
30352
30353         * tests/test-base64.c: Add license.
30354
30355 2004-12-15  Stepan Kasal  <address@hidden>
30356
30357         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
30358
30359 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
30360
30361         * modules/getcwd (Files): Add m4/d-ino.m4.
30362         Suggested by Mark D. Baushke.
30363
30364 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
30365
30366         * lib/getdate.y (textint): New member "negative".
30367         (time_zone_hhmm): New function.
30368         Expect 14 shift-reduce conflicts, not 13.
30369         (o_colon_minutes): New rule.
30370         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
30371         (yylex): Set the "negative" member of signed numbers.
30372
30373 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
30374
30375         * doc/getdate.texi (Time of day items, Time zone items):
30376         Describe new formats +00:00, UTC+00:00.
30377
30378 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30379
30380         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
30381         spurious "-l"s.  Problem reported by Stepan Kasal.
30382
30383 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
30384
30385         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
30386         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
30387
30388 2004-12-04  Simon Josefsson  <jas@extundo.com>
30389
30390         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
30391         Vandoorselaere <yoann@prelude-ids.org>.
30392
30393 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30394
30395         Changes imported from coreutils.
30396         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
30397         exist.
30398         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
30399
30400 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30401
30402         Changes imported from coreutils.
30403         * lib/hard-locale.c: Assume <locale.h> exists.
30404         Include "strdup.h".
30405         (GLIBC_VERSION): New macro.
30406         (hard_locale): Assume setlocale exists.
30407         Rewrite to avoid #ifdef.
30408         Use strdup rather than malloc + strcpy.
30409         * lib/human.c: Assume <locale.h> exists.
30410         (human_readable): Assume localeconv exists.
30411
30412 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30413
30414         * modules/hard-locale (Depends-on): Add strdup.
30415
30416 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
30417
30418         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
30419         convert T2, not T.  (Imported from libc.)
30420
30421 2004-11-30  Simon Josefsson  <jas@extundo.com>
30422
30423         * modules/restrict (License): Change to LGPL.
30424
30425 2004-11-30  Simon Josefsson  <jas@extundo.com>
30426
30427         * m4/restrict.m4: Add copyright and copying conditions.
30428
30429 2004-11-30  Simon Josefsson  <jas@extundo.com>
30430
30431         * m4/base64.m4: New file.
30432
30433 2004-11-30  Simon Josefsson  <jas@extundo.com>
30434
30435         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
30436         base64.
30437
30438         * tests/test-base64.c: New file.
30439
30440         * modules/base64: New file.
30441
30442 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30443
30444         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
30445         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
30446
30447         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
30448
30449 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30450
30451         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
30452         (__getcwd.c): Don't restore errno; glibc doesn't.
30453         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
30454         first, falling back to our code only if its results look suspicious.
30455         Ensure that the resulting buffer is only as large as necessary.
30456
30457         * lib/readutmp.c: Include readutmp.h first.
30458         Include <errno.h>, since readutmp.h no longer does that.
30459         * lib/readutmp.h: Don't include <errno.h>,
30460         <sys/param.h>, <time.h>; not needed to establish interface.
30461         (errno): Remove decl.
30462         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
30463         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
30464         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
30465
30466 2004-11-28  Simon Josefsson  <jas@extundo.com>
30467
30468         * lib/base64.h, base64.c: New file.
30469
30470 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
30471
30472         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
30473
30474 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30475
30476         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
30477         (Depends-on): Remove pathmax, same.  Add mempcpy.
30478         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
30479         (Makefile.am): Append getcwd.h to lib_SOURCES.
30480         (Include): Add getcwd.h.
30481         (Maintainer): Change from Jim Meyering to "all, glibc",
30482         since getdate now uses intended-for-glibc code.
30483         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
30484         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
30485
30486 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30487
30488         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
30489         HP's ANSI C compiler.
30490         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
30491         Declaring int functions causes warnings on some modern systems and
30492         shouldn't be needed to compile on ancient ones.
30493         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
30494         defined.
30495
30496         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
30497         with the following changes.
30498         (__set_errno): Parenthesize properly.
30499         Include <stdbool.h>.
30500         (MIN, MAX, MATCHING_INO): New macros.
30501         (__getcwd): Define with prototype, not K&R form.
30502         Use heuristics to allocate default buffer on stack if possible.
30503         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
30504         behavior, and to avoid the PATH_MAX limit when computing
30505         ../../../../...
30506         Use MATCHING_INO to compare inode number to file.
30507         Check for arithmetic overflow in size calculations.
30508         Fix bug in reallocation of dot array that caused getcwd to fail
30509         on directories nested deeper than 75.
30510         Be more careful about saving errno on error.
30511         Do not use realloc; use only free+malloc, as this is a bit
30512         more flexible and avoids a needless copy operation.
30513         Do not inspect st_dev and st_ino for symbolic links; POSIX
30514         doesn't specify the latter.
30515         Check for closedir errors.
30516         Avoid needless casts.
30517         Use "#ifdef weak_alias" around weak_alias, to be like other
30518         glibc code.
30519         The following changes to getcwd.c have effect only when used in
30520         gnulib; they have no effect inside glibc proper.
30521         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
30522         as alloca isn't used.
30523         (alloca, __alloca): Likewise.
30524         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
30525         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30526         unconditionally, as gnulib assumes C89 or better.
30527         Do not include <sys/param.h>.
30528         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
30529         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
30530         better.
30531         (NULL) [!defined NULL]: Remove; we assume C89 or better.
30532         Include <dirent.h> in a way that is compatible with modern Autoconf.
30533         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
30534         New macros, if not already defined.
30535         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
30536         Use "_LIBC", not "defined _LIBC", for consistency.
30537         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
30538         a mempcpy module.
30539         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
30540         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
30541         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
30542         credit only to Jim Meyering and adjust the copyright dates.
30543         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
30544         <stdlib.h>, <unistd.h>, "pathmax.h".
30545         Instead, include "xgetcwd.h" (first) and "getcwd.h".
30546         (INITIAL_BUFFER_SIZE): Remove.
30547         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
30548
30549 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30550
30551         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
30552         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
30553         Use the _ONCE methods, for efficiency.
30554         Check for fcntl.h.  In test program, include <errno.h>
30555         and <fcntl.h> if available.  Remove old K&R cruft from
30556         test program.  Check for common errors in GNU/Linux,
30557         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
30558         don't do AC_LIBOBJ, as that's getcwd.m4's job.
30559         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
30560         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
30561         name accordingly.
30562         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
30563         accommodate new getcwd.c.
30564         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
30565         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
30566         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
30567         that's all we need now.
30568
30569 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30570
30571         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
30572         argp-parse.c depends on getopt internals, that means we should
30573         always use our getopt, to be on the safe side.
30574         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
30575         order not to spoil the result of an eventual previous invocation
30576         of gl_GETOPT_SUBSTITUTE.
30577
30578 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30579
30580         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
30581         redefinition warnings. To avoid them, include the defines
30582         in `#if !defined __need_getopt ... #endif'. The only place
30583         where __getopt_argv_const is used is in definitions
30584         of getopt_long and getopt_long_only below, which are as well
30585         protected by `#ifndef __need_getopt'.
30586         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
30587         __need_getopt after including <stdio.h> and <unistd.h> These
30588         headers might have defined it.
30589
30590 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30591
30592         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
30593
30594 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30595
30596         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
30597         (futimens): New function, which uses futimes if available.
30598         (futimens, utimens): Support timespec==NULL, with same semantics
30599         as utime and utimens.
30600         * lib/utimens.h (futimens): New decl.
30601
30602 2004-11-23  Jim Meyering  <jim@meyering.net>
30603
30604         * lib/getopt_.h: Remove trailing blanks.
30605
30606 2004-11-23  Jim Meyering  <jim@meyering.net>
30607
30608         * lib/__fpending.c: Add comment.
30609
30610 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
30611
30612         * modules/canonicalize (Depends-on): Add xreadlink.
30613         Problem reported by James Youngman.
30614
30615 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30616
30617         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
30618         New macros.
30619         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
30620         optopt): Use them instead of invoking ## directly; otherwise, the
30621         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
30622
30623 2004-11-19  Bruno Haible  <bruno@clisp.org>
30624
30625         * lib/strtok_r.c: Move comments from here...
30626         * lib/strtok_r.h: ... to here.
30627
30628 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30629
30630         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
30631         implementations that mishandle size_t overflow.
30632
30633 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30634
30635         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
30636         might fail.  Problem reported by Yoann Vandoorselaere.
30637         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
30638         implementations that mishandle size_t overflow.
30639
30640 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30641
30642         * modules/canon-host (Depends-on): Add strdup.
30643
30644 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30645
30646         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
30647
30648 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30649
30650         * lib/canon-host.c: Include "strdup.h".
30651         (canon_host): Use getaddrinfo if available, so that IPv6 works.
30652         Use strdup instead of malloc/strcpy to duplicate strings.
30653
30654         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
30655         (human_space_before_unit): New constant.
30656         * lib/human.c (human_readable): Support it.
30657
30658         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
30659         (xgetcwd): Set errno correctly when failing.
30660         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
30661         the failure is actually due to a PATH_MAX problem.
30662
30663         Further getopt changes to make it more likely that glibc will
30664         buy the changes back.
30665         * lib/getopt.c (POSIXLY_CORRECT): New constant.
30666         (getopt): Use it, so to preserve glibc semantic
30667         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
30668         when compiling for libc.
30669         * lib/getopt_.h (__getopt_argv_const): Bring it back.
30670         (getopt_long, getopt_long_only): Use it.
30671
30672         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30673         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
30674         (getopt): Argv is now char * const *, as per standard.
30675         (_getopt_internal_r, _getopt_internal): Argv is now char **,
30676         not char *__getopt_argv_const *.
30677         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30678         _getopt_long_only_r): Likewise.
30679         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
30680         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30681         _getopt_long_r, _getopt_long_only_r): Likewise.
30682         * lib/getopt_.h (__getopt_argv_const): Remove.
30683         (getopt): Argv is now char * const *, as per standard.
30684
30685         * lib/getdate.y (tORDINAL): New token.
30686         (day, relunit): Allow it for relative times.
30687         (relative_time_table): Use tORDINAL for ordinals.
30688
30689 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30690
30691         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
30692         Document that "second" isn't allowed as an ordinal number.
30693
30694 2004-11-16  Jim Meyering  <jim@meyering.net>
30695
30696         * modules/closeout (Depends-on): Add fpending.
30697
30698 2004-11-15  Jim Meyering  <jim@meyering.net>
30699
30700         * lib/closeout.c: Include "__fpending.h" once again.
30701         Include <stdbool.h>.
30702         (close_stdout): Don't fail just because stdout was closed initially,
30703         since some programs don't write to stdout in the normal course of
30704         operation (other than --version and --help), and we don't want this
30705         function to make e.g. `touch file >&-' fail.
30706         But do fail if it was closed and someone has tried to write to it.
30707         E.g., `printf foo >&-' must fail.
30708
30709 2004-11-13  Jim Meyering  <jim@meyering.net>
30710
30711         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
30712
30713 2004-11-12  Simon Josefsson  <jas@extundo.com>
30714
30715         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
30716         small doc fix is still pending.
30717
30718 2004-11-11  Simon Josefsson  <jas@extundo.com>
30719
30720         * modules/strtok_r: New file.
30721
30722         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30723         strtok_r.
30724
30725 2004-11-11  Simon Josefsson  <jas@extundo.com>
30726
30727         * m4/strtok_r.m4: New file.
30728
30729         * m4/getopt.m4: Replace opterr.
30730
30731 2004-11-11  Simon Josefsson  <jas@extundo.com>
30732
30733         * lib/strtok_r.h, strtok_r.c: New file.
30734
30735 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30736
30737         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
30738         of replacing opterr, getopt, etc.  This should handle the
30739         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
30740
30741 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30742
30743         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
30744         we can stop lying to compilers about the constness of argv when we
30745         are compiled outside glibc.
30746         (getopt, getopt_long, getopt_long_only): Use it.
30747         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30748         _getopt_internal, getopt): Likewise.
30749         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30750         _getopt_long_only_r): Likewise.
30751         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30752         _getopt_long_r, _getopt_long_only_r): Likewise.
30753
30754         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
30755         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
30756         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
30757         the other external symbols.
30758         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
30759         declaration, since the above renaming now works around collisions.
30760
30761 2004-11-11  Jim Meyering  <jim@meyering.net>
30762
30763         * lib/linebreak.c: Remove trailing blanks.
30764         * lib/alloca_.h: Likewise.
30765         * lib/acosl.c: Likewise.
30766         * lib/euidaccess.c: Likewise.
30767         * lib/allocsa.h: Likewise.
30768
30769 2004-11-10  Simon Josefsson  <jas@extundo.com>
30770
30771         * m4/getaddrinfo.m4: New file.
30772
30773 2004-11-10  Simon Josefsson  <jas@extundo.com>
30774
30775         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
30776
30777 2004-11-10  Simon Josefsson  <jas@extundo.com>
30778
30779         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30780         getaddrinfo.
30781
30782         * modules/getaddrinfo: New file.
30783
30784 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30785
30786         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
30787
30788 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30789
30790         * lib/mktime.c (SHR): New macro, which is a portable
30791         substitute for >> that should work even on Crays.
30792         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
30793         Problem reported by Mark D. Baushke in
30794         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
30795         * lib/getdate.y (SHR): Likewise.
30796         (tm_diff): Use it.
30797         * lib/strftime.c (SHR): Likewise.
30798         (tm_diff): Use it.
30799         * lib/quotearg.c (struct quoting_options): Use unsigned int for
30800         quote_these_too, so that right shifts are well defined.  All uses
30801         changed.
30802
30803 2004-11-10  Jim Meyering  <jim@meyering.net>
30804
30805         Ensure that no close failure goes unreported.
30806         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
30807         return early when it seems there's nothing to flush.
30808         Don't include __fpending.h.
30809
30810 2004-11-10  Jim Meyering  <jim@meyering.net>
30811
30812         * modules/closeout (Depends-on): Remove fpending.
30813
30814 2004-11-10  Jim Meyering  <jim@meyering.net>
30815
30816         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
30817
30818 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30819
30820         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
30821         gl_FUNC_STRFTIME.
30822         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
30823         and AC_REQUIRE when possible, to avoid duplicate checks.
30824         Check for <wchar.h>.
30825
30826 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30827
30828         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
30829
30830 2004-11-09  Bruno Haible  <bruno@clisp.org>
30831
30832         * m4/sockpfaf.m4: New file.
30833
30834 2004-11-05  Bruno Haible  <bruno@clisp.org>
30835
30836         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
30837         Reported by Mark D. Baushke <mdb@cvshome.org>.
30838
30839 2004-11-04  Bruno Haible  <bruno@clisp.org>
30840
30841         2004-09-11  Bruno Haible  <bruno@clisp.org>
30842                 * allocsa.valgrind: New file.
30843         2004-02-06  Bruno Haible  <bruno@clisp.org>
30844                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
30845                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
30846                 Reported by Christopher Seip <chris.seip@hp.com>.
30847
30848 2004-11-04  Bruno Haible  <bruno@clisp.org>
30849
30850         * modules/allocsa (Files): Add lib/allocsa.valgrind.
30851         (Makefile.am): Distribute it.
30852
30853 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30854
30855         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
30856         with errno == ERANGE if the buffer is too small.
30857         Problem reported by Mark D. Baushke.
30858
30859 2004-11-03  Albert Chin  <china@thewrittenword.com>
30860             Paul Eggert  <eggert@cs.ucla.edu>
30861
30862         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
30863         equivalent, substitute $ac_type for equivalent type rather than
30864         blindly using uint32_t *always* which won't work if uint32_t is not
30865         available.  Define _UINT32_T to work around typedef of uint32_t if
30866         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
30867         2.5.1.
30868
30869 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30870
30871         * m4/jm-macros.m4: Sync from coreutils.
30872         (gl_MACROS): Check for mbrlen, for pathchk.
30873         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
30874
30875 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30876
30877         * lib/xreadlink.c (MAXSIZE): New macro.
30878         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
30879         size does not exceed MAXSIZE.  Avoid cast.
30880         As suggested by Mark D. Baushke in
30881         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
30882         if readlink fails with buffer size just under MAXSIZE, try again
30883         with MAXSIZE.
30884
30885 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30886
30887         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
30888
30889 2004-11-02  Derek R. Price  <derek@ximbiot.com>
30890         and  Paul Eggert  <eggert@cs.ucla.edu>
30891
30892         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
30893         (get_date): Overparenthesize to avoid GCC warning.
30894
30895 2004-11-02  Bruno Haible  <bruno@clisp.org>
30896
30897         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
30898         returns void.
30899
30900 2004-11-02  Bruno Haible  <bruno@clisp.org>
30901
30902         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
30903         function returns void.
30904
30905 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30906
30907         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
30908         fflush_unlocked, flockfile, funlockfile, funlockfile,
30909         fputs_unlocked, putc_unlocked.
30910
30911 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30912
30913         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30914         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
30915         already declared.
30916
30917 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30918
30919         * modules/getdate (Files): Add doc/getdate.texi.
30920         (Depends-on): Add setenv, xalloc.
30921
30922 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30923
30924         * lib/getdate.y: Add support for TZ="foo" within a date string.
30925         Fix some bugs near time_t boundaries.  Reject dates with
30926         out-of-range components, e.g., "Sept 31".
30927         Include <stdlib.h>, "setenv.h", "xalloc.h".
30928         (ISDIGIT_LOCALE): Remove; unused.
30929         Note that the TZ and time functions used here are not reentrant.
30930         (mktime_ok, get_tz): New functions.
30931         (TZBUFSIZE): New constant.
30932         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30933         This requires that we sometimes generate our own TZ="XXX..." setting.
30934
30935 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30936
30937         * doc/getdate.texi: New file, from coreutils with modifications for
30938         the new TZ parsing.
30939
30940 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30941
30942         * lib/mktime.c (not_equal_tm): Remove redundant check.
30943
30944 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30945
30946         * modules/regex (lib_SOURCES): Add regex.c.
30947         Reported by James Youngman in
30948         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30949
30950 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30951
30952         * lib/getdate.y: Use Bison 1.875 features, and some minor
30953         code cleanups.  This change does not affect semantics.
30954         Don't include <stdlib.h>; no longer needed.
30955         Don't include unlocked-io.h; only the "#if TEST" code uses
30956         stdio, and performance isn't crucial there.
30957         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30958         Bison 1.875 features as described below.
30959         All uses of "PC." replaced by "pc->".
30960         (YYSTYPE): Add a forward declaration.
30961         (yylex, yyerror): Use full prototypes in forward decls.
30962         Use "%pure-parser" rather than obsolescent "%pure_parser".
30963         Use %parse-param and %lex-param instead of obsolescent
30964         YYPARSE_PARAM and YYLEX_PARAM.
30965         (meridian_table, month_and_day_table, time_units_table,
30966         relative_time_table, time_zone_table, military_table,
30967         lookup_zone, lookup_word, get_date):
30968         Use NULL instead of 0 where appropriate.
30969         (to_hour): Avoid abort (), to avoid a dependency on
30970         stdlib.h.
30971         (yyerror, yylex): Now accepts parser_control * arg.
30972         (main) [TEST]: Use '\0' rather than 0 for char.
30973
30974 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30975
30976         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30977
30978 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30979
30980         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30981         It's now the caller's responsibility to handle the case where
30982         !HAVE_GETPAGESIZE && !defined getpagesize.
30983
30984         * lib/mktime.c (leapyear): Arg is long int, not int.
30985
30986 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30987
30988         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30989
30990 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30991
30992         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30993         missing.  Problem reported by James Youngman.
30994
30995 2004-10-16  Simon Josefsson  <jas@extundo.com>
30996
30997         * gnulib-tool: Fix comments.  Fix parse problem.
30998         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30999
31000 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
31001
31002         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
31003         implementation of getopt_long.  Problem reported by Alexander Taler in:
31004         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
31005
31006 2004-10-15  Bruno Haible  <bruno@clisp.org>
31007
31008         * gnulib-tool: Untabify. Initialize supplied_libname.
31009         (func_usage): More homogenous output.
31010         (func_modules_transitive_closure, func_modules_to_filelist,
31011         func_emit_lib_Makefile_am): New functions.
31012         (func_import): New function, extracted from big case statement. Use
31013         func_get_license, func_modules_transitive_closure,
31014         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
31015         opt_lgpl. Don't use test -a, as it's not portable.
31016         (func_create_testdir): Use func_modules_transitive_closure,
31017         func_modules_to_filelist, func_emit_lib_Makefile_am.
31018
31019 2004-10-15  Bruno Haible  <bruno@clisp.org>
31020
31021         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
31022
31023 2004-10-15  Bruno Haible  <bruno@clisp.org>
31024
31025         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
31026         the portions belonging to each module.
31027         Suggested by Derek Robert Price <derek@ximbiot.com>.
31028
31029 2004-10-12  Simon Josefsson  <jas@extundo.com>
31030
31031         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
31032         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
31033         to real functions.
31034
31035 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31036
31037         * modules/vsnprintf: New file.
31038
31039 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31040
31041         * m4/vsnprintf.m4: New file.
31042
31043 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31044
31045         * lib/vsnprintf.h: New file.
31046         * lib/vsnprintf.c: New file.
31047
31048 2004-10-11  Bruno Haible  <bruno@clisp.org>
31049
31050         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
31051         vsnprintf.
31052
31053 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31054
31055         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
31056
31057 2004-10-07  Bruno Haible  <bruno@clisp.org>
31058
31059         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
31060         fits into the provided buffer.
31061
31062 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31063
31064         * lib/diacrit.c, diacrit.h: Add GPL notice.
31065
31066         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
31067         notice.
31068         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
31069         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
31070         This avoids a potential constant-folding bug.
31071
31072 2004-10-05  Bruno Haible  <bruno@clisp.org>
31073
31074         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
31075         for the declaration of strsep.
31076
31077 2004-10-05  Bruno Haible  <bruno@clisp.org>
31078
31079         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
31080
31081 2004-10-04  Simon Josefsson  <jas@extundo.com>
31082
31083         * modules/memmem: New file.
31084         * tests/test-memmem.c: New file.
31085         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
31086
31087 2004-10-04  Simon Josefsson  <jas@extundo.com>
31088
31089         * m4/memmem.m4: New file.
31090
31091 2004-10-04  Simon Josefsson  <jas@extundo.com>
31092
31093         * lib/memmem.h: New file.
31094         * lib/memmem.c: New file, taken from glibc.
31095
31096 2004-10-04  Simon Josefsson  <jas@extundo.com>
31097
31098         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
31099         '#ifdef USE_UNLOCKED_IO'.
31100
31101 2004-10-04  Simon Josefsson  <jas@extundo.com>
31102
31103         * config/srclist.txt: Add memmem from glibc.
31104
31105 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31106
31107         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
31108
31109         * modules/argmatch, modules/argp, modules/closeout, modules/error,
31110         modules/exclude, modules/getdate, modules/getline,
31111         modules/getndelim2, modules/getpass, modules/getpass-gnu,
31112         modules/getusershell, modules/linebuffer, modules/md5,
31113         modules/mountlist, modules/posixtm, modules/readtokens,
31114         modules/readutmp, modules/regex, modules/sha1,
31115         modules/version-etc, modules/yesno:
31116         Remove dependency on unlocked-io.
31117
31118 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31119
31120         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
31121
31122         * m4/unlocked-io.m4: Add copyright notice.
31123         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
31124
31125 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31126
31127         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
31128         * lib/xmalloc.c (xmemdup): Likewise.
31129         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
31130         XFREE): Remove these long-obsolescent macros.
31131         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
31132         * lib/xstrdup.c: Remove.
31133
31134         * lib/regex.c (re_comp): Cast gettext return value to char *,
31135         Problem reported by Martin Neitzel via Mark D. Baushke.
31136
31137 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31138
31139         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
31140         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
31141         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
31142         regex.c, sha1.c, version-etc.c, yesno.c:
31143         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
31144         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
31145         the includer's responsibility.
31146
31147         Sync from coreutils.
31148
31149         * lib/modechange.c (mode_compile): Don't decrement a pointer that
31150         points to the start of a string, as the C Standard says the
31151         resulting behavior is undefined.
31152
31153         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
31154         simple -> simple_backups, numbered_existing ->
31155         numbered_existing_backups, numbered -> numbered_backups
31156         to avoid shadowing problems.  All uses changed.
31157         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
31158         * lib/backupfile.c (check_extension, numbered_backup):
31159         Rename locals to avoid shadowing 'basename'.
31160         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
31161         once.
31162
31163         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
31164         * lib/.cvsignore: Add getopt.h.
31165
31166 2004-10-04  Bruno Haible  <bruno@clisp.org>
31167
31168         * modules/README: New file.
31169         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
31170         not a module.
31171
31172 2004-10-02  Jim Meyering  <jim@meyering.net>
31173
31174         * lib/dirfd.h, getpagesize.h: Add copyright notice.
31175
31176 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31177
31178         * modules/strsep: New file.
31179
31180 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31181
31182         * m4/strsep.m4: New file.
31183
31184 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31185
31186         * lib/strsep.h: New file.
31187         * lib/strsep.c: New file.
31188
31189 2004-10-01  Simon Josefsson  <jas@extundo.com>
31190
31191         * lib/snprintf.c (snprintf): Handle size==0.
31192
31193 2004-10-01  Simon Josefsson  <jas@extundo.com>
31194             Bruno Haible  <bruno@clisp.org>
31195
31196         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
31197         (snprintf): Declare 'args'.
31198
31199 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
31200
31201         * lib/snprintf.c: Remove comments as to why each header is needed.
31202
31203 2004-10-01  Bruno Haible  <bruno@clisp.org>
31204
31205         * MODULES.html.sh: Add strsep.
31206
31207 2004-09-30  Simon Josefsson  <jas@extundo.com>
31208
31209         * modules/snprintf: New file.
31210
31211 2004-09-30  Simon Josefsson  <jas@extundo.com>
31212
31213         * m4/snprintf.m4: New file.
31214
31215 2004-09-30  Simon Josefsson  <jas@extundo.com>
31216
31217         * lib/snprintf.h, lib/snprintf.c: New files.
31218
31219 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31220
31221         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
31222         (hol_entry_help): Never translate an empty string.
31223         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
31224         * lib/argp.h (OPTION_NO_TRANS): New option.
31225
31226 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31227
31228         * modules/argp (Maintainer): Replace Simon Josefsson
31229         by Sergey Poznyakoff.
31230
31231 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31232
31233         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
31234         changes merged back into glibc.
31235
31236 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31237
31238         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
31239
31240 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31241
31242         * lib/xvasprintf.c: Include xalloc.h.
31243         (xvasprintf): Use xalloc_die, not xmalloc_die.
31244
31245 2004-09-29  Bruno Haible  <bruno@clisp.org>
31246
31247         * modules/alloca-opt: New file, derived from modules/alloca.
31248         * modules/allocsa: Depend on alloca-opt instead of alloca.
31249         * modules/setenv: Likewise.
31250         * modules/vasnprintf: Likewise.
31251         * MODULES.html.sh: Add alloca-opt.
31252
31253 2004-09-28  Simon Josefsson  <jas@extundo.com>
31254
31255         * gnulib-tool: New parameter --lgpl, to asseert that modules are
31256         LGPL, and to replace license template from GPL to LGPL.
31257
31258 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
31259
31260         * modules/dummy: Change license to LGPL.
31261
31262 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
31263
31264         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
31265
31266 2004-09-24  Simon Josefsson  <jas@extundo.com>
31267
31268         * modules/minmax (License): Change from GPL to LGPL.
31269
31270 2004-09-23  Simon Josefsson  <jas@extundo.com>
31271
31272         * gnulib-tool (--import): Typo.
31273
31274 2004-09-23  Simon Josefsson  <jas@extundo.com>
31275
31276         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
31277
31278 2004-09-22  Bruno Haible  <bruno@clisp.org>
31279
31280         * modules/*: Add 'License' field.
31281         * gnulib-tool: Accept --extract-license option.
31282         (func_get_license): New function.
31283
31284 2004-09-21  Bruno Haible  <bruno@clisp.org>
31285
31286         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
31287         Reported by Simon Josefsson.
31288
31289 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31290
31291         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
31292         gl_AC_TYPE_LONG_LONG.
31293
31294 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31295
31296         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
31297
31298 2004-09-18  Simon Josefsson  <jas@extundo.com>
31299         and  Paul Eggert  <eggert@cs.ucla.edu>
31300
31301         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
31302         calls with autoreconf.  Define GL_LIB.
31303
31304 2004-09-14  Karl Berry  <karl@gnu.org>
31305
31306         * config/srclist.txt: unsync setenv.c, sigh.
31307
31308 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31309
31310         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
31311         Problem reported by Bruno Haible in:
31312         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
31313
31314 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31315
31316         * config/srclist.txt: Comment out argp-pvh.c.
31317
31318 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
31319
31320         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
31321         in case some system header has #define'd it.  Problem reported by
31322         Soeren D. Schulze in
31323         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
31324
31325 2004-09-09  Karl Berry  <karl@gnu.org>
31326
31327         * regex.[ch]: delete from the root.  These were supposed to be
31328                 synced with emacs cvs, but this has not happened for about
31329                 a year, and anyway nothing else uses emacs regex.[ch].
31330                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
31331                 lib/regex[.ch] is untouched.
31332
31333 2004-09-09  Bruno Haible  <bruno@clisp.org>
31334
31335         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
31336
31337 2004-09-09  Bruno Haible  <bruno@clisp.org>
31338
31339         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
31340         modifications.
31341         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
31342
31343 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
31344
31345         * modules/xvasprintf: New file.
31346         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
31347
31348 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
31349
31350         * lib/xvasprintf.h: New file.
31351         * lib/xvasprintf.c: New file.
31352         * lib/xasprintf.c: New file.
31353
31354 2004-09-08  Bruno Haible  <bruno@clisp.org>
31355
31356         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
31357
31358 2004-09-08  Bruno Haible  <bruno@clisp.org>
31359
31360         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
31361         length is > INT_MAX.
31362         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
31363         more.
31364
31365 2004-09-08  Bruno Haible  <bruno@clisp.org>
31366
31367         * lib/stdint_.h: New file, taken from GNU clisp.
31368
31369 2004-09-08  Bruno Haible  <bruno@clisp.org>
31370             Oskar Liljeblad  <oskar@osk.mine.nu>
31371
31372         * modules/stdint: New file.
31373         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
31374
31375 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31376
31377         Import from coreutils.
31378         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
31379         strings on unbounded length.  alloca's performance benefits aren't
31380         that important here.
31381         (V_STRDUP): Remove.
31382         (parse_with_separator): New function, with most of the internals
31383         of the old parse_user_spec.  Allow user to omit both user and group,
31384         for compatibility with FreeBSD.
31385         Clone only the user name, not the entire spec.
31386         Do not set *uid, *gid unless entirely successful.
31387         Avoid memory leak in some failing cases.
31388         Fix regression for USER.GROUP reported by Dmitry V. Levin in
31389         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
31390         (parse_user_spec): Rewrite to use parse_with_separator.
31391
31392 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31393
31394         * modules/userspec: Don't depend on alloca.
31395
31396 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31397
31398         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
31399
31400 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31401
31402         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
31403         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
31404         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
31405
31406 2004-08-16  Simon Josefsson  <jas@extundo.com>
31407
31408         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
31409         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
31410         Add --dry-run for --import.
31411         Let user provided command line parameters override configure.ac
31412         settings.
31413
31414 2004-08-12  Simon Josefsson  <jas@extundo.com>
31415
31416         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
31417         as discussed with Paul Eggert in threads rooted at
31418         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
31419         and
31420         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
31421         Before, the test was empty, and relied on ELIDE_CODE in source
31422         code.)
31423         (gl_PREREQ_GETOPT): New macro.
31424         (gl_GETOPT): Use them.
31425
31426 2004-08-12  Simon Josefsson  <jas@extundo.com>
31427
31428         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
31429         * lib/getopt_.h: Renamed from getopt.h.
31430
31431 2004-08-12  Simon Josefsson  <jas@extundo.com>
31432
31433         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
31434         Change default library name from libfoo to libgnu.
31435         Now, if you have a configure.ac that says:
31436                 gl_SOURCE_BASE(gl)
31437                 gl_M4_BASE(gl/m4)
31438                 gl_MODULES(error getopt etcetera)
31439                 gl_INIT
31440         you can import all you need by running:
31441                 ../gnulib/gnulib-tool --import
31442
31443         * modules/getopt (Files): Rename getopt.h to getopt_.h.
31444         (Makefile.am): Rewrite, use logic from argz.
31445         (Include): Use <getopt.h> instead of "getopt.h".
31446
31447 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31448
31449         * modules/argp (Files): Add m4/unlocked-io.m4.
31450         (Depends-on): Add extensions.
31451
31452 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31453
31454         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
31455         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
31456         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
31457         Check for program_invocation_name, program_invocation_short_name,
31458         flockfile, funlockfile, features.h, _getopt_long_only_r.
31459
31460 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31461
31462         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
31463         its complicated substitute.
31464         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
31465         and program_invocation_name.
31466         (__argp_basename) [!_LIBC]: Remove; the only use was
31467         replaced by its body.
31468         (__argp_short_program_name): Change condition from
31469         !defined __argp_short_program_name to
31470         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
31471         to match argp-namefrob.h.
31472         (__argp_failure): Don't assume strerror_r returns char *.
31473         * lib/argp-parse.c (N_): Define unconditionally.
31474         (argp_default_options): Fill out initializers with 0 to avoid
31475         gcc warnings.
31476
31477 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31478
31479         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
31480         getopt1.c.
31481
31482 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31483
31484         Merge from coreutils.
31485
31486         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
31487
31488         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
31489         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
31490
31491 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31492
31493         Merge from coreutils.
31494
31495         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
31496         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
31497         for Reliant Unix 5.43.
31498
31499         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
31500         (union fooround): Use uintmax_t, not long int.
31501         The rest is a merge from libc:
31502         [defined _LIBC]: Include <shlib-compat.h>.
31503         (_obstack) [defined _LIBC]: Remove after 2.3.4.
31504
31505         * lib/settime.c (settime): Recode to avoid warning with
31506         Sun Forte C 6U2.
31507
31508         * lib/strverscmp.c: Convert to UTF-8.
31509
31510 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31511
31512         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31513         m4/uintmax_t.m4.
31514
31515 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31516
31517         * modules/xalloc-die: New file.
31518         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
31519
31520         * modules/md5 (Files): Add m4/uint32_t.m4.
31521         * modules/sha1: Renamed from modules/sha.
31522         (Files):
31523         Rename lib/sha.h to lib/sha1.h.
31524         Rename lib/sha.c to lib/sha1.c.
31525         Rename m4/sha.m4 to m4/sha1.m4.
31526         (lib_SOURCES): Likewise.
31527         (configure.ac): Rename gl_SHA to gl_SHA1.
31528         (Include): sha.h -> sha1.h.
31529
31530 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31531
31532         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
31533         * m4/sha1.m4: Renamed from sha.m4.
31534         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
31535
31536 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31537
31538         * lib/obstack.h (obstack_empty_p):
31539         Don't assume that chunk->contents is suitably aligned.
31540         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
31541         Likewise. Problem reported by Benno in
31542         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
31543
31544         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
31545         readable.  This could be improved further but it'd take some work.
31546
31547 2004-08-08  Simon Josefsson  <jas@extundo.com>
31548
31549         * modules/xgethostname (Depends-on): Remove exit and error (not
31550         used).
31551
31552         * modules/getpass-gnu: Add getpass.h.
31553         (Depends-on): Add stdbool.
31554         * modules/getpass: Add getpass.h.
31555
31556 2004-08-08  Simon Josefsson  <jas@extundo.com>
31557
31558         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
31559         Check getpass declaration.
31560
31561 2004-08-08  Simon Josefsson  <jas@extundo.com>
31562
31563         * lib/xgethostname.c: Don't include error.h (not used).
31564
31565         * lib/getpass.h: Add.
31566         * lib/getpass.c: Include getpass.h first.
31567
31568 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
31569
31570         * lib/xalloc-die.c: New file.
31571         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
31572         All uses removed.
31573         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
31574         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
31575         xalloc-die.c.
31576         (_, N_, xalloc_die): Move to xalloc-die.c.
31577         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
31578         so that we needn't mess with xalloc_msg_memory_exhausted.
31579
31580         * lib/sha1.h: Renamed from sha.h.
31581         (SHA1_H): Renamed from _SHA_H.
31582         (sha1_ctx): Renamed from sha_ctx.
31583         (sha1_init_ctx): Renamed from sha_init_ctx.
31584         (sha1_process_block): Renamed from sha_process_block.
31585         (sha1_process_bytes): Renamed from sha_process_bytes.
31586         (sha1_finish_ctx): Renamed from sha_finish_ctx.
31587         (sha1_read_ctx): Renamed from sha_read_ctx.
31588         (sha1_stream): Renamed from sha_stream.
31589         (sha1_buffer): Renamed from sha_buffer.
31590         * lib/sha1.c: Likewise; renamed from sha.c.
31591         Do not include <sys/types.h>.
31592         Include <stddef.h> rather than <stdlib.h>.
31593
31594 2004-08-08  Bruno Haible  <bruno@clisp.org>
31595
31596         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
31597         FILESYSTEM_PREFIX_LEN.
31598         * lib/progreloc.c: Likewise.
31599         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
31600
31601 2004-08-06  Simon Josefsson  <jas@extundo.com>
31602
31603         * modules/progname (Depends-on): Don't depend on stdbool.
31604
31605 2004-08-06  Simon Josefsson  <jas@extundo.com>
31606
31607         * modules/getsubopt: New file.
31608         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31609         getsubopt.
31610
31611 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31612
31613         More merge from coreutils.
31614
31615         * m4/utimens.m4, m4/utimecmp.m4: New files.
31616         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
31617         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
31618         prereq.m4, sha.m4: Import changes from coreutils.
31619
31620 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31621
31622         More merge from coreutils.
31623         * modules/raise, modules/readtokens0, modules/utimens:
31624         * modules/utimecmp, module/xnanosleep: New files.
31625         * modules/strftime: Add lib/strftime.h.
31626         Change include from <time.h> to "strftime.h".
31627         * modules/yesno: Add lib/yesno.h.
31628         * modules/backupfile: Remove lib/addext.c.
31629         * modules/euidaccess: Add stat-macros.h.
31630         * modules/canonicalize, modules/euidaccess,
31631         modules/filemode, modules/lchown, modules/makepath,
31632         modules/rmdir, modules/stat: Likewise.
31633
31634 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31635
31636         Merge from tar.
31637         * lib/argp-help.c (make_hol, hol_append): Don't assume that
31638         SIZE_MAX is a valid preprocessor constant.
31639         (__argp_basename): Change from "#ifndef _LIBC"
31640         to "#ifndef __argp_short_program_name", so that
31641         we don't compile these functions for tar.
31642
31643         More merges from coreutils.
31644         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
31645         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
31646         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
31647         * lib/addext.c: Remove; no longer needed.
31648         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
31649         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
31650         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
31651         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
31652         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
31653         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
31654         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
31655         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
31656         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
31657         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31658         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
31659         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
31660         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
31661         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
31662         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
31663         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
31664         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
31665         Import changes from coreutils.
31666
31667 2004-08-05  Simon Josefsson  <jas@extundo.com>
31668
31669         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
31670
31671 2004-08-05  Simon Josefsson  <jas@extundo.com>
31672
31673         * m4/getsubopt.m4: New file.
31674
31675 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31676
31677         Merge from coreutils.
31678
31679         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
31680         * m4/getcwd-path-max.m4: New files.
31681
31682         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
31683         FILESYSTEM_PREFIX_LEN ->
31684         FILE_SYSTEM_PREFIX_LEN.
31685         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
31686         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
31687         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
31688         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
31689
31690         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
31691         prerequisite modules now handle the DOS stuff.
31692         Don't check for unistd.h.
31693
31694 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31695
31696         Merge from coreutils.
31697
31698         * lib/.gdb-history: Remove; this doesn't belong here.
31699
31700         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
31701         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
31702         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
31703         * lib/getcwd.c: New files.
31704
31705         * lib/dirname.h: Include <stdbool.h>.
31706         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
31707         for consistency with POSIX terminology.  All uses changed.
31708         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
31709         (strip_trailing_slashes): Use bool for booleans.
31710         * lib/stripslash.c (strip_trailing_slashes): Likewise.
31711
31712         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
31713         sometimes returns a positive errno value even when it succeeds.
31714         (print_errno_message) [!LIBC]: Fall back on strerror if
31715         __strerror_r fails.
31716
31717         * lib/path-concat.c (mempcpy): Don't define if a system header defines
31718         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
31719         (longest_relative_suffix): New function.
31720         (path_concat): Use it.  Assume first argument is not NULL.
31721         Port to DOS.  Omit redundant separators.
31722         Report an error instead of returning NULL.
31723         Use mempcpy instead of memcpy.
31724         (xpath_concat): Remove: not declared or used.
31725
31726         * lib/same.h: Include <stdbool.h>
31727         (same_name): Return bool, not int.
31728         * lib/same.c (same_name): Likewise.
31729         (errno): Don't declare; we assume C89 or better now.
31730
31731         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
31732         if not already defined.
31733
31734         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
31735         * lib/dup-safer.c (errno): Likewise.
31736
31737 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31738
31739         Merge from coreutils.
31740         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
31741         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
31742         * modules/path-concat: Don't depend on strdup.
31743
31744 2004-08-03  Simon Josefsson  <jas@extundo.com>
31745
31746         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
31747         * lib/progname.h: Don't include stdbool.h.
31748
31749 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31750
31751         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
31752         * MODULES.html.sh (func_all_modules): Remove fatal.
31753
31754 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31755
31756         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
31757
31758 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31759
31760         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
31761         working.
31762
31763 2004-08-02  Simon Josefsson  <jas@extundo.com>
31764
31765         * lib/getsubopt.h: New file, with comments from Bruno Haible.
31766         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
31767         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
31768
31769 2004-08-01  Simon Josefsson  <jas@extundo.com>
31770
31771         * lib/xgetdomainname.c: Include stdlib.h, for free().
31772
31773 2004-07-19  Bruno Haible  <bruno@clisp.org>
31774
31775         * MODULES.html.sh (func_all_modules): Add dummy.
31776
31777 2004-07-16  Simon Josefsson  <jas@extundo.com>
31778
31779         * modules/dummy: New file.
31780
31781 2004-07-16  Simon Josefsson  <jas@extundo.com>
31782
31783         * lib/dummy.c: New file.
31784
31785 2004-07-16  Bruno Haible  <bruno@clisp.org>
31786
31787         * lib/backupfile.h: Add extern "C" for C++.
31788         * lib/closeout.h: Likewise.
31789         * lib/copy-file.h: Likewise.
31790         * lib/findprog.h: Likewise.
31791         * lib/full-write.h: Likewise.
31792         * lib/pathname.h: Likewise.
31793         * lib/progname.h: Likewise.
31794         * lib/stpcpy.h: Likewise.
31795         * lib/stpncpy.h: Likewise.
31796         * lib/strcase.h: Likewise.
31797         * lib/strstr.h: Likewise.
31798         * lib/xalloc.h: Likewise.
31799
31800         * lib/mbswidth.h: Add extern "C" for C++.
31801         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
31802
31803 2004-07-13  Robert Millan  <robertmh@gnu.org>
31804
31805         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
31806
31807 2004-07-09  Simon Josefsson  <jas@extundo.com>
31808
31809         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
31810         failed without this.)
31811
31812 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31813
31814         * modules/chown (Files): Add lib/fchown-stub.c, since
31815         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
31816
31817 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31818
31819         * lib/fchown-stub.c: New file.
31820
31821 2004-06-24  Jim Meyering  <jim@meyering.net>
31822
31823         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
31824
31825 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31826
31827         * modules/argz: Omit "#include".
31828
31829         * MODULES.html.sh (func_all_modules): Add calloc, to match
31830         2004-06-01 addition of calloc module.
31831
31832 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31833
31834         * m4/argz.m4: New file, which is autoupdated from libtool.
31835
31836 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31837
31838         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
31839         libtool.
31840
31841 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31842
31843         * config/srclist-update: Don't insist on "USA." before the
31844         close-comment, as libtool omits the period and puts the */ on a
31845         separate line.
31846         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
31847         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
31848
31849 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
31850
31851         * modules/argz: New file.
31852         * MODULES.html.sh (func_all_modules): Add argz.
31853
31854 2004-06-12  Jim Meyering  <jim@meyering.net>
31855         and  Paul Eggert  <eggert@cs.ucla.edu>
31856
31857         * modules/hash (Files): Add lib/xalloc.h.
31858         * modules/pipe (Depends-on): Add wait-process.
31859         * modules/stat (Depends-on): Add xalloc.
31860         * modules/userspec (Files): Add lib/userspec.h.
31861         * modules/xstrto
31862
31863         Upgrade from gettext-0.13.
31864         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
31865         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
31866         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
31867
31868 2004-06-10  Jim Meyering  <jim@meyering.net>
31869
31870         * lib/calloc.c: New file.
31871
31872 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31873
31874         * lib/getdate.y (yylex): Allow space between sign and number.
31875         Problem reported by Dan Jacobson.
31876
31877 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31878
31879         Merge from coreutils CVS.
31880
31881         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
31882         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
31883         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
31884         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
31885         xstrtol.m4: Fix copyright date and/or serial number.
31886
31887         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
31888         See if we need an fchown replacement.
31889         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
31890         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
31891         and use the replacement function if we detect either defect.
31892
31893         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
31894         gl_UTIMECMP.
31895
31896 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31897         and  Jim Meyering  <jim@meyering.net>
31898
31899         Merge from coreutils CVS.
31900
31901         * lib/stat-macros.h: New file, with contents from file-type.h
31902         and coreutils' system.h.
31903         * lib/file-type.c: Include "stat-macros.h".
31904         * lib/file-type.h (file_type): Move all macro definitions to new file,
31905         stat-macros.h.
31906
31907         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
31908         Wrap old code with this conditional.
31909         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
31910         function that does not dereference symlinks.
31911         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
31912
31913         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
31914         dependency problems.
31915         (xreadlink): Accept new arg SIZE, for efficiency.
31916         All decls and uses changed.
31917         * lib/xreadlink.h: Include <stddef.h>, for size_t.
31918
31919         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
31920         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
31921
31922         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
31923         sysexits.h.
31924
31925 2004-06-01  Jim Meyering  <jim@meyering.net>
31926
31927         * m4/calloc.m4: New file.
31928
31929 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
31930
31931         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31932         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31933         Also, fix a typo in a diagnostic.
31934
31935 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31936
31937         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31938         or AC_FUNC_REALLOC.
31939
31940 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31941
31942         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31943         macros to be defined.
31944         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31945         the allocator returns NULL because the requested size is zero.
31946
31947 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31948
31949         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31950         var.  Add comment explaining why libc still defines it.  This
31951         merges the following patch from glibc:
31952         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31953
31954 2004-05-20  Andreas Schwab  <schwab@suse.de>
31955
31956         * m4/free.m4: Replace free if it not known to work, not the other
31957         way round.
31958
31959 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31960
31961         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31962         present in glibc since revision 1.1 of this file.
31963         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31964         obstack_alignment_mask, obstack_alloc, obstack_base,
31965         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31966         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31967         obstack_grow0, obstack_init, obstack_int_grow,
31968         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31969         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31970         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31971         nonexistent functions.
31972
31973 2004-05-18  Karl Berry  <karl@gnu.org>
31974
31975         * config/srclist.txt: break link for vasnprintf.c.
31976
31977 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31978
31979         Port obstack to the AS/400, where pointers are 16 bytes wide and
31980         you cannot cast an integer to a valid pointer.  This patch is
31981         currently waiting to be integrated into glibc; see
31982         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31983
31984         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31985         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31986         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31987         (struct obstack): temp member is now a union of a pointer and
31988         an integer, instead of an integer.  All integer uses changed.
31989         This does not affect the physical layout of struct obstack,
31990         except on hosts (like the AS/400) where the size or alignment of
31991         void * is greater than that of ptrdiff_t.
31992         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31993         __STDC__)]: Store temporary in pointer member of union, not
31994         integer member.
31995         * lib/obstack.c: Include <stddef.h>, for offsetof.
31996         (struct fooalign): Remove; it doesn't need a name.
31997         (union fooround): Change double to long double, and add void *.
31998         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31999         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
32000         not a macro.  Hence the values are always int; so remove all
32001         casts-to-int in uses.
32002
32003 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32004
32005         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
32006         we can get this patch merged into glibc.
32007
32008 2004-05-17  Derek R. Price  <derek@ximbiot.com>
32009             Paul Eggert  <eggert@cs.ucla.edu>
32010
32011         * m4/argp: Depend on alloca.
32012
32013 2004-05-17  Derek R. Price  <derek@ximbiot.com>
32014             Paul Eggert  <eggert@cs.ucla.edu>
32015
32016         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
32017         freecoding.
32018
32019 2004-05-17  Bruno Haible  <bruno@clisp.org>
32020
32021         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
32022         precision that consists of a '.' followed by an empty digit string.
32023         Patch by Tor Lillqvist <tml@iki.fi>.
32024
32025 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32026
32027         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
32028         for backward compatibility with older code.  We need our own
32029         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
32030         it under some other name, and our alloca.h will define it.
32031
32032 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32033             Derek Price  <derek@ximbiot.com>
32034
32035         * lib/alloca.c: Include <alloca.h>, to get our interface.
32036         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
32037         include <alloca.h> first.  Use C89 prototype for alloca; this
32038         requires including <stddef.h> for size_t.  Use extern "C" if C++.
32039         Use #elif for simplicity, since we can assume C89 now.
32040         Don't try to source the system alloca.h since it will not be found
32041         and to prevent recursively including its replacement.
32042         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
32043         * lib/regex.c: Likewise.
32044
32045 2004-05-16  Derek Price  <derek@ximbiot.com>
32046             Paul Eggert  <eggert@cs.ucla.edu>
32047
32048         getline cleanup.  This changes the getndelim2 API: both order of
32049         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
32050         no delimiter).
32051
32052         * lib/getline.c: Don't include stddef.h or stdio.h, since our
32053         interface does that.
32054         (getline): Always use getdelim, so that we don't have two
32055         copies of this code.
32056         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
32057         if available.
32058         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
32059         (GETNDELIM2_MAXIMUM): New macro.
32060         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
32061         instead of the old practice of delim2==0.  All callers changed.
32062         Return -1 on overflow, instead of returning junk.
32063         Do not set *linesize unless allocation succeeds.
32064         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
32065         that we include sys/types.h.
32066         * lib/getnline.h: Likewise.
32067         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
32068         (getndelim2): Reorder arguments.
32069         * lib/getnline.c (getnline, getndelim):
32070         Don't discard the NMAX argument.
32071         (getnline): Invoke getndelim, to avoid code duplication.
32072         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
32073         of (size_t) -1 by callers of the getnline family.
32074
32075 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32076
32077         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
32078         Check for gettimeofday.
32079         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
32080         Check for settimeofday, stime.
32081
32082 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32083
32084         * lib/nanosleep.c (suspended): Change its type from int to
32085         sig_atomic_t volatile.
32086         (first_call): Make it private to rpl_nanosleep, and have it
32087         be zero initially as that's a bit faster.
32088         (my_usleep): Round up fractional times instead of truncating them,
32089         as this is the usual meaning for 'sleep'.
32090
32091         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
32092         doesn't work.
32093         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
32094         (ENOSYS): Define if not defined.
32095         (settime): Fall back on stime if it exists and settimeofday fails.
32096         But don't bother with fallbacks if a method fails with errno == EPERM.
32097
32098 2004-05-11  Jim Meyering  <jim@meyering.net>
32099
32100         Prior to this change, the save_cwd caller required read access to the
32101         current directory on most systems (ones with the fchdir function).
32102
32103         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
32104         fails, try write-only, and finally, resort to using xgetcwd.
32105
32106 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32107
32108         * lib/obstack.c, obstack.h: Import changes from libc.
32109
32110 2004-04-28  Bruno Haible  <bruno@clisp.org>
32111
32112         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
32113         also implicitly appends .exe to executables.
32114         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
32115         accepts Windows pathnames.
32116         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
32117         Treat Cygwin like Windows, since it now accepts Windows pathnames.
32118         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
32119         Treat Cygwin like Windows, since it now accepts Windows pathnames.
32120         Reported by Derek Robert Price <derek@ximbiot.com>.
32121
32122 2004-04-21  Karl Berry  <karl@gnu.org>
32123
32124         * config/srclist.txt (localcharset.c): break sync.
32125
32126 2004-04-20  Paul Eggert  <eggert@twinsun.com>
32127
32128         * m4/host-os.m4: Add a copyright notice.
32129
32130 2004-04-20  Jim Meyering  <jim@meyering.net>
32131
32132         Change UTILS_ to gl_ in AC_DEFINE'd names.
32133         Change utils_- and jm_-prefixed variables, too.
32134         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
32135         UTILS_FUNC_MKDIR_TRAILING_SLASH.
32136         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
32137
32138         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
32139         Don't emit trailing blanks.
32140         Also rename jm_-prefixed variables to have gl_ prefix.
32141
32142         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
32143         Also rename jm_-prefixed variables to have gl_ prefix.
32144
32145         * m4/jm-macros.m4: Reflect the renamings.
32146         * m4/prereq.m4: Likewise.
32147
32148 2004-04-20  Jim Meyering  <jim@meyering.net>
32149
32150         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
32151         memory.
32152
32153 2004-04-20  Jim Meyering  <jim@meyering.net>
32154             Bruno Haible  <bruno@clisp.org>
32155
32156         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
32157         memory when realloc fails.
32158
32159 2004-04-19  Jim Meyering  <jim@meyering.net>
32160
32161         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
32162         now that readutmp.c may call `free (0)'.
32163
32164 2004-04-19  Bruno Haible  <bruno@clisp.org>
32165
32166         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
32167         * m4/inttypes_h.m4: Likewise.
32168         * m4/stdint_h.m4: Likewise.
32169         * m4/intmax_t.m4: Likewise.
32170         * m4/uintmax_t.m4: Likewise.
32171
32172 2004-04-18  Jim Meyering  <jim@meyering.net>
32173
32174         * m4/prereq.m4: Don't forbid jm_ prefix.
32175
32176         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
32177         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
32178         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
32179         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
32180         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
32181         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
32182         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
32183         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
32184         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
32185         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
32186         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
32187         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
32188         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
32189         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
32190         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
32191         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
32192         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
32193         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
32194         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
32195
32196 2004-04-18  Jim Meyering  <jim@meyering.net>
32197
32198         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
32199         failure, don't leak memory and do call END_UTMP_ENT.
32200
32201 2004-04-16  Jim Meyering  <jim@meyering.net>
32202
32203         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
32204         coreutils' stat program.
32205         (gl_PREREQ): Don't require jm_PREREQ_STAT.
32206
32207 2004-04-11  Paul Eggert  <eggert@twinsun.com>
32208
32209         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
32210         C89.
32211         (CHAR_BIT): Remove, since we assume C89.
32212         Include <stdint.h> if available, as per current Autoconf CVS advice.
32213
32214 2004-03-31  Jim Meyering  <jim@meyering.net>
32215
32216         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
32217         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
32218         * m4/xalloc.m4: Likewise.
32219
32220 2004-03-30  Paul Eggert  <eggert@twinsun.com>
32221
32222         Merge from coreutils.
32223
32224         * m4/inttostr.m4: New file.
32225         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
32226         Require AM_STDBOOL_H and gl_TIMESPEC instead.
32227         Require gl_CLOCK_TIME.
32228         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
32229
32230 2004-03-30  Paul Eggert  <eggert@twinsun.com>
32231
32232         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
32233         not bool, to be more consistent with Unix conventions.
32234         Suggested by Bruno Haible.
32235
32236         Merge from coreutils.
32237
32238         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
32239         * lib/umaxtostr.c: New files.
32240
32241         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
32242         the usual <time.h> dance.
32243         (get_date): Change signature to support fractional time stamps.
32244         All callers changed.
32245         * lib/getdate.y: Include "getdate.h" first, as we can now
32246         assume C89 and don't need to worry about 'const'.
32247         Similarly, include "unlocked-io.h" near start, not in middle.
32248         Include <limits.h>.
32249         (textint.value): Use long int rather than int.
32250         (textint.digits): Use size_t rather than int.
32251         (BILLION, LOG10_BILLION): New constants.
32252         (parser_control): New member rel_ns.  Members day_ordinal,
32253         time_zone, month, day, hour, minutes, rel_year, rel_month,
32254         rel_day, rel_hour, rel_minutes, rel_seconds
32255         are now long int, not int.  Member seconds is now struct timespec,
32256         not int.  New member timespec_seen.  Members dates_seen, days_seen,
32257         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
32258         not int.
32259         (%union.intval): Now long int, not int.
32260         New member timespec.
32261         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
32262         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
32263         (spec): Now is a timespec or an item list.
32264         (timespec, items): New nonterminals.
32265         (time, rel, relunit, number, get_date):
32266         Add support for fractional seconds.
32267         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
32268         (gmtime, localtime, mktime): Remove decls; not needed with C89.
32269         (to_hour): First arg is now long int, not int.
32270         (to_year): Returns long int, not int.
32271         Don't treat year -70 like 70.
32272         (tm_diff): Returns long int, not int.
32273         (lookup_word): Use bool instead of int when appropriate.
32274         (yylex): Use size_t for count, not int.
32275         Detect overflow when parsing large integer constants.
32276         Add support for fractions.
32277         (get_date): Make pointers 'const' if possible.
32278         Use more-portable code to detect integer overflow.
32279         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
32280         Don't use ctime; it's not reliable if the year has >4 digits.
32281
32282         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
32283         This is for compatibility with BSD.
32284
32285         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
32286         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
32287         From coreutils' system.h.
32288
32289         * lib/userspec.c: Don't include "posixver.h".
32290         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
32291         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
32292         compatible extension.  Simplify code by removing a boolean int
32293         that was always nonzero if a string was nonnull.
32294
32295 2004-03-30  Jim Meyering  <jim@meyering.net>
32296
32297         Merge from coreutils.
32298
32299         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
32300         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
32301         on some systems one must include <grp.h> before it.
32302         Reported by Christian Krackowizer.
32303
32304 2004-03-30  Jim Meyering  <jim@meyering.net>
32305
32306         Merge from coreutils.
32307
32308         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
32309
32310         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
32311         an empty input stream.
32312
32313         * lib/readtokens.c: Include <stdbool.h>.
32314         (readtoken): Use `size_t' rather than int/long.
32315         All callers adjusted.
32316         Use `bool' rather than `int' where appropriate.
32317         Use memset rather than an explicit loop.
32318         Use x2nrealloc rather than xrealloc.
32319         Allow the use of `\0' as a delimiter.
32320         (readtokens): Likewise.
32321         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
32322
32323 2004-03-30  Jim Meyering  <jim@meyering.net>
32324
32325         * m4/realloc.m4: Remove file, since now it does no more than
32326         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
32327         the `configure.ac' section of module/realloc.
32328         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
32329
32330 2004-03-30  Bruno Haible  <bruno@clisp.org>
32331
32332         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
32333         nonnull.
32334
32335 2004-03-29  Paul Eggert  <eggert@twinsun.com>
32336
32337         Merge changes to getloadavg.c from coreutils and Emacs.
32338
32339         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
32340         Define to an expression, not to the empty string.
32341         Include cloexec.h and xalloc.h.
32342         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
32343         Use set_cloexec_flag rather than rolling our own.
32344         * lib/cloexec.c, lib/cloexec.h: New files.
32345
32346 2004-03-29  Paul Eggert  <eggert@twinsun.com>
32347
32348         * m4/cloexec.m4: New file.
32349
32350 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32351
32352         * lib/getopt.h: Sync with libc CVS.
32353
32354 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32355             Bruno Haible  <bruno@clisp.org>
32356
32357         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
32358         mbswidth.
32359
32360 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32361             Bruno Haible  <bruno@clisp.org>
32362
32363         * lib/mbswidth.h: Include <wchar.h> only if
32364         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
32365         <wchar.h>.
32366         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
32367
32368 2004-03-09  Paul Eggert  <eggert@twinsun.com>
32369
32370         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
32371         Sync with libc CVS.
32372         * lib/getopt_int.h: New file, also synced from libc.
32373
32374 2004-03-09  Paul Eggert  <eggert@twinsun.com>
32375
32376         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
32377         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
32378         Bring back getopt.c, getopt.h, getopt1.c.
32379
32380 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32381
32382         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
32383         All uses changed.  Check for sa_sigaction member; this fixes
32384         a bug first reported by Jason Andrade in
32385         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32386
32387 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32388
32389         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
32390         '#if' expressions.  Unlike the code it replaces, it does not
32391         depend on (defined _SC_PAGESIZE).  However, it does depend on
32392         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
32393         first reported by Jason Andrade in
32394         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32395
32396 2004-02-25  Simon Josefsson  <jas@extundo.com>
32397
32398         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
32399
32400 2004-02-25  Simon Josefsson  <jas@extundo.com>
32401
32402         * lib/strdup.h: New file.
32403         * lib/strdup.c: Include it.
32404         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
32405         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
32406
32407 2004-02-23  Karl Berry  <karl@gnu.org>
32408
32409         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
32410         (from fencepost.gnu.org:/gd/gnuorg).
32411
32412 2004-02-23  Karl Berry  <karl@gnu.org>
32413
32414         * config/srclistvars.sh (GNUORG) [karl]: redefine.
32415         * config/srclist.txt: add maintain/standards documents.
32416
32417 2004-02-18  Bruno Haible  <bruno@clisp.org>
32418
32419         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
32420         Reported by Derek Robert Price <derek@ximbiot.com>.
32421
32422 2004-02-16  Karl Berry  <karl@gnu.org>
32423
32424         * config/mkinstalldirs, install-sh: update from automake.
32425
32426 2004-02-06  Karl Berry  <karl@gnu.org>
32427
32428         * m4/po.m4: update from gettext 0.14.1.
32429
32430 2004-02-06  Karl Berry  <karl@gnu.org>
32431
32432         * lib/config.charset: update from gettext 0.14.1.
32433
32434 2004-02-05  Paul Eggert  <eggert@twinsun.com>
32435
32436         Add comments and code, prompted by suggestions from Bruno Haible
32437         for sh-quote.
32438         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
32439         describing the enum quoting_style values.
32440         * lib/quotearg.c (quotearg_alloc): New function.
32441         (quotearg_buffer_restyled): Treat lone { and } as special.
32442         Treat = as special.  Work around bug with older shells
32443         that "see" a '\' that is really the 2nd byte of a multibyte char.
32444         Quote empty string with shell_quoting_style.
32445
32446 2004-02-03  Bruno Haible  <bruno@clisp.org>
32447
32448         * m4/pipe.m4: New file, from GNU gettext.
32449
32450 2004-02-03  Bruno Haible  <bruno@clisp.org>
32451
32452         * lib/pipe.h: New file, from GNU gettext.
32453         * lib/pipe.c: New file, from GNU gettext.
32454
32455 2004-01-27  Bruno Haible  <bruno@clisp.org>
32456
32457         * m4/execute.m4: New file, from GNU gettext.
32458
32459 2004-01-27  Bruno Haible  <bruno@clisp.org>
32460
32461         * lib/execute.h: New file, from GNU gettext.
32462         * lib/execute.c: New file, from GNU gettext.
32463         * lib/w32spawn.h: New file, from GNU gettext.
32464
32465 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32466
32467         Merge from diffutils.
32468
32469         * lib/file-type.c (file_type): Add typed memory objects.
32470         * lib/file-type.h (S_TYPEISTMO): New macro.
32471
32472         * lib/c-stack.h (c_stack_action): Remove argv argument.
32473         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
32474         (die): Don't calculate message unless segv_action returns.
32475         (get_stack_location, min_address_from_argv, max_address_from_argv,
32476         volatile stack_base, volatile_stack_size): Remove.
32477         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
32478         that every segmentation violation is a stack overflow.  (Ouch!)
32479         See Debian bug 136249 (still outstanding) for more info about why
32480         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
32481
32482 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32483
32484         Exit-status fix from coreutils.
32485
32486         Use exit_failure consistently in place of EXIT_FAILURE,
32487         so that program exit statuses are consistent on failure.
32488
32489         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
32490         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
32491         * lib/argmatch.h: Comment fix to match the above.
32492         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
32493         Now a macro referring to exit_failure, instead of a separate
32494         variable.  Include "exitfail.h" to get it.
32495         * lib/xstrtol.h: Include "exitfail.h".
32496         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
32497
32498         * lib/long-options.c (parse_long_options): Use prototype
32499         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
32500         for clarity.
32501
32502 2004-01-21  Jim Meyering  <jim@meyering.net>
32503
32504         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
32505         so as not to conflict with a different-sized __mktime_internal
32506         function in GNU libc.
32507         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
32508         Problem building statically-linked `ls' reported by Michael Brunnbauer.
32509
32510 2004-01-20  Karl Berry  <karl@gnu.org>
32511
32512         * config/config.guess: update from config.
32513
32514         * config/srclistvars.sh: GNUWWWLICENSES for karl.
32515
32516 2004-01-20  Bruno Haible  <bruno@clisp.org>
32517
32518         Safer stack allocation.
32519         * lib/setenv.c: Include allocsa.h.
32520         (alloca): Remove fallback definition.
32521         (freea): Remove macro.
32522         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
32523         instead of freea.
32524
32525 2004-01-20  Bruno Haible  <bruno@clisp.org>
32526
32527         * m4/eealloc.m4: New file, from GNU gettext.
32528
32529 2004-01-20  Bruno Haible  <bruno@clisp.org>
32530
32531         * m4/allocsa.m4: New file, from GNU gettext.
32532
32533 2004-01-20  Bruno Haible  <bruno@clisp.org>
32534
32535         * lib/xallocsa.h: New file, from GNU gettext.
32536         * lib/xallocsa.c: New file, from GNU gettext.
32537
32538 2004-01-20  Bruno Haible  <bruno@clisp.org>
32539
32540         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
32541
32542 2004-01-20  Bruno Haible  <bruno@clisp.org>
32543
32544         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
32545         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
32546         specially.
32547
32548 2004-01-20  Bruno Haible  <bruno@clisp.org>
32549
32550         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
32551         patch.
32552
32553 2004-01-20  Bruno Haible  <bruno@clisp.org>
32554
32555         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
32556
32557 2004-01-20  Bruno Haible  <bruno@clisp.org>
32558
32559         * lib/eealloc.h: New file.
32560
32561 2004-01-20  Bruno Haible  <bruno@clisp.org>
32562
32563         * lib/binary-io.h: Avoid warnings on Cygwin.
32564
32565 2004-01-20  Bruno Haible  <bruno@clisp.org>
32566
32567         * lib/allocsa.h: New file, from GNU gettext.
32568         * lib/allocsa.c: New file, from GNU gettext.
32569
32570 2004-01-18  Karl Berry  <karl@gnu.org>
32571
32572         * doc/gpl.texi, doc/lgpl.texi: new files.
32573
32574 2004-01-18  Karl Berry  <karl@gnu.org>
32575
32576         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
32577         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
32578
32579 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32580
32581         Merge from coreutils.
32582
32583         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
32584         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
32585         (gl_DEFAULT_POSIX2_VERSION): Move
32586         the documentation from 'configure' into 'config.hin',
32587         so that 'configure --help' isn't burdened by it and
32588         we don't have to worry about its formatting there.
32589         Reword the documentation so that it's more succinct
32590         and can be run together into a single paragraph.
32591         * m4/same.m4 (gl_SAME): Check for pathconf.
32592
32593 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32594
32595         Merge from coreutils.
32596
32597         * lib/posixver.c: Include posixver.h.
32598
32599         * lib/same.c: Include <stdbool.h>, <limits.h>.
32600         (_POSIX_NAME_MAX): Define if not defined.
32601         (MIN): New macro.
32602         (same_name): If file names are silently truncated, report
32603         that the file names are the same if they are the same after
32604         the silent truncation.
32605
32606         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
32607         conversion function.
32608         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
32609         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
32610         longer needed.
32611
32612 2004-01-15  Jim Meyering  <jim@meyering.net>
32613
32614         Merge from coreutils.
32615
32616         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
32617         if no library is required.
32618         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
32619         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
32620         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
32621         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
32622         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
32623         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
32624         value, $ac_cv_search_crypt, if it's "none required".
32625         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
32626         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
32627         not gl_FUNC_GETLOADAVG.
32628         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
32629         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
32630
32631 2004-01-15  Jim Meyering  <jim@meyering.net>
32632
32633         Merge from coreutils.
32634
32635         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
32636         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
32637         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
32638
32639         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
32640         optional configure-time default.
32641
32642         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32643
32644         * lib/xreadlink.c (xreadlink): Correct outdated comment.
32645
32646 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
32647
32648         Merge from coreutils.
32649
32650         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
32651         value, $ac_cv_search_nanosleep, if it's "none required".
32652
32653 2004-01-14  Paul Eggert  <eggert@twinsun.com>
32654
32655         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
32656         with like-named macro in fnmatch.c.
32657         (EXT): Use an internal constant instead.
32658
32659         Merge fnmatch patches from glibc.
32660         * lib/fnmatch.c (mbsinit): Remove define.
32661         Add libc_hidden_ver (__fnmatch, fnmatch).
32662         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
32663         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
32664
32665 2004-01-14  Karl Berry  <karl@gnu.org>
32666
32667         * config/install-sh: update from automake.
32668
32669 2004-01-13  Karl Berry  <karl@gnu.org>
32670
32671         * config/install-sh: update from automake.
32672
32673 2004-01-09  Karl Berry  <karl@gnu.org>
32674
32675         * config/install-sh: update from automake.
32676
32677 2004-01-05  Karl Berry  <karl@gnu.org>
32678
32679         * config/config.{sub,guess}: update from config.
32680
32681 2003-12-31  Karl Berry  <karl@gnu.org>
32682
32683         * config/depcomp: update from automake.
32684
32685 2003-12-14  Karl Berry  <karl@gnu.org>
32686
32687         * lib/config.charset: update from gettext-runtime.
32688
32689 2003-12-03  Paul Eggert  <eggert@twinsun.com>
32690
32691         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
32692         Bug reported by Alfred M. Szmidt.
32693
32694 2003-12-03  Bruno Haible  <bruno@clisp.org>
32695
32696         * m4/gettext.m4: Upgrade from gettext-0.13.
32697         * m4/po.m4: Upgrade from gettext-0.13.
32698         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
32699         * m4/intmax.m4: New file, from gettext-0.13.
32700         * m4/printf-posix.m4: New file, from gettext-0.13.
32701
32702 2003-11-29  Karl Berry  <karl@gnu.org>
32703
32704         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
32705
32706 2003-11-25  Paul Eggert  <eggert@twinsun.com>
32707             Bruno Haible  <bruno@clisp.org>
32708
32709         * lib/printf-parse.h: Don't include sys/types.h.
32710         (ARG_NONE): New macro.
32711         (char_directive): Change type of *arg_index fields to size_t.
32712         * lib/printf-parse.c: Don't include sys/types.h.
32713         (SSIZE_MAX): Remove macro.
32714         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
32715         Remove unnecessary overflow check.
32716         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
32717         fields.
32718
32719 2003-11-25  Bruno Haible  <bruno@clisp.org>
32720
32721         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
32722
32723 2003-11-25  Bruno Haible  <bruno@clisp.org>
32724
32725         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
32726         gt_TYPE_SSIZE_T.
32727
32728 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32729
32730         * modules/alloca: Remove dependency on xalloc.
32731
32732 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32733
32734         * lib/alloca.c: Remove dependency on xalloc module.
32735         (xalloc_die): Remove.
32736         (memory_full) [!defined emacs]: New macro.
32737         [!defined emacs]: Don't include xalloc.h.
32738         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
32739         address arithmetic overflows.  Change datatypes a bit to avoid
32740         unnecessary casts.
32741
32742 2003-11-22  Jim Meyering  <jim@meyering.net>
32743
32744         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
32745         s/size/size_t/.
32746
32747 2003-11-21  Karl Berry  <karl@gnu.org>
32748
32749         * config/config.{sub,guess}: update from config.
32750
32751 2003-11-18  Karl Berry  <karl@gnu.org>
32752
32753         * config/config.{sub,guess}: update from config.
32754
32755         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
32756
32757 2003-11-17  Paul Eggert  <eggert@twinsun.com>
32758
32759         * README: Mention that S+T cannot overflow if S is the size of
32760         an existing object and T is sufficiently small.
32761
32762 2003-11-17  Jim Meyering  <jim@meyering.net>
32763
32764         On systems without utime and without a utimes function capable of
32765         dealing with a NULL struct utimbuf* argument, this utime replacement
32766         could -- in unusual circumstances -- leak a file descriptor.
32767         * lib/utime.c: Include <unistd.h> and <errno.h>.
32768         (utime_null): Be sure to close `fd' and to preserve errno.
32769         Reported by Geoff Collyer via Arnold Robbins.
32770
32771 2003-11-17  Bruno Haible  <bruno@clisp.org>
32772
32773         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
32774         (Depends-on): Add xsize.
32775
32776 2003-11-17  Bruno Haible  <bruno@clisp.org>
32777
32778         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
32779
32780 2003-11-17  Bruno Haible  <bruno@clisp.org>
32781
32782         * lib/vasnprintf.c (alloca): Remove fallback definition.
32783         (freea): Remove definition.
32784         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
32785         Reported by Paul Eggert.
32786
32787 2003-11-16  Paul Eggert  <eggert@twinsun.com>
32788             Bruno Haible  <bruno@clisp.org>
32789
32790         Protect against address arithmetic overflow.
32791         * lib/printf-args.h: Include stddef.h.
32792         (arguments): Change type of field 'count' to size_t.
32793         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
32794         'unsigned int' where appropriate.
32795         * lib/printf-parse.h: Include sys/types.h.
32796         (char_directive): Change type of *arg_index fields to ssize_t.
32797         (char_directives): Change type of fields 'count', max_*_length to
32798         size_t.
32799         * lib/printf-parse.c: Include sys/types.h and xsize.h.
32800         (SSIZE_MAX): Define fallback value.
32801         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
32802         instead of 'int' where appropriate. Check a_allocated, d_allocated
32803         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
32804         * lib/vasnprintf.c: Include xsize.h.
32805         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
32806         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
32807         overflow. Avoid wraparound when converting a width or precision from
32808         decimal to binary.
32809
32810 2003-11-16  Bruno Haible  <bruno@clisp.org>
32811
32812         Update from GNU gettext.
32813         * lib/printf-parse.c: Generalize to it can be compiled for wide
32814         strings.
32815         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
32816         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
32817         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
32818         SNPRINTF): New macros.
32819         Don't include <alloca.h> if the file is used inside libintl.
32820         (local_wcslen): New function, for Solaris 2.5.1.
32821         (VASNPRINTF): Use it instead of wcslen.
32822
32823 2003-11-16  Bruno Haible  <bruno@clisp.org>
32824
32825         * lib/xsize.h (xmax): New function.
32826         (xsum, xsum3, xsum4): Declare as "pure" functions.
32827
32828 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32829
32830         * modules/xalloc (Files): Undo latest change, since xalloc.h
32831         no longer needs SIZE_MAX or PTRDIFF_MAX.
32832
32833 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32834
32835         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
32836         gl_PTRDIFF_MAX.
32837
32838 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32839
32840         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
32841         "return", to pacify some unknown compiler.  Problem reported
32842         by Joerg Schilling.
32843
32844 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32845
32846         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
32847         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
32848         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
32849         heuristic is just as accurate as far as we know, and it removes a
32850         dependency on size_max.m4 and ptrdiff_max.m4.
32851
32852 2003-11-11  Bruno Haible  <bruno@clisp.org>
32853
32854         * modules/xsize (Files): Add m4/size_max.m4.
32855         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
32856
32857 2003-11-11  Bruno Haible  <bruno@clisp.org>
32858
32859         * m4/size_max.m4: New file.
32860         * m4/ptrdiff_max.m4: New file.
32861         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
32862         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
32863         (gl_XALLOC): Invoke it.
32864
32865 2003-11-11  Bruno Haible  <bruno@clisp.org>
32866
32867         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
32868         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
32869         defined.
32870
32871 2003-11-10  Paul Eggert  <eggert@twinsun.com>
32872
32873         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
32874         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
32875         rejected some allocations of exactly SIZE_MAX - 2 bytes.
32876         From Bruno Haible.
32877         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
32878         not (size_t) -1, since it's defined here.
32879
32880 2003-11-09  Karl Berry  <karl@gnu.org>
32881
32882         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
32883
32884 2003-11-06  Paul Eggert  <eggert@twinsun.com>
32885
32886         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
32887         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
32888         Reject sizes of exactly SIZE_MAX bytes.
32889         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
32890         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
32891
32892 2003-11-05  Bruno Haible  <bruno@clisp.org>
32893
32894         * lib/xsize.h: Include limits.h, to avoid a possible collision with
32895         SIZE_MAX defined in <limits.h> on Solaris.
32896
32897 2003-11-04  Jim Meyering  <jim@meyering.net>
32898
32899         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
32900         variable names, rather than @VAR@.
32901         * modules/poll: Likewise.
32902
32903 2003-11-04  Bruno Haible  <bruno@clisp.org>
32904
32905         * modules/xsize: New file.
32906         * modules/linebreak: Depend on xsize.
32907         * MODULES.html.sh (func_all_modules): Add xsize.
32908
32909 2003-11-04  Bruno Haible  <bruno@clisp.org>
32910
32911         * m4/xsize.m4: New file.
32912
32913 2003-11-04  Bruno Haible  <bruno@clisp.org>
32914
32915         * lib/xsize.h: New file.
32916         * lib/linebreak.c: Include xsize.h.
32917         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
32918         argument for overflow.
32919         Suggested by Paul Eggert.
32920
32921 2003-11-03  Karl Berry  <karl@gnu.org>
32922
32923         * config/config.{guess,sub}: update from config.
32924
32925 2003-11-03  Jim Meyering  <jim@meyering.net>
32926
32927         * modules/userspec (lib_SOURCES): Add userspec.h.
32928         (Include): Add "userspec.h".
32929         Improve description.
32930
32931 2003-11-03  Jim Meyering  <jim@meyering.net>
32932
32933         * lib/userspec.c: Include "userspec.h".
32934         * lib/userspec.h: New file.
32935
32936 2003-11-03  Bruno Haible  <bruno@clisp.org>
32937
32938         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32939
32940 2003-11-03  Bruno Haible  <bruno@clisp.org>
32941
32942         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32943         available, to avoid (extremely rare) race condition.
32944         Suggested by Paul Eggert.
32945
32946 2003-11-02  Karl Berry  <karl@gnu.org>
32947
32948         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32949
32950 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32951
32952         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32953         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32954         (read_filesystem_list): Set and use me_type_malloced.
32955         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32956         whatever the type happens to be), for brevity and consistency.
32957         Check for size calculation overflow on Alphas running OSF/1.
32958
32959 2003-10-31  Jim Meyering  <jim@meyering.net>
32960
32961         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32962
32963         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32964
32965 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32966             Bruno Haible  <bruno@clisp.org>
32967
32968         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32969         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32970
32971 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32972
32973         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32974         netbsd*-gnu*.  Suggested by Robert Millan.
32975
32976 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32977
32978         * modules/group-member: Depend on stdbool.
32979
32980 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32981
32982         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32983
32984 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32985
32986         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32987         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32988         after the 'gnu' in these cases.  This fixes some bugs in the
32989         previous change, and is based on suggestions by Robert Millan.
32990
32991 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32992
32993         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32994         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32995         no longer needed.
32996         * lib/quotearg.c (quotearg_n_options): Use it.
32997         * lib/group-member.c: Include <stdbool.h>.
32998         (free_group_info): Arg is now const *; don't free arg.
32999         (get_group_info): Now returns bool and accepts struct group_info *,
33000         rather than returning a malloc'ed struct group_info *.
33001         All uses changed.  Check for overflow in internal size calculation.
33002
33003         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
33004         rather than xmalloc/xrealloc.
33005         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
33006         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
33007         conformance bug: the old code used a pointer after freeing the
33008         storage that it addressed.
33009         * lib/hash.c (hash_initialize): Simplify the code by using
33010         xalloc_oversized rather than doing it by hand.
33011         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
33012         the buffer preserved.  Use free and xmalloc instead.
33013         * lib/quotearg.c (quotearg_n_options): Likewise.
33014         Use a simpler test for size overflow.  Don't use xalloc_oversized
33015         because unsigned int might be wider than size_t (!); this suggests
33016         that we should switch from unsigned int to size_t for slot numbers.
33017
33018 2003-10-28  Paul Eggert  <eggert@twinsun.com>
33019
33020         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
33021         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
33022         NetBSD kernels.  Requested by Richard Stallman.
33023
33024 2003-10-27  Paul Eggert  <eggert@twinsun.com>
33025
33026         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
33027         to allocate the returned structure.  Do not allocate a subarray,
33028         as x2nrealloc will do that.
33029         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
33030         instead of xnrealloc.
33031         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
33032
33033 2003-10-27  Bruno Haible  <bruno@clisp.org>
33034
33035         * lib/stdbool_.h: Better support for BeOS.
33036
33037 2003-10-26  Paul Eggert  <eggert@twinsun.com>
33038
33039         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
33040         now uses inline.
33041
33042 2003-10-26  Paul Eggert  <eggert@twinsun.com>
33043
33044         * lib/xalloc.h (xalloc_oversized): New static inline function, for
33045         callers that want to do their own size-overflow checking.  Include
33046         <stdbool.h>, since xalloc_oversized returns bool.
33047         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
33048         to use xalloc_oversized.
33049
33050         Add two functions x2realloc, x2nrealloc, for programs that grow
33051         arrays dynamically by doubling their sizes.
33052         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
33053         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
33054         New functions.
33055
33056         Port to C99 semantics for 'inline' of external functions.
33057         Bug reported by Bruno Haible.
33058         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
33059         with the old contents of xnmalloc.
33060         (xnmalloc, xmalloc): Use it.
33061         (xnrealloc_inline): New static inline function,
33062         with the old contents of xnrealloc.
33063         (xnrealloc, xrealloc): Use it.
33064
33065         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
33066         that.
33067
33068 2003-10-26  Karl Berry  <karl@gnu.org>
33069
33070         * config/srclist.txt (COPYING.DOC): no longer available from
33071         /gd/gnuorg; don't know where the ultimate source is.
33072
33073 2003-10-25  Paul Eggert  <eggert@twinsun.com>
33074
33075         Fix several address-calculation bugs in the hash modules,
33076         plus some minor code cleanup.
33077
33078         * lib/hash.h: Include <stdbool.h>, for bool.
33079         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
33080         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
33081         hash_get_n_entries, hash_get_max_bucket_length,
33082         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
33083         hash_rehash): Use size_t rather than unsigned.
33084         * lib/hash.c (struct hash_table, hash_get_n_buckets,
33085         hash_get_n_buckets_used, hash_get_n_entries,
33086         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
33087         hash_get_entries, hash_do_for_each, hash_string, is_prime,
33088         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
33089         Likewise.
33090         (SIZE_MAX): Define if not defined.
33091         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
33092         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
33093         hash_print):
33094         Use const * when possible.
33095         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
33096         (check_tuning): Fix bug: if tuning parameters were very close to
33097         0 or 1, rounding errors could have caused subscript violations.
33098         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
33099         (hash_initialize): Add 'fail:' label
33100         to free table and return NULL, and use it to simplify code.
33101         Use calloc rather than clearing the storage ourself.
33102         (hash_initialize, hash_rehash): Check for arithmetic overflow in
33103         buffer size calculations.
33104         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
33105         Include <stddef.h>, for size_t.
33106         * lib/hash-pjw.c (hash_pjw): Likewise.
33107         Switch to method described by Bruno Haible.
33108         Include <limits.h>, for CHAR_BIT.
33109         (SIZE_BITS): New macro.
33110
33111 2003-10-23  Paul Eggert  <eggert@twinsun.com>
33112
33113         * m4/getline.m4 (AM_FUNC_GETLINE):
33114         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
33115         hosts.  Problem reported by Derek Robert Price in
33116         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
33117         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
33118         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
33119
33120 2003-10-21  Paul Eggert  <eggert@twinsun.com>
33121
33122         * lib/getndelim2.c (getndelim2): When size calculation overflows,
33123         ceiling the allocation at NMAX bytes rather than silently
33124         discarding input bytes before NMAX is reached.  This makes
33125         a difference only if NMAX exceeds SIZE_MAX / 2.
33126
33127         * lib/obstack.c: Merge from glibc.
33128         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
33129         Add libc_hidden_def (_obstack_newchunk).
33130         (_obstack_free) [! defined _LIBC]: Remove.
33131         [defined _LIBC]: Make a strong alias from obstack_free, rather than
33132         a clone of the function body.
33133         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
33134         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
33135
33136         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
33137         glibc.
33138         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
33139         arg to memcpy.
33140
33141         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
33142         (obstack_ptr_grow_fast, obstack_int_grow_fast):
33143         Don't use lvalue casts, as GCC plans to remove support for them
33144         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
33145         was also present in the non-GCC version, indicating that this
33146         code had always been buggy and had never been widely used.
33147         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
33148         Use the fast variant of each macro, rather than copying the
33149         definiens of the fast variant; that way, we'll be more likely to
33150         catch future bugs in the fast variants.
33151
33152 2003-10-20  Bruno Haible  <bruno@clisp.org>
33153
33154         * modules/wait-process: New file.
33155         * MODULES.html.sh (func_all_modules): Add wait-process.
33156
33157 2003-10-20  Bruno Haible  <bruno@clisp.org>
33158
33159         * m4/wait-process.m4: New file.
33160
33161 2003-10-20  Bruno Haible  <bruno@clisp.org>
33162
33163         * lib/wait-process.h: New file, from GNU gettext.
33164         * lib/wait-process.c: New file, from GNU gettext.
33165
33166 2003-10-19  Jim Meyering  <jim@meyering.net>
33167
33168         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
33169         HPUX 10.20.
33170
33171 2003-10-18  Karl Berry  <karl@gnu.org>
33172
33173         * config/config.guess: update from config.
33174
33175 2003-10-16  Paul Eggert  <eggert@twinsun.com>
33176
33177         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
33178         (getgroups): First arg is int, not size_t.
33179         Don't let 'free' mangle errno.
33180
33181 2003-10-16  Paul Eggert  <eggert@twinsun.com>
33182
33183         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
33184
33185 2003-10-16  Karl Berry  <karl@gnu.org>
33186
33187         * config/config.{guess,sub}: update from config.
33188
33189 2003-10-16  Jim Meyering  <jim@meyering.net>
33190
33191         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
33192         memcpy.
33193
33194 2003-10-15  Paul Eggert  <eggert@twinsun.com>
33195
33196         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
33197         (SIZE_MAX): Remove.
33198         (new_exclude, add_exclude_file): Initial size no longer needs to
33199         be a power of 2.
33200         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
33201         our own address arithmetic overflow checking.
33202
33203         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
33204         (fnmatch): Do not alloca more than 2000 wide characters;
33205         instead, use malloc for large buffers.
33206         Check for address arithmetic overflow, and return -1
33207         with errno set to ENOMEM in that case.
33208         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
33209         (NEW_PATTERN): Do not alloca more than 8000 bytes;
33210         instead, return -1.  Check for address arithmetic overflow.
33211
33212 2003-10-14  Paul Eggert  <eggert@twinsun.com>
33213
33214         Handle invalid suffixes and overflow independently, so that
33215         callers can treat them independently as needed.  Fix some bugs in
33216         suffix handling, e.g., "100k@" was not diagnosed as an invalid
33217         suffix for a human-readable blocksize.  The major caller-visible
33218         change is the addition of a new
33219         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
33220         that both overflow and suffix chars were found.
33221
33222         * lib/human.c (humblock): Don't check separately for invalid suffix
33223         char; that is xstrtoumax's job (now that its bug is fixed).
33224         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
33225         INTMAX_MAX]: New macros.
33226         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
33227         TYPE_MAXIMUM): New macros.
33228         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
33229         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
33230         if overflow occurs, as it's what __strtol does and it's more useful
33231         in practice.
33232         (__xstrtol): If __strtol reports some error other than ERANGE,
33233         reflect it to the caller as LONGINT_INVALID.  If it reports
33234         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
33235         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
33236         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
33237         value.
33238         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
33239         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
33240         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
33241         [defined UINTMAX_MAX]: New macros.
33242
33243 2003-10-14  Bruno Haible  <bruno@clisp.org>
33244
33245         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
33246
33247 2003-10-14  Bruno Haible  <bruno@clisp.org>
33248
33249         * m4/sig_atomic_t: New file, from GNU gettext.
33250         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
33251
33252 2003-10-14  Bruno Haible  <bruno@clisp.org>
33253
33254         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
33255         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
33256         Also use volatile where needed.
33257
33258 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33259
33260         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
33261         Change maintainer from Bruno Haible to 'all'.
33262
33263 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33264
33265         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
33266
33267 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33268
33269         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
33270         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
33271         and define in terms of the other primitives.
33272         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
33273         (SIZE_MAX): Define if not already defined.
33274         (array_size_overflow): New function.
33275         (xalloc_die): Abort instead of exiting if 'error' returns.
33276         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
33277         (xmalloc, xrealloc): Use them.
33278         (xcalloc): Check for address arithmetic overflow.
33279         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
33280         a bit faster than strcpy.
33281
33282 2003-10-10  Simon Josefsson  <jas@extundo.com>
33283
33284         * modules/argp (Depends-on): Add restrict and strcase.
33285
33286 2003-10-10  Simon Josefsson  <jas@extundo.com>
33287
33288         * m4/argp.m4: Add AC_C_INLINE.
33289
33290 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33291
33292         Merge getpass from libc, plus a few fixes.
33293
33294         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
33295         Include <stdbool.h>.
33296         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
33297         __fsetlocking to empty.
33298         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
33299         do include <bits/libc-lock.h>.
33300         Do not include <fcntl.h>; not needed.
33301         [_LIBC]: Include <wchar.h>.
33302         (NOTCANCEL_MODE): New macro.
33303         (flockfile, funlockfile) [_LIBC]: New macros.
33304         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
33305         [!_LIBC]: New macros.
33306         (call_fclose): New function.
33307         (getpass): Use it.  Save tty stream separately; this simplifies the
33308         code and makes it more reliable if stdin happens to equal stdout.
33309         Invoke __fsetlocking on tty.
33310         Handle thread cancellation if needed.
33311         Namespace cleanup (use __tcgetattr, __getline).
33312         Use bool for Booleans.
33313         [USE_IN_LIBIO]: Handle wide streams.
33314         [!_LIBC]: Unconditionally do the fseek, since we don't know what
33315         stream might go where.
33316
33317         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
33318         doesn't have to include <stdio.h> before us.
33319         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
33320         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
33321         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
33322         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
33323         if not declared, so that we can use getpass.c code from libc without
33324         rewriting it.
33325         (flockfile, ftrylockfile, funlockfile): New macros.
33326
33327 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33328
33329         * modules/getpass: Depend on stdbool.
33330
33331 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33332
33333         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
33334
33335 2003-10-07  Karl Berry  <karl@gnu.org>
33336
33337         * config/config.{guess,sub}: update from config.
33338
33339 2003-10-06  Jim Meyering  <jim@meyering.net>
33340             Bruno Haible  <bruno@clisp.org>
33341
33342         This lets translators provide better translations for the
33343         "Written by ..." part of --version output.
33344         * lib/version-etc.h: Include stdarg.h.
33345         (version_etc_copyright): Declare as readonly.
33346         (version_etc): Make this function variadic with a NULL-terminated list
33347         of author name strings.
33348         (version_etc_va): New declaration.
33349         * lib/version-etc.c: Include stdarg.h, stdlib.h.
33350         (version_etc_copyright): Declare as readonly.
33351         (version_etc_va): New function. Provide a different translatable string
33352         for each possible number of authors < 10. Abbreviate when there are 10
33353         authors or more.
33354         (version_etc): Make this function variadic. Call version_etc_va.
33355         Suggestion from Gary V. Vaughan.
33356
33357         * lib/long-options.h (parse_long_options): Change prototype: the
33358         authors string is moved to the end and becomes variadic.
33359         * lib/long-options.c: Include stdarg.h.
33360         (parse_long_options): Make this function variadic, too.
33361         Call version_etc_va, not version_etc.
33362
33363 2003-10-06  Bruno Haible  <bruno@clisp.org>
33364
33365         * modules/version-etc-2: Remove file.
33366         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
33367
33368 2003-10-06  Bruno Haible  <bruno@clisp.org>
33369
33370         * modules/fatal-signal: New file.
33371         * MODULES.html.sh (func_all_modules): Add fatal-signal.
33372
33373 2003-10-06  Bruno Haible  <bruno@clisp.org>
33374
33375         * m4/fatal-signal.m4: New file.
33376         * m4/signalblocking.m4: New file, from GNU gettext.
33377
33378 2003-10-06  Bruno Haible  <bruno@clisp.org>
33379
33380         * lib/version-etc-2.h: Remove file.
33381         * lib/version-etc-2.c: Remove file.
33382
33383 2003-10-06  Bruno Haible  <bruno@clisp.org>
33384
33385         * lib/fatal-signal.h: New file, from GNU gettext.
33386         * lib/fatal-signal.c: New file, from GNU gettext.
33387
33388 2003-10-05  Paul Eggert  <eggert@twinsun.com>
33389
33390         * README: Rework advice for preventing empty .o files.
33391         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
33392         not <sys/types.h>.
33393
33394 2003-10-04  Karl Berry  <karl@gnu.org>
33395
33396         * lib/argp*: update from libc.
33397
33398 2003-10-04  Karl Berry  <karl@gnu.org>
33399
33400         * config/config.{guess,sub}: update from config.
33401
33402 2003-10-02  Bruno Haible  <bruno@clisp.org>
33403
33404         * modules/lchown (Include): Add lchown.h.
33405         * modules/time_r (Include): Use "..." syntax.
33406         * modules/xgetdomainname (Include): Add xgetdomainname.h.
33407
33408 2003-10-01  Simon Josefsson  <jas@extundo.com>
33409
33410         * MODULES.html.sh (func_all_modules): Move gethostname from section
33411         'based on' to section 'lacking' POSIX:2001.
33412
33413 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
33414
33415         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
33416         to output mode on the same stream.
33417
33418 2003-09-29  Paul Eggert  <eggert@twinsun.com>
33419
33420         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
33421         Fix arg typo in previous patch.
33422
33423 2003-09-28  Jim Meyering  <jim@meyering.net>
33424
33425         * lib/error.c: Correct cpp indentation.
33426
33427 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33428
33429         * modules/free: New file.
33430
33431 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33432
33433         * m4/free.m4: New file.
33434
33435 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33436
33437         * lib/minmax.h (MIN, MAX)
33438         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
33439         Omit the special code that used __typeof__, since we worry that
33440         it could be more trouble than it's worth.  See:
33441         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
33442         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
33443
33444         * lib/free.c: New file.
33445
33446 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
33447
33448         Trivial fixes to Makefile.am parts of module listings.
33449         * modules/strstr: Append strstr.h to lib_SOURCES.
33450         * modules/strcase: Likewise, for strcase.h.
33451
33452 2003-09-27  Karl Berry  <karl@gnu.org>
33453
33454         * config/mkinstalldirs: update from automake.
33455
33456 2003-09-26  Paul Eggert  <eggert@twinsun.com>
33457
33458         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
33459         (error_tail): Do not loop, reallocating temporary buffer, since
33460         the output cannot contain more wide characters than the input
33461         contains bytes, the size must be big enough already.  This avoids
33462         one potential size overflow calculation.  Check for size overflow
33463         when calculating temporary buffer size.  Free temporary buffer
33464         when done, if it was allocated with malloc; this plugs a memory
33465         leak.  Remove casts from void * to pointers, that are no longer
33466         needed now that we're assuming C89 or better.
33467
33468         Merge error changes from glibc.
33469
33470         * lib/error.c, error.h: Update copyright notice header to match glibc.
33471         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
33472         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
33473         Disable cancellation while printing error.
33474         * lib/error.h: Prepend __ to parameter names.
33475
33476 2003-09-26  Jim Meyering  <jim@meyering.net>
33477
33478         * lib/error.c (error_tail): Move some declarations
33479         into inner scope where the local variables are used.
33480
33481 2003-09-26  Bruno Haible  <bruno@clisp.org>
33482
33483         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
33484         stpncpy().
33485         Don't define stpncpy through config.h; it's now done through stpncpy.h.
33486
33487 2003-09-26  Bruno Haible  <bruno@clisp.org>
33488
33489         * lib/stpncpy.h (gnu_stpncpy): New declaration.
33490         (stpncpy): Define as alias for gnu_stpncpy.
33491         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
33492
33493 2003-09-25  Simon Josefsson  <jas@extundo.com>
33494
33495         * lib/xgetdomainname.h: New file.
33496         * lib/xgetdomainname.c: New file.
33497
33498 2003-09-25  Simon Josefsson  <jas@extundo.com>
33499             Bruno Haible  <bruno@clisp.org>
33500
33501         * modules/getdomainname: New file.
33502         * modules/xgetdomainname: New file.
33503         * MODULES.html.sh (func_all_modules): Add getdomainname,
33504         xgetdomainname.
33505
33506 2003-09-25  Simon Josefsson  <jas@extundo.com>
33507             Bruno Haible  <bruno@clisp.org>
33508
33509         * m4/getdomainname.m4: New file.
33510
33511 2003-09-25  Simon Josefsson  <jas@extundo.com>
33512             Bruno Haible  <bruno@clisp.org>
33513
33514         * lib/getdomainname.h: New file.
33515         * lib/getdomainname.c: New file.
33516
33517 2003-09-25  Karl Berry  <karl@gnu.org>
33518
33519         * lib/argp-fmtstream.c, argp-help.c: update from libc.
33520
33521 2003-09-25  Karl Berry  <karl@gnu.org>
33522
33523         * config/install-sh: update from automake.
33524
33525 2003-09-25  Bruno Haible  <bruno@clisp.org>
33526
33527         * modules/version-etc-2: New file, from modules/version-etc with
33528         modifications.
33529         * MODULES.html.sh (func_all_modules): Add version-etc-2.
33530
33531 2003-09-25  Bruno Haible  <bruno@clisp.org>
33532
33533         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
33534         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
33535
33536 2003-09-24  Simon Josefsson  <jas@extundo.com>
33537
33538         * modules/xgethostname: Add xgethostname.h.
33539
33540 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33541
33542         * lib/linebuffer.c (freebuffer): Don't free the argument, just
33543         the buffer associated with the argument.  Bug reported by
33544         Simon Josefsson.
33545
33546 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33547
33548         * README: Document assumptions that 'int' is at least 32 bits
33549         wide, that integer arithmetic is 2's complement without overflow,
33550         that there are no holes in integer values, that adding sizes of
33551         two nonoverlapping objects can't overflow, and that all-bits-zero
33552         yields scalar zero.  Fix spelling and capitalization typos.
33553
33554 2003-09-19  Karl Berry  <karl@gnu.org>
33555
33556         * lib/argp.h: update from libc.
33557
33558 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33559
33560         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
33561         to avoid spurious warnings like "AC_RUN_IFELSE was called before
33562         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
33563
33564 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33565
33566         * gnulib-tool: Use "test -h", not "test -L", for portability
33567         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
33568         (tags_regexp): Remove, since \| doesn't conform to POSIX.
33569         (sed_extract_prog): Issue s commands one-by-one, rather than
33570         using \| in one s command.
33571
33572 2003-09-16  Paul Eggert  <eggert@twinsun.com>
33573
33574         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
33575         input error, instead of returning NULL the next time we are called
33576         (and therefore losing track of errno).
33577
33578 2003-09-16  Bruno Haible  <bruno@clisp.org>
33579
33580         * gnulib-tool (func_create_testdir): Warn about duplicated
33581         dependencies.
33582
33583 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33584
33585         * modules/argmatch, modules/fatal, modules/obstack,
33586         modules/xalloc, modules/xgethostname: Sort dependencies by
33587         importance, not alphabetically.
33588
33589 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33590
33591         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
33592         fails, so that the caller gets the proper errno.
33593
33594         * lib/readutmp.c (read_utmp): Likewise.
33595         Check for fstat error.  Close stream and free storage
33596         when failing.
33597
33598 2003-09-14  Karl Berry  <karl@gnu.org>
33599
33600         * config/srclist.txt (strdup.c): disable for c89 changes.
33601
33602 2003-09-14  Jim Meyering  <jim@meyering.net>
33603
33604         * lib/getloadavg.c: Correct cpp indentation.
33605         * lib/strdup.c: Likewise.
33606         * lib/vasnprintf.c: Likewise.
33607
33608 2003-09-14  Bruno Haible  <bruno@clisp.org>
33609
33610         * modules/fwriteerror: New file.
33611         * MODULES.html.sh (func_all_modules): Add fwriteerror.
33612
33613 2003-09-14  Bruno Haible  <bruno@clisp.org>
33614
33615         * lib/fwriteerror.h: New file.
33616         * lib/fwriteerror.c: New file.
33617
33618 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33619
33620         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
33621         modules/xgethostname, modules/xalloc: Depend on exit.
33622
33623 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33624
33625         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
33626
33627         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
33628         and AC_MINIX, too, so that their extensions are available.
33629
33630         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
33631         This macro has been superseded by gl_BACKUPFILE.
33632
33633         More patches to assume C89 or better.
33634
33635         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
33636
33637         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
33638         unconditionally.
33639         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
33640         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
33641         Include <string.h>, <stdlib.h> unconditionally.
33642         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
33643         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
33644         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
33645         headers or for string.h.
33646         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
33647         or strtoul.
33648
33649         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
33650         headers.
33651         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
33652         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33653         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
33654         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
33655         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33656         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
33657         memcpy, memset.
33658         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
33659         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
33660         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
33661         strtol.
33662         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
33663         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
33664         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
33665         strtoul.
33666
33667 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33668
33669         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
33670         * lib/obstack.c [!defined _LIBC]: Likewise.
33671         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
33672         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
33673         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
33674
33675         More changes to assume C89 or better.
33676
33677         * lib/error.c (error_tail): Assume vprintf.
33678
33679         * lib/argmatch.c (getenv): Remove decl.
33680         * lib/progreloc.c (get_full_program_name): Define via prototype.
33681         * lib/setenv.c (clearenv): Likewise.
33682         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
33683         needed.
33684         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
33685         (malloc, memcpy): Remove decls.
33686         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
33687         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
33688         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33689         (memcpy): Remove macro.
33690         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
33691         (__P): Remove.  All uses removed.
33692         (PTR): Remove.  All uses changed to void *.
33693         (CHAR_BIT, NULL): Remove.
33694         (spaces, zeros, memset_space, memset_zero)
33695         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
33696         Remove.
33697         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
33698         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
33699         Define with prototype.
33700         Remove now-unnecessary prototype decl.
33701         (extra_args_spec): Assume ANSI C.  All uses changed.
33702         (extra_args_spec_iso): Remove.
33703         (my_strftime, emacs_strftimeu): Define via prototype.
33704         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
33705         unconditionally.
33706         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
33707         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
33708         (strtoul, strtol): Remove decls.
33709         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
33710         LONG_MAX): Remove.
33711         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33712         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
33713         (LOCALE_PARAM_PROTO): New macro.
33714         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
33715         (INTERNAL (strtol), strtol): Define with a prototype.
33716         (PARAMS): Remove.  All uses removed.
33717         * lib/tempname.c: Include <string.h> unconditionally.
33718         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
33719         * lib/xgethostname.c (main): Define with a prototype.
33720         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
33721         Include <stdlib.h> unconditionally.
33722         (calloc, malloc, realloc, free): Remove decls.
33723         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
33724         Include <stdlib.h> unconditionally.  Sort include file names.
33725         (strtod): Remove.
33726         (xstrtod): Define with a prototype.
33727         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
33728         (strtol, strtoul): Remove decls.
33729
33730 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33731
33732         More patches to assume C89 or better.
33733         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
33734         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
33735         string.h, memchr, STDC_HEADERS.
33736
33737 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33738
33739         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
33740         Include <stdlib.h>, <string.h> unconditionally.
33741         Remove now-unnecessary cast to char *.
33742         * lib/strnlen.c: Include <string.h> unconditionally.
33743         * lib/yesno.c (yesno): Define with a prototype.
33744
33745 2003-09-11  Bruno Haible  <bruno@clisp.org>
33746
33747         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
33748
33749 2003-09-10  Jim Meyering  <jim@meyering.net>
33750
33751         * lib/error.c: Correct indentation of cpp directives.
33752
33753 2003-09-10  Bruno Haible  <bruno@clisp.org>
33754
33755         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
33756         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
33757         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
33758         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
33759         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
33760         <stdlib.h> and <string.h> checks.
33761         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
33762         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
33763
33764 2003-09-10  Bruno Haible  <bruno@clisp.org>
33765
33766         * lib/strcspn.c: Include <string.h> unconditionally.
33767         * lib/strpbrk.c: Include <string.h> unconditionally.
33768         * lib/strstr.c: Include <string.h> unconditionally.
33769         * lib/unicodeio.c: Include <string.h> unconditionally.
33770         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
33771         * lib/unsetenv.c: Likewise.
33772         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
33773         * lib/yesno.c: Include <stdlib.h> unconditionally.
33774         (rpmatch): Add prototype.
33775
33776 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33777
33778         More patches to assume C89 or better.
33779         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
33780         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
33781         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
33782         or for string.h.
33783         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
33784         stdlib.h.
33785         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
33786         C headers.
33787         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
33788         string.h.
33789         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
33790         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
33791         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
33792         or for string.h.
33793         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
33794         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
33795         C headers.
33796         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
33797         memcpy.
33798         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
33799         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
33800         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
33801         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
33802         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
33803         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
33804         string.h, free.
33805         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
33806         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
33807         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
33808         C headers, or for string.h.
33809         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
33810         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33811         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
33812         headers, memory.h, stdlib.h, string.h, strings.h.
33813         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
33814         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
33815         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
33816         strchr.
33817         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
33818         headers, memory.h, string.h.
33819         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
33820         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
33821         free.
33822         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
33823         headers.
33824         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
33825         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
33826         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
33827         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
33828         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
33829
33830 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33831
33832         More K&R removal.
33833
33834         * lib/acosl.c (main): Use a prototype.
33835         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
33836         tanl.c: Likewise.
33837
33838         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
33839
33840         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
33841         (getopt, etopt_long, getopt_long_only, _getopt_internal)
33842         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
33843         with a prototype.
33844         * lib/getopt.c (const): Remove macro.
33845         Include <string.h> unconditionally.
33846         (my_index): Remove; all uses changed to strchr.
33847         (strlen): Remove decl.
33848         (exchange): Remove forward decl; no longer needed.
33849         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
33850         Define with prototype.
33851         * lib/getopt1.c (const): Remove macro.
33852         (getopt_long, getopt_long_only, main): Define with prototype.
33853
33854         * lib/getugroups.c: Include <string.h> unconditionally.
33855
33856         * lib/getusershell.c: Include <stdlib.h> unconditionally.
33857         (getusershell, setusershell, endusershell, readname, main):
33858         Define with prototypes.
33859
33860         * lib/group-member.c: Include group-member.h first.
33861         Include <stdlib.h> unconditionally.
33862
33863         * lib/hard-locale.c: Include hard-locale.h first.
33864         Include <stdlib.h>, <string.h> unconditionally.
33865
33866         * lib/hash.c (free, malloc): Remove decls.
33867         Include <stdlib.h> unconditionally.
33868
33869         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
33870         (getenv): Do not declare.
33871
33872         * lib/idcache.c: Include <string.h> unconditionally.
33873
33874         * lib/long-options.c: Include long-options.h first, to test interface.
33875         Include <stdlib.h> unconditionally.
33876
33877         * lib/makepath.c: Include makepath.h first, to test interface.
33878         Include <stdlib.h> and <string.h> unconditionally.
33879
33880         * lib/linebuffer.c: Include <stdlib.h>.
33881         (free): Remove decl.
33882
33883         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
33884         stddef.h. rpl_malloc returns void *, not char *.
33885         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
33886         prototype.
33887
33888         * lib/md5.h: Include <limits.h> unconditionally.
33889         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
33890         (__P): Remove; all uses removed.
33891         * lib/md5.c: Include "md5.h" first.
33892         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
33893         md5_buffer, md5_process_bytes, md5_process_block):
33894         Define with prototypes.
33895         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
33896         * lib/sha.c: Include "sha.h" first.
33897         Include <stdlib.h>, <string.h> unconditionally.
33898
33899         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
33900         * lib/memcmp.c (__ptr_t): Likewise.
33901         * lib/memrchr.c (__ptr_t): Likewise.
33902         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
33903         Include <string.h> unconditionally.
33904         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
33905         * lib/memchr.c: Include <stdlib.h> unconditionally.
33906         * lib/memchr.c (LONG_MAX): Remove.
33907         * lib/memrchr.c (LONG_MAX): Likewise.
33908         * lib/memchr.c (__memchr): Define via a prototype.
33909         * lib/memrchr.c (__memrchr): Likewise.
33910         * lib/memcmp.c (__P): Remove, and remove all uses.
33911         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
33912         Remove forward decls; no longer needed.
33913         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
33914         Use types required by C89 in prototype.
33915
33916         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
33917         * lib/savedir.c: Likewise.
33918         * lib/mkdir.c (free): Remove decl.
33919         * lib/rmdir.c (rmdir): Define with a prototype.
33920         * lib/savedir.c: Include savedir.h first, to test interface.
33921
33922         * lib/mktime.c (STDC_HEADERS): Remove.
33923         Include <stdlib.h>, <string.h> unconditionally.
33924
33925         * lib/modechange.c: Include <stdlib.h> unconditionally.
33926         (malloc): Remove decl.
33927
33928         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
33929         (free): Remove decl.
33930
33931         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33932         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33933         (This type really should be intptr_t, but that's a C99ism.)
33934         (_obstack_memcpy): Remove: all uses changed to memcpy.
33935         Include <string.h> unconditionally.
33936         (struct obstack): Assume __STDC__ for types of members
33937         chunkfun, freefun, extra_arg.
33938         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33939         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33940         obstack_begin, obstack_specify_allocation,
33941         obstack_specify_allocation_with_arg, obstack_chunkfun,
33942         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33943         Remove unprototyped decls and the macros that use them.
33944         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33945         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33946         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33947         (defined __STDC__ && __STDC__)]:
33948         Remove nonprototyped code.
33949         Include <stdlib.h> unconditionally.
33950         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33951         _obstack_allocated_p, _obstack_free, obstack_free,
33952         _obstack_memory_used, print_and_abort):
33953         Define using prototypes.
33954         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33955         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33956         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33957         obstack_next_free, obstack_object_size, obstack_room) [0]:
33958         Remove unused, unprototyped code.
33959
33960         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33961
33962         * lib/physmem.c (physmem_total, physmem_available, main): Define
33963         with prototypes.
33964
33965         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33966         (main): Define with a prototype.
33967
33968         * lib/posixver.c (getenv): Remove decl.
33969
33970         * lib/putenv.c (malloc): Returns void *, not char *.
33971         Include <string.h> unconditionally.
33972         (strchr, memcpy, NULL): Do not define.
33973
33974         * lib/readtokens.c: Include readtokens.h first, to test interface.
33975         Include <stdlib.h>, <string.h> unconditionally.
33976         (init_tokenbuffer): Define with a prototype.
33977
33978         * lib/regex.c (PARAMS): Remove.  All uses removed.
33979         All uses of _RE_ARGS removed, too.
33980         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33981         unconditionally.
33982         (bzero): Assume memset exists.
33983         (memcmp, memcpy, NULL): Remove.
33984         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33985         char, or assignments to local vars of type signed char.
33986         (init_syntax_once, PREFIX(extract_number_and_incr),
33987         PREFIX(print_partial_compiled_pattern),
33988         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33989         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33990         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33991         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33992         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33993         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33994         wcs_compile_range, byte_compile_range, truncate_wchar,
33995         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33996         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33997         count_mbs_length, wcs_re_match_2_internal,
33998         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33999         PREFIX(alt_match_null_string_p),
34000         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
34001         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
34002         regfree, PREFIX(extract_number)): Define with prototype.  Remove
34003         now-unnecessary declaration, if any.
34004         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
34005         regcomp, regexec):
34006         Remove now-unnecessary casts among pointer types.
34007         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
34008
34009         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
34010         (free): Remove decl.
34011
34012         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
34013
34014         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
34015         (free): Remove decl.
34016
34017         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
34018         * lib/xgetcwd.c: Likewise.
34019
34020         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
34021         (free): Remove decl.
34022
34023         * lib/strchrnul.c (strchrnul): Define with a prototype.
34024         Fix bug: c_in was not converted to char before searching.
34025
34026         The following changes are not K&R related:
34027
34028         * lib/group-member.h: Include <sys/types.h>, so that this file is
34029         self-contained.
34030         * lib/makepath.h: Likewise.
34031
34032         * lib/getusershell.c (readname, default_index, line_size, readname):
34033         Use size_t, not int, for sizes.
34034         (readname): If the size overflows, report an error instead of
34035         looping forever.
34036
34037 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34038
34039         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
34040         libc.
34041
34042 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34043
34044         * README: New section: portability guidelines.
34045
34046 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
34047
34048         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
34049         C89 spec.
34050
34051 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
34052
34053         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
34054
34055 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34056
34057         Assume C89 or better; remove K&R cruft.
34058         A few of these changes were first proposed by Derek Robert Price
34059         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
34060
34061         * lib/addext.c: Include <string.h> unconditionally.
34062         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
34063         Don't declare getenv or malloc.
34064
34065         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
34066         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
34067         (NULL): Remove.
34068         (find_stack_direction, alloca): Use prototypes.
34069
34070         * lib/atexit.c (atexit): Define using a prototype.
34071
34072         * lib/basename.c, dirname.c, stripslash.c:
34073         Include <string.h> unconditionally.
34074
34075         * lib/bcopy.c: Include <stddef.h>.
34076         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
34077
34078         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
34079
34080         * lib/error.h (error, error_at_line, error_print_progname)
34081         [! (defined (__STDC__) && __STDC__)]: Remove decls.
34082         * lib/error.c: Include error.h first, to check interface.
34083         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
34084         (VA_START): Remove; all uses changeed to va_start.
34085         (exit, strerror): Remove decls.
34086         (error_print_progname): Prototype uncondionally.
34087         Don't include <errno.h>; no longer needed.
34088         (private_strerror): Remove.
34089         (error_tail): Always define.
34090         (error, error_at_line): Assume C89 or better; always use prototypes.
34091         * lib/fatal.c: Include "fatal.h" first, to test interface.
34092         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
34093         (VA_START): Remove; all uses changed to va_start.
34094         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
34095         this case.
34096         (exit): Remove decl.
34097         (fatal): Prototype unconditionally.  Assume va_start works.
34098         Abort at end, to pacify gcc.
34099
34100         * lib/euidaccess.c (main): Define with a prototype.
34101
34102         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
34103
34104         * lib/exitfail.c: Include <stdlib.h> unconditionally.
34105
34106         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
34107         prototypes.
34108         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
34109         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
34110         (getenv): Remove decl.
34111         (fnmatch): Define using a prototype.
34112         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
34113         (FCT): Define using a prototype.
34114
34115         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
34116
34117         * lib/gethostname.c: Include <stddef.h>.
34118         (gethostname): Define with prototype.  Length is size_t, not int.
34119
34120 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34121
34122         Assume C89 or better; remove K&R cruft.
34123         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
34124         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
34125         string.h, getenv, malloc.
34126         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
34127         headers.
34128         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
34129         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
34130         do not check for strerror.
34131         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
34132         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
34133         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
34134         do not check for doprnt or vprintf.
34135         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
34136         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
34137
34138 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34139
34140         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
34141         getversion.c should have been removed then, but was accidentally
34142         preserved.
34143
34144         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
34145         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
34146
34147 2003-09-08  Karl Berry  <karl@gnu.org>
34148
34149         * config/config.sub, config.guess, srclistvars.sh: update from savannah
34150                 config, forget about prep.
34151
34152         * config/depcomp, missing: update from automake.
34153
34154 2003-09-07  Paul Eggert  <eggert@twinsun.com>
34155
34156         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
34157         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
34158
34159 2003-09-07  Paul Eggert  <eggert@twinsun.com>
34160
34161         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
34162         copy_tm_result.  Bug reported by Simon Josefsson in
34163         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
34164
34165 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34166
34167         * m4/time_r.m4: New file.
34168         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
34169         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
34170         is. Check for timegm declaration.
34171         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
34172         Do not check for gmtime_r.
34173         Replace mktime if __mktime_internal does not exist and if mktime
34174         hasn't been replaced already.
34175
34176 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34177
34178         * lib/time_r.c, lib/time_r.h: New files.
34179
34180         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
34181         __localtime_r.
34182         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
34183         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
34184
34185         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
34186         __gmtime_r.
34187         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
34188         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
34189         Include <time_r.h>.
34190
34191         * lib/timegm.c: Switch to glibc implementation, with the following
34192         changes:
34193         [defined HAVE_CONFIG_H]: Include <config.h>.
34194         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
34195         (__mktime_internal) [!defined _LIBC]: New decl.
34196         (__gmtime_r) [!defined _LIBC]: New macro and function.
34197         (timegm): Use a prototype, since gnulib assumes C89.
34198         Do not bother declaring tmp to be const, as it's not really usefu.
34199         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
34200         (timegm): Declare only if HAVE_DECL_TIMEGM.
34201
34202 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34203
34204         * MODULES.html.sh (func_all_modules): Add time_r.
34205         * modules/time_r: New file.
34206         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
34207         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
34208
34209 2003-09-03  Paul Eggert  <eggert@twinsun.com>
34210
34211         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
34212         Bug reported by Lute Kamstra in
34213         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
34214
34215         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
34216         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
34217         course with correspondingly smaller numbers for tomorrow and
34218         yesterday.  From Tadayoshi Funaba.  Originally installed into
34219         sh-utils on 1999-08-07, but the patch got lost (I guess during the
34220         coreutils merge?).
34221
34222 2003-08-31  Simon Josefsson  <jas@extundo.com>
34223
34224         * modules/timegm: New file.
34225         * MODULES.html.sh (func_all_modules): Add timegm.
34226
34227 2003-08-31  Simon Josefsson  <jas@extundo.com>
34228
34229         * m4/timegm.m4: New file.
34230
34231 2003-08-31  Simon Josefsson  <jas@extundo.com>
34232
34233         * lib/timegm.h: New file.
34234         * lib/timegm.c: New file.  Based on
34235         wget-1.8.2/src/http.c:mktime_from_utc.
34236
34237 2003-08-31  Karl Berry  <karl@gnu.org>
34238
34239         * lib/argp.h: update from libc.
34240
34241 2003-08-28  Bruno Haible  <bruno@clisp.org>
34242
34243         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
34244         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
34245         followed by '#define fnmatch fnmatch_posix' gives an error.
34246
34247 2003-08-28  Bruno Haible  <bruno@clisp.org>
34248
34249         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
34250         warning on QNX, which defines O_BINARY to 000000.
34251
34252 2003-08-27  Jim Meyering  <jim@meyering.net>
34253
34254         * m4/mkstemp.m4: Require that the system mkstemp be able to create
34255         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
34256         would fail after 32.  Reported by Danny Levinson.  Details here:
34257         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
34258
34259 2003-08-24  Bruno Haible  <bruno@clisp.org>
34260
34261         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
34262         MSVC7 <stdio.h> is included later.
34263
34264 2003-08-22  Simon Josefsson  <jas@extundo.com>
34265
34266         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
34267
34268 2003-08-20  Karl Berry  <karl@gnu.org>
34269
34270         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
34271
34272 2003-08-20  Bruno Haible  <bruno@clisp.org>
34273
34274         * modules/progname: New file.
34275         * MODULES.html.sh (func_all_modules): Add progname.
34276
34277 2003-08-20  Bruno Haible  <bruno@clisp.org>
34278
34279         * lib/progname.h: New file, from GNU gettext.
34280         * lib/progname.c: New file, from GNU gettext.
34281         * lib/progreloc.c: New file, from GNU gettext.
34282
34283 2003-08-19  Jim Meyering  <jim@meyering.net>
34284
34285         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
34286         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
34287
34288 2003-08-19  Bruno Haible  <bruno@clisp.org>
34289
34290         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
34291         more.
34292
34293 2003-08-19  Bruno Haible  <bruno@clisp.org>
34294
34295         * lib/xstrdup.c: Assume <string.h> exists.
34296
34297 2003-08-18  Paul Eggert  <eggert@twinsun.com>
34298
34299         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
34300         in makefile rules.
34301
34302 2003-08-18  Jim Meyering  <jim@meyering.net>
34303
34304         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
34305         * m4/lib-ld.m4: Likewise.
34306
34307 2003-08-18  Jim Meyering  <jim@meyering.net>
34308
34309         * lib/setenv.h: Indent nested cpp directive.
34310         * lib/vasnprintf.c: Remove trailing blanks.
34311
34312 2003-08-17  Simon Josefsson  <jas@extundo.com>
34313
34314         * modules/xstrndup: New file.
34315         * MODULES.html.sh (func_all_modules): Add xstrndup.
34316
34317 2003-08-17  Simon Josefsson  <jas@extundo.com>
34318
34319         * modules/argp: Fix autoconf macro name. Add more dependencies.
34320
34321 2003-08-17  Simon Josefsson  <jas@extundo.com>
34322
34323         * m4/xstrndup.m4: New file.
34324
34325 2003-08-17  Simon Josefsson  <jas@extundo.com>
34326
34327         * m4/argp.m4: New file.
34328
34329 2003-08-17  Simon Josefsson  <jas@extundo.com>
34330             Bruno Haible  <bruno@clisp.org>
34331
34332         * lib/xstrndup.h: New file.
34333         * lib/xstrndup.c: New file.
34334
34335 2003-08-17  Bruno Haible  <bruno@clisp.org>
34336
34337         * modules/strndup (Files, Include): Add lib/strndup.h.
34338
34339 2003-08-17  Bruno Haible  <bruno@clisp.org>
34340
34341         * modules/euidaccess (Files): Add lib/euidaccess.h.
34342
34343 2003-08-17  Bruno Haible  <bruno@clisp.org>
34344
34345         * lib/strndup.h: New file.
34346
34347 2003-08-17  Bruno Haible  <bruno@clisp.org>
34348
34349         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
34350         like AC_GNU_SOURCE.
34351         * modules/extensions (configure.ac): Comment out the invocation of
34352         gl_USE_SYSTEM_EXTENSIONS.
34353
34354 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34355
34356         Merges from coreutils, etc.
34357         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
34358         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
34359         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
34360         fixing a typo.
34361         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
34362         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
34363
34364 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34365
34366         Document merge from coreutils.
34367         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
34368         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
34369         * modules/utime: Add m4/utimes-null.m4.
34370
34371 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34372
34373         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
34374         space, undoing this 2003-08-12 change:
34375         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34376
34377 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34378
34379         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
34380         strtoul.c from libc, undoing this 2003-08-12 change:
34381         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34382
34383 2003-08-16  Jim Meyering  <jim@meyering.net>
34384
34385         Merges from coreutils.
34386         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
34387         prefix.  Adjust cache variables similarly.  Create 500 rather than
34388         just 300 files, to exercise bug on Darwin6.5, too.
34389         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
34390         $missing_dir.
34391         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
34392         AM_SYS_POSIX_TERMIOS.
34393         Reported by mkc@mathdogs.com.
34394         Also change use of $am_cv_sys_posix_termios
34395         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
34396         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
34397         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
34398         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
34399         in /proc/mounts until it finds one with matching device number.  This
34400         is unnecessary when the FILE argument *is* a mount point.  No stat call
34401         is necessary in that case.  So, disable the statvfs-testing code on
34402         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
34403         as RedHat bug# 84846.
34404         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34405         to 1MB, so as not to render systems with no stack size limit (e.g.,
34406         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34407         Include <unistd.h>.  On some systems,
34408         it is required for the definition of _SC_PAGESIZE.
34409
34410 2003-08-16  Jim Meyering  <jim@meyering.net>
34411
34412         Merge from coreutils.
34413         * lib/xstrtoimax.c: #else #if -> #elif.
34414         * lib/xstrtoumax.c: Likewise.
34415
34416 2003-08-16  Jim Meyering  <jim@meyering.net>
34417
34418         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
34419         * m4/utimes.m4: Removed.
34420         * m4/utimes-null.m4: Renamed from utimes.m4.
34421
34422         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34423         to 1MB, so as not to render systems with no stack size limit (e.g.,
34424         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34425         Include <unistd.h>.  On some systems,
34426         it is required for the definition of _SC_PAGESIZE.
34427
34428 2003-08-16  Jim Meyering  <jim@meyering.net>
34429         and Paul Eggert  <eggert@cs.ucla.edu>
34430
34431         Merges from coreutils, etc.
34432
34433         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
34434         using the latest version from cvs.  This avoids problems with #line
34435         directives using a vendor (Sun) compiler.
34436         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
34437         Don't set GETGROUPS_LIB here; now it's
34438         done via getgroups.m4's wrapper function.
34439         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
34440         rather than just in sh-util/configure.in, so that the
34441         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
34442         same.
34443         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
34444         AC_FUNC_GETLOADAVG where to find getloadavg.c.
34445         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
34446         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
34447         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
34448         Remove code that is now done by the newly-required macros.
34449         Append $(EXEEXT) to DF_PROG.
34450         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
34451         Do not invoke or require the following here,
34452         since prereq.m4 or some gnulib .m4 now does this for us:
34453         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
34454         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
34455         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
34456         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
34457         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
34458         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
34459         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
34460         AC_FUNC_OBSTACK.
34461         Do not replace the following functions, as this is now the job
34462         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
34463         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
34464         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
34465         atexit getpass, strdup, getpagesize.
34466         Replace 'raise'.
34467         Do not check for the following functions, as this is now the job
34468         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
34469         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
34470         setregid.
34471         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
34472         Check for sys/sysctl.h.
34473         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
34474         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
34475         of checking for ssize_t ourselves.
34476
34477         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
34478         Require every macro that gnulib/modules/* suggests for us.
34479         (jm_PREREQ_ADDEXT): New macro.
34480         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
34481         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
34482
34483         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
34484         (gl_PHYSMEM): Use it.
34485         Also check for `table' function.
34486         Check for new headers and functions.
34487         Add check for sys/sysmp.h.
34488         With suggestions from Kaveh Ghazi.
34489         Ignore headers that are present but cannot be compiled.  This
34490         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
34491         C 5.4.
34492
34493 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34494
34495         Document merge from coreutils.
34496         * modules/userspec: Depend on posixver.
34497         * modules/strftime: Depend on tzset.
34498
34499 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34500
34501         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
34502         rather than tab, after '#' in shell-script copyright notices.
34503         Suggested by Bruno Haible.
34504
34505 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34506
34507         * config/srclist-update: Use three spaces, rather than tab, after '#'
34508         in shell-script copyright notices.  Suggested by Bruno Haible.
34509         Remove unnecessary parenthesization in regular expression.
34510
34511 2003-08-15  Jim Meyering  <jim@meyering.net>
34512
34513         Merge from coreutils.
34514         * lib/xgethostname.c: Include <stdlib.h>.
34515         (xghostname): Don't exit for anything other than memory-related
34516         failure; just return NULL.
34517         * lib/userspec.c: Include "posixver.h".
34518         (parse_user_spec): Accept `.' as a separator only
34519         in pre-POSIX-200112 mode.
34520         * lib/strtoimax.c: Use #elif rather than #else #if.
34521         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
34522         Remove function, now that we can rely on a working tzset function.
34523         [!_LIBC]: Ensure that the required autoconf test has been run.
34524         [!defined _NL_CURRENT && HAVE_STRFTIME]:
34525         Use underlying_strftime for %r.
34526         * lib/sha.c: Merge in some clean-up and optimization changes from
34527         glibc.
34528         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
34529         Ensure that it is a multiple of 64.
34530         Rearrange loop exit tests so as to avoid performing an
34531         additional fread after encountering an error or EOF.
34532         * lib/realloc.c: Update copyright date.
34533
34534 2003-08-15  Jim Meyering  <jim@meyering.net>
34535         and Paul Eggert  <eggert@twinsun.com>
34536
34537         Merge from coreutils.
34538         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
34539         member but strut utmpx does not.  Needed for AIX 4.3.3.
34540         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
34541
34542 2003-08-15  Jim Meyering  <jim@meyering.net>
34543         and Paul Eggert  <eggert@cs.ucla.edu>
34544
34545         Merges from coreutils, etc.
34546         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
34547         Require gl_FUNC_TZSET_CLOBBER.
34548         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
34549         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
34550         members.
34551
34552 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34553
34554         Help the merge from coreutils.
34555         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
34556         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
34557         * m4/tzset.m4: Use it too.
34558
34559 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34560
34561         * modules/tzset: New file.
34562
34563 2003-08-14  Jim Meyering  <jim@meyering.net>
34564
34565         Merges from coreutils.
34566         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
34567         variable names, rather than @FNMATCH_H@.
34568         * modules/alloca: Likewise for $(ALLOCA_H).
34569
34570         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
34571         the three copies of the literal target, `fnmatch.h'.
34572         * modules/alloca (alloca.h): Likewise.
34573
34574 2003-08-14  Jim Meyering  <jim@meyering.net>
34575
34576         Merge from coreutils.
34577         * m4/tzset.m4: New file.
34578         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
34579         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
34580         otherwise, AIX 5.1 systems would end up using the latter.
34581         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
34582         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
34583         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
34584         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
34585
34586 2003-08-14  Jim Meyering  <jim@meyering.net>
34587
34588         Merge from coreutils.
34589         * lib/obstack.h: Whitespace changes.
34590         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
34591         and xcalloc return values.
34592         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
34593         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
34594         hang on OSF/1 5.1 for DIR on both local and remote file systems.
34595         Reported by (and fix confirmed by) Nelson H. F. Beebe.
34596         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34597         error from mntctl.
34598         Use mntctl's return value to drive the entry-processing loop, since
34599         we can't rely on the value of the vmt_length member in the last
34600         entry.  On some systems doing so could result in exhausting
34601         virtual memory.  Based in part on a patch from Mike Jetzer.
34602
34603 2003-08-14  Jim Meyering  <jim@meyering.net>
34604         and Paul Eggert  <eggert@twinsun.com>
34605
34606         Merges from coreutils, plus other fixes.
34607         * lib/physmem.c: Merge in portability changes from gcc/libiberty
34608         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
34609         for credits and details.  Thanks to Kaveh Ghazi for helping
34610         to keep these files in sync.
34611         (ARRAY_SIZE): Define it.
34612         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
34613         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
34614         (memcasecmp): Don't assume size_t fits in unsigned int.
34615         Remove casts and duplicate code.
34616         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
34617         (memcpy): Remove definition.
34618         Merge in some clean-up and optimization changes from glibc.
34619         [BLOCKSIZE]: Move definition to top of file.
34620         Ensure that it is a multiple of 64.
34621         Rearrange loop exit tests so as to avoid performing an
34622         additional fread after encountering an error or EOF.
34623         * lib/md5.h (md5_uintptr): Define.
34624         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
34625         return to the initial working directory.  Preserve errno
34626         for caller.
34627         * lib/idcache.c: Include "xalloc.h".
34628         (xmalloc, xrealloc): Remove decls.
34629         (getuser): Remove casts no longer required in C89.
34630         * lib/human.c: Include stdio.h, for sprintf.
34631         * lib/group-member.c: Include "xalloc.h".
34632         (xmalloc, xrealloc): Remove decls.
34633         (get_group_info): Remove casts no longer required in C89.
34634         * lib/getusershell.c (readname): Remove casts no longer required in
34635         C89.
34636         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
34637         * lib/getline.c: Whitespace fix, from coreutils.
34638
34639 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34640
34641         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
34642         Check for isascii.
34643
34644         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34645         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34646         Undo previous (whitespace-only) change.
34647
34648 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34649
34650         * lib/exclude.c: Include <ctype.h>
34651         (IN_CTYPE_DOMAIN): New macro.
34652         (is_space): New fn.
34653         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
34654         and empty lines.
34655
34656         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34657         Undo previous (whitespace-only) change.
34658
34659 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34660
34661         * config/srclist-update: Change update back to the old behavior,
34662         leaving whitespace alone.  Use one 'sed' command rather than a
34663         pipeline.
34664         (fixlicense): Now a variable, not a function.
34665         (remove_trailing_blanks): Remove.
34666         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
34667         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34668         Undo previous (whitespace-only) change.
34669
34670 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34671
34672         Merge from coreutils.
34673         * modules/euidaccess: Add lib_SOURCES, include for new
34674         file euidaccess.h
34675
34676 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34677
34678         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34679         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34680         Normalize leading white space and remove trailing white space.
34681
34682         Merge from coreutils
34683         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
34684
34685         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
34686         0.12.1.  These files are now being upgraded automatically by
34687         ../config/srclist-update.
34688
34689 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34690
34691         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34692         Normalize leading white space and remove trailing white space.
34693         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
34694         notice, as per ../config/srclist-update.
34695
34696         Merge from coreutils.
34697         * lib/euidaccess.h: New file.
34698         * lib/euidaccess.c: Include it.
34699         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
34700         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
34701         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
34702
34703 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34704
34705         * config/srclist-update: Add copyright notice.
34706         (remove_id_lines, remove_trailing_blanks): New constants.
34707         (fixfile): Use them to normalize spacing a bit in copied files.
34708         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34709         Normalize leading white space and remove trailing white space.
34710
34711         * config/texinfo.tex: Sync with texinfo.
34712
34713         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
34714         strtoul.c from libc, to merge coreutils whitespace changes.
34715
34716         * config/srclist.txt: Get the following m4 files from gettext:
34717         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
34718         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
34719         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
34720         wint_t.m4.
34721
34722 2003-08-12  Karl Berry  <karl@gnu.org>
34723
34724         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
34725         been made.
34726
34727 2003-08-11  Paul Eggert  <eggert@twinsun.com>
34728
34729         * modules/gnu-source, m4/gnu-source.m4:
34730         Remove; we're assuming Autoconf 2.54 or later now.
34731         Suggested by Bruno Haible.
34732         * MODULES.html.sh (func_all_modules): Remove gnu-source.
34733
34734 2003-08-11  Bruno Haible  <bruno@clisp.org>
34735
34736         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
34737
34738 2003-08-11  Bruno Haible  <bruno@clisp.org>
34739
34740         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
34741         (vasnprintf): Use it instead of wcslen.
34742
34743 2003-08-11  Bruno Haible  <bruno@clisp.org>
34744
34745         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
34746         value to ensure that _Bool promotes to int. Use #define for _Bool when
34747         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
34748
34749 2003-08-10  Karl Berry  <karl@gnu.org>
34750
34751         * lib/regex.h: update from libc (whitespace fix).
34752
34753 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34754
34755         Merge some files from coreutils.  These changes were
34756         originally made by Jim Meyering.
34757         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
34758         many older Unixes require this.
34759         * lib/alloca.c (alloca): Remove cast to argument of free;
34760         no longer needed in C89.
34761         * lib/alloca_.h, regex.h: Fix white space to match
34762         what GNU indent does.
34763
34764 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34765
34766         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
34767         apparently Emacs's Unicode mode got confused before my 2003-08-05
34768         checkin.
34769
34770 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34771
34772         * m4/extensions.m4: New file.
34773         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
34774         Require gl_USE_SYSTEM_EXTENSIONS.
34775         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
34776         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
34777
34778 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34779
34780         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
34781         * modules/extensions, modules/gnu-source: New files.
34782         * modules/timespec, modules/unlocked-io: Depend on extensions.
34783
34784 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34785
34786         * modules/restrict: New file.
34787         * MODULES.html.sh (func_all_modules): Add restrict.
34788         * modules/regex: Depend on restrict.
34789
34790 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34791
34792         * m4/restrict.m4: New file.
34793         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
34794
34795 2003-08-07  Bruno Haible  <bruno@clisp.org>
34796
34797         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
34798         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
34799
34800 2003-08-07  Bruno Haible  <bruno@clisp.org>
34801
34802         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
34803         makes the module 'getndelim2' compatible with the module 'getline'.
34804
34805 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34806
34807         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
34808         byte with "\201" to avoid glitches when editing that source file
34809         with multi-gnome-terminal.
34810
34811 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34812
34813         * lib/bumpalloc.h: Remove.
34814
34815 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34816
34817         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
34818         * modules/bumpalloc: Remove.
34819
34820 2003-08-04  Paul Eggert  <eggert@twinsun.com>
34821
34822         * lib/getloadavg.c: Change copyright notice and spacing to conform to
34823         GNU coding style.
34824
34825         Merge from coreutils.
34826         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
34827         1. From glibc.
34828         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
34829         from Karl Berry, implemented by Jim Meyering.
34830         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
34831         from Dmitry V. Levin.
34832         Remove anachronistic cast of xrealloc.
34833         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
34834         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
34835         type. Otherwise, it wouldn't compile with at least /bin/cc on
34836         ymp-cray-unicos9.0.2.X.
34837         Combine two mostly-identical uses of alloca into one.
34838         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
34839
34840 2003-08-04  Dave Love  <d.love@dl.ac.uk>
34841
34842         [From Emacs.]
34843
34844         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
34845         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
34846         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
34847         obsolete NLIST_NAME_UNION.
34848         [__GNU__]: Undef BSD and FSCALE.
34849         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
34850
34851 2003-08-03  Paul Eggert  <eggert@twinsun.com>
34852
34853         * lib/stdbool_.h (_Bool): Make it signed char, instead of
34854         an enum type, so that it's guaranteed to promote to int.  See:
34855         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
34856
34857 2003-08-03  Karl Berry  <karl@gnu.org>
34858
34859         * config/depcomp: update from automake.
34860
34861 2003-07-31  Paul Eggert  <eggert@twinsun.com>
34862
34863         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
34864         (strerror): Don't assume that a printable int fits in 14 bytes.
34865
34866 2003-07-31  Bruno Haible  <bruno@clisp.org>
34867
34868         * modules/getpass-gnu: New file.
34869         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
34870
34871 2003-07-31  Bruno Haible  <bruno@clisp.org>
34872
34873         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
34874
34875 2003-07-24  Karl Berry  <karl@gnu.org>
34876
34877         * config/missing: update from automake.
34878
34879 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
34880             Bruno Haible  <bruno@clisp.org>
34881
34882         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
34883         * lib/getline.c (getline, getdelim): Likewise.
34884         Remove _GNU_SOURCE define; now it's defined in config.h through
34885         m4/getline.m4.
34886
34887 2003-07-23  Karl Berry  <karl@gnu.org>
34888
34889         * config/config.sub: update from prep.
34890
34891 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34892
34893         * modules/xalloc (Depends-on): Add exitfail.
34894         * modules/xmemcoll: Likewise.
34895
34896 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34897
34898         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
34899         over-parenthesization in macros.
34900
34901         Sync with coreutils.
34902
34903         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
34904         required by C99.
34905
34906         Use `exit_failure' for xalloc and xmemcoll instead of their own
34907         private exit-failure variables.
34908         * lib/xalloc.h (xalloc_exit_failure): Remove.
34909         * lib/xmalloc.c: Likewise.  Include exitfail.h.
34910         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
34911         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
34912         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
34913         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
34914
34915 2003-07-20  Jim Meyering  <jim@meyering.net>
34916
34917         * modules/closeout (Depends-on): Add exitfail.
34918         Suggestion from Bruno Haible.
34919
34920 2003-07-19  Karl Berry  <karl@gnu.org>
34921
34922         * config/config.sub: update from prep.
34923
34924 2003-07-18  Paul Eggert  <eggert@twinsun.com>
34925
34926         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
34927         Remove.
34928         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
34929         to test that it can stand by itself.  Include "exitfail.h".
34930         Clients should set exit_failure instead.
34931         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34932
34933 2003-07-18  Bruno Haible  <bruno@clisp.org>
34934
34935         * modules/getndelim2: New file.
34936         * modules/getline: Share files with module getndelim2.
34937         * modules/getnline: Depend on getndelim2 instead of sharing files with
34938         it. Add getnline.c to lib_SOURCES.
34939         * MODULES.html.sh (func_all_modules): Add getndelim2.
34940
34941 2003-07-18  Bruno Haible  <bruno@clisp.org>
34942
34943         * m4/getndelim2.m4: New file.
34944         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34945         invoke gl_PREREQ_GETNDELIM2.
34946         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34947         gl_PREREQ_GETNDELIM2.
34948         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34949         gl_GETNDELIM2.
34950
34951 2003-07-18  Bruno Haible  <bruno@clisp.org>
34952
34953         * lib/getndelim2.h: New file.
34954         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34955         getndelim2.h.
34956         (getndelim2): Make non-static. Change return type to ssize_t.
34957         * lib/getline.h: Change argument names.
34958         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34959         * lib/getnline.c: Include getndelim2.h.
34960
34961 2003-07-18  Andreas Schwab  <schwab@suse.de>
34962
34963         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34964
34965 2003-07-17  Karl Berry  <karl@gnu.org>
34966
34967         * config/config.sub: update from prep.
34968
34969 2003-07-17  Bruno Haible  <bruno@clisp.org>
34970
34971         * modules/getnline: New file.
34972         * modules/getline: Add lib/getndelim2.c to source file list.
34973         * MODULES.html.sh (func_all_modules): Add getnline.
34974
34975 2003-07-17  Bruno Haible  <bruno@clisp.org>
34976
34977         * m4/getnline.m4: New file.
34978
34979 2003-07-17  Bruno Haible  <bruno@clisp.org>
34980
34981         * m4/Makefile.am.in: Remove file.
34982         * m4/Makefile.am: Remove file.
34983         * m4/Makefile.in: Remove file.
34984
34985 2003-07-17  Bruno Haible  <bruno@clisp.org>
34986
34987         * lib/getnline.h: New file.
34988         * lib/getnline.c: New file.
34989         * lib/getndelim2.c: New file, extracted from getline.c.
34990         (getndelim2): Renamed from getdelim2, with added nmax argument.
34991         * lib/getline.c: Include getndelim2.c.
34992         (getdelim2): Moved out to getndelim2.c.
34993         (getline, getdelim): Update.
34994
34995 2003-07-17  Bruno Haible  <bruno@clisp.org>
34996
34997         * lib/Makefile.am: Remove file.
34998         * lib/Makefile.in: Remove file.
34999
35000 2003-07-17  Bruno Haible  <bruno@clisp.org>
35001
35002         * configure.in: Remove file.
35003         * Makefile.in: Remove file.
35004
35005 2003-07-17  Bruno Haible  <bruno@clisp.org>
35006
35007         * MODULES.html.sh: Put the </BODY> right before </HTML>.
35008
35009 2003-07-16  Karl Berry  <karl@gnu.org>
35010
35011         * config/srclist-update: was running fixlicense twice, which caused
35012                 texinfo.tex to be nullified for some reason.  Simplify,
35013                 $gplsrc is no longer needed as far as I can see?
35014
35015 2003-07-16  Jim Meyering  <jim@meyering.net>
35016
35017         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
35018
35019 2003-07-15  Paul Eggert  <eggert@twinsun.com>
35020
35021         * config/srclist.txt: Get the following files from gettext-runtime/intl
35022         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
35023         ref-del.sin.  From Bruno Haible.
35024         * config/srclist-update (fixfile): Change grep pattern again, since the
35025         previous fix didn't work (there was another trailing $).  Use
35026         '[$]' to escape the $s.
35027
35028 2003-07-15  Karl Berry  <karl@gnu.org>
35029
35030         * lib/vasnprintf.c: update from gettext.
35031
35032 2003-07-15  Karl Berry  <karl@gnu.org>
35033
35034         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
35035         gets expanded when surrounded by '$'.
35036
35037 2003-07-15  Jim Meyering  <jim@meyering.net>
35038
35039         * modules/save-cwd: Don't depend on error.  From Derek Price.
35040
35041 2003-07-15  Jim Meyering  <jim@meyering.net>
35042
35043         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
35044
35045 2003-07-14  Simon Josefsson  <jas@extundo.com>
35046
35047         * modules/mempcpy: New file.
35048         * MODULES.html.sh (func_all_modules): Add mempcpy.
35049
35050 2003-07-14  Simon Josefsson  <jas@extundo.com>
35051
35052         * m4/mempcpy.m4: New file.
35053
35054 2003-07-14  Simon Josefsson  <jas@extundo.com>
35055
35056         * lib/mempcpy.h: New file.
35057         * lib/mempcpy.c: New file.
35058
35059 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35060
35061         * modules/getdate, modules/posixtm: Depend on mktime.
35062
35063 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35064
35065         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
35066         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
35067         unicodeio.c, unicodeio.h, unlocked-io.h:
35068         Switch from LGPL to GPL.
35069
35070 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35071
35072         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
35073         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
35074         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
35075         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
35076         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
35077         updated automatically by ../config/srclist-update.  This changes
35078         their license from LPGL to GPL.
35079
35080 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35081
35082         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
35083         assumed to refer to the root of the most recent stable gettext version.
35084         * config/srclistvars.sh: Add defaults for eggert.
35085         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
35086         Match "This program" as well as "The program".  This is needed
35087         for gettext.
35088
35089 2003-07-14  Jim Meyering  <jim@meyering.net>
35090
35091         Don't emit diagnostics.  Let callers do that.
35092         * lib/save-cwd.c: Don't include "error.h".
35093         (save_cwd): Don't call error.  Ensure that errno is valid
35094         when returning nonzero.
35095
35096         * lib/save-cwd.h (restore_cwd): Update prototype.
35097         * lib/save-cwd.c (restore_cwd): Remove two parameters.
35098         Simplify.  Don't call error upon failure.  Let callers do that.
35099         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
35100         when auditing is enabled.  But don't bother updating the #if.
35101
35102 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
35103
35104         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
35105         it breaks C++ compilation.
35106         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
35107
35108 2003-07-10  Simon Josefsson  <jas@extundo.com>
35109
35110         * modules/strchrnul (Makefile.am): Add strchrnul.h.
35111
35112 2003-07-10  Jim Meyering  <jim@meyering.net>
35113
35114         * m4/clock_time.m4: Remove trailing blank.
35115         * m4/intmax_t.m4: Likewise.
35116
35117 2003-07-10  Jim Meyering  <jim@meyering.net>
35118
35119         * lib/vasnprintf.c: Remove trailing blanks.
35120         Make cpp indentation consistent.
35121
35122 2003-07-09  Paul Eggert  <eggert@twinsun.com>
35123
35124         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
35125         posixver.c, strftime.c, strnlen.c, strverscmp.c:
35126         Switch from LGPL to GPL.
35127
35128 2003-07-09  Paul Eggert  <eggert@twinsun.com>
35129
35130         * config/srclist.txt: Sort sublists.  Add
35131         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
35132         that differ from gnulib for one reason or another; we'd like this list
35133         to be smaller but for now let's document what we have.
35134
35135 2003-07-08  Paul Eggert  <eggert@twinsun.com>
35136
35137         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
35138         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
35139         and sweeter "eval x=$x".
35140         * config/srclist.txt: Get lib/argp* from glibc.
35141
35142 2003-07-07  Paul Eggert  <eggert@twinsun.com>
35143
35144         * lib/mktime.c: Fix some boundary cases and remove need for floating
35145         point.
35146
35147         Issue a compile-time diagnostic if time_t is floating point, or if
35148         two's complement arithmetic is not in effect, or if arithmetic
35149         right shift does not propagate the sign.  These assumptions were
35150         all in the original code but they weren't checked.
35151
35152         (TIME_T_MIDPOINT, verify): New macros.
35153         (__isleap): Remove; it has integer overflow problems.
35154         (leapyear): New function, without those problems.
35155         (ydhms_tm_diff): Remove; splitting into two parts.
35156         (ydhms_diff): New function, containing the arithmetic part of
35157         the old ydhms_tm_diff function.  Issue a compile-time
35158         diagnostic if we are not using C99 integer division.
35159         Avoid casts when possible.
35160         (guess_time_tm): New function, containing the checking part of
35161         the old ydhms_tm_diff function.  Return the new value, rather than
35162         the difference between it and the old.  Accept a new argument T
35163         so that *T specifies the old value.  Check for overflow in the result.
35164
35165         (__mktime_internal): Use a time_t offset, not a long int offset.
35166         This undoes the 2003-06-04 change, which is no longer needed now
35167         that we have better overflow checking.
35168         (localtime_offset): Likewise.
35169
35170         (__mktime_internal): Avoid harmful overflow on hosts where time_t
35171         and long are 64-bit but int is only 32-bit.
35172         (ydhms_diff): Use long int to store year1 and yday1.
35173         Issue a compile-time diagnostic if long int is not wide enough.
35174
35175         (__mktime_internal): Use long int to store adjusted year and yday.
35176         Use plain C rather than preprocessor commands, if that doesn't
35177         affect efficiency.
35178         Check for overflow (and try to repair) after each probe
35179         rather than checking only at the very end.  This avoids some bugs
35180         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
35181         does not equal GMT offset at maximum time).
35182         Use integer to check for overflow rather than floating point; this
35183         is more portable to non-IEEE hosts, and is a tad faster.
35184         When we detect that we are oscillating between two values,
35185         don't check whether tm_isdst has the requested value, since
35186         we already know the answer.  When tm_isdst has the wrong value,
35187         use a different heuristic to find the right one, based on the
35188         extreme values actually observed in practice in tz2003a,
35189         rather than the (overly optimistic) "previous 3 calendar quarters".
35190
35191         (not_equal_tm, print_tm, check_result): Use "const T" rather than
35192         "T const" to accommodate glibc style.
35193         (check_result): Use less-confusing report format.  "long" -> "long int.
35194         (main): Likewise.
35195         Don't loop if the iteration overflows time_t.
35196         Allow a negative step in the iteration.
35197
35198 2003-07-06  Karl Berry  <karl@gnu.org>
35199
35200         * config/depcomp: update from automake.
35201         * config/config.sub: update from prep.
35202
35203 2003-07-03  Karl Berry  <karl@gnu.org>
35204
35205         * config/config.guess: update from prep.
35206
35207 2003-07-01  Paul Eggert  <eggert@twinsun.com>
35208
35209         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
35210         xreadlink.c now includes it unconditionally.
35211
35212 2003-07-01  Paul Eggert  <eggert@twinsun.com>
35213
35214         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
35215         having it depend on HAVE_SYS_TYPES_H.
35216
35217 2003-07-01  Bruno Haible  <bruno@clisp.org>
35218
35219         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
35220         <sys/types.h> should be sufficient.
35221         Reported by Paul Eggert.
35222
35223 2003-06-26  Karl Berry  <karl@gnu.org>
35224
35225         * config/depcomp: update from automake.
35226
35227 2003-06-26  Bruno Haible  <bruno@clisp.org>
35228
35229         * modules/human: Depend on module stdbool.
35230
35231 2003-06-25  Bruno Haible  <bruno@clisp.org>
35232
35233         * modules/readlink: New file.
35234         * modules/xreadlink: Depend on it.
35235         * MODULES.html.sh (func_all_modules): Add readlink.
35236
35237 2003-06-25  Bruno Haible  <bruno@clisp.org>
35238
35239         * m4/readlink.m4: New file.
35240
35241 2003-06-25  Bruno Haible  <bruno@clisp.org>
35242
35243         * lib/readlink.c: New file.
35244
35245 2003-06-22  Karl Berry  <karl@gnu.org>
35246
35247         * config/srclist.txt: update mkinstalldirs from automake.
35248         * config/mkinstalldirs: update.
35249
35250 2003-06-22  Bruno Haible  <bruno@clisp.org>
35251
35252         Portability to mingw32.
35253         * m4/ssize_t.m4: New file, from GNU gettext.
35254         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
35255         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
35256
35257 2003-06-22  Bruno Haible  <bruno@clisp.org>
35258
35259         * modules/safe-read: Add m4/ssize_t.m4.
35260         * modules/xreadlink: Add m4/ssize_t.m4.
35261
35262 2003-06-20  Bruno Haible  <bruno@clisp.org>
35263
35264         Assume C89, so PARAMS isn't needed.
35265         * lib/unicodeio.h (PARAMS): Remove.
35266         * lib/unicodeio.c: Don't use PARAMS.
35267
35268 2003-06-18  Karl Berry  <karl@gnu.org>
35269
35270         * config/config.{guess,sub}: update from prep.
35271
35272 2003-06-18  Jim Meyering  <jim@meyering.net>
35273
35274         Merge changes from coreutils.
35275         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
35276         Remove explicit declarations of xmalloc and realloc.
35277         Include xalloc.h.
35278         (read_utmp): Remove anachronistic cast of xmalloc.
35279
35280 2003-06-17  Paul Eggert  <eggert@twinsun.com>
35281
35282         Assume C89, so PARAMS isn't needed.
35283         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
35284         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
35285         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
35286         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
35287         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
35288         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
35289         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
35290         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
35291         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
35292         lib/xstrtod.h, lib/xstrtol.h: Likewise.
35293         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
35294         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
35295         no longer needed. Anyway, config.h should always be included before any
35296         other file.
35297
35298 2003-06-11  Simon Josefsson  <jas@extundo.com>
35299
35300         * modules/sysexits: New file.
35301         * MODULES.html.sh (func_all_modules): Add sysexits.
35302
35303 2003-06-11  Simon Josefsson  <jas@extundo.com>
35304
35305         * lib/sysexit_.h: New file.
35306
35307 2003-06-11  Derek Price  <derek@ximbiot.com>
35308
35309         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
35310         necessary.
35311
35312 2003-06-11  Bruno Haible  <bruno@clisp.org>
35313
35314         * m4/sysexits.m4: New file.
35315
35316 2003-06-10  Simon Josefsson  <jas@extundo.com>
35317
35318         * lib/argp.h: New file, from glibc.
35319         * lib/argp-ba.c: New file, from glibc.
35320         * lib/argp-eexst.c: New file, from glibc.
35321         * lib/argp-fmtstream.c: New file, from glibc.
35322         * lib/argp-fmtstream.h: New file, from glibc.
35323         * lib/argp-fs-xinl.c: New file, from glibc.
35324         * lib/argp-help.c: New file, from glibc.
35325         * lib/argp-namefrob.h: New file, from glibc.
35326         * lib/argp-parse.c: New file, from glibc.
35327         * lib/argp-pv.c: New file, from glibc.
35328         * lib/argp-pvh.c: New file, from glibc.
35329         * lib/argp-xinl.c: New file, from glibc.
35330
35331 2003-06-10  Simon Josefsson  <jas@extundo.com>
35332
35333         * modules/strchrnul: New file.
35334
35335 2003-06-10  Simon Josefsson  <jas@extundo.com>
35336
35337         * modules/argp: New file.
35338
35339 2003-06-10  Simon Josefsson  <jas@extundo.com>
35340
35341         * m4/strchrnul.m4: New file.
35342
35343 2003-06-10  Simon Josefsson  <jas@extundo.com>
35344
35345         * lib/strchrnul.h: New file.
35346         * lib/strchrnul.c: New file.
35347
35348 2003-06-10  Bruno Haible  <bruno@clisp.org>
35349
35350         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
35351
35352 2003-06-07  Karl Berry  <karl@gnu.org>
35353
35354         * config/config.{guess,sub}: update from prep.
35355
35356 2003-06-07  Jim Meyering  <jim@meyering.net>
35357
35358         * modules/strtod: Use $(...) notation, not @...@ for
35359         AC_REPLACE'd variables.
35360         * modules/localcharset: Likewise.
35361
35362 2003-06-07  Jim Meyering  <jim@meyering.net>
35363
35364         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
35365         in place of my name in the copyright comment.
35366         Remove definition and uses of __P.
35367
35368         From coreutils.
35369         * lib/stat.c: Don't declare xmalloc explicitly.
35370         Instead, include "xalloc.h".
35371         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
35372         xrealloc, and xcalloc return values.
35373         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
35374         Improve comment.
35375         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
35376
35377 2003-06-07  Bruno Haible  <bruno@clisp.org>
35378
35379         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
35380         avoid AC_CONFIG_LINKS.
35381         * modules/fnmatch (Makefile.am): Use explicit creation rule for
35382         fnmatch.h, to avoid AC_CONFIG_LINKS.
35383         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
35384
35385 2003-06-07  Bruno Haible  <bruno@clisp.org>
35386
35387         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
35388         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
35389         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35390         directory.
35391         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
35392         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35393         directory.
35394
35395 2003-06-06  Jim Meyering  <jim@meyering.net>
35396
35397         Merge from coreutils.
35398         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
35399         Consolidate declarations and initializations of *_base* locals.
35400
35401         Merge from coreutils.
35402         This avoids a core dump on systems without GNU putenv,
35403         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
35404         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
35405         (unsetenv): New static function, from GNU libc.
35406         (rpl_putenv): Use it.
35407
35408         * lib/modechange.c: Remove trailing blanks.
35409
35410         Merge from coreutils.
35411         * lib/fsusage.c: Remove declaration of statfs.
35412         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
35413
35414         * lib/posixtm.c: Include <stdbool.h> unconditionally.
35415
35416 2003-06-06  Jim Meyering  <jim@meyering.net>
35417
35418         * lib/stdbool_.h: Renamed from stdbool.h.in.
35419
35420 2003-06-06  Jim Meyering  <jim@meyering.net>
35421             Bruno Haible  <bruno@clisp.org>
35422
35423         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
35424         Adjust Makefile.am snippet not to redirect directly to target.
35425         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
35426
35427 2003-06-05  Paul Eggert  <eggert@twinsun.com>
35428
35429         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
35430         mismatch, look in future quarters as well as past.  This fixes a
35431         bug when processing fall-backwards gaps immediately after a long
35432         period of daylight-saving time.
35433
35434         * lib/mktime.c: Assume freestanding C89 or better.
35435         (HAVE_LIMITS_H): Remove.  Assume it's 1.
35436         (__P): Remove; not used.
35437         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
35438         (mktime, not_equal_tm, print_tm, check_result,
35439         main): Use prototypes.  Use const * where appropriate.
35440         (main): Fix typo in testing code that uncovered by above changes.
35441         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
35442
35443 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35444
35445         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
35446         locale.h, localeconv.  This merges changes from coreutils.
35447
35448         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
35449         It can be removed after the next Autoconf is released.
35450         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
35451         needed.
35452
35453 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35454
35455         * lib/mktime.c: Fix Debian bug 177940
35456         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
35457         (localtime_offset): Now long int, not time_t, because we want it
35458         to be guaranteed to be signed.  All uses changed.
35459         (__mktime_internal): If overflow would occur when adding offset,
35460         don't add it.
35461
35462         Merge 'human' changes from coreutils.  Rewrite to support
35463         locale-specific notations like thousands separators.
35464         * lib/human.c: Simplify authorship notice.
35465         Include human.h immediately after config.h.
35466         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
35467         <limits.h>: Do not include, since human.h does.
35468         (SIZE_MAX, UINTMAX_MAX): New macros.
35469         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
35470         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
35471         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
35472         (power_letter): Renamed from suffixes.
35473         (generate_suffix_backwards): Remove.
35474         (adjust_value): Now takes int style (because of human.h changes)
35475         and long double value (for greater precision on some platforms).
35476         (group_number): New function.
35477         (human_readable): Use it.  Use integer options, not enum.
35478         Put the options before the sizes in the arg list.
35479         Support all the new options.
35480         The old human_readable function has been removed;
35481         use inttostr.h instead.
35482         (human_readable, default_block_size, humblock):
35483         Use uintmax_t, not int, for block sizes.
35484         (human_readable_inexact, block_size_types): Remove.
35485         (block_size_opts): New constant.
35486         (human_options): Renamed from human_block_size, with new signature
35487         that allows block sizes up to UINTMAX_MAX.  All callers changed.
35488         * lib/human.h: Add copyright and authorship notice.
35489         Include <limits.h> and <stdbool.h> unconditionally.
35490         (PARAMS): Remove.  All uses removed.
35491         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
35492         (enum human_inexact_style): Remove tag; now a nameless enum.
35493         (human_floor, human_ceiling, human_round_to_even): Now have
35494         values 2, 0, 1 rather than -1, 1, 0.
35495         (human_group_digits, human_suppress_point_zero, human_autoscale,
35496         human_base_1024, human_SI, human_B): New constants.
35497         (human_readable_inexact, human_block_size): Remove.
35498         (human_readable): Size args are now uintmax_t, not int.
35499         (human_options): New decl.
35500
35501         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
35502         unnecessary now that we assume C89 or better.  This change
35503         imported from coreutils.
35504
35505         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35506         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
35507         in the 2003-05-30 sync from glibc.
35508
35509         .h files should stand alone, but we shouldn't include <sys/types.h>
35510         if we can get away with just <stddef.h>.
35511
35512         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
35513         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
35514         rather than <sys/types.h>, as we merely need size_t.
35515         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
35516         to get size_t.
35517         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
35518         Include <stdio.h>, to get FILE.
35519         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
35520         memcasecmp.h has included <stddef.h> and all we need is size_t.
35521         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
35522         our interface, instead of including <sys/types.h>
35523
35524 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35525
35526         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
35527         now, as glibc mktime is buggy on non-glibc systems.
35528
35529 2003-06-03  Karl Berry  <karl@gnu.org>
35530
35531         * config/config.sub: update from prep.
35532
35533 2003-06-02  Paul Eggert  <eggert@twinsun.com>
35534
35535         [from coreutils]
35536         Fix some minor time-related bugs with POSIX time arguments.
35537         Some valid time stamps were being rejected (notably -1, and
35538         time stamps before 1900 on 64-bit hosts).  And some invalid
35539         time stamps were being accepted, e.g. September 31.
35540
35541         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
35542         that we can return (time_t) -1 successfully.
35543         * lib/posixtm.c: Likewise.
35544         [HAVE_STDBOOL_H]: Include <stdbool.h>.
35545         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
35546         (t): Remove static var.
35547         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
35548         of static var.  All uses changed.
35549         (year): Do not reject years before 1900; they can occur with
35550         64-bit time_t.
35551         (posix_time_parse): Do not check for out-of-range components;
35552         that is now the caller's responsibility, since our checks were
35553         only approximations.
35554         (posixtime): Use mktime to check for out-of-range components,
35555         since it knows them exactly.
35556         If mktime returns (time_t) -1, check whether an error actually occurred
35557         by invoking localtime on -1.
35558         (main) [TEST_POSIXTIME]: Check for input data errors, and report
35559         posixtime failures better.
35560         Improve the test data (in comments only).
35561
35562 2003-06-02  Karl Berry  <karl@gnu.org>
35563
35564         * config/mkinstalldirs (version): new variable.
35565         (--version): new option.
35566         (usage): improve message.
35567
35568 2003-05-30  Karl Berry  <karl@gnu.org>
35569
35570         * lib/mktime.c: update from libc.
35571
35572 2003-05-30  Bruno Haible  <bruno@clisp.org>
35573
35574         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
35575         * config/config.rpath: Upgrade to gettext-0.12.1.
35576
35577 2003-05-30  Bruno Haible  <bruno@clisp.org>
35578
35579         * m4/gettext.m4: Upgrade to gettext-0.12.1.
35580         * m4/nls.m4: New file, from gettext-0.12.1.
35581         * m4/po.m4: New file, from gettext-0.12.1.
35582         * m4/progtest.m4: Upgrade to gettext-0.12.1.
35583
35584 2003-05-30  Bruno Haible  <bruno@clisp.org>
35585
35586         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
35587         * lib/localcharset.h: Likewise.
35588         * lib/localcharset.c: Likewise.
35589
35590 2003-05-29  Karl Berry  <karl@gnu.org>
35591
35592         * config/config.rpath: update from gettext.
35593
35594 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35595
35596         Assume the headers required for C89 freestanding compilers.
35597         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
35598         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
35599         * m4/human.m4 (gl_HUMAN): Likewise.
35600         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
35601         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
35602         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35603         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
35604         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35605         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
35606
35607 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35608
35609         Assume the headers required for C89 freestanding compilers.
35610         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
35611         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
35612         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
35613         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
35614         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
35615         define, since <limits.h> is guaranteed to do that.
35616         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
35617         * lib/exclude.c: Include <stdbool.h> unconditionally.
35618         * lib/tempname.c: Include <stddef.h> unconditionally.
35619         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
35620         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
35621         <stddef.h> does that.
35622         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
35623         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
35624         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
35625         needed.
35626         * lib/xstrtol.c: Likewise.
35627         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
35628         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
35629
35630         * lib/addext.c (addext): Use assignment rather than cast, to avoid
35631         warnings on some platforms.
35632
35633         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35634         arbitrarily.
35635
35636 2003-05-26  Jim Meyering  <jim@meyering.net>
35637
35638         Merge in a change from coreutils:
35639         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
35640         that is guaranteed to be `no'.  Use `no_such_member' to indicate
35641         that condition, rather than `-1' which is slightly misleading.
35642         Change the name of the cache variable to have the gl_ prefix.
35643         Prompted by a patch from Richard Dawe for DJGPP.
35644
35645 2003-05-24  Karl Berry  <karl@gnu.org>
35646
35647         * config/config.guess: update from prep.
35648
35649 2003-05-22  Karl Berry  <karl@gnu.org>
35650
35651         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
35652
35653 2003-05-20  Karl Berry  <karl@gnu.org>
35654
35655         * config/config.guess: update from prep.
35656
35657 2003-05-18  Karl Berry  <karl@gnu.org>
35658
35659         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
35660         might actually be set by the user.
35661
35662         * config/depcomp, install-sh, mdate-sh: update from automake.
35663
35664 2003-05-17  Bruno Haible  <bruno@clisp.org>
35665
35666         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
35667         invalid expansion for AC_EGREP_CPP.
35668         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
35669         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
35670         Suggested by Akim Demaille <akim@epita.fr> in
35671         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
35672
35673 2003-05-12  Jim Meyering  <jim@meyering.net>
35674
35675         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
35676         the space-padded-by-default conversion specifiers, %e, %k, %l.
35677
35678 2003-05-12  Bruno Haible  <bruno@clisp.org>
35679
35680         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
35681         the string is longer than 4 KB.
35682
35683 2003-05-11  Karl Berry  <karl@gnu.org>
35684
35685         * config/config.{guess,sub}: update from prep.
35686
35687 2003-05-09  Bruno Haible  <bruno@clisp.org>
35688
35689         * modules/error: Add m4/strerror_r.m4 to file list.
35690
35691 2003-05-03  Bruno Haible  <bruno@clisp.org>
35692
35693         Upgrade to Unicode-4.0.
35694         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
35695         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
35696         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
35697         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
35698         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
35699         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
35700         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
35701         Change width of U+E0100..U+E01EF from 1 to 0.
35702
35703 2003-04-25  Jim Meyering  <jim@meyering.net>
35704
35705         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
35706         of type size_t, not int.
35707
35708 2003-04-25  Bruno Haible  <bruno@clisp.org>
35709
35710         * lib/copy-file.c: Include <stddef.h>, for size_t.
35711
35712 2003-04-21  Paul Eggert  <eggert@twinsun.com>
35713
35714         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
35715         code which expansion is under static control.  Patch imported from
35716         Akim Demaille's patch to Bison; see
35717         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
35718
35719 2003-04-14  Bruno Haible  <bruno@clisp.org>
35720
35721         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
35722
35723 2003-04-11  Jim Meyering  <jim@meyering.net>
35724
35725         Merge changes from Coreutils.
35726
35727         2003-03-22  Jim Meyering  <jim@meyering.net>
35728
35729         * lib/strftime.c (widen): Cast alloca return value to proper type.
35730
35731         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
35732
35733         From GNU libc.
35734         * lib/strftime.c (my_strftime): Handle very large width
35735         specifications for numeric values correctly.  Improve checks for
35736         overflow.
35737
35738         2003-01-19  Jim Meyering  <jim@meyering.net>
35739
35740         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
35741         definitions.
35742         (nl_get_alt_digit) [! defined my_strftime]: Define.
35743         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
35744         _nl_get_alt_digit and _nl_get_walt_digit.
35745
35746         * lib/strftime.c (my_strftime): Merge in locale-related changes from
35747         libc. These changes have no effect outside of _LIBC.
35748
35749 2003-04-10  Bruno Haible  <bruno@clisp.org>
35750
35751         * modules/findprog: New file.
35752         * MODULES.html.sh (func_all_modules): Add it.
35753
35754 2003-04-10  Bruno Haible  <bruno@clisp.org>
35755
35756         * m4/findprog.m4: New file.
35757         * m4/eaccess.m4: New file.
35758
35759 2003-04-10  Bruno Haible  <bruno@clisp.org>
35760
35761         * lib/findprog.h: New file, from GNU gettext.
35762         * lib/findprog.c: New file, from GNU gettext.
35763
35764 2003-04-05  Jim Meyering  <jim@meyering.net>
35765
35766         Merge changes from Coreutils.
35767
35768         * lib/exclude.h (PARAMS): Remove definition and uses.
35769         * lib/exclude.c: Remove uses of `PARAMS'.
35770
35771         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
35772         Add test-cases for DOS filenames. Declare program_name.
35773         (main): Set up program_name.  Patch by Rich Dawe.
35774
35775         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35776         error from mntctl.
35777         Use mntctl's return value to drive the entry-processing loop, since
35778         we can't rely on the value of the vmt_length member in the last
35779         entry.  On some systems doing so could result in exhausting
35780         virtual memory.  Based in part on a patch from Mike Jetzer.
35781
35782 2003-04-04  Bruno Haible  <bruno@clisp.org>
35783
35784         * modules/linebreak: New file.
35785         * MODULES.html.sh (func_all_modules): Add it.
35786
35787 2003-04-04  Bruno Haible  <bruno@clisp.org>
35788
35789         * m4/linebreak.m4: New file.
35790
35791 2003-04-04  Bruno Haible  <bruno@clisp.org>
35792
35793         * lib/linebreak.h: New file, from GNU gettext.
35794         * lib/linebreak.c: New file, from GNU gettext with slight
35795         modifications.
35796         * lib/lbrkprop.h: New file, from GNU gettext.
35797
35798 2003-04-03  Bruno Haible  <bruno@clisp.org>
35799
35800         * modules/utf8-ucs4: New file.
35801         * modules/utf16-ucs4: New file.
35802         * modules/ucs4-utf8: New file.
35803         * modules/ucs4-utf16: New file.
35804         * MODULES.html.sh (func_all_modules): Add them.
35805
35806 2003-04-03  Bruno Haible  <bruno@clisp.org>
35807
35808         * m4/utf-ucs4.m4: New file.
35809         * m4/ucs4-utf.m4: New file.
35810
35811 2003-04-03  Bruno Haible  <bruno@clisp.org>
35812
35813         * lib/utf8-ucs4.h: New file, from GNU gettext.
35814         * lib/utf16-ucs4.h: New file, from GNU gettext.
35815         * lib/ucs4-utf8.h: New file, from GNU gettext.
35816         * lib/ucs4-utf16.h: New file, from GNU gettext.
35817
35818 2003-04-02  Bruno Haible  <bruno@clisp.org>
35819
35820         * modules/binary-io: New file.
35821         * MODULES.html.sh (func_all_modules): Add it.
35822
35823 2003-04-02  Bruno Haible  <bruno@clisp.org>
35824
35825         * lib/binary-io.h: New file, from GNU gettext.
35826
35827 2003-04-01  Bruno Haible  <bruno@clisp.org>
35828
35829         * modules/pathname: New file.
35830         * MODULES.html.sh (func_all_modules): Add it.
35831
35832 2003-04-01  Bruno Haible  <bruno@clisp.org>
35833
35834         * lib/pathname.h: New file, from GNU gettext.
35835         * lib/concatpath.c: New file, from GNU gettext.
35836
35837 2003-03-30  Bruno Haible  <bruno@clisp.org>
35838
35839         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
35840
35841 2003-03-30  Bruno Haible  <bruno@clisp.org>
35842
35843         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
35844         function chown() doesn't exist.
35845
35846 2003-03-28  Bruno Haible  <bruno@clisp.org>
35847
35848         * modules/copy-file: New file.
35849         * MODULES.html.sh (func_all_modules): Add it.
35850
35851 2003-03-28  Bruno Haible  <bruno@clisp.org>
35852
35853         * m4/copy-file.m4: New file.
35854
35855 2003-03-28  Bruno Haible  <bruno@clisp.org>
35856
35857         * lib/copy-file.h: New file, from GNU gettext.
35858         * lib/copy-file.c: New file, from GNU gettext.
35859
35860 2003-03-18  Jim Meyering  <jim@meyering.net>
35861
35862         * lib/quote.c (quote_n): Fix typo in comment.
35863
35864 2003-03-18  Bruno Haible  <bruno@clisp.org>
35865
35866         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
35867         checking.
35868         * m4/onceonly_2_57.m4: Likewise.
35869
35870 2003-03-17  Bruno Haible  <bruno@clisp.org>
35871
35872         * m4/onceonly.m4: Require autoconf 2.54 or newer.
35873         (m4_quote): Remove macro.
35874         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
35875
35876 2003-03-14  Jim Meyering  <jim@meyering.net>
35877
35878         Merge changes from Coreutils.
35879         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
35880         to be const, in order to avoid warnings.
35881         (obstack_room): Likewise.
35882         (obstack_empty_p): Likewise.
35883
35884 2003-03-14  Bruno Haible  <bruno@clisp.org>
35885
35886         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
35887         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
35888
35889 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35890
35891         Merge changes from Bison.
35892         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
35893         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
35894         when compiling Bison 1.875's `bitset bset = obstack_alloc
35895         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
35896         * lib/hash.c: Include <stdbool.h> unconditionally.
35897
35898 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35899
35900         * m4/onceonly.m4 (m4_quote): New macro.
35901         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
35902         Quote AC_FOREACH variable-expansions properly.
35903
35904 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35905
35906         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
35907
35908 2003-03-09  Paul Eggert  <eggert@twinsun.com>
35909
35910         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
35911         Reported by Bruce Becker; see:
35912         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
35913
35914 2003-03-03  Paul Eggert  <eggert@twinsun.com>
35915             Bruno Haible  <bruno@clisp.org>
35916
35917         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
35918         Reported by John Hughes, see
35919         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
35920
35921 2003-02-20  Bruno Haible  <bruno@clisp.org>
35922
35923         * MODULES.html.sh (func_all_modules): Add poll.
35924
35925 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35926
35927         * modules/poll: New file.
35928
35929 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35930
35931         * lib/poll_.h: New file.
35932         * lib/poll.c: New file.
35933
35934 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35935
35936         * m4/poll.m4: New file.
35937
35938 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35939
35940         * modules/mathl: New file.
35941
35942 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35943
35944         * lib/mathl.h: New file.
35945         * lib/acosl.c: New file.
35946         * lib/asinl.c: New file.
35947         * lib/atanl.c: New file.
35948         * lib/ceill.c: New file.
35949         * lib/cosl.c: New file.
35950         * lib/expl.c: New file.
35951         * lib/floorl.c: New file.
35952         * lib/frexpl.c: New file.
35953         * lib/ldexpl.c: New file.
35954         * lib/logl.c: New file.
35955         * lib/sincosl.c: New file.
35956         * lib/sinl.c: New file.
35957         * lib/sqrtl.c: New file.
35958         * lib/tanl.c: New file.
35959         * lib/trigl.c: New file.
35960         * lib/trigl.h: New file.
35961
35962 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35963
35964         * m4/mathl.m4: New file.
35965
35966 2003-02-18  Bruno Haible  <bruno@clisp.org>
35967
35968         * MODULES.html.sh (func_all_modules): Add mathl.
35969
35970 2003-02-17  Bruno Haible  <bruno@clisp.org>
35971
35972         * modules/mkdtemp: New module.
35973         * MODULES.html.sh (func_all_modules): Add it.
35974
35975 2003-02-17  Bruno Haible  <bruno@clisp.org>
35976
35977         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35978
35979 2003-02-17  Bruno Haible  <bruno@clisp.org>
35980
35981         * lib/mkdtemp.h: New file, from GNU gettext.
35982         * lib/mkdtemp.c: New file, from GNU gettext.
35983
35984 2003-02-02  Jim Meyering  <jim@meyering.net>
35985
35986         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35987         e.g. glibc-2.2.93.
35988
35989 2003-01-31  Bruno Haible  <bruno@clisp.org>
35990
35991         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35992         'rpl_rename'.
35993         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35994         'rpl_strnlen'.
35995         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35996         'rpl_strtod'.
35997         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35998         'rpl_utime'.
35999
36000 2003-01-31  Bruno Haible  <bruno@clisp.org>
36001
36002         * lib/rename.c: #undef rename before defining rpl_rename.
36003         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
36004
36005 2003-01-30  Bruno Haible  <bruno@clisp.org>
36006
36007         * modules/vasnprintf, modules/vasprintf: New modules.
36008         * MODULES.html.sh (func_all_modules): Add them.
36009
36010 2003-01-30  Bruno Haible  <bruno@clisp.org>
36011
36012         * m4/signed.m4: New file, from GNU gettext.
36013         * m4/longdouble.m4: New file, from GNU gettext.
36014         * m4/wchar_t.m4: New file, from GNU gettext.
36015         * m4/wint_t.m4: New file, from GNU gettext.
36016         * m4/vasnprintf.m4: New file.
36017         * m4/vasprintf.m4: New file.
36018
36019 2003-01-30  Bruno Haible  <bruno@clisp.org>
36020
36021         * lib/printf-args.h: New file, from GNU gettext.
36022         * lib/printf-args.c: New file, from GNU gettext.
36023         * lib/printf-parse.h: New file, from GNU gettext.
36024         * lib/printf-parse.c: New file, from GNU gettext.
36025         * lib/vasnprintf.h: New file, from GNU gettext.
36026         * lib/vasnprintf.c: New file, from GNU gettext.
36027         * lib/asnprintf.c: New file, from GNU gettext.
36028         * lib/vasprintf.h: New file, from GNU gettext with modifications.
36029         * lib/vasprintf.c: New file, from GNU gettext.
36030         * lib/asprintf.c: New file, from GNU gettext.
36031
36032 2003-01-29  Bruno Haible  <bruno@clisp.org>
36033
36034         * modules/stpncpy: New module.
36035         * MODULES.html.sh (func_all_modules): Add it.
36036
36037 2003-01-29  Bruno Haible  <bruno@clisp.org>
36038
36039         * m4/stpncpy.m4: New file.
36040
36041 2003-01-29  Bruno Haible  <bruno@clisp.org>
36042
36043         * lib/stpncpy.h: New file, from GNU gettext with modifications.
36044         * lib/stpncpy.c: New file, from GNU gettext with modifications.
36045
36046 2003-01-28  Bruno Haible  <bruno@clisp.org>
36047
36048         * modules/c-ctype: New module.
36049         * MODULES.html.sh (func_all_modules): Add it.
36050
36051 2003-01-28  Bruno Haible  <bruno@clisp.org>
36052
36053         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
36054         Paul Eggert.
36055         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
36056         Paul Eggert.
36057
36058 2003-01-27  Bruno Haible  <bruno@clisp.org>
36059
36060         * modules/xsetenv: New module.
36061         * MODULES.html.sh (func_all_modules): Add it.
36062
36063 2003-01-27  Bruno Haible  <bruno@clisp.org>
36064
36065         * lib/xsetenv.h: New file, from GNU gettext.
36066         * lib/xsetenv.c: New file, from GNU gettext.
36067
36068 2003-01-23  Jim Meyering  <jim@meyering.net>
36069
36070         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
36071         from working on systems without dirfd (at least Irix and OSF1/Tru64).
36072
36073 2003-01-23  Bruno Haible  <bruno@clisp.org>
36074
36075         * modules/minmax: New module.
36076         * MODULES.html.sh (func_all_modules): Add it.
36077
36078 2003-01-23  Bruno Haible  <bruno@clisp.org>
36079
36080         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
36081         Eggert.
36082
36083 2003-01-22  Bruno Haible  <bruno@clisp.org>
36084
36085         * modules/exit: New module.
36086         * MODULES.html.sh (func_all_modules): Add it.
36087
36088 2003-01-22  Bruno Haible  <bruno@clisp.org>
36089
36090         * lib/exit.h: New file, from GNU gettext.
36091
36092 2003-01-19  Bruno Haible  <bruno@clisp.org>
36093
36094         * gnulib-tool: Recognize option --extract-maintainer.
36095         (func_get_maintainer): New function.
36096         * modules/*: Add Maintainer entry.
36097
36098 2003-01-16  Jim Meyering  <jim@meyering.net>
36099
36100         * m4/regex.m4: The `regex' struct is both input and output.
36101         Initialize it before each use.  Patch by Tim Waugh.
36102
36103 2003-01-16  Bruno Haible  <bruno@clisp.org>
36104
36105         * MODULES.html.sh: Add a table of contents. Add the module name as
36106         leftmost column. Add hyperlinks.
36107
36108 2003-01-15  Bruno Haible  <bruno@clisp.org>
36109
36110         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
36111
36112 2003-01-15  Bruno Haible  <bruno@clisp.org>
36113
36114         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
36115         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
36116         suffix.
36117
36118 2003-01-15  Bruno Haible  <bruno@clisp.org>
36119
36120         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
36121
36122 2003-01-15  Bruno Haible  <bruno@clisp.org>
36123
36124         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
36125         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
36126
36127 2003-01-14  Jim Meyering  <jim@meyering.net>
36128
36129         * lib/same.c (same_name): Tweak a comment.
36130
36131 2003-01-14  Bruno Haible  <bruno@clisp.org>
36132
36133         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
36134         when a string comparison is sufficient.
36135
36136 2003-01-14  Bruno Haible  <bruno@clisp.org>
36137
36138         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
36139         'unsigned int'.
36140
36141 2003-01-14  Bruno Haible  <bruno@clisp.org>
36142
36143         * lib/hash-pjw.c: Add comment about low quality of this function.
36144
36145 2003-01-13  Bruno Haible  <bruno@clisp.org>
36146
36147         * modules/stpcpy: Distribute lib/stpcpy.h.
36148         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
36149
36150 2003-01-13  Bruno Haible  <bruno@clisp.org>
36151
36152         * modules/*: Add a description.
36153         * modules/strpbrk: Fix Makefile.am snippet.
36154         * modules/strtoimax: Fix dependencies.
36155         * modules/strtoumax: Likewise.
36156
36157 2003-01-13  Bruno Haible  <bruno@clisp.org>
36158
36159         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
36160         * modules/alloca (Makefile.am): All object files depend on alloca.h.
36161         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
36162
36163 2003-01-13  Bruno Haible  <bruno@clisp.org>
36164
36165         * gnulib-tool (func_create_testdir): Store config/* files in the main
36166         directory.
36167         * config.rpath: Move to ...
36168         * config/config.rpath: ... here.
36169         * modules/gettext: Contains config/config.rpath, not config.rpath.
36170         * modules/iconv: Likewise.
36171
36172 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36173
36174         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36175         to avoid collisions with libcurses and libreadline.
36176
36177         * m4/getstr.m4: Remove.
36178         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
36179
36180 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36181
36182         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36183         to avoid collisions with libcurses and libreadline.
36184
36185         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
36186         * lib/getstr.h, getstr.c: Remove.
36187         * lib/getline.c: Include "getline.h", to check interface.
36188         Move body of old getstr.c here: this defines MIN_CHUNK and
36189         declares getdelim2, which is renamed from getstr.
36190         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
36191
36192         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
36193         All uses changed.
36194         * lib/linebuffer.h: Likewise.
36195         (readline): Remove backward-compatibility macro.
36196
36197 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36198
36199         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36200         to avoid collisions with libcurses and libreadline.
36201         * getstr: Remove.
36202         * MODULES.html.sh: Remove getstr.
36203         * modules/getline: Depend on unlocked-io, not getstr.
36204
36205 2003-01-12  Jim Meyering  <jim@meyering.net>
36206
36207         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
36208
36209 2003-01-10  Bruno Haible  <bruno@clisp.org>
36210
36211         * modules/alloca: Change Makefile.am requirements. Simplify Include
36212         requirements. Add lib/alloca_.h to file list.
36213
36214 2003-01-10  Bruno Haible  <bruno@clisp.org>
36215
36216         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
36217
36218 2003-01-10  Bruno Haible  <bruno@clisp.org>
36219
36220         * lib/alloca_.h: New file.
36221         * lib/getdate.y: Unconditionally include alloca.h.
36222         * lib/makepath.c: Likewise.
36223         * lib/setenv.c: Likewise.
36224         * lib/userspec.c: Likewise.
36225
36226 2003-01-09  Karl Berry  <karl@gnu.org>
36227
36228         * MODULES.html.sh: include `dirname $0` in PATH, to find
36229         gnulib-tool.
36230
36231 2003-01-09  Bruno Haible  <bruno@clisp.org>
36232
36233         * modules/stdbool: Change configure.ac, Makefile.am requirements.
36234         Simplify Include requirements. Add lib/stdbool.h.in to file list.
36235
36236 2003-01-09  Bruno Haible  <bruno@clisp.org>
36237
36238         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
36239
36240 2003-01-09  Bruno Haible  <bruno@clisp.org>
36241
36242         * lib/stdbool.h.in: New file.
36243
36244 2003-01-09  Bruno Haible  <bruno@clisp.org>
36245
36246         * gnulib-tool (func_all_modules): Ignore files ending in ~.
36247         * MODULES.html.sh: Likewise.
36248
36249 2003-01-08  Jim Meyering  <jim@meyering.net>
36250
36251         * lib/full-write.c: Undefine and define-away `const' after inclusion
36252         of errno.h, not before.  Suggestion from Bruno Haible.
36253
36254 2003-01-08  Bruno Haible  <bruno@clisp.org>
36255
36256         * modules/full-read: Depend on full-write.
36257
36258 2003-01-08  Bruno Haible  <bruno@clisp.org>
36259
36260         * lib/safe-read.c: Include specification header first, to ensure its
36261         selfcontainedness.
36262         * lib/full-write.c: Likewise.
36263
36264 2003-01-07  Jim Meyering  <jim@meyering.net>
36265
36266         * lib/full-write.c: Rework so that it may serve to define full_read,
36267         too.
36268         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
36269
36270 2003-01-07  Bruno Haible  <bruno@clisp.org>
36271
36272         * lib/strtoimax.c: Include <stdint.h> as an alternative to
36273         <inttypes.h>.
36274         * lib/xstrtol.h: Likewise.
36275         * lib/xstrtoimax.c: Likewise.
36276         * lib/xstrtoumax.c: Likewise.
36277         * lib/human.h: Likewise.
36278
36279         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
36280         on systems that have <inttypes.h> but not <stdint.h>.
36281
36282 2003-01-07  Bruno Haible  <bruno@clisp.org>
36283
36284         * MODULES.html.sh: Add copyright notice.
36285         (missed_files): Omit CVS directory entries.
36286         (func_module): Make it work with sed-3.02.
36287         * MODULES.txt: Remove file.
36288
36289 2003-01-06  Jim Meyering  <jim@meyering.net>
36290
36291         * lib/version-etc.c: Update year in translatable copyright string.
36292
36293 2003-01-03  Karl Berry  <karl@gnu.org>
36294
36295         * config/config.{guess,sub}: update from prep.
36296
36297 2003-01-02  Karl Berry  <karl@gnu.org>
36298
36299         * doc/COPYING.DOC: belatedly updated to 1.2.
36300
36301 2003-01-01  Karl Berry  <karl@gnu.org>
36302
36303         * gnulib-tool (func_verify_module): report module name $module in
36304         error message, not $1.
36305         * gnulib-tool (create-testdir): don't complain if destdir couldn't
36306         be created, only if it doesn't exist.
36307         * gnulib-tool (last_checkin_date): don't expand the $Date here.
36308
36309 2002-12-31  Paul Eggert  <eggert@twinsun.com>
36310
36311         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
36312
36313 2002-12-31  Paul Eggert  <eggert@twinsun.com>
36314
36315         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
36316         memcmp if strcoll doesn't work.
36317
36318 2002-12-31  Bruno Haible  <bruno@clisp.org>
36319
36320         * lib/utime.c (utime_null): No need to call ftruncate if the file was
36321         nonempty.
36322
36323 2002-12-31  Bruno Haible  <bruno@clisp.org>
36324
36325         * lib/memcoll.c (STRCOLL): New macro.
36326         (memcoll): Use it.
36327
36328 2002-12-31  Bruno Haible  <bruno@clisp.org>
36329
36330         * lib/localcharset.h: New file.
36331         * lib/localcharset.c: Include it.
36332         * lib/unicodeio.c: Likewise.
36333
36334 2002-12-31  Bruno Haible  <bruno@clisp.org>
36335
36336         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
36337         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
36338
36339 2002-12-31  Bruno Haible  <bruno@clisp.org>
36340
36341         * lib/getline.h: Include <stddef.h>, for size_t.
36342
36343         * lib/unicodeio.h: Include <stddef.h>, for size_t.
36344         * lib/unicodeio.c: Don't include <stddef.h>.
36345
36346 2002-12-31  Bruno Haible  <bruno@clisp.org>
36347
36348         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
36349         HAVE_TM_ZONE.
36350
36351 2002-12-24  Karl Berry  <karl@gnu.org>
36352
36353         * config/config.guess: update from prep.
36354
36355 2002-12-24  Bruno Haible  <bruno@clisp.org>
36356
36357         General infrasructure.
36358         * m4/README: Rewritten.
36359         * m4/onceonly.m4: New file.
36360         * m4/onceonly_2_57.m4: New file.
36361
36362         Module atexit.
36363         * m4/atexit.m4: New file.
36364
36365         Module strtod.
36366         * m4/strtod.m4: New file.
36367
36368         Module strtol.
36369         * m4/strtol.m4: New file.
36370
36371         Module strtoul.
36372         * m4/strtoul.m4: New file.
36373
36374         Module memchr.
36375         * m4/memchr.m4: New file.
36376
36377         Module memcmp.
36378         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
36379         (jm_FUNC_MEMCMP): Invoke it.
36380
36381         Module memcpy.
36382         * m4/memcpy.m4: New file.
36383
36384         Module memmove.
36385         * m4/memmove.m4: New file.
36386
36387         Module memset.
36388         * m4/memset.m4: New file.
36389
36390         Module strcspn.
36391         * m4/strcspn.m4: New file.
36392
36393         Module strpbrk.
36394         * m4/strpbrk.m4: New file.
36395
36396         Module strstr.
36397         * m4/strstr.m4: New file.
36398
36399         Module strerror.
36400         * m4/strerror.m4: New file.
36401
36402         Module mktime.
36403         * m4/mktime.m4: Renamed from jm-mktime.m4.
36404         (gl_PREREQ_MKTIME): New macro.
36405         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
36406
36407         Module malloc.
36408         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
36409         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
36410         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
36411
36412         Module realloc.
36413         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
36414         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
36415         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
36416
36417         Module strftime.
36418         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
36419         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
36420         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
36421         gl_TM_GMTOFF.
36422         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
36423
36424         Module xalloc.
36425         * m4/xalloc.m4: New file.
36426
36427         Module alloca.
36428         * m4/alloca.m4: New file.
36429
36430         Module putenv.
36431         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
36432         (jm_FUNC_PUTENV): Invoke it.
36433
36434         Module setenv.
36435         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
36436         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
36437         when invoked twice.
36438         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
36439         gt_FUNC_SETENV.
36440
36441         Module memrchr.
36442         * m4/memrchr.m4: New file.
36443
36444         Module stpcpy.
36445         * m4/stpcpy.m4: New file.
36446
36447         Module strcase.
36448         * m4/strcase.m4: New file.
36449
36450         Module strdup.
36451         * m4/strdup.m4: New file.
36452
36453         Module strnlen.
36454         * m4/strnlen.m4: New file.
36455
36456         Module strndup.
36457         * m4/strndup.m4: New file.
36458
36459         Module xstrtod.
36460         * m4/xstrtod.m4: New file.
36461
36462         Module xstrtol.
36463         * m4/xstrtol.m4: New file.
36464
36465         Module getdate.
36466         * m4/getdate.m4: New file.
36467
36468         Module unlocked-io.
36469         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
36470         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
36471         * m4/jm-glibc-io.m4n: Remove file.
36472
36473         Module long-options.
36474         * m4/long-options.m4: New file.
36475
36476         Module md5.
36477         * m4/md5.m4: New file.
36478
36479         Module sha.
36480         * m4/sha.m4: New file.
36481
36482         Module getstr.
36483         * m4/getstr.m4: New file.
36484
36485         Module getline.
36486         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
36487         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
36488         <sys/types.h>, for size_t. Use the function name gnu_getline, not
36489         simply getline. Infoke gl_PREREQ_GETLINE.
36490
36491         Module obstack.
36492         * m4/obstack.m4: New file.
36493
36494         Module hash.
36495         * m4/hash.m4: New file.
36496
36497         Module readtokens.
36498         * m4/readtokens.m4: New file.
36499
36500         Module strverscmp.
36501         * m4/strverscmp.m4: New file.
36502
36503         Module stdbool.
36504         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
36505         OSF/1.
36506
36507         Module strtoll.
36508         * m4/strtoll.m4: New file.
36509
36510         Module strtoull.
36511         * m4/strtoull.m4: New file.
36512
36513         Module strtoimax.
36514         * m4/strtoimax.m4: New file.
36515
36516         Module strtoumax.
36517         * m4/strtoumax.m4: New file.
36518
36519         Module xstrtoimax.
36520         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
36521         jm_AC_PREREQ_XSTRTOIMAX.
36522         Moved the strtol prerequisites to strtol.m4.
36523         Moved the strtoll prerequisites to strtoll.m4.
36524         Moved the strtoimax prerequisites to strtoimax.m4.
36525
36526         Module xstrtoumax.
36527         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
36528         jm_AC_PREREQ_XSTRTOUMAX.
36529         Moved the strtoul prerequisites to strtoul.m4.
36530         Moved the strtoull prerequisites to strtoull.m4.
36531         Moved the strtoumax prerequisites to strtoumax.m4.
36532
36533         Module chown.
36534         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
36535         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
36536
36537         Module dup2.
36538         * m4/dup2.m4: New file.
36539
36540         Module ftruncate.
36541         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
36542         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
36543
36544         Module getgroups.
36545         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
36546         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
36547
36548         Module gettimeofday.
36549         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
36550         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
36551         gl_PREREQ_GETTIMEOFDAY.
36552
36553         Module mkdir.
36554         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
36555         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
36556
36557         Module mkstemp.
36558         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
36559         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
36560         jm_AC_TYPE_UINTMAX_T.
36561         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
36562
36563         Module stat.
36564         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
36565         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
36566
36567         Module lstat.
36568         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
36569         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
36570
36571         Module timespec.
36572         * m4/timespec.m4 (gl_TIMESPEC): New macro.
36573         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
36574         * m4/st_mtim.m4: Indentation.
36575
36576         Module nanosleep.
36577         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
36578         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
36579         gl_PREREQ_NANOSLEEP.
36580
36581         Module regex.
36582         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
36583         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
36584         (gl_REGEX): New macro.
36585
36586         Module rename.
36587         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
36588         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
36589
36590         Module rmdir.
36591         * m4/rmdir.m4: New file.
36592
36593         Module utime.
36594         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
36595         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
36596         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
36597
36598         Module dirname.
36599         * m4/dirname.m4: New file.
36600
36601         Module getopt.
36602         * m4/getopt.m4: New file.
36603
36604         Module unistd-safer.
36605         * m4/unistd-safer.m4: New file.
36606
36607         Module fnmatch.
36608         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
36609         declaration.
36610         (gl_PREREQ_FNMATCH_EXTRA): New macro.
36611         (gl_FUNC_FNMATCH_POSIX): New macro.
36612         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
36613         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
36614         simply fnmatch.
36615
36616         Module exclude.
36617         * m4/exclude.m4: New file.
36618
36619         Module human.
36620         * m4/human.m4: New file.
36621
36622         Module acl.
36623         * m4/acl.m4: Nop.
36624
36625         Module backupfile.
36626         * m4/backupfile.m4: New file.
36627         * m4/d-ino.m4: Indentation.
36628
36629         Module fsusage.
36630         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
36631         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
36632         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
36633
36634         Module dirfd.
36635         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
36636         requirements.
36637
36638         Module euidaccess.
36639         * m4/euidaccess.m4: New file.
36640
36641         Module file-type.
36642         * m4/file-type.m4: New file.
36643
36644         Module fileblocks.
36645         * m4/fileblocks.m4: New file.
36646
36647         Module filemode.
36648         * m4/filemode.m4: New file.
36649
36650         Module isdir.
36651         * m4/isdir.m4: New file.
36652
36653         Module lchown.
36654         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
36655         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
36656
36657         Module makepath.
36658         * m4/makepath.m4: New file.
36659
36660         Module modechange.
36661         * m4/modechange.m4: New file.
36662
36663         Module mountlist.
36664         * m4/mountlist.m4: New file.
36665         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
36666         Indentation.
36667
36668         Module path-concat.
36669         * m4/path-concat.m4: New file.
36670
36671         Module pathmax.
36672         * m4/pathmax.m4: New file.
36673
36674         Module same.
36675         * m4/same.m4: New file.
36676
36677         Module save-cwd.
36678         * m4/save-cwd.m4: New file.
36679
36680         Module savedir.
36681         * m4/savedir.m4: New file.
36682
36683         Module xgetcwd.
36684         * m4/xgetcwd.m4: New file.
36685         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
36686
36687         Module xreadlink.
36688         * m4/xreadlink.m4: New file.
36689
36690         Module safe-read.
36691         * m4/safe-read.m4: New file.
36692
36693         Module safe-write.
36694         * m4/safe-write.m4: New file.
36695
36696         Module closeout.
36697         * m4/closeout.m4: New file.
36698
36699         Module stdio-safer.
36700         * m4/stdio-safer.m4: New file.
36701
36702         Module getpass.
36703         * m4/getpass.m4: New file.
36704
36705         Module getugroups.
36706         * m4/getugroups.m4: New file.
36707
36708         Module group-member.
36709         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
36710         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
36711
36712         Module idcache.
36713         * m4/idcache.m4: New file.
36714
36715         Module userspec.
36716         * m4/userspec.m4: New file.
36717
36718         Module gettime.
36719         * m4/clock_time.m4: New file.
36720         * m4/gettime.m4: New file.
36721
36722         Module settime.
36723         * m4/settime.m4: New file.
36724
36725         Module posixtm.
36726         * m4/posixtm.m4: New file.
36727
36728         Module gethostname.
36729         * m4/gethostname.m4: New file.
36730
36731         Module canon-host.
36732         * m4/canon-host.m4: New file.
36733
36734         Module gettext.
36735         * m4/codeset.m4: New file, from gettext-0.11.5.
36736         * m4/gettext.m4: New file, from gettext-0.11.5.
36737         * m4/glibc21.m4: New file, from gettext-0.11.5.
36738         * m4/iconv.m4: New file, from gettext-0.11.5.
36739         * m4/intdiv0.m4: New file, from gettext-0.11.5.
36740         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
36741         * m4/inttypes.m4: New file, from gettext-0.11.5.
36742         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
36743         * m4/isc-posix.m4: New file, from gettext-0.11.5.
36744         * m4/lcmessage.m4: New file, from gettext-0.11.5.
36745         * m4/lib-ld.m4: New file, from gettext-0.11.5.
36746         * m4/lib-link.m4: New file, from gettext-0.11.5.
36747         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
36748         * m4/progtest.m4: New file, from gettext-0.11.5.
36749         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
36750         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
36751         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
36752
36753         Module localcharset.
36754         * m4/localcharset.m4: New file.
36755
36756         Module hard-locale.
36757         * m4/hard-locale.m4: New file.
36758
36759         Module mbswidth.
36760         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
36761         onceonly macros.
36762         * m4/mbrtowc.m4: Add comment.
36763
36764         Module memcasecmp.
36765         * m4/memcasecmp.m4: New file.
36766
36767         Module memcoll.
36768         * m4/memcoll.m4: New file.
36769
36770         Module unicodeio.
36771         * m4/unicodeio.m4: New file.
36772
36773         Module rpmatch.
36774         * m4/rpmatch.m4: New file.
36775
36776         Module yesno.
36777         * m4/yesno.m4: New file.
36778
36779         Module exitfail.
36780         * m4/exitfail.m4: New file.
36781
36782         Module c-stack.
36783         * m4/c-stack.m4 (gl_C_STACK): New macro.
36784         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
36785
36786         Module error.
36787         * m4/error.m4 (gl_ERROR): New macro.
36788         (jm_PREREQ_ERROR): Use onceonly macros.
36789
36790         Module fatal.
36791         * m4/fatal.m4: New file.
36792
36793         Module getloadavg.
36794         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
36795         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
36796
36797         Module getpagesize.
36798         * m4/getpagesize.m4: New file.
36799
36800         Module getusershell.
36801         * m4/getusershell.m4: New file.
36802
36803         Module physmem.
36804         * m4/physmem.m4: New file.
36805
36806         Module posixver.
36807         * m4/posixver.m4: New file.
36808
36809         Module quotearg.
36810         * m4/quotearg.m4: New file.
36811
36812         Module quote.
36813         * m4/quote.m4: New file.
36814
36815         Module readutmp.
36816         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
36817
36818         Module sig2str.
36819         * m4/sig2str.m4: New file.
36820
36821         Other.
36822         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
36823         ulonglong.m4.
36824         * m4/intmax_t.m4: New file.
36825         * m4/d-type.m4: Indentation.
36826         * m4/jm-macros.m4: Update.
36827         * m4/prereq.m4 (jm_PREREQ): Update.
36828         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
36829         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
36830         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
36831         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
36832         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
36833         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
36834         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
36835         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
36836         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
36837         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
36838         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
36839         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
36840         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
36841         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
36842         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
36843         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
36844         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
36845         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
36846         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
36847
36848 2002-12-24  Bruno Haible  <bruno@clisp.org>
36849
36850         * MODULES.txt: Update according to m4/ changes.
36851
36852         Module gettext.
36853         * config.rpath: New file, from gettext-0.11.5.
36854
36855         * modules/*: New module descriptions.
36856         * gnulib-tool: New file.
36857         * MODULES.html.sh: New file.
36858
36859 2002-12-21  Karl Berry  <karl@gnu.org>
36860
36861         * doc/fdl.texi: update to version 1.2.
36862
36863 2002-12-19  Karl Berry  <karl@gnu.org>
36864
36865         * config/config.guess: update from prep.
36866
36867 2002-12-18  Bruno Haible  <bruno@clisp.org>
36868
36869         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
36870         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
36871
36872 2002-12-17  Bruno Haible  <bruno@clisp.org>
36873
36874         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
36875         stdlib.h, string.h.
36876
36877 2002-12-17  Bruno Haible  <bruno@clisp.org>
36878
36879         * lib/canon-host.c (strdup): Remove unused declaration.
36880
36881         * lib/fsusage.c: Include full_read.h.
36882         (get_fs_usage): Use full_read instead of safe_read.
36883
36884         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
36885
36886 2002-12-12  Karl Berry  <karl@gnu.org>
36887
36888         * config/config.guess: update from prep.
36889
36890 2002-12-11  Bruno Haible  <bruno@clisp.org>
36891
36892         * m4/setenv.m4: New file, from gettext-0.11.5.
36893
36894 2002-12-11  Bruno Haible  <bruno@clisp.org>
36895
36896         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
36897         not unsetenv().
36898         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
36899         modifications:
36900
36901         2002-12-11  Bruno Haible  <bruno@clisp.org>
36902
36903                 * setenv.c (alloca): Fall back to malloc.
36904                 (freea): New macro.
36905                 (setenv): Use freea() to free memory allocated with alloca().
36906
36907         2002-11-13  Bruno Haible  <bruno@clisp.org>
36908
36909                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
36910                 function declarations.
36911                 * unsetenv.c (unsetenv): Likewise.
36912
36913         2002-03-04  Bruno Haible  <bruno@clisp.org>
36914
36915                 Portability to AIX 4.3.3.
36916                 * unsetenv.c: New file, extracted from setenv.c.
36917                 * setenv.c: Move the unsetenv() function to unsetenv.c.
36918
36919         2001-12-20  Bruno Haible  <bruno@clisp.org>
36920
36921                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
36922                 use malloc instead. For SunOS 4.
36923
36924         2001-12-11  Bruno Haible  <bruno@clisp.org>
36925
36926                 * setenv.c: Declare alloca.
36927                 (compar_fn_t): New typedef.
36928                 (KNOWN_VALUE, STORE_VALUE): Use it.
36929
36930         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36931         setenv.h.
36932
36933 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36934
36935         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36936         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36937         Choose values that are less likely to collide with system fnmatch
36938         options.
36939         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36940         defined (e.g., a pure POSIX system).
36941         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36942         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36943
36944 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36945
36946         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36947         a pain in practice to deal with generated m4 files.  This change
36948         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36949
36950         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36951         and jm-glibc-io.m4, as they are no longer a special case.
36952         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36953         kludge and the auto-generation stuff.  Check only whether the
36954         functions are declared, not whether they exist, since older hosts
36955         that don't declare the functions can't use the optimization anyway.
36956
36957 2002-12-06  Jim Meyering  <jim@meyering.net>
36958
36959         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36960
36961         Merge in changes from libc's misc/error.c, in preparation
36962         for the merge of gnulib's changes back into libc.
36963
36964         * lib/error.c (_): Define only if not already defined.
36965         Move definition to follow all #include directives.
36966         Include unlocked-io.h only if !_LIBC.
36967         [_LIBC]: Include <libio/libioP.h>.
36968         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36969         (fflush): Tweak definition to use INTUSE.
36970         (putc): Define.
36971
36972 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36973
36974         * lib/alloca.c [defined emacs]: Include "lisp.h".
36975         (xalloc_die) [defined emacs]: New macro.
36976         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36977         [! defined emacs]: Include <xalloc.h>.
36978         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36979         (pointer): Typedef to POINTER_TYPE *.
36980         (malloc): Remove decl; we now always use xmalloc.
36981         (alloca): Use old-style definition, since Emacs needs this.
36982         Check for arithmetic overflow when computing combined size.
36983
36984 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36985
36986         Do not generate unlocked-io.h automatically, since it's easier to
36987         maintain it by hand.
36988
36989         * lib/unlocked-io.h: New file, from GNU diffutils,
36990         but with proper copyright notice and attribution.
36991         * lib/gen-uio: Remove.
36992         * lib/Makefile.am: Add copyright notice.
36993         (libfetish_a_SOURCES): Add unlocked-io.h.
36994         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36995         (DISTCLEANFILES, io_functions): Remove macros.
36996         (EXTRA_DIST): Remove gen_uio.
36997         (unlocked-io.h): Remove rule.
36998
36999 2002-12-04  Jim Meyering  <jim@meyering.net>
37000
37001         Reflect the fact that stat.c and lstat.c are no longer generated.
37002         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
37003         (DISTCLEANFILES): Likewise.
37004         (EXTRA_DIST): Likewise.
37005         (all_local): Don't depend on stat.c or lstat.c.
37006         (stat.c, lstat.c): Remove rules.
37007         (EXTRA_DIST): Remove xstat.in.
37008
37009         * lib/xstat.in: Remove file.  Contents moved into stat.c.
37010         * lib/stat.c: New file.  Contents mostly from xstat.in.
37011         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
37012         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
37013
37014         * lib/safe-read.c: Rework so that it may serve to define safe_write,
37015         too.
37016         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
37017
37018 2002-12-03  Jim Meyering  <jim@meyering.net>
37019
37020         * lib/safe-read.c, safe-write.c: Change variable names and comments,
37021         but not semantics, to minimize the differences between these two files.
37022         (safe_read): Change comment to mention SAFE_READ_ERROR.
37023
37024         * lib/safe-read.c (IS_EINTR): Define.
37025         (safe_read): Use IS_EINTR in place of in-function cpp directives.
37026
37027 2002-12-02  Jim Meyering  <jim@meyering.net>
37028
37029         * lib/safe-read.c (EINTR): Define.
37030         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37031         (INT_MAX): Provide fallback.
37032         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
37033
37034         * lib/safe-read.h (SAFE_READ_ERROR): Define.
37035
37036 2002-12-02  Bruno Haible  <bruno@clisp.org>
37037
37038         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
37039         Define, taken from safe-read.c.
37040         (INT_MAX): Provide fallback.
37041         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
37042         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
37043
37044         * lib/safe-read.c (EINTR): Remove definition.
37045         (safe_read): Don't use EINTR if it is absent.
37046
37047 2002-12-01  Jim Meyering  <jim@meyering.net>
37048
37049         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
37050         zero.
37051         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
37052
37053 2002-11-27  Paul Eggert  <eggert@twinsun.com>
37054
37055         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
37056         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
37057         with `if (! (value < limit)) abort ();', for readability.
37058
37059 2002-11-26  Karl Berry  <karl@gnu.org>
37060
37061         * lib/strdup.c: copy from libc again, with jim's ok.
37062         * lib/.cppi-disable: re-add strdup.c
37063
37064 2002-11-25  Karl Berry  <karl@gnu.org>
37065
37066         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
37067         instead of "strtol.c".
37068
37069 2002-11-25  Karl Berry  <karl@gnu.org>
37070
37071         * config/install-sh: update from automake for variable quoting, $0 in
37072         error msgs, etc.
37073
37074         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
37075         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
37076         entry.
37077
37078 2002-11-25  Jim Meyering  <jim@meyering.net>
37079
37080         * lib/mktime.c: Sync from libc, now that it has the latest fix.
37081
37082 2002-11-24  Karl Berry  <karl@gnu.org>
37083
37084         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
37085         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
37086
37087 2002-11-24  Jim Meyering  <jim@meyering.net>
37088
37089         Update from coreutils:
37090
37091         * lib/mktime.c: Merge in changes from libc.
37092
37093         Avoid a link-time failure on some Linux systems.
37094         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
37095         (otherwise).
37096         (__mon_yday): Declare with the STATIC attribute.
37097         (__mktime_internal): Likewise.
37098         Based on a report from Greg Schafer.
37099
37100 2002-11-23  Jim Meyering  <jim@meyering.net>
37101
37102         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
37103         Use `unsigned', not `int', as type of index.
37104
37105         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
37106
37107         * lib/fsusage.c: Remove unneeded parentheses around operands of
37108         `defined'.
37109
37110 2002-11-22  Paul Eggert  <eggert@twinsun.com>
37111
37112         * lib/quotearg.h: Allow multiple inclusion by surrounding with
37113         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
37114         so that we can be included first.
37115         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
37116         * lib/quotearg.c: Include quotearg.h immediately after config.h.
37117         No need to include stddef.h or sys/types.h any more.
37118         Surround local include files with "", not "<>".
37119         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
37120         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
37121         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
37122         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
37123         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
37124         (ISPRINT): Remove; no longer needed now that we assume C89.
37125
37126         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
37127         Preserve errno.
37128
37129         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
37130         quotearg_char): Use SIZE_MAX rather than
37131         (size_t) -1 when we are talking about "infinity".
37132
37133         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
37134
37135 2002-11-22  Paul Eggert  <eggert@twinsun.com>
37136
37137         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
37138         hint that one should use `if (! x) abort ();' rather than `assert
37139         (x);', and anyway it's one less thing to worry about configuring.
37140         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
37141         hash_rehash, hash_insert): Use abort rather than assert.
37142
37143 2002-11-22  Bruno Haible  <bruno@clisp.org>
37144
37145         * lib/safe-read.h: Assume C89. Add comments.
37146         (safe_read): Change return type to size_t.
37147         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
37148         byte counts > SSIZE_MAX correctly.
37149         * lib/safe-write.h: New file.
37150         * lib/safe-write.c: New file.
37151         * lib/full-read.h: New file.
37152         * lib/full-read.c: New file.
37153         * lib/full-write.h: Assume C89. Add comments.
37154         * lib/full-write.c: Include safe-write.h.
37155         (full_write): Rewritten to use safe_write.
37156         Suggested by Jim Meyering and Paul Eggert.
37157
37158 2002-11-21  Jim Meyering  <jim@meyering.net>
37159
37160         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
37161
37162         Merge in changes from the coreutils.
37163
37164         2002-09-25  Paul Eggert  <eggert@twinsun.com>
37165         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
37166         <stdint.h>.
37167         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
37168         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
37169         int.  Work more efficiently if X is the same width as uintmax_t.
37170         Do not compare X to -1, to avoid bogus compiler warning.
37171         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
37172         Don't assume that f_frsize and f_bsize are the same type.
37173
37174         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
37175         warning on FreeBSD.
37176
37177         * lib/makepath.c (make_path): Restore umask *before* creating the final
37178         component.
37179         (make_path): Minor reformatting.
37180
37181         * lib/xmalloc.c: Adjust to work with new autoconf macros,
37182         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
37183         HAVE_MALLOC/HAVE_REALLOC.
37184
37185         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
37186         dummy ones.  At least on GNU/Linux systems, `auto' means something
37187         else.
37188         From Michael Stone.
37189
37190 2002-11-21  Bruno Haible  <bruno@clisp.org>
37191
37192         Remove case insensitive option matching.
37193         * lib/argmatch.h (argcasematch): Remove declaration.
37194         (ARGCASEMATCH): Remove macro.
37195         (__xargmatch_internal): Remove case_sensitive argument.
37196         (XARGMATCH): Update.
37197         (XARGCASEMATCH): Remove macro.
37198         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
37199         case_sensitive argument.
37200         (argcasematch): Remove function.
37201         (__xargmatch_internal): Remove case_sensitive argument.
37202         (main): Use XARGMATCH instead of XARGCASEMATCH.
37203
37204         * lib/xmalloc.c: Change compile-time error message. Add comment about
37205         required autoconf version.
37206
37207 2002-11-20  Paul Eggert  <eggert@twinsun.com>
37208
37209         Merge argmatch cleanups from Bison.  Assume C89.
37210
37211         * lib/argmatch.c: Include config.h here, not in argmatch.h.
37212         Include stdlib.h, for EXIT_FAILURE.
37213         Always include <string.h>, since we assume C89.
37214         (EXIT_FAILURE): Remove pre-C89 bug workaround.
37215         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
37216         Include <stddef.h> instead, since it's all we need for size_t.
37217         (PARAMS): Remove.  All uses removed.
37218         (ARRAY_CARDINALITY): Do not bother to #undef.
37219         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
37220         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
37221         Remove unnecessary parentheses.
37222         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
37223         Insert necessary parentheses.
37224         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
37225         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
37226
37227 2002-11-19  Bruno Haible  <bruno@clisp.org>
37228
37229         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
37230         * lib/mbswidth.h: Include <stddef.h>, for size_t.
37231
37232         * lib/mbswidth.h (PARAMS): Remove macro.
37233         (mbswidth, mbsnwidth): Use ANSI C function declarations.
37234         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
37235
37236         * lib/gcd.h (PARAMS): Remove macro.
37237         (gcd): Use ANSI C function declarations.
37238         * lib/gcd.c (gcd): Likewise.
37239
37240 2002-11-15  Bruno Haible  <bruno@clisp.org>
37241
37242         * lib/strcspn.c: Include <stddef.h>.
37243         (strcspn): Use ANSI C function declaration. Change return type to
37244         size_t. Use NULL.
37245         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
37246         (strpbrk): Use NULL.
37247         * lib/strpbrk.h (PARAMS): Remove macro.
37248         (strpbrk): Use ANSI C function declaration.
37249         * lib/strstr.c: Don't include <sys/types.h>.
37250         * lib/strstr.h (PARAMS): Remove macro.
37251         (strstr): Use ANSI C function declarations.
37252
37253 2002-11-14  Karl Berry  <karl@gnu.org>
37254
37255         * config/mkinstalldirs: `do' on separate line, instead of
37256         `for var; do'.
37257
37258 2002-11-06  Bruno Haible  <bruno@clisp.org>
37259
37260         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
37261         * lib/gcd.c (gcd): Likewise.
37262
37263 2002-11-05  Bruno Haible  <bruno@clisp.org>
37264
37265         * lib/gcd.h: New file, from gettext-0.11.5.
37266         * lib/gcd.c: New file, from gettext-0.11.5.
37267
37268 2002-11-05  Bruno Haible  <bruno@clisp.org>
37269
37270         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37271         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37272         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37273         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37274
37275         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
37276         <libintl.h>.
37277         * lib/makepath.c: Include gettext.h instead of <locale.h> and
37278         <libintl.h>.
37279
37280         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
37281         * lib/human.c: Include gettext.h instead of <libintl.h>.
37282         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
37283         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
37284         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
37285         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
37286         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
37287         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
37288         (textdomain): Remove definition.
37289         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
37290
37291         * lib/long-options.c: Remove include of <libintl.h> and definition of
37292         _.
37293         * lib/same.c: Remove include of <libintl.h> and definition of _.
37294
37295 2002-11-04  Owen Taylor  <otaylor@redhat.com>
37296
37297         * lib/config.charset: A few additions for Solaris.
37298
37299 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
37300
37301         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
37302         * lib/localcharset.c (locale_charset): Declare as extern "C".
37303
37304 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
37305
37306         * lib/config.charset: msdos in uk_UA uses CP1125.
37307
37308 2002-11-04  Bruno Haible  <bruno@clisp.org>
37309
37310         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
37311         * lib/strcase.h: New file, from GNU gettext-0.11.5.
37312         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
37313         * lib/strstr.h: New file, from GNU gettext-0.11.5.
37314         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
37315
37316 2002-11-04  Bruno Haible  <bruno@clisp.org>
37317
37318         * lib/localcharset.c (locale_charset): Don't return an empty string.
37319
37320 2002-11-04  Bruno Haible  <bruno@clisp.org>
37321
37322         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
37323         aliases.
37324
37325 2002-11-04  Bruno Haible  <bruno@clisp.org>
37326
37327         * lib/config.charset: Update for newest glibc. Add canonical names
37328         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
37329
37330 2002-11-04  Bruno Haible  <bruno@clisp.org>
37331
37332         * lib/config.charset: Add support for NetBSD.
37333
37334 2002-11-04  Bruno Haible  <bruno@clisp.org>
37335
37336         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
37337
37338 2002-11-01  Bruno Haible  <bruno@clisp.org>
37339
37340         * configure.in: Add AC_CONFIG_AUX_DIR call.
37341         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
37342         test/Makefile.
37343         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
37344
37345 2002-09-28  Karl Berry  <karl@gnu.org>
37346
37347         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
37348         installed automake until the next release, since changes have been
37349         made.
37350
37351 2002-09-25  Karl Berry  <karl@gnu.org>
37352
37353         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
37354         * lib/getopt*: copy from libc/posix.
37355         * lib/gettext.h: copy from gettext.
37356         * lib/.cppi-disable: add strdup.c, gettext.h.
37357
37358 2002-09-25  Karl Berry  <karl@gnu.org>
37359
37360         * config/srclist.txt: enable gettext.h check.
37361         * config/config.{guess,sub}: update from prep.
37362         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
37363                 from automake 1.6.3.
37364         See srclist*.
37365
37366 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
37367
37368         * regex.c (PATFETCH): Remove the translating fetch.
37369         (PATFETCH_RAW): Rename to PATFETCH.
37370         (set_image_of_range): New fun.
37371         (SET_RANGE_TABLE_WORK_AREA): Use it.
37372         (regex_compile): Don't translate the pattern chars so eagerly.
37373         Only do it when inserting an `exactn' bytecode or when handling
37374         a char-range.
37375         (mutually_exclusive_p): Avoid empty statement.
37376
37377 2002-07-06  Jim Meyering  <meyering@lucent.com>
37378
37379         * m4/README: Don't mention Makefile.am.in.
37380         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
37381
37382 2002-07-01  Jim Meyering  <meyering@lucent.com>
37383
37384         * lib/c-stack.c: Include sys/time.h.
37385         From Volker Borchert.
37386
37387 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37388
37389         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
37390
37391 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37392
37393         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
37394         New macro.  Use it uniformly instead of
37395         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
37396         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
37397         reported by Vin Shelton.
37398
37399 2002-06-22  Paul Eggert  <eggert@twinsun.com>
37400
37401         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
37402         Do not assume SA_SIGINFO behavior.
37403         Bug reported by Jim Meyering on NetBSD 1.5.2.
37404
37405 2002-06-22  Jim Meyering  <meyering@lucent.com>
37406
37407         * m4/c-stack.m4: New file, from diffutils-2.8.2.
37408         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
37409
37410         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
37411         now that configure.ac uses AC_GNU_SOURCE.
37412         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
37413         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
37414
37415         Update to latest tools.  Suggestions from Paul Eggert.
37416         * m4/stdbool.m4: New file, from diffutils-2.8.2.
37417         * m4/gnu-source.m4: Update from diffutils-2.8.2.
37418         * m4/fnmatch.m4: Likewise.
37419         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
37420         to AC_HEADER_STDBOOL
37421
37422 2002-06-22  Jim Meyering  <meyering@lucent.com>
37423
37424         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
37425         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
37426
37427 2002-06-22  Jim Meyering  <meyering@lucent.com>
37428
37429         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
37430
37431         * lib/exitfail.c, exitfail.h: Likewise.
37432         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
37433
37434         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
37435         of fnmatch.h.
37436         (EXTRA_DIST): Add fnmatch_loop.c.
37437         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
37438
37439         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
37440         * lib/fnmatch.c: Update from diffutils-2.8.2.
37441         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
37442         * lib/fnmatch.h: Remove file.
37443
37444 2002-06-21  Jim Meyering  <meyering@lucent.com>
37445
37446         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
37447         * m4/mbrtowc.m4: Likewise.
37448
37449         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
37450         * m4/mbswidth.m4: Reflect name change:
37451         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
37452         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37453
37454         * m4/lib-link.m4: Update from gettext-0.11.2.
37455         * m4/gettext.m4: Likewise.
37456
37457         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
37458         From Alfred M. Szmidt.
37459
37460 2002-06-18  Paul Eggert  <eggert@twinsun.com>
37461
37462         * lib/file-type.h: Report an error if neither S_ISREG nor
37463         S_IFREG is defined, instead of using a test specific to glibc
37464         2.2.  This should be safe, since POSIX requires S_ISREG and
37465         Unix Version 7 had S_IFREG.  We don't need to check for
37466         <sys/types.h> since we don't use any symbols that it defines.
37467
37468 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
37469
37470         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
37471         $@-t, so that each temporary file name is unique and valid in the first
37472         8 characters, for operation under DOS.
37473
37474 2002-06-15  Paul Eggert  <eggert@twinsun.com>
37475
37476         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
37477
37478 2002-06-15  Jim Meyering  <meyering@lucent.com>
37479
37480         Work even with DJGPP 2.03, which lacks support for symlinks.
37481         From Richard Dawe.
37482         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
37483         is defined.
37484         * lib/lchown.c (S_ISLNK): Likewise.
37485
37486 2002-06-15  Jim Meyering  <meyering@lucent.com>
37487
37488         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
37489         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
37490         have been included before this file.
37491
37492 2002-06-14  Jim Meyering  <meyering@lucent.com>
37493
37494         * lib/file-type.h: Use the version from diffutils-2.8.2.
37495         * lib/file-type.c: Likewise.
37496
37497 2002-06-07  Jim Meyering  <meyering@lucent.com>
37498
37499         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
37500         They're needed at least for NetBSD 1.5.2.
37501         ($statxfs_includes): Include those same headers.
37502         ($statxfs_includes): Include sys/vfs.h if available.
37503         ($statxfs_includes): Likewise for sys/statvfs.h.
37504         Check for the following members in both structs statfs and statvfs:
37505         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
37506
37507 2002-06-01  Jim Meyering  <meyering@lucent.com>
37508
37509         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
37510         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
37511
37512 2002-05-28  Jim Meyering  <meyering@lucent.com>
37513
37514         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
37515         Reported by Volker Borchert.
37516
37517 2002-05-27  Jim Meyering  <meyering@lucent.com>
37518
37519         Fix a problem seen only on nonconforming systems whereby ls.c's
37520         use of localtime, and then of gettimeofday would cause trouble:
37521         the localtime call used to initialize rpl_gettimeofday's save
37522         mechanism would clobber ls's current local time information so
37523         that in any long listing the first file would always be listed
37524         with date 1970-01-01.  Analysis by Volker Borchert.
37525
37526         * lib/gettimeofday.c (localtime): Undefine.
37527         (rpl_localtime): New function.
37528
37529 2002-05-27  Jim Meyering  <meyering@lucent.com>
37530
37531         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
37532         localtime.
37533
37534         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
37535         use the replacement function; it wouldn't resolve at link time.
37536         Reported by Volker Borchert.
37537
37538 2002-05-22  Jim Meyering  <meyering@lucent.com>
37539
37540         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
37541         file-type.h.
37542         * lib/file-type.h: New file.
37543         * lib/file-type.c (file_type): New file/function.  Extracted from
37544         diffutils.
37545
37546 2002-04-30  Jim Meyering  <meyering@lucent.com>
37547
37548         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
37549
37550 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37551
37552         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
37553
37554 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37555
37556         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
37557         Do not check for alloca.h (no longer used) or stdbool.h (was never
37558         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
37559
37560 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37561
37562         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
37563
37564 2002-04-29  Jim Meyering  <meyering@lucent.com>
37565
37566         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
37567         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
37568         Use AC_FUNC_STRNLEN here instead.
37569
37570         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
37571         With autoconf-2.53a, it's part of AC_PROG_CC.
37572
37573 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37574
37575         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
37576         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
37577
37578 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37579
37580         * lib/sig2str.h, lib/sig2str.c: New files.
37581         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
37582
37583 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37584
37585         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
37586         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
37587         of 127, since 64 is the largest conceivable number for ancient
37588         nonstandard hosts.
37589         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
37590
37591 2002-04-28  Jim Meyering  <meyering@lucent.com>
37592
37593         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
37594
37595 2002-04-24  Jim Meyering  <meyering@lucent.com>
37596
37597         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
37598         (jm_PREREQ): Use it.
37599
37600         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
37601         mach/mach.h fcntl.h.
37602         Check for this function: setlocale.
37603
37604 2002-04-24  Jim Meyering  <meyering@lucent.com>
37605
37606         * lib/gettext.h: New file, from Gettext.
37607         * lib/Makefile.am (INCLUDES): Remove -I../intl.
37608         (libfetish_a_SOURCES): Add gettext.h.
37609
37610 2002-04-16  Jim Meyering  <meyering@lucent.com>
37611
37612         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
37613         ut_pid, ut_id, ut_exit.
37614
37615 2002-04-16  Jim Meyering  <meyering@lucent.com>
37616
37617         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
37618         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
37619         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
37620
37621 2002-04-12  Jim Meyering  <meyering@lucent.com>
37622
37623         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
37624         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
37625         existence of the getmntinfo function.  Needed for Darwin 5.3.
37626
37627         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
37628         This is necessary at least on Darwin 5.3.
37629
37630         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
37631         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
37632         strnlen.o in the library, and that makes some versions of ranlib
37633         object.
37634
37635 2002-04-12  Jim Meyering  <meyering@lucent.com>
37636
37637         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
37638
37639 2002-04-09  Jim Meyering  <meyering@lucent.com>
37640
37641         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
37642         to be more precise.  Rather than saying we're checking whether the
37643         function `works', say what we're testing.
37644         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
37645         Reported by Bruno Haible.
37646
37647 2002-03-10  Jim Meyering  <meyering@lucent.com>
37648
37649         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
37650         Suggestion from Santiago Vila.
37651
37652 2002-03-08  Jim Meyering  <meyering@lucent.com>
37653
37654         * lib/rename.c: Mention that this wrapper is needed also on
37655         mips-dec-ultrix4.4 systems.
37656
37657 2002-03-02  Jim Meyering  <meyering@lucent.com>
37658
37659         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
37660         not HAVE_CLOCK_SETTIME.
37661
37662 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37663
37664         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
37665         Check for clock_settime.
37666
37667 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37668
37669         * lib/nanosleep.h: Rename to....
37670         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
37671
37672         * lib/gettime.c: New file.
37673         * lib/settime.c: New file.
37674         * lib/stime.c: Remove.
37675
37676         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
37677         timespec.h.  Remove nanosleep.h.
37678
37679 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37680
37681         * m4/acl.m4: New file.
37682         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
37683         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
37684
37685 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37686
37687         * lib/acl.c, lib/acl.h: New files.
37688         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
37689
37690 2002-02-24  Jim Meyering  <meyering@lucent.com>
37691
37692         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
37693         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
37694         cause trouble.  Reported by Nelson Beebe.
37695
37696 2002-02-23  Paul Eggert  <eggert@twinsun.com>
37697
37698         * lib/path-concat.c (xpath_concat): Reorder code to pacify
37699         compilers that don't know that xalloc_die never returns.
37700
37701 2002-02-20  Jim Meyering  <meyering@lucent.com>
37702
37703         * lib/getdate.c: Regenerate using bison-1.33.
37704
37705 2002-02-17  Jim Meyering  <meyering@lucent.com>
37706
37707         * config/config.guess (main): Don't use `head -1'; it's no longer
37708         portable. Use `sed 1q' instead.
37709
37710 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
37711
37712         * m4/codeset.m4: Upgrade to gettext-0.11.
37713         * m4/gettext.m4: Upgrade to gettext-0.11.
37714         * m4/glibc21.m4: Upgrade to gettext-0.11.
37715         * m4/iconv.m4: Upgrade to gettext-0.11.
37716         * m4/isc-posix.m4: Upgrade to gettext-0.11.
37717         * m4/lcmessage.m4: Upgrade to gettext-0.11.
37718         * m4/lib-ld.m4: New file, from gettext-0.11.
37719         * m4/lib-link.m4: New file, from gettext-0.11.
37720         * m4/lib-prefix.m4: New file, from gettext-0.11.
37721         * m4/progtest.m4: Upgrade to gettext-0.11.
37722
37723 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37724
37725         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
37726         (jm_PREREQ): Use it.
37727
37728 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37729
37730         * lib/posixver.c, lib/posixver.h: New files.
37731         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37732
37733 2002-02-02  Paul Eggert  <eggert@twinsun.com>
37734             Bruno Haible  <bruno@clisp.org>
37735
37736         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
37737         (fwrite_success_callback): New declaration.
37738         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
37739         print_unicode_char. Call failure callback instead of error.
37740         (fwrite_success_callback): New function.
37741         (exit_failure_callback): New function.
37742         (fallback_failure_callback): New function.
37743         (print_unicode_char): Call unicode_to_mb.
37744
37745 2002-01-26  Jim Meyering  <meyering@lucent.com>
37746
37747         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
37748         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
37749
37750 2002-01-26  Jim Meyering  <meyering@lucent.com>
37751
37752         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
37753
37754 2002-01-22  Paul Eggert  <eggert@twinsun.com>
37755
37756         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
37757
37758 2002-01-22  Jim Meyering  <meyering@lucent.com>
37759
37760         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
37761         Otherwise, some versions of automake would omit the rule that makes
37762         Makefile from Makefile.in.
37763
37764 2002-01-21  Paul Eggert  <eggert@twinsun.com>
37765
37766         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
37767         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37768         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
37769         (memcoll): Set errno to zero if there is no error.
37770
37771         * lib/quotearg.c (quotearg_buffer_restyled):
37772         Fix bug with quoting buffers containing NUL when backslashing escapes.
37773         This bug was exposed by the other changes in this patch.
37774         (quotearg_n_options): New arg ARGSIZE.
37775         All callers changed.
37776         (quoting_options_from_style): New function.
37777         (quotearg_n_style): Use it.
37778         (quotearg_n_style_mem): New function.
37779
37780         * lib/quotearg.h (quotearg_n_style_mem): New function.
37781
37782 2002-01-19  Jim Meyering  <meyering@lucent.com>
37783
37784         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
37785         Remove useless quotes: DF_PROG="df".
37786         * m4/strnlen.m4: New file.
37787
37788 2002-01-16  Paul Eggert  <eggert@twinsun.com>
37789
37790         * lib/backupfile.c (ISDIGIT): Comment fix.
37791         * lib/getdate.y (ISDIGIT): Likewise.
37792         * lib/posixtm.c (ISDIGIT, year): Likewise.
37793         * lib/strverscmp.c (ISDIGIT): Likewise.
37794         * lib/userspec.c (ISDIGIT): Likewise.
37795
37796 2002-01-16  Jim Meyering  <meyering@lucent.com>
37797
37798         * lib/getdate.y: Add three semicolons, each just before a closing
37799         brace. Bison (as of version 1.31) no longer papers over that mistake.
37800
37801 2002-01-05  Jim Meyering  <meyering@lucent.com>
37802
37803         * lib/version-etc.c (version_etc_copyright): Update copyright year.
37804
37805 2001-12-19  Paul Eggert  <eggert@twinsun.com>
37806
37807         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
37808         not silently exit merely because the output buffer happens to
37809         have nothing pending.
37810
37811 2001-12-18  Paul Eggert  <eggert@twinsun.com>
37812
37813         See the big note in ../ChangeLog.
37814         * lib/human.c (suffixes): Prefer K to k for 1024.
37815         (generate_suffix_backwards): New function.
37816         (human_readable_inexact): Use it.
37817         * lib/xstrtol.c (__xstrtol): If there is no number but there
37818         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
37819         Accept 'K' as well as 'k'.
37820
37821 2001-12-15  Jim Meyering  <meyering@lucent.com>
37822
37823         * lib/regex.h (__restrict_arr): Update from libc.
37824
37825         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
37826         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
37827         (STREQ): Define.
37828
37829 2001-12-14  Jim Meyering  <meyering@lucent.com>
37830
37831         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
37832         Suggestion from Bruno Haible.
37833
37834 2001-12-10  Jim Meyering  <meyering@lucent.com>
37835
37836         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
37837         xrealloc, Instead, include "xalloc.h".
37838         (initbuffer): Don't cast xmalloc return value to char*.
37839         (readline): Reword comment.
37840         Don't cast xrealloc return value to char*
37841         Return NULL, not 0.
37842
37843 2001-12-09  Jim Meyering  <meyering@lucent.com>
37844
37845         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
37846         about `signed and unsigned type in conditional expression'.
37847         * lib/posixtm.c (posix_time_parse): Likewise.
37848
37849         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
37850
37851         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
37852         to avoid a pedantic warning.
37853
37854         * lib/getstr.c: Don't include assert.h.
37855         (getstr): Remove warning-evoking assertions.
37856         Return -1 if offset parameter is out of bounds.
37857         Change the type of a local from int to size_t.
37858
37859         * lib/strftime.c (my_strftime_localtime_r): Include this function
37860         definition in the `#if ! HAVE_TM_GMTOFF' block.
37861
37862         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
37863         Include xalloc.h instead.
37864
37865 2001-12-02  Jim Meyering  <meyering@lucent.com>
37866
37867         * lib/tempname.c: Don't declare getenv, thus reverting the change of
37868         2001-11-18.  It's no longer necessary, now that stdlib.h is always
37869         included.
37870
37871         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
37872         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
37873
37874 2001-11-30  Akim Demaille  <akim@epita.fr>
37875
37876         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
37877         before being defined.
37878
37879 2001-11-27  Paul Eggert  <eggert@twinsun.com>
37880
37881         * lib/quotearg.h (quotearg_n, quotearg_n_style):
37882         First arg is int, not unsigned.
37883         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
37884         (SIZE_MAX, UINT_MAX): New macros.
37885         (quotearg_n_options): Abort if N is negative.
37886         Avoid overflow check on hosts where size_t is 64 bits and int
37887         is 32 bits, as overflow is impossible there.
37888         Fix off-by-one typo that caused unnecessary reallocation.
37889
37890 2001-11-27  Jim Meyering  <meyering@lucent.com>
37891
37892         * lib/tempname.c: Merge with version from libc.
37893         * lib/regex.c: Likewise.
37894
37895         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
37896         systems for which STDC_HEADERS is 0, it was not included, resulting in
37897         a warning about an integer-to-pointer conversion problem with getenv.
37898         Reported by Volker Borchert.
37899
37900 2001-11-26  Jim Meyering  <meyering@lucent.com>
37901
37902         * lib/gtod.h: Remove file.
37903         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
37904         * lib/gettimeofday.c: Don't include gtod.h.
37905         (GTOD_init): Remove function.
37906         (rpl_gettimeofday): Do its job here instead, rather than aborting.
37907         Suggestion from Volker Borchert.
37908
37909 2001-11-23  Jim Meyering  <meyering@lucent.com>
37910
37911         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
37912         it.
37913         * lib/hash.c (struct hash_table): Define it here instead.
37914
37915 2001-11-22  Jim Meyering  <meyering@lucent.com>
37916
37917         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
37918
37919 2001-11-20  Jim Meyering  <meyering@lucent.com>
37920
37921         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
37922         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
37923
37924 2001-11-19  Jim Meyering  <meyering@lucent.com>
37925
37926         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
37927         directory.  Use "conftestXXXXXX" as the template.
37928         Suggestion from Paul Eggert.
37929
37930         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37931         immediately, so the test doesn't mistakenly hit the max-open-files
37932         limit.
37933
37934 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37935
37936         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37937         (TEMPORARIES): New macro.
37938         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37939         removes an artificial limitation (e.g. HP-UX 10.20, where
37940         TMP_MAX is 17576).
37941
37942 2001-11-18  Jim Meyering  <meyering@lucent.com>
37943
37944         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37945
37946 2001-11-18  Jim Meyering  <meyering@lucent.com>
37947
37948         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37949         on SunOS 4.
37950
37951         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37952         files will be created before anything else.
37953
37954 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37955
37956         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37957         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37958
37959 2001-11-17  Jim Meyering  <meyering@lucent.com>
37960
37961         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37962         Prompted by a report from Bob Proulx.
37963
37964         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37965         Instead, require UTILS_FUNC_MKSTEMP.
37966
37967 2001-11-17  Jim Meyering  <meyering@lucent.com>
37968
37969         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37970         Now, that's done as part of AC_FUNC_STRTOD.
37971
37972 2001-11-17  Jim Meyering  <meyering@lucent.com>
37973
37974         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37975         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37976         rather than group writable.  Patch by Juan F. Codagnone.
37977
37978         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37979         xrealloc, Instead, include "xalloc.h".
37980
37981         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37982         Remove explicit declarations of xmalloc, xrealloc,
37983         and xstrdup.  Instead, include "xalloc.h".
37984
37985         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37986         unlocked-io.h.
37987         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37988         Likewise.
37989         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37990
37991         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37992         Reported by Padraig Brady.
37993
37994         * lib/mkstemp.c: #undef mkstemp.
37995         Include config.h.
37996         (rpl_mkstemp): Rename from mkstemp.
37997         Protoize.
37998
37999 2001-11-16  Jim Meyering  <meyering@lucent.com>
38000
38001         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
38002         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
38003         determine the amount of total physical memory, use pstat_getstatic.
38004         HPUX-11 doesn't define _SC_PHYS_PAGES.
38005         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
38006         If sysconf couldn't be used to determine the amount of available
38007         physical memory, use both pstat_getstatic and pstat_getdynamic.
38008         Based on a patch from Bob Proulx.
38009
38010 2001-11-10  Jim Meyering  <meyering@lucent.com>
38011
38012         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
38013         (jm_PREREQ): Use it.
38014
38015 2001-11-09  Jim Meyering  <meyering@lucent.com>
38016
38017         * m4/jm-macros.m4: Require autoconf-2.52f.
38018         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
38019         Use these AC_-prefixed names, not the AM_-prefixed ones.
38020
38021         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
38022
38023 2001-11-05  Jim Meyering  <meyering@lucent.com>
38024
38025         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
38026
38027 2001-11-04  Jim Meyering  <meyering@lucent.com>
38028
38029         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
38030         $DEFS.
38031
38032 2001-11-03  Jim Meyering  <meyering@lucent.com>
38033
38034         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
38035         of AC_DEFUN.
38036
38037         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
38038         know the name of the variable in the macro definition.
38039
38040 2001-11-03  Jim Meyering  <meyering@lucent.com>
38041
38042         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
38043         in argmatch_to_argument call.
38044
38045         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
38046         argument.
38047
38048         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
38049         e.g., a fault due to an attempt to free a NULL pointer.
38050
38051 2001-11-01  Jim Meyering  <meyering@lucent.com>
38052
38053         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
38054         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
38055
38056 2001-11-01  Jim Meyering  <meyering@lucent.com>
38057
38058         * lib/dirfd.c, lib/dirfd.h: New files.
38059         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
38060
38061         * lib/hash.c (hash_print) [TESTING]: Clean up.
38062
38063 2001-10-22  Paul Eggert  <eggert@twinsun.com>
38064
38065         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
38066         to avoid a warning if -Wall.
38067
38068 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
38069
38070         * README: New file
38071         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
38072         (per RMS's instructions, this is now the canonical source)
38073         * lgpl/, gpl/: New directories.
38074
38075 2001-10-21  Paul Eggert  <eggert@twinsun.com>
38076
38077         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
38078
38079 2001-10-21  Jim Meyering  <meyering@lucent.com>
38080
38081         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
38082         this code would end up calling gettext even in packages built
38083         with --disable-nls.
38084         * lib/getopt.c (_): Likewise.
38085         * lib/regex.c (_): Likewise.
38086
38087 2001-10-20  Paul Eggert  <eggert@twinsun.com>
38088
38089         * m4/error.m4 (jm_PREREQ_ERROR):
38090         Do not invoke AC_CHECK_FUNCS with strerror_r, as
38091         AC_FUNC_STRERROR_R does that.
38092         Check for strerror declaration.
38093
38094         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
38095         are supposed to have them these days.
38096         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
38097         Merge changes from latest Autoconf CVS.
38098         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
38099         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
38100         POSIX decided to standardize on the int flavor of strerror_r.
38101
38102 2001-10-20  Paul Eggert  <eggert@twinsun.com>
38103
38104         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
38105         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
38106         Use strerror_r that is only a macro, even if it is not a function.
38107         (strerror): Check for HAVE_DECL_STRERROR before declaring.
38108         (private_strerror): Use prototypes, not old-style function definition.
38109         (print_errno_message): New function.
38110         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
38111         char*-flavored one.
38112         (error_tail, error, error_at_line): Use it.
38113
38114 2001-10-11  Jim Meyering  <meyering@lucent.com>
38115
38116         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
38117         and quote_n (1, ... to avoid clobbering a buffer.
38118
38119 2001-10-05  Jim Meyering  <meyering@lucent.com>
38120
38121         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
38122         hash-pjw.h.
38123         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
38124         * lib/hash-pjw.h: New file.
38125
38126 2001-09-30  Jim Meyering  <meyering@lucent.com>
38127
38128         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
38129         `struct fsstat' has the `f_fstypename' member.
38130         Use that to define FS_TYPE, which is now used to make
38131         the getfsstat link test tighter.
38132
38133 2001-09-30  Jim Meyering  <meyering@lucent.com>
38134
38135         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
38136         Include <sys/ucred.h>, for Apple Darwin.
38137         Include sys/mount.h and sys/fs_types.h only if available.
38138         (FS_TYPE): Define.
38139         (read_filesystem_list): Use FS_TYPE.
38140
38141 2001-09-29  Paul Eggert  <eggert@twinsun.com>
38142
38143         * lib/exclude.c (excluded_filename): 0 -> false, since it's
38144         a boolean context.
38145
38146 2001-09-29  Jim Meyering  <meyering@lucent.com>
38147
38148         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
38149         [one-argument getmntent function]): Include stdio.h before mntent.h.
38150         SunOS 4.1.x needs it for the declaration of `FILE'.
38151         Patch by Volker Borchert.
38152
38153         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
38154         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
38155         sys/fs_types.h, and make the link-test for getfsstat guard #include
38156         directives with appropriate #if HAVE_*_H tests so that we can
38157         detect getfsstat on Apple Darwin1.3.7 systems.
38158         Reported by Nelson Beebe.
38159         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
38160
38161 2001-09-28  Paul Eggert  <eggert@twinsun.com>
38162
38163         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
38164         #defines strtoimax.  Also treat the other strto* functions
38165         like strtoimax.
38166
38167         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38168         Check for strtoul and strtoumax,
38169         as those declarations are made even in the signed case.
38170         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
38171         Likewise, for strtol and strtoimax.
38172
38173 2001-09-28  Paul Eggert  <eggert@twinsun.com>
38174
38175         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
38176         #defines strtoimax.  Also treat the other strto* functions
38177         like strtoimax.
38178
38179         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
38180         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
38181         (strtoimax, strtoumax): Do not declare if already defined as a macro.
38182
38183 2001-09-26  Jim Meyering  <meyering@lucent.com>
38184
38185         Most macros in unlocked-io.h had the wrong number of arguments.
38186         * lib/gen-uio: New script.
38187         (USE_UNLOCKED_IO): Define to 1 if not already defined.
38188         * lib/unlocked-io.hin: Remove file.
38189         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
38190         rather than trying to embed it here.
38191         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
38192         Reported by Padraig Brady.
38193
38194 2001-09-25  Volker Borchert  <bt@teknon.de>
38195
38196         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
38197         `result'.
38198
38199 2001-09-24  Jim Meyering  <meyering@lucent.com>
38200
38201         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
38202
38203 2001-09-23  Jim Meyering  <meyering@lucent.com>
38204
38205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
38206         instead of the mere test for existence of mntent.h.  The latter
38207         would get a false-positive on AIX 3.4 systems.
38208         In the outer getmntent if-block, don't die if neither of the getmntent
38209         tests succeeds.  Instead, just fall through and continue with the
38210         remaining tests.
38211
38212 2001-09-23  Jim Meyering  <meyering@lucent.com>
38213
38214         * lib/mountlist.c: Remove useless parentheses in #if directives.
38215         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
38216         the deprecated MOUNTED symbol is no longer defined in mntent.h.
38217
38218 2001-09-22  Jim Meyering  <meyering@lucent.com>
38219
38220         * m4/gettext.m4: New file.  From gettext.
38221         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
38222         * m4/progtest.m4: Likewise
38223         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
38224         * m4/glibc21.m4: Likewise.
38225
38226         * m4/libintl.m4: Remove.  No longer used.
38227
38228 2001-09-22  Jim Meyering  <meyering@lucent.com>
38229
38230         * lib/localcharset.c: Update from latest gettext.
38231         * lib/config.charset: Likewise.
38232
38233 2001-09-20  Jim Meyering  <meyering@lucent.com>
38234
38235         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
38236         strtoimax.
38237         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
38238         strtoumax.
38239
38240 2001-09-20  Jim Meyering  <meyering@lucent.com>
38241
38242         * lib/xstrtol.c (strtoimax): Guard declaration with
38243         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
38244         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
38245         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
38246         (strtoumax): Likewise, for completeness (it wasn't necessary).
38247
38248 2001-09-17  Paul Eggert  <eggert@twinsun.com>
38249
38250         * lib/strtoimax.c (HAVE_LONG_LONG):
38251         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
38252         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
38253         to work around bug in IBM C compiler.
38254
38255 2001-09-17  Jim Meyering  <meyering@lucent.com>
38256
38257         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
38258         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
38259         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
38260         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
38261         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
38262         whenever the right hand side need not be expanded by the shell.
38263
38264 2001-09-16  Paul Eggert  <eggert@twinsun.com>
38265
38266         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
38267         library.  It's not correct, as some older glibcs are buggy.
38268         fnmatch wasn't fixed until glibc 2.2.
38269
38270         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
38271         special shell magic here.
38272
38273 2001-09-16  Jim Meyering  <meyering@lucent.com>
38274
38275         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
38276         * m4/jm-macros.m4: Require it.
38277
38278 2001-09-16  Jim Meyering  <meyering@lucent.com>
38279
38280         * lib/mkdir.c: New file.
38281
38282 2001-09-15  Jim Meyering  <meyering@lucent.com>
38283
38284         * m4/jm-macros.m4: Check for help2man.
38285
38286 2001-09-11  Jim Meyering  <meyering@lucent.com>
38287
38288         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
38289         The body, by Paul Eggert, was moved here from configure.in.
38290         * m4/jm-macros.m4: Require UTILS_HOST_OS.
38291
38292 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38293
38294         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
38295         (jm_PREREQ): Use it.
38296
38297 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38298
38299         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
38300         Use ssize_t, not int, to store result of readlink.
38301         Check for ssize_t overflow as well as size_t overflow,
38302         as POSIX says the result of readlink is implementation-defined
38303         when ssize_t overflows.
38304         Remove unnecessary cast to char*.
38305         Use free+malloc instead of realloc, as the storage doesn't need
38306         to be preserved and it's clearer and can be more efficient that way.
38307         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
38308         * lib/xreadlink.h (xreadlink): Update prototype.
38309
38310 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38311
38312         * lib/xgetcwd.c: Revert some of the previous change; intead,
38313         fix the HAVE_GETCWD_NULL code to behave more like the
38314         !HAVE_GETCWD_NULL code used to.
38315
38316         Include "xalloc.h".
38317         (xgetcwd): Do not return NULL when memory is exhausted; instead,
38318         invoke xalloc_die.
38319
38320 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38321
38322         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
38323         sys/param.h, as pathmax.h includes them.
38324
38325 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38326
38327         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
38328         (jm_PREREQ_XGETCWD): New macro.
38329
38330         * m4/getcwd.m4: New file.
38331
38332 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38333
38334         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
38335         like the HAVE_GETCWD_NULL code.
38336         Include pathmax.h if not HAVE_GETCWD.
38337         Do not include xalloc.h.
38338         (INITIAL_BUFFER_SIZE): New symbol.
38339         Do not use xmalloc / xrealloc, since the caller is responsible for
38340         handling errors.  Preserve errno around `free' during failure.
38341         Do not overrun buffer when using getwd.
38342
38343 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38344
38345         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
38346         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
38347         getcwd (NULL, 0).
38348
38349 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38350
38351         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
38352         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
38353         spotted by Jim Meyering.
38354
38355 2001-09-03  Jim Meyering  <meyering@lucent.com>
38356
38357         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
38358         failure.
38359
38360 2001-09-02  Jim Meyering  <meyering@lucent.com>
38361
38362         * lib/error.c: Update from GNU libc.
38363
38364 2001-09-01  Jim Meyering  <meyering@lucent.com>
38365
38366         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
38367         Used by df.
38368
38369 2001-09-01  Jim Meyering  <meyering@lucent.com>
38370
38371         * lib/xreadlink.c: New file.
38372         * lib/xreadlink.h: New file.
38373         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
38374         xreadlink.h.
38375
38376         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
38377         doesn't conflict with sparc Solaris 7's definition in
38378         /usr/include/sys/int_types.h.
38379
38380         * lib/exclude.c: Use `""', not `<>' to #include non-system header
38381         files.
38382         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
38383         and strncasecmp as r-values.  Unixware didn't have declarations.
38384
38385 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38386
38387         * lib/xstrtol.h: Add copyright notice.
38388         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
38389         LONGINT_INVALID_SUFFIX_CHAR.
38390
38391 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38392
38393         * lib/xstrtol.c (strtoimax): New decl.
38394
38395 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38396
38397         * lib/xgetcwd.c: Don't include pathmax.h.
38398         Include stdlib.h and unistd.h if available.
38399         Include xalloc.h.
38400         (xmalloc, xstrdup, free): Remove decls.
38401         (xgetcwd): Don't assume sizes fit in unsigned.
38402         Check for overflow when computing sizes.
38403         Simplify reallocation code.
38404
38405 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38406
38407         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
38408         a directory's st_size can have an arbitrary value, so the old
38409         usage could waste an arbitrary amount of memory.  All uses
38410         changed.
38411         * lib/savedir.h: Update prototype.
38412
38413 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38414
38415         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
38416
38417         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
38418         old strtoimax.c.
38419
38420         Also, make the following further changes to make this file's
38421         configuration more similar to that of strtol.c:
38422         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
38423         (strtoumax, uintmax_t, strtoull, strtol): Remove.
38424         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
38425         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
38426         changed to signed values.
38427
38428         And make the following changes as well:
38429         Fix copyright notice, as 1999 was missing.
38430         (verify): New macro.
38431         (strtoimax): Check sizes at compile-time, not run-time.
38432         Prefer strtol to strtoll if both work.
38433         (main): Remove; it was not that useful and was a pain to maintain.
38434
38435         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
38436
38437 2001-08-31  Jim Meyering  <meyering@lucent.com>
38438
38439         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
38440         Use an initial, malloc'd, buffer of length 128 rather than
38441         a statically allocated one of length 1024.
38442
38443 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38444
38445         Simplify code, partly by assuming autoconf 2.52 semantics.
38446
38447         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
38448
38449         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
38450         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
38451         All uses removed.
38452         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
38453         Move AC_REQUIRE to next-to-top level, to avoid confusion.
38454         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
38455         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
38456         jm_AC_HEADER_INTTYPES_H.
38457         * m4/jm-macros.m4 (jm_MACROS): Likewise.
38458
38459         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
38460
38461         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38462         Quote first arg of AC_DEFUN.
38463         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
38464         since they are needed to parse the include file even if we need
38465         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
38466         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
38467         but with opposite signedness.
38468
38469 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38470
38471         Merge 'exclude' changes from tar 1.13.22.
38472         This fixes one or two unlikely storage allocation overflow bugs,
38473         but doesn't change user-visible behavior otherwise.
38474
38475 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38476
38477         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
38478         (jm_PREREQ_EXCLUDE): New macro.
38479
38480 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38481
38482         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
38483         tm to be declared.
38484
38485 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38486
38487         * lib/hash.c: Remove '2001' from copyright notice.
38488
38489 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38490
38491         * lib/full-write.h: New file.
38492         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
38493         * lib/full-write.c: Correct credits, as cccp.c no longer
38494         exists and anyway it was so heavily changed from the old cccp
38495         code as to be unrecognizable.  Include full-write.h.
38496         (full_write) Return size_t, with short writes meaning failure.
38497         All callers changed.  This fixes a bug with large buffers
38498         on 64-bit hosts.
38499         * lib/utime.c: Include full-write.h.
38500
38501 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38502
38503         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
38504         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
38505         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
38506         Include if available.
38507         (<xalloc.h>): Include
38508         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
38509         (verify): New macro.  Use it to verify that EXCLUDE macros do not
38510         collide with FNM macros.
38511         (struct patopts): New struct.
38512         (struct exclude): Use it, as exclude patterns now come with options.
38513         (new_exclude): Support above changes.
38514         (new_exclude, add_exclude_file):
38515         Initial size must now be a power of two to simplify overflow checking.
38516         (free_exclude, fnmatch_no_wildcards): New function.
38517         (excluded_filename): No longer requires options arg, as the options
38518         are determined by add_exclude.  Now returns bool, not int.
38519         (excluded_filename, add_exclude):
38520         Add support for the fancy new exclusion options.
38521         (add_exclude, add_exclude_file): Now takes int options arg.
38522         Check for arithmetic overflow when computing sizes.
38523         (add_exclude_file): xrealloc might modify errno, so don't
38524         realloc until after errno might be used.
38525
38526         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
38527         New macros.
38528         (free_exclude): New decl.
38529         (add_exclude, add_exclude_file): Now takes int options arg.
38530         (excluded_filename): No longer requires options arg, as the options
38531         are determined by add_exclude.  Now returns bool, not int.
38532
38533 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38534
38535         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
38536
38537 2001-08-27  Jim Meyering  <meyering@lucent.com>
38538
38539         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
38540
38541         * lib/version-etc.c (N_): Remove definition.
38542         Revert most of last change.
38543         Instead, simply don't mark the `Copyright...' string for translation.
38544         Based on advice from Paul Eggert.
38545
38546         * lib/strtoxmax.c: Tweak comment.
38547
38548 2001-08-26  Jim Meyering  <meyering@lucent.com>
38549
38550         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
38551
38552         * m4/xstrtoimax.m4: New file.
38553         * m4/xstrtoumax.m4: Add comments explaining why we
38554         AC_REPLACE_FUNCS(strtol).
38555
38556 2001-08-26  Jim Meyering  <meyering@lucent.com>
38557
38558         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
38559         of copyright with `%s' so translators don't get an untranslated
38560         message in 2002.
38561         (COPYRIGHT_YEAR): Define.
38562         (version_etc): Use fprintf rather than fputs.
38563         Suggestion from Ulrich Drepper.
38564
38565         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
38566
38567         * lib/strtoll.c: New file, from GNU libc.
38568         * lib/xstrtoimax.c: New file.
38569
38570         * lib/xstrtol.h: Add xstrtoimax.
38571         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
38572         * lib/strtoimax.c: New file.  Likewise, but first define
38573         STRTOUXMAX_SIGNED.
38574
38575         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
38576         ...
38577         * lib/strtoxmax.c: ... then renamed to this.
38578
38579 2001-08-18  Paul Eggert  <eggert@twinsun.com>
38580
38581         * m4/inttypes.m4: Add AC_PREREQ(2.13).
38582         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
38583         (jm_AC_TYPE_INTMAX_T): New macro.
38584         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
38585
38586         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
38587
38588         * m4/longlong.m4: Renamed from ulonglong.m4.
38589         * m4/inttypes.m4: Renamed from inttypes_h.m4.
38590         * m4/uintmax_t.m4: Removed.
38591
38592 2001-08-13  Paul Eggert  <eggert@twinsun.com>
38593
38594         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
38595         Port to Solaris 8, where 'sed' requires a space after the 'r'
38596         command, and where sh dislikes "$/".  Clean up the spacing a bit.
38597         Redirect output to $tmp just once.
38598
38599 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
38600
38601         * lib/addext.c (<errno.h>): Include.
38602         (errno): Declare if not defined.
38603         (addext): Work correctly when pathconf returns -1 and leaves
38604         errno alone because there is no limit.  Also, work even if
38605         pathconf returns a value greater than SIZE_MAX.
38606
38607 2001-08-12  Jim Meyering  <meyering@lucent.com>
38608
38609         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
38610         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
38611         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
38612         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
38613         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
38614         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
38615         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
38616         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
38617         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
38618         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
38619         utime.m4, utimes.m4, xstrtoumax.m4:
38620         Quote the first argument in each use of AC_DEFUN.
38621
38622 2001-08-12  Jim Meyering  <meyering@lucent.com>
38623
38624         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
38625         Simply `return getcwd (NULL, 0);'.
38626         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
38627         Use 1300 as initial value for length, not PATH_MAX.
38628
38629         * lib/pathmax.h: Clean up cpp syntax.
38630
38631 2001-08-12  Jim Meyering  <meyering@lucent.com>
38632
38633         * lib/gettimeofday.c: New file.
38634         * lib/gtod.h: New file.
38635         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
38636
38637 2001-08-05  Jim Meyering  <meyering@lucent.com>
38638
38639         * m4/jm-macros.m4: Require autoconf-2.52.
38640
38641 2001-08-04  Jim Meyering  <meyering@lucent.com>
38642
38643         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
38644         stmt, to get in sync with glibc.
38645
38646 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38647
38648         The following changes are from gettext 0.10.39 as maintained by
38649         Bruno Haible.
38650
38651         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
38652         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
38653         with inverted sense.  All uses changed.
38654
38655         * lib/mbswidth.c: Don't include <limits.h>.
38656         Include <stdlib.h> and <string.h> unconditionally.
38657         (iswcntrl, mbsinit, ISCNTRL): New macros.
38658         (mbsnwidth): Use K&R style function declarations.
38659         Don't bother checking for MB_LEN_MAX == 1, since the compiler
38660         can optimize it when MB_CUR_MAX == 1.
38661         The width of control characters is zero, not 1.
38662
38663 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38664
38665         The following changes are from gettext 0.10.39 as maintained by
38666         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
38667
38668         * m4/codeset.m4: Upgrade to serial AM1.
38669         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
38670         all uses changed.  Quote first arg of AC_DEFUN.
38671         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
38672
38673         * m4/iconv.m4: Upgrade to serial AM2.
38674         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
38675         Add --with-libconv-prefix.
38676         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
38677         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
38678         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
38679         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
38680         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
38681
38682         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
38683         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
38684         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
38685         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
38686         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
38687         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
38688         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
38689         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
38690         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
38691
38692         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
38693         string.h any more.
38694
38695         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
38696         not the default value.
38697
38698         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
38699         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
38700         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
38701         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
38702         Also check for iswcntrl, used for wcwidth fallback.
38703         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
38704         to Autoconf 2.13.
38705
38706 2001-08-03  Jim Meyering  <meyering@lucent.com>
38707
38708         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
38709         as it was in the original.  Reported by Paul Eggert.
38710
38711 2001-07-16  Jim Meyering  <meyering@lucent.com>
38712
38713         * m4/gettimeofday.m4: New file.
38714         Prompted by a report from Bernhard Baehr.
38715
38716 2001-07-15  Jim Meyering  <meyering@lucent.com>
38717
38718         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
38719         stuff. Now it's in ../Makefile.cfg.
38720
38721 2001-07-15  Jim Meyering  <meyering@lucent.com>
38722
38723         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
38724         (BUILT_SOURCES): Add unlocked-io.h.
38725         (io_functions): Define.
38726         (unlocked-io.h): New rule.
38727         (DISTCLEANFILES): Add unlocked-io.h.
38728         (all-local): Depend on unlocked-io.h, to ensure it is created.
38729
38730         * lib/unlocked-io.hin: New file
38731
38732         * lib/regex.c: Update from glibc.
38733
38734 2001-07-05  Jim Meyering  <meyering@lucent.com>
38735
38736         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
38737         recommendation.
38738         (libfetish_a_SOURCES): Put all .h files here instead.
38739         Remove a thus-exposed (better checks in automake) duplicate and
38740         two unnecessary .h files.
38741
38742 2001-07-04  Jim Meyering  <meyering@lucent.com>
38743
38744         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
38745         that generates jm-glibc-io.m4 so that it doesn't trigger any make
38746         distcheck failure.
38747
38748 2001-07-02  Jim Meyering  <meyering@lucent.com>
38749
38750         The following changes were prompted by suggestions from Bruno Haible.
38751
38752         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
38753         is now generated.
38754         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
38755         definition of EXTRA_DIST.
38756         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
38757         ensure that the generated file is created/updated whenever the list
38758         of $(unlocked_functions) is changed.
38759         (jm-glibc-io.m4): New rule.
38760         (unlocked-io.h): New rule -- currently unused.
38761
38762 2001-06-24  Jim Meyering  <meyering@lucent.com>
38763
38764         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
38765         unmatched right bracket, rather than kludging it with an extra,
38766         falsely-matching quote in a comment.  Patch by Akim Demaille.
38767
38768 2001-06-11  Jim Meyering  <meyering@lucent.com>
38769
38770         * lib/regex.c: Update from GNU libc.
38771
38772 2001-05-27  Jim Meyering  <meyering@lucent.com>
38773
38774         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
38775         Check for ut_type in struct utmp.
38776
38777 2001-05-27  Jim Meyering  <meyering@lucent.com>
38778
38779         * lib/readutmp.h (UT_TYPE): Define.
38780
38781 2001-05-24  Jim Meyering  <meyering@lucent.com>
38782
38783         * lib/argmatch.c: Include "quote.h".
38784         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
38785         quote function.  Reported by Göran Uddeborg.
38786
38787 2001-05-22  Jim Meyering  <meyering@lucent.com>
38788
38789         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
38790         now that we use the package-supplied version unconditionally.
38791         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
38792
38793 2001-05-21  Jim Meyering  <meyering@lucent.com>
38794
38795         * m4/regex.m4: Change a couple backticks to single quotes to avoid
38796         shell syntax errors.
38797
38798 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38799
38800         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
38801
38802 2001-05-20  Paul Eggert  <eggert@twinsun.com>
38803
38804         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
38805         Don't bother to check library strftime, since
38806         we'll be using our own my_strftime function anyway.
38807         Define my_strftime instead of strftime.
38808
38809 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
38810
38811         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
38812         which is not yet declared.
38813
38814 2001-05-15  Jim Meyering  <meyering@lucent.com>
38815
38816         * m4/regex.m4: Use proper quoting so brackets appear in the test
38817         program.
38818         Reported by, and with help from, Bruno Haible.
38819
38820 2001-05-13  Jim Meyering  <meyering@lucent.com>
38821
38822         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
38823         undefined.
38824
38825 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38826
38827         dirname code cleanup.  base_name now behaves more compatibly
38828         with POSIX basename when given file names that have trailing
38829         slashes, and similarly for dir_name.  Add new primitives
38830         base_len and dir_len.  Put the directory-name-related decls
38831         into dirname.h.
38832
38833         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
38834         * lib/backupfile.c (base_name): Likewise.
38835         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
38836         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
38837         * lib/makepath.c (strip_trailing_slashes): Likewise.
38838         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
38839         ISSLASH): Likewise.
38840         * lib/rename.c (strip_trailing_slashes): Likewise.
38841         * lib/same.c (base_name): Likewise.
38842         * lib/stripslash.c (ISSLASH): Likewise.
38843
38844         * lib/addext.c: Include <dirname.h> after size_t is defined.
38845         * lib/backupfile.c: Likewise.
38846
38847         * lib/addext.c (addext): Use base_len to trim redundant
38848         trailing slashes instead of doing it ourselves.
38849         But do not trim the last slash if it is not redundant.
38850
38851         * lib/backupfile.c (find_backup_file_name,
38852         max_backup_version): Use base_len instead of rolling it ourselves.
38853         Handle the case of "" and (on DOS) "C:" correctly.
38854
38855         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
38856         needed. Include <string.h>, <dirname.h>.
38857         (base_name): Allow file names ending in slashes, other than names
38858         that are all slashes.  In this case, return the basename followed
38859         by the slashes.  This is more general, and can be used in places
38860         where the original base_name purposely had an assertion failure.
38861         (base_len): New function.
38862
38863         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
38864         Do not include <assert.h>; no longer needed.
38865         Include xalloc.h.
38866         (memrchr): Remove decl.
38867         (dir_name_r): Remove.
38868         (dir_len): Renamed from dirlen.  All callers changed.
38869         Rewrite in terms of base_name, for simplicity and consistency.
38870         (dir_name): Never return NULL.  All callers changed.
38871         Do not include <stdlib.h> in test program; no longer needed.
38872         return 0; is fine for test program.
38873
38874         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
38875         New macros.
38876         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
38877
38878         * lib/path-concat.c (path_concat): Use base_len to compute
38879         base length, not strlen; this means we cannot rely on memcpy
38880         to null-terminate.
38881
38882         * lib/same.c (STREQ): Remove.
38883         (same_name): Handle the case where the basename ends in trailing '/'.
38884
38885         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
38886         a slash was stripped.  Do not strip the last slash after a
38887         file system prefix.
38888
38889 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38890
38891         * lib/Makefile.am (libfetish_a_SOURCES):
38892         Add strftime.c, since we now compile it on all hosts.
38893
38894         * lib/strftime.c (my_strftime):
38895         Define to nstrftime if emacs, but only if my_strftime is not defined.
38896         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
38897         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
38898         Add one more extra argument: a nanoseconds value.
38899         All uses changed.
38900         (ns): New macro.
38901         (my_strftime function): Add %N format.
38902         (emacs_strftimeu): Renamed from emacs_strftime,
38903         with extra ut argument.
38904
38905 2001-05-09  Paul Eggert  <eggert@twinsun.com>
38906
38907         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
38908
38909 2001-04-21  Jim Meyering  <meyering@lucent.com>
38910
38911         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
38912         doesn't interfere.
38913
38914 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38915
38916         * m4/ftruncate.m4: Check for chsize.
38917         Link with ftruncate.o unconditionally if ftruncate is missing.
38918         This was required when cross-compiling to i586-mingw32msvc.
38919
38920 2001-04-08  Jim Meyering  <meyering@lucent.com>
38921
38922         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
38923         recomputed; that's necessary when the offset spans a DST transition.
38924         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
38925
38926 2001-04-02  Jim Meyering  <meyering@lucent.com>
38927
38928         * lib/regex.h, regex.c: Update from GNU libc.
38929
38930 2001-03-24  Jim Meyering  <meyering@lucent.com>
38931
38932         * m4/jm-macros.m4: Require autoconf-2.49d.
38933
38934 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38935
38936         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38937
38938 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38939
38940         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38941
38942 2001-03-17  Jim Meyering  <meyering@lucent.com>
38943
38944         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38945         now that the version in autoconf is equivalent.
38946         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38947
38948         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38949         Suggestion from Akim Demaille.
38950
38951         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38952         (jm_PREREQ_TEMPNAME): New function.
38953
38954 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38955
38956         * lib/tempname.c (uint64_t): Define to uintmax_t if
38957         not defined, and if UINT64_MAX is not defined.
38958         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38959         Reported by John David Anglin.
38960
38961 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38962
38963         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38964         resolve alias if codeset is empty.
38965         * lib/config.charset (BeOS): Use wildcard syntax.
38966
38967 2001-03-13  Jim Meyering  <meyering@lucent.com>
38968
38969         * lib/path-concat.c (path_concat)
38970         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38971         concatenating e.g., `C:' and `foo'.
38972         From Bruno Haible.
38973
38974 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38975
38976         * lib/localcharset.c (locale_charset): Don't use
38977         setlocale(LC_CTYPE,NULL). Don't return NULL.
38978         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38979
38980 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38981
38982         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38983         support for DOS/DJGPP.
38984
38985 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38986
38987         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38988         lacks mkstemp.  Compile our own tempname.c if we compile our own
38989         mkstemp.c, as mkstemp relies on tempname.
38990
38991 2001-03-01  Jim Meyering  <meyering@lucent.com>
38992
38993         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38994         AH_VERBATIM really does output its argument verbatim.
38995
38996 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38997
38998         * lib/Makefile.am (libfetish_a_SOURCES):
38999         Add dup-safer.c, fopen-safer.c.
39000         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
39001
39002         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
39003         * lib/unistd-safer.h: New files.
39004
39005 2001-02-25  Paul Eggert  <eggert@twinsun.com>
39006
39007         The mkstemp replacement is taken from glibc 2.2.2, with some
39008         portability fixes for use outside glibc, as follows:
39009
39010         * lib/tempname.c (struct_stat64): New macro.
39011         (direxists, __gen_tempname): Use it.
39012         This avoids a portability problem with Solaris 8.
39013
39014         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
39015         (<stddef.h>, <stdint.h>, <string.h>):
39016         Include only if STDC_HEADERS || _LIBC.
39017         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
39018         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
39019         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
39020         (__set_errno): Define this macro if <errno.h> doesn't.
39021         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
39022         Define these macros if <stdio.h> doesn't.
39023         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
39024         Define these macros if <sys/stat.h>
39025         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
39026         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
39027         __xstat64): Define if not _LIBC.
39028         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
39029         (__gen_tempname): Invoke gettimeofday only if
39030         HAVE_GETTIMEOFDAY || _LIBC;
39031         otherwise, fall back on plain "time".
39032         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
39033
39034         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
39035
39036         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
39037
39038 2001-02-18  Paul Eggert  <eggert@twinsun.com>
39039
39040         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
39041
39042 2001-02-17  Paul Eggert  <eggert@twinsun.com>
39043
39044         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
39045         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
39046         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
39047         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39048
39049 2001-02-17  Paul Eggert  <eggert@twinsun.com>
39050
39051         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
39052         Remove workaround macros for hosts that have mbrtowc but not
39053         mbstate_t, as we now insist on proper declarations for both
39054         before using mbrtowc.
39055
39056 2001-02-17  Jim Meyering  <meyering@lucent.com>
39057
39058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
39059         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
39060         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
39061         UnixWare 7.1.1.
39062
39063         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
39064         rather than AC_CACHE_VAL.
39065
39066 2001-02-17  Jim Meyering  <meyering@lucent.com>
39067
39068         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
39069         around included file name.
39070
39071         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
39072
39073         * lib/strftime.c: Update from GNU libc (the only changes were to
39074         comments).
39075
39076 2001-02-17  Jim Meyering  <meyering@lucent.com>
39077
39078         * lib/regex.c: Update from libc.
39079
39080 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
39081
39082         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
39083         clash.
39084
39085 2001-02-16  Paul Eggert  <eggert@twinsun.com>
39086
39087         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
39088         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
39089         Reported by Mark Hounschell via Paul Eggert.
39090
39091 2001-02-07  Jim Meyering  <meyering@lucent.com>
39092
39093         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
39094
39095 2001-02-05  Jim Meyering  <meyering@lucent.com>
39096
39097         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
39098         it includes the patch required for `large file' support with at least
39099         HP-UX's 10.20 /bin/cc.
39100
39101 2001-02-03  Jim Meyering  <meyering@lucent.com>
39102
39103         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
39104         AS_IF, now that it works once again (mysteriously).
39105         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
39106
39107 2001-01-30  Jim Meyering  <meyering@lucent.com>
39108
39109         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
39110         * m4/chown.m4: Rename conftestchown to conftest.chown.
39111         * m4/rename.m4: s/conftestdir/conftest.d1/ and
39112         s/conftestdir2/conftest.d2/.
39113         * m4/utimes.m4: s/conftestdata/conftest.data/
39114         Inspired by Pavel Roskin's change in autoconf.
39115
39116 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
39117
39118         * lib/config.charset: Update for FreeBSD 4.2.
39119
39120 2001-01-27  Jim Meyering  <meyering@lucent.com>
39121
39122         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
39123         a use of AS_IF.
39124         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
39125
39126 2001-01-26  Jim Meyering  <meyering@lucent.com>
39127
39128         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
39129         quotearg.c includes it.
39130
39131 2001-01-26  Jim Meyering  <meyering@lucent.com>
39132
39133         * lib/quotearg.c: Include stddef.h.
39134         * lib/quote.c: Include stddef.h.
39135         Reported by Axel Kittenberger.
39136
39137         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
39138         line in double quotes so that it evokes a better diagnostic.
39139         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
39140         Reported by Axel Kittenberger.
39141
39142 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
39143
39144         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
39145         as if it was a `charset'.
39146
39147 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
39148
39149         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
39150         has const.
39151
39152 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
39153
39154         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
39155         to avoid a warning.  Add back 'const' to inptr.
39156
39157 2001-01-20  Jim Meyering  <meyering@lucent.com>
39158
39159         Be sure that headers are checked before used in code compiled
39160         for the type checks.
39161         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
39162         In place of that, invoke jm_CHECK_ALL_TYPES.
39163         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
39164         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
39165         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
39166         The check for ssize_t was mistakenly run before the test for unistd.h.
39167
39168         The configure-time check for stdbool.h was missing.
39169         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
39170         (jm_PREREQ_HASH): New function.
39171
39172 2001-01-17  Jim Meyering  <meyering@lucent.com>
39173
39174         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
39175         for autoconf-2.49c.
39176         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
39177
39178 2001-01-16  Jim Meyering  <meyering@lucent.com>
39179
39180         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
39181         From Bruno Haible.
39182
39183 2001-01-14  Jim Meyering  <meyering@lucent.com>
39184
39185         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
39186         foo and bar.  Create conftestdir/ in the script, not in the C code.
39187         Remove directories in the script, not in the C code.
39188         Remove conftestdir{,2} before trying to create the directory.
39189         Make the entire configure script fail if the mkdir fails.
39190
39191 2001-01-14  Jim Meyering  <meyering@lucent.com>
39192
39193         * lib/rename.c: New file.  From Volker Borchert.
39194         Include stdlib.h, string.h or strings.h, and xalloc.h.
39195         Use strip_trailing_slashes rather than open-coding it.
39196
39197 2001-01-03  Paul Eggert  <eggert@twinsun.com>
39198
39199         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
39200
39201 2001-01-03  Jim Meyering  <meyering@lucent.com>
39202
39203         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
39204         of local `inptr' to avoid warning with some system declarations of
39205         iconv.
39206
39207 2001-01-02  Volker Borchert  <bt@teknon.de>
39208
39209         * m4/rename.m4: New file.
39210         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
39211
39212 2001-01-01  Jim Meyering  <meyering@lucent.com>
39213
39214         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
39215         even on systems with utmpx.h.  It's necessary for the declaration of
39216         utmp's ut_user member.  Reported by Andreas Jaeger.
39217
39218         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
39219         available. They are required for the declarations of getgrgid and
39220         getpwuid resp.
39221         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
39222         Reported by Andreas Jaeger.
39223
39224 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
39225
39226         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
39227         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
39228         so `make install' also works in VPATH builds.
39229
39230 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
39231
39232         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
39233         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
39234         can be used in subdirectories.
39235
39236 2000-12-29  Paul Eggert  <eggert@twinsun.com>
39237
39238         * lib/modechange.c: Do not assume that mode_t uses the
39239         traditional octal encoding.  E.g. "chmod 1 FOO" should set
39240         the other-execute bit of FOO even if S_IXOTH != 1.
39241
39242         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
39243         WOTH, XOTH, ALLM): New macros.
39244         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
39245          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
39246         Use them.
39247         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
39248         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
39249         (mode_compile):
39250         No need to use uintmax_t; unsigned long is long enough.
39251         Don't bother to get suffix since we don't use it.
39252
39253 2000-12-26  Jim Meyering  <meyering@lucent.com>
39254
39255         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
39256         better with autoheader.
39257
39258 2000-12-24  Jim Meyering  <meyering@lucent.com>
39259
39260         * lib/hash.c (is_prime): Return explicit boolean values.
39261         (hash_get_first): Return NULL to appease Irix5.6's 89.
39262         Reported by Nelson Beebe.
39263
39264 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
39265
39266         * lib/localcharset.c (locale_charset): Add support for Win32.
39267
39268 2000-12-18  Paul Eggert  <eggert@twinsun.com>
39269
39270         * lib/physmem.h, lib/physmem.c: New files.
39271
39272         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
39273         (noinst_HEADERS): Add physmem.h.
39274
39275         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
39276         't' for compatibility with Solaris 8 sort.
39277
39278 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
39279
39280         * lib/config.charset: Add support for BeOS.
39281
39282 2000-12-17  Jim Meyering  <meyering@lucent.com>
39283
39284         * m4/dos.m4 (jm_AC_DOS): New file and macro.
39285         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
39286
39287 2000-12-16  Jim Meyering  <meyering@lucent.com>
39288
39289         This bug had a serious impact on chown: `chown N:M FILE' (for integer
39290         N and M) would have treated it like `chown N:N FILE'.
39291
39292         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
39293
39294 2000-12-16  Jim Meyering  <meyering@lucent.com>
39295
39296         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
39297         SHELLS_FILE to a file name that's useful on djgpp systems.
39298         Include stdlib.h.
39299         (ADDITIONAL_DEFAULT_SHELLS): Define.
39300         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
39301         Based mostly on a patch from Prashant TR.
39302
39303 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
39304
39305         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
39306         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
39307         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
39308
39309 2000-12-08  Andreas Schwab  <schwab@suse.de>
39310
39311         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
39312         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
39313
39314 2000-12-07  Jim Meyering  <meyering@lucent.com>
39315
39316         * lib/stripslash.c (ISSLASH): Define.
39317         (strip_trailing_slashes): Use ISSLASH rather than comparing against
39318         `/'.
39319         From Prashant TR.
39320
39321         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
39322         (dir_name_r): Declare this function as static.
39323         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
39324         manifest itself on a name containing a mix of slashes and
39325         backslashes.
39326         Make this function work with names starting with a DOS-style
39327         drive letter and colon prefix.
39328         (dir_name): Append `.' if necessary.
39329         Based mostly on patches from Prashant TR and Eli Zaretskii.
39330
39331         * lib/dirname.h (dir_name_r): Remove prototype.
39332
39333 2000-12-06  Paul Eggert  <eggert@twinsun.com>
39334
39335         * m4/off_t-format.m4: Remove this file.
39336         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
39337
39338 2000-12-06  Jim Meyering  <meyering@lucent.com>
39339
39340         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
39341         replacement strtoull, we may well need the replacement strtoul, too.
39342         Check for declarations of strtoul and strtoull.
39343         Check for strtol.  Mainly as a cue to cause automake to include
39344         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
39345         Check for limits.h -- strtol.c needs it.
39346
39347 2000-12-05  Jim Meyering  <meyering@lucent.com>
39348
39349         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
39350
39351 2000-12-04  Jim Meyering  <meyering@lucent.com>
39352
39353         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
39354         Also include memory.h, stdlib.h, unistd.h if appropriate.
39355         Reported by Andreas Jaeger (conflicting declaration of malloc).
39356
39357 2000-12-02  Jim Meyering  <meyering@lucent.com>
39358
39359         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
39360         * m4/jm-macros.m4 (jm_MACROS): require it.
39361
39362 2000-12-02  Jim Meyering  <meyering@lucent.com>
39363
39364         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
39365
39366 2000-12-01  Paul Eggert  <eggert@twinsun.com>
39367
39368         * lib/memrchr.c: Include <config.h> before any system include file.
39369
39370 2000-11-30  Jim Meyering  <meyering@lucent.com>
39371
39372         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
39373
39374 2000-11-30  Jim Meyering  <meyering@lucent.com>
39375
39376         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
39377
39378 2000-11-29  Paul Eggert  <eggert@twinsun.com>
39379
39380         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
39381
39382 2000-11-26  Jim Meyering  <meyering@lucent.com>
39383
39384         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
39385
39386 2000-11-22  Paul Eggert  <eggert@twinsun.com>
39387
39388         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
39389         size of (size_t) -1; it's not portable.
39390
39391 2000-11-17  Jim Meyering  <meyering@lucent.com>
39392
39393         * lib/strstr.c: Update from GNU libc.
39394
39395 2000-11-17  Akim Demaille  <akim@epita.fr>
39396
39397         * lib/obstack.h: Formatting changes.
39398         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
39399         prevent type checking.
39400         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
39401         cast the value to (void *): assigning a `foo *' to a `void *'
39402         variable is valid.
39403         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
39404
39405 2000-11-16  Jim Meyering  <meyering@lucent.com>
39406
39407         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
39408
39409 2000-11-11  Jim Meyering  <meyering@lucent.com>
39410
39411         * lib/error.c: Add a couple #includes, merging from GNU libc version.
39412
39413 2000-11-10  Jim Meyering  <meyering@lucent.com>
39414
39415         * lib/obstack.h: Update from GNU libc.
39416         * lib/obstack.c: Likewise.
39417
39418 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
39419
39420         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
39421
39422 2000-11-06  Paul Eggert  <eggert@twinsun.com>
39423
39424         * lib/getusershell.c (setusershell): Use rewind rather than
39425         fseek/fseeko, to avoid configuration hassles with fseeko.
39426         Don't bother opening SHELLS_FILE if shellstream is NULL;
39427         it's not necessary.
39428
39429 2000-11-05  Jim Meyering  <meyering@lucent.com>
39430
39431         * lib/makepath.h (make_dir): Declare.
39432         * lib/makepath.c (make_dir): Remove `static' attribute.
39433         Tweak a comment.
39434
39435 2000-11-04  Jim Meyering  <meyering@lucent.com>
39436
39437         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
39438
39439 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
39440
39441         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
39442         last one in a bucket, advance to the next bucket.
39443
39444 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
39445
39446         * lib/fnmatch.c: Do not comment out all the code if we are using
39447         the GNU C library, because in some cases we are replacing buggy
39448         code in the GNU C library itself.
39449
39450 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
39451
39452         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
39453         (regex_compile): Catch bogus \(\1\).
39454
39455 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39456
39457         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
39458         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
39459         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
39460
39461 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39462
39463         * lib/error.h, getline.h, modechange.h:
39464         Remove "2000" from Copyright line, as the file hasn't been
39465         changed this year other than in the copyright notice.
39466
39467         * lib/xalloc.h: Add "2000" to Copyright line, as this file
39468         was changed this year.
39469
39470 2000-10-29  Jim Meyering  <meyering@lucent.com>
39471
39472         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
39473         renaming.
39474         * m4/ls-mntd-fs.m4: Likewise
39475
39476 2000-10-29  Jim Meyering  <meyering@lucent.com>
39477
39478         * lib/xstat.in: Fix grammar in comment.
39479
39480 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
39481
39482         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
39483         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
39484         doesn't define __restrict_arr.
39485
39486 2000-10-28  Jim Meyering  <meyering@lucent.com>
39487
39488         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
39489         (jm_PREREQ_MEMCHR): New function.
39490
39491 2000-10-28  Jim Meyering  <meyering@lucent.com>
39492
39493         * lib/memchr.c: Update from libc.
39494         Adjust for portability:
39495         [HAVE_STDLIB_H]: Include stdlib.h.
39496         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
39497         Undef __memchr, too.
39498         [!weak_alias]: Define __memchr to memchr.
39499
39500         * lib/regex.c: Update from libc.
39501         * lib/regex.h: Likewise.
39502         * lib/getopt1.c: Likewise.
39503         * lib/memcmp.c: Likewise.
39504
39505         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
39506         Avoid using fseek, when possible -- it's broken by design.
39507         Patch by Ulrich Drepper.
39508
39509 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
39510
39511         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
39512         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
39513         Giving in to popular pressure to shut up the compiler with casts.
39514
39515 2000-10-26  Jim Meyering  <meyering@lucent.com>
39516
39517         * lib/strftime.c: Update from libc.
39518
39519 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
39520
39521         * regex.c: More `unsigned char' -> `re_char' changes.
39522         Also change several `int' into `re_wchar_t'.
39523         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
39524         (PUSH_FAILURE_POINTER): Don't cast any more.
39525         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
39526         We want GCC to complain, since this piece of code makes
39527         re_match non-reentrant, which *should* be fixed.
39528         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
39529         (EXTEND_BUFFER): Use RETALLOC.
39530         (SET_LIST_BIT): Don't cast.
39531         (re_wchar_t): New type.
39532         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
39533         that those two functions will always properly return.
39534         (IMMEDIATE_QUIT_CHECK): Cast to void.
39535         (analyse_first): Use recursion rather than an explicit stack.
39536         (re_compile_fastmap): Can't fail anymore.
39537         (re_search_2): Don't check re_compile_fastmap for failure.
39538         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
39539         Now also sets the new value (passed in a new argument).
39540         (re_match_2_internal): Use it.
39541         Also, use a new var `reg' of type size_t when looping through regs
39542         rather than reuse the inappropriate `mcnt'.
39543
39544 2000-10-25  Jim Meyering  <meyering@lucent.com>
39545
39546         * lib/obstack.c: Update from libc.
39547
39548 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
39549
39550         * regex.c (regex_compile): Change the way of handling a range from
39551         a char less than 256 to a char not less than 256.
39552
39553 2000-10-24  Andrew Innes  <andrewi@gnu.org>
39554
39555         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
39556         NT-Emacs only.
39557         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
39558         so that re_search functions only quit when callers expect them to.
39559
39560 2000-10-23  Jim Meyering  <meyering@lucent.com>
39561
39562         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
39563         wrong.  That set_locale call must not have any side effects.
39564         From Paul Eggert.
39565
39566 2000-10-22  Jim Meyering  <meyering@lucent.com>
39567
39568         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
39569         [CYCLIC]: Remove now-unused definition.
39570
39571         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
39572         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
39573         Suggestion from Ulrich Drepper.
39574
39575 2000-10-21  Jim Meyering  <meyering@lucent.com>
39576
39577         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
39578         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
39579         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
39580
39581 2000-10-21  Jim Meyering  <meyering@lucent.com>
39582
39583         * lib/dirname.c (memrchr): Declare if necessary.
39584         (dir_name): Remove the restriction that there be no
39585         trailing slashes.  Now, this code skips past them, effectively
39586         ignoring them.
39587         [TEST_DIRNAME] (main): New unit tests.
39588
39589         * lib/memrchr.c: New file from GNU libc.
39590         Undef __memrchr, too.
39591         [!weak_alias]: Define __memrchr to memrchr.
39592         Guard weak_alias use with `#ifdef weak_alias'.
39593
39594 2000-10-21  Jim Meyering  <meyering@lucent.com>
39595
39596         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
39597         (dir_name): Use dir_name_r.
39598         * lib/dirname.h (dir_name_r): Declare it.
39599
39600 2000-10-17  Jim Meyering  <meyering@lucent.com>
39601
39602         * lib/quote.h (PARAMS): Define and use.
39603         Reported by Akim Demaille.
39604
39605         * lib/getopt.c: Update from libc.
39606
39607 2000-10-16  Jim Meyering  <meyering@lucent.com>
39608
39609         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
39610         setlocale.
39611         From Jan Fedak.
39612
39613 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
39614
39615         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
39616
39617 2000-09-25  Jim Meyering  <meyering@lucent.com>
39618
39619         * lib/md5.h (rol): Define (from GnuPG).
39620
39621         * lib/sha.c: Give credit (GnuPG) where due.
39622         (M): Use rol rather than open-coding it.
39623         Add a FIXME comment.
39624
39625 2000-09-21  Jim Meyering  <meyering@lucent.com>
39626
39627         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
39628         Reported by Michael Stone.
39629
39630 2000-09-20  Jim Meyering  <meyering@lucent.com>
39631
39632         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
39633         (noinst_HEADERS): Add sha.h.
39634         Based on code from Scott G. Miller and from GnuPG.
39635
39636 2000-09-18  Jim Meyering  <meyering@lucent.com>
39637
39638         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
39639         LIBS. Otherwise, everyone ends up linking with -lelf for some
39640         configurations.
39641         Reported by Mike Stone.
39642
39643 2000-09-15  Jim Meyering  <meyering@lucent.com>
39644
39645         * lib/regex.c: Update from libc.
39646
39647 2000-09-10  Jim Meyering  <meyering@lucent.com>
39648
39649         * lib/getopt.c (_getopt_internal): Update from glibc.
39650
39651 2000-09-09  Jim Meyering  <meyering@lucent.com>
39652
39653         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
39654         think it should be used as a general replacement for isascii.
39655         * lib/fnmatch.c: Likewise.
39656         * lib/mbswidth.c: Likewise
39657         * lib/regex.c: Likewise.
39658
39659         Don't use atoi.
39660         * lib/userspec.c: Include sys/param.h and limits.h.
39661         Include xstrtol.h.
39662         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39663         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
39664         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
39665         UID, GID.  Check range.
39666
39667 2000-09-06  Jim Meyering  <meyering@lucent.com>
39668
39669         * lib/getopt.c (_getopt_internal): Update from glibc.
39670
39671 2000-08-30  Jim Meyering  <meyering@lucent.com>
39672
39673         * lib/strftime.c: Merge in changes from GNU libc.
39674
39675 2000-08-26  Jim Meyering  <meyering@lucent.com>
39676
39677         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
39678         * m4/fpending.m4: New file.
39679
39680 2000-08-26  Jim Meyering  <meyering@lucent.com>
39681
39682         * lib/closeout.c: Include "__fpending.h".
39683         (close_stdout_status): Return right away if there's nothing to flush.
39684
39685         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
39686         * lib/__fpending.c: New file.
39687         * lib/__fpending.h: New file.
39688
39689 2000-08-20  Jim Meyering  <meyering@lucent.com>
39690
39691         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
39692         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
39693         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
39694
39695 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
39696
39697         Improve fileutils installation on systems where running
39698         programs (like install) can't be unlinked.
39699         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
39700         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
39701
39702 2000-08-07  Paul Eggert  <eggert@twinsun.com>
39703
39704         Standardize on "memory exhausted" instead of "Memory exhausted"
39705         or "virtual memory exhausted".
39706         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
39707         "virtual memory exhausted".
39708         * lib/same.c (same_name): Invoke xalloc_die instead of printing
39709         our own message.
39710         * lib/userspec.c (parse_user_spec): Likewise.
39711         * lib/bumpalloc.h: comment fix
39712         * lib/same.c, userspec.c: Include xalloc.h.
39713
39714         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
39715         not char *const and pointing to a constant array.
39716         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
39717         (xrealloc): Comment fix.
39718
39719         * lib/userspec.c (parse_user_spec):
39720         Don't translate a message until just before returning,
39721         to avoid unnecessary translation.
39722
39723 2000-08-07  Jim Meyering  <meyering@lucent.com>
39724
39725         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
39726         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
39727         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
39728         getgroups.c, gethostname.c, getopt.h, group-member.c,
39729         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
39730         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
39731         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
39732         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
39733         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
39734         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
39735         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
39736         yesno.c: Back out Copyright date changes for each file with no change
39737         this year.  This eases coordination with other programs using the same
39738         source code modules.  From Paul Eggert.
39739
39740 2000-08-06  Paul Eggert  <eggert@twinsun.com>
39741
39742         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
39743         not char, for compatibility with glibc 2.1.3 strftime.c.
39744
39745 2000-08-03  Greg McGary  <greg@mcgary.org>
39746
39747         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
39748         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
39749         (EXTEND_BUFFER): Use them.
39750
39751 2000-08-01  Jim Meyering  <meyering@lucent.com>
39752
39753         * lib/dirname.c (ISSLASH): Define.
39754         (BACKSLASH_IS_PATH_SEPARATOR): Define.
39755         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
39756         both `\' and `/' may be use as path separators.
39757         Based on a patch from Prashant TR.
39758
39759 2000-07-31  Paul Eggert  <eggert@twinsun.com>
39760
39761         * lib/quotearg.c (quotearg_n_options): Don't make the initial
39762         slot vector a constant, since it might get modified.
39763
39764 2000-07-31  Jim Meyering  <meyering@lucent.com>
39765
39766         * lib/xmalloc.c: Use `virtual memory exhausted', not
39767         `Memory exhausted'.
39768         * lib/obstack.c (print_and_abort): Likewise.
39769
39770 2000-07-30  Paul Eggert  <eggert@twinsun.com>
39771
39772         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
39773         buffer, so that the caller can always quote one small
39774         component of a "memory exhausted" message in slot 0.
39775         From a suggestion by Jim Meyering.
39776
39777 2000-07-30  Jim Meyering  <meyering@lucent.com>
39778
39779         * lib/makepath.c (make_path): Quote the other instance, too.
39780
39781         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
39782         (STATIC_BUF_SIZE): Define.
39783         (quotearg_n_options): Use only statically allocated storage when
39784         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
39785         than STATIC_BUF_SIZE.
39786
39787 2000-07-29  Jim Meyering  <meyering@lucent.com>
39788
39789         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
39790         * lib/dirname.c (dir_name): Likewise.
39791
39792         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
39793         `/'.
39794
39795         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
39796         (dir_name): Assert that there are no trailing slashes.
39797
39798 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
39799
39800         * lib/mbswidth.h (mbswidth): Add a flags argument.
39801         (mbswidth): New declaration.
39802         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
39803         * lib/mbswidth.c (mbswidth): Add a flags argument.
39804         (mbsnwidth): New function.
39805
39806 2000-07-24  Jim Meyering  <meyering@lucent.com>
39807
39808         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
39809
39810 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39811
39812         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
39813
39814 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39815
39816         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
39817         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
39818         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
39819         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
39820         invoke multibyte primitives.
39821
39822 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39823
39824         * lib/quotearg.c:
39825         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
39826         so that mbstate_t is always defined.
39827
39828         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
39829         be 1 in at least one GCC installation, and this configuration
39830         error is likely to be common.  Ignoring MB_LEN_MAX hurts
39831         performance on hosts that have mbrtowc but have only unibyte
39832         locales, but I assume these hosts are rare.
39833
39834 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39835
39836         * lib/mbswidth.c (_XOPEN_SOURCE):
39837         Don't define; this causes problems on Solaris 7.
39838         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
39839
39840 2000-07-23  Jim Meyering  <meyering@lucent.com>
39841
39842         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
39843         too: getgrgid, getpwuid, getuid.
39844
39845 2000-07-23  Jim Meyering  <meyering@lucent.com>
39846
39847         * lib/basename.c (base_name): Add an assertion.
39848
39849 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
39850
39851         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
39852         shadow its mbsinit function.
39853
39854 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39855
39856         * lib/mbswidth.h: New file.
39857         * lib/mbswidth.c: New file.
39858         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
39859         (noinst_HEADERS): Add mbswidth.h.
39860
39861 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39862
39863         * lib/config.charset: Add support for FreeBSD. Improve support for
39864         HP-UX and IRIX 6.
39865
39866 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
39867
39868         * m4/mbswidth.m4: New file.
39869         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
39870
39871 2000-07-15  Jim Meyering  <meyering@lucent.com>
39872
39873         * lib/makepath.c: Include quote.h.
39874         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
39875         corresponding argument in a `quote (...)' call.
39876         Give better diagnostics.
39877
39878         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
39879         (noinst_HEADERS): Add quote.h.
39880
39881         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
39882         from tar's src/misc.c.
39883         * lib/quote.h: New file.  Prototypes for same.
39884
39885 2000-07-14  Paul Eggert  <eggert@twinsun.com>
39886
39887         From a suggestion by Bruno Haible.
39888         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
39889         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
39890         to decide whether to define the BeOS workaround macro;
39891         this adjusts to the change to AC_MBSTATE_T.
39892
39893 2000-07-14  Jim Meyering  <meyering@lucent.com>
39894
39895         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
39896         jm_AC_TYPE_UINTMAX_T.
39897
39898 2000-07-13  Paul Eggert  <eggert@twinsun.com>
39899
39900         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
39901
39902         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
39903         quotearg_buffer_restyled): Add support for
39904         clocale_quoting_style.  Undo previous change to
39905         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
39906         and "{RIGHT QUOTATION MARK}" msgids.
39907
39908 2000-07-10  Paul Eggert  <eggert@twinsun.com>
39909
39910         From a suggestion by Bruno Haible.
39911         * m4/mbstate_t.m4 (AC_MBSTATE_T):
39912         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
39913         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
39914         and mbstate_t, to a single-part test that simply defines mbstate_t.
39915         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
39916         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
39917
39918 2000-07-10  Jim Meyering  <meyering@lucent.com>
39919
39920         * m4/strerror_r.m4: Mirror the correction made in autoconf.
39921
39922         * m4/gnu-source.m4: Output to confdefs.h directly.
39923         Suggestion from Akim Demaille.
39924
39925 2000-07-09  Paul Eggert  <eggert@twinsun.com>
39926
39927         The old behavior of quoting `like this' doesn't look good with
39928         newer, ISO-style fonts.  See:
39929         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
39930
39931         Instead, quote "like this" by default.  Let the translator
39932         tailor the locale-specific quoting behavior by providing
39933         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39934
39935         * lib/quotearg.c (N_): New macro.
39936         (gettext_default): New function.
39937         (quotearg_buffer_restyled): Use
39938         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39939         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39940
39941 2000-07-09  Jim Meyering  <meyering@lucent.com>
39942
39943         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39944         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39945
39946         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39947         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39948
39949 2000-07-09  Jim Meyering  <meyering@lucent.com>
39950
39951         * lib/Most files: Update copyright dates to include 2000.
39952
39953 2000-07-08  Jim Meyering  <meyering@lucent.com>
39954
39955         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39956         if not defined.
39957         (xgethostname): Remove now-unnecessary #ifdef.
39958         Move declaration of `err' into loop where it's used.
39959
39960 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39961         and Bruno Haible  <haible@clisp.cons.org>
39962
39963         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39964         only if the test for an object-type mbstate_t fails.  This
39965         prevents us from mistakenly reporting that mbstate_t is a
39966         system object type after we "#define mbstate_t int" to work
39967         around its lack.
39968
39969 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39970         and Bruno Haible  <haible@clisp.cons.org>
39971
39972         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39973
39974 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39975
39976         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39977         to strerror_r.
39978         Include <ctype.h> for use of isalpha.
39979
39980 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39981
39982         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39983         by allocating a larger buffer. Test the gethostname return value for
39984         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39985         returns an error and ENAMETOOLONG isn't defined.
39986
39987 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39988
39989         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39990         dimension.
39991
39992 2000-07-04  Jim Meyering  <meyering@lucent.com>
39993
39994         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39995         of the deprecated AC_CHECKING.
39996
39997 2000-07-04  Jim Meyering  <meyering@lucent.com>
39998
39999         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
40000         Reported by Bruno Haible.
40001
40002 2000-07-04  Jim Meyering  <meyering@lucent.com>
40003
40004         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
40005         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
40006         lacks mbrtowc.
40007
40008 2000-07-03  Paul Eggert  <eggert@twinsun.com>
40009
40010         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
40011         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
40012
40013 2000-07-03  Paul Eggert  <eggert@twinsun.com>
40014         and Bruno Haible  <haible@clisp.cons.org>
40015
40016         * lib/quotearg.c (mbrtowc):
40017         Assign to *pwc, and return 1 only if result is nonzero.
40018         (iswprint): Use ISPRINT when substituting our own mbrtowc.
40019
40020 2000-07-03  Jim Meyering  <meyering@lucent.com>
40021
40022         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
40023
40024 2000-07-03  Jim Meyering  <meyering@lucent.com>
40025
40026         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
40027         This is necessary to get a definition of e.g., UTMP_FILE on
40028         HP-UX 10.20.
40029         From Bob Proulx.
40030
40031 2000-07-02  Jim Meyering  <meyering@lucent.com>
40032
40033         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
40034
40035         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
40036         AC_LIBOBJ(function_name).
40037         * m4/chown.m4: Likewise.
40038         * m4/fnmatch.m4: Likewise.
40039         * m4/ftruncate.m4: Likewise.
40040         * m4/getgroups.m4: Likewise.
40041         * m4/getline.m4: Likewise.
40042         * m4/group-member.m4: Likewise.
40043         * m4/jm-macros.m4: Likewise.
40044         * m4/lstat.m4: Likewise.
40045         * m4/malloc.m4: Likewise.
40046         * m4/memcmp.m4: Likewise.
40047         * m4/nanosleep.m4: Likewise.
40048         * m4/putenv.m4: Likewise.
40049         * m4/realloc.m4: Likewise.
40050         * m4/regex.m4: Likewise.
40051         * m4/stat.m4: Likewise.
40052         * m4/strftime.m4: Likewise.
40053
40054 2000-07-02  Jim Meyering  <meyering@lucent.com>
40055
40056         * lib/quotearg.c (mbstate_t): Don't define here.
40057
40058 2000-07-02  Jim Meyering  <meyering@lucent.com>
40059
40060         * lib/nanosleep.c (SIGCONT): Define if not already defined.
40061
40062 2000-07-01  Jim Meyering  <meyering@lucent.com>
40063
40064         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
40065
40066 2000-07-01  Jim Meyering  <meyering@lucent.com>
40067
40068         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
40069         problem.
40070
40071 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
40072
40073         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
40074         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
40075
40076 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
40077
40078         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
40079         per change in ../m4/ls-mntd-fs.m4.
40080         (read_filesystem_list): Ignore symbolic links.
40081
40082 2000-06-29  Jim Meyering  <meyering@lucent.com>
40083
40084         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
40085         for declaration of strcmp.
40086
40087         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
40088
40089         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
40090         Avoid warning by casting result to `char *' to remove `const'.
40091
40092 2000-06-28  Jim Meyering  <meyering@lucent.com>
40093
40094         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
40095         included by quotearg.c, for which we perform this test.  From
40096         Bruno Haible.
40097
40098 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
40099
40100         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
40101         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
40102         <utmpx.h> exists, put readutmp.o into LIBOBJS.
40103
40104 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
40105
40106         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
40107
40108 2000-06-26  Paul Eggert  <eggert@twinsun.com>
40109
40110         savedir now sets errno on failure and invokes xmalloc to get memory.
40111         Fix a couple of other minor bugs while we're at it.
40112
40113         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
40114         (NAMLEN): Remove macro.
40115         (malloc, realloc): Remove decls.
40116         (stpcpy): Likewise.
40117         ("xalloc.h"): Include.
40118         (NAME_SIZE_DEFAULT): New macro.
40119         (savedir): Use xmalloc / xrealloc to allocate memory.
40120         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
40121         Skip "" directory entries.
40122         Use strlen to calculate directory entry length, since the old method
40123         is rarely used these days and isn't worth supporting.
40124         Don't use a pointer after freeing it.
40125         Check for integer overflow when calculating allocation size.
40126         Use memcpy to copy entries, instead of stpcpy.
40127         Set errno properly when returning NULL.
40128         Check for readdir error.
40129
40130 2000-06-26  Jim Meyering  <meyering@lucent.com>
40131
40132         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
40133
40134 2000-06-25  Jim Meyering  <meyering@lucent.com>
40135
40136         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
40137         Linux header bug when _XOPEN_SOURCE is defined to 500.
40138
40139 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
40140
40141         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
40142         deficiency.
40143
40144 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
40145
40146         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
40147         Include xalloc.h.
40148         Don't include <stdlib.h>.  Don't declare malloc, realloc.
40149
40150 2000-06-24  Jim Meyering  <meyering@lucent.com>
40151
40152         * m4/strerror_r.m4: Revive this file -- to try out an experimental
40153         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
40154         for which strerror does return char*, but which lacks a conveniently
40155         accessible declaration of the function.  If the compile-test says
40156         strerror_r doesn't work, then resort to a `run'-test that works on
40157         BeOS and segfaults on DEC Unix.
40158
40159 2000-06-24  Jim Meyering  <meyering@lucent.com>
40160
40161         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
40162
40163 2000-06-23  Paul Eggert  <eggert@twinsun.com>
40164
40165         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
40166         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
40167
40168 2000-06-23  Paul Eggert  <eggert@twinsun.com>
40169
40170         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
40171         (mbrtowc, mbstate_t): Define substitutes if
40172         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
40173         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
40174         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
40175
40176 2000-06-23  Jim Meyering  <meyering@lucent.com>
40177
40178         * m4/afs.m4: Add missing AC_MSG_RESULT.
40179         Reported by Bruno Haible.
40180
40181         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
40182         Suggestion from Bruno Haible.
40183
40184 2000-06-23  Jim Meyering  <meyering@lucent.com>
40185
40186         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
40187
40188 2000-06-21  Jim Meyering  <meyering@lucent.com>
40189
40190         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
40191
40192 2000-06-21  Jim Meyering  <meyering@lucent.com>
40193
40194         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
40195         (noinst_HEADERS): Add getstr.h.
40196
40197         * lib/getline.c (getstr): Move into a separate file.
40198         * lib/getstr.c (getstr): New file, extracted from getline.c, with
40199         the following changes: new parameter, delim2; both delim[12]
40200         parameters have type `int', not `char'.  The latter would lose
40201         with 8-bit delimiters.
40202         * lib/getstr.h: New file.
40203
40204 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40205
40206         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
40207         than 1024, return a memory chunk of least possible size, instead
40208         of size PATH_MAX + 2. In the loop, increment the size proportionally.
40209         Use free/xmalloc instead of xrealloc to avoid copying for very long
40210         paths.
40211
40212 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40213
40214         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
40215         the empty string.
40216
40217 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40218
40219         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
40220         address, not strdup.  Include <stdlib.h> and don't declare free().
40221
40222 2000-06-19  Jim Meyering  <meyering@lucent.com>
40223
40224         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
40225
40226 2000-06-18  Jim Meyering  <meyering@lucent.com>
40227
40228         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
40229
40230         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
40231         `checking whether...' message to be consistent with that of the
40232         lstat test.
40233
40234 2000-06-18  Jim Meyering  <meyering@lucent.com>
40235
40236         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
40237         Besides, these days every porting target provides a mkdir function.
40238
40239         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
40240         needed. (this snippet comes from src/system.h).
40241
40242 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
40243
40244         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
40245
40246 2000-06-15  Paul Eggert  <eggert@twinsun.com>
40247
40248         * lib/human.c (adjust_value): New function.
40249         (human_readable_inexact): Apply rounding style even when
40250         printing approximate values.
40251
40252 2000-06-14  Paul Eggert  <eggert@twinsun.com>
40253
40254         * lib/human.c (human_readable_inexact): Allow an input block
40255         size that is not a multiple of the output block size, and vice versa.
40256         Reported by Piergiorgio Sartor.
40257
40258 2000-06-14  Paul Eggert  <eggert@twinsun.com>
40259
40260         * lib/getdate.y (get_date): Apply relative times after time
40261         zone indicator, not before.  Reported by Todd A. Jacobs.
40262
40263 2000-06-13  Jim Meyering  <meyering@lucent.com>
40264
40265         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
40266
40267         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
40268
40269 2000-06-12  Paul Eggert  <eggert@twinsun.com>
40270
40271         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
40272
40273 2000-06-12  Jim Meyering  <meyering@lucent.com>
40274
40275         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
40276         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
40277         optional argument.
40278         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
40279         the optional argument, `lib'.
40280
40281 2000-06-08  Jim Meyering  <meyering@lucent.com>
40282
40283         * m4/largefile.m4: Remove file (now that it's part of autoconf).
40284
40285 2000-06-04  Paul Eggert  <eggert@twinsun.com>
40286
40287         Rewrite largefile configuration so that we don't need to run
40288         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
40289         AC_CANONICAL_HOST in configure.in -- jmm]
40290
40291         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
40292         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
40293         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
40294         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
40295         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
40296         All uses changed.
40297         Instead of inspecting the output of getconf, try to compile the
40298         test program without and with the macro definition.
40299         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
40300         for getconf.  Instead, check for the needed flags by compiling
40301         test programs.
40302
40303 2000-06-04  Paul Eggert  <eggert@twinsun.com>
40304
40305         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
40306
40307 2000-06-04  Jim Meyering  <meyering@lucent.com>
40308
40309         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
40310         SunOS 4.1.4 for which gid_t is an unsigned type.
40311
40312 2000-06-03  Jim Meyering  <meyering@lucent.com>
40313
40314         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
40315         now that autoconf requires that.
40316
40317         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
40318         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
40319         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
40320
40321 2000-06-03  Jim Meyering  <meyering@lucent.com>
40322
40323         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
40324
40325 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
40326
40327         * m4/glibc21.m4: New file.
40328         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
40329
40330 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
40331
40332         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
40333         newer, don't install charset.alias.
40334         * lib/config.charset: Change the Linux/glibc rules so they become empty
40335         on glibc-2.1 or newer.
40336
40337 2000-06-02  Jim Meyering  <meyering@lucent.com>
40338
40339         * lib/mountlist.c: Back out last change.  Instead, do this...
40340         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
40341         me_dummy member using the same `ignore'-testing code.
40342         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
40343         fs_type strings.
40344         From Mark D. Roth.
40345
40346 2000-05-29  Jim Meyering  <meyering@lucent.com>
40347
40348         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
40349         mounts with the `ignore' attribute.  Based on a patch from
40350         Mark D. Roth.
40351
40352 2000-05-28  Jim Meyering  <meyering@lucent.com>
40353
40354         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
40355         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40356         * m4/stat.m4: Likewise.
40357         * m4/lstat.m4: Likewise.
40358         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
40359
40360         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
40361         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
40362
40363 2000-05-26  Jim Meyering  <meyering@lucent.com>
40364
40365         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
40366
40367 2000-05-24  Jim Meyering  <meyering@lucent.com>
40368
40369         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
40370         autoconf requires that.
40371         * m4/lib-check.m4: Likewise.
40372         * m4/jm-macros.m4: Likewise.
40373         * m4/strftime.m4: Likewise.
40374
40375         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
40376         AC_CHECK_DECLS, now that autoconf requires that.
40377
40378 2000-05-22  Jim Meyering  <meyering@lucent.com>
40379
40380         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40381         * m4/lstat.m4: Likewise.
40382
40383 2000-05-22  Jim Meyering  <meyering@lucent.com>
40384
40385         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
40386
40387 2000-05-20  Jim Meyering  <meyering@lucent.com>
40388
40389         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
40390         (jm_PREREQ): Use it.
40391
40392 2000-05-18  Jim Meyering  <meyering@lucent.com>
40393
40394         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
40395         back, too, since it may have been modified by allocate_entry.
40396         (hash_delete): Rewrite to use neither the assignment operator
40397         nor the comma operator in an if-expression.
40398
40399 2000-05-15  Paul Eggert  <eggert@twinsun.com>
40400
40401         * lib/closeout.c:
40402         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
40403         Remove; no longer needed.
40404         "quotearg.h": Add include.
40405         (file_name): Do not bother to explicitly initialize to NULL; it's less
40406         efficient on some hosts.
40407         (close_stdout_status): Remove test as to whether stdout was already
40408         closed; it breaks for the case "echo x | sort >&-".
40409         Quote file name colons.
40410         Do not assume that _("write error") lacks format strings.
40411
40412 2000-05-15  Jim Meyering  <meyering@lucent.com>
40413
40414         * lib/version-etc.c (version_etc_copyright): Update the copyright
40415         string used in all --version output.
40416
40417 2000-05-14  Jim Meyering  <meyering@lucent.com>
40418
40419         * lib/closeout.c (close_stdout_set_file_name): New function.
40420         (close_stdout_status): Use new file-scoped global.
40421         Return right away if fstat says the stdout file descriptor is invalid.
40422         * lib/closeout.h (close_stdout_set_file_name): Declare.
40423
40424 2000-05-10  Jim Meyering  <meyering@lucent.com>
40425
40426         * lib/closeout.c [default_exit_status]: New file-scoped variable.
40427         (close_stdout_set_status): New function.
40428         * lib/closeout.h (close_stdout_set_status): Declare.
40429
40430 2000-05-09  Jim Meyering  <meyering@lucent.com>
40431
40432         * m4/gettext.m4: Rename this...
40433         * m4/libintl.m4: ...to this.
40434
40435 2000-05-08  Jim Meyering  <meyering@lucent.com>
40436
40437         * lib/long-options.c: Don't include closeout.h.
40438         (parse_long_options): Don't call close_stdout for --version.
40439
40440 2000-05-06  Paul Eggert  <eggert@twinsun.com>
40441
40442         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
40443         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
40444         2.1.3 bug.  This avoids a clash when files like regex.c define
40445         _GNU_SOURCE.
40446
40447 2000-05-06  Jim Meyering  <meyering@lucent.com>
40448
40449         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
40450         (AC_REPLACE_FUNCS): Add strnlen.
40451
40452         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
40453         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
40454
40455         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
40456         AC_SEARCH_LIBS call for nanosleep.
40457         (LIB_NANOSLEEP): Set and AC_SUBST.
40458
40459 2000-05-06  Jim Meyering  <meyering@lucent.com>
40460
40461         * lib/strnlen.c: Undefine __strnlen and strnlen.
40462         [!weak_alias]: Define __strnlen to strnlen.
40463
40464         * lib/atexit.c: New file, from libiberty.
40465
40466 2000-05-06  Jim Meyering  <meyering@lucent.com>
40467
40468         * lib/closeout.c (close_stdout_status): Also check for errors on the
40469         stderr stream.
40470
40471 2000-05-05  Jim Meyering  <meyering@lucent.com>
40472
40473         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
40474         AC_SEARCH_LIBS call for clock_gettime.
40475         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
40476
40477         * m4/search-libs.m4: Update from autoconf.
40478
40479         su doesn't work on Solaris 2.6.
40480         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
40481         <shadow.h>.  Reported by Dragos Harabor.
40482
40483 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
40484
40485         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
40486         memcpy instead of xmalloc, xrealloc, path_concat.
40487         (locale_charset): Treat empty environment variables as absent.
40488         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
40489
40490 2000-05-04  Jim Meyering  <meyering@lucent.com>
40491
40492         * lib/getopt.c: Update from glibc.
40493         * lib/obstack.c: Likewise.
40494         * lib/obstack.h: Likewise.
40495         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
40496         file
40497
40498         * lib/regex.h: Likewise.
40499         * lib/strndup.c: Likewise.
40500         * lib/strnlen.c: New file, from glibc.
40501
40502 2000-05-03  Jim Meyering  <meyering@lucent.com>
40503
40504         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
40505
40506 2000-05-02  Paul Eggert  <eggert@twinsun.com>
40507
40508         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
40509         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
40510         compile-time test, rather than inspecting host and OS, to
40511         decide whether to define _LARGEFILE_SOURCE.
40512
40513 2000-05-01  Jim Meyering  <meyering@lucent.com>
40514
40515         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
40516
40517         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
40518         Based on a patch from Bruno Haible.
40519
40520 2000-05-01  Jim Meyering  <meyering@lucent.com>
40521
40522         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
40523
40524 2000-04-29  Jim Meyering  <meyering@lucent.com>
40525
40526         * lib/path-concat.c: Declare strdup only if it's not defined.
40527         * lib/canon-host.c: Likewise.
40528
40529 2000-04-28  Jim Meyering  <meyering@lucent.com>
40530
40531         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
40532         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
40533         is included first, then limits.h is included by locale.h by libintl.h.
40534         From John David Anglin.
40535
40536 2000-04-25  Jim Meyering  <meyering@lucent.com>
40537
40538         * lib/makepath.c (S_IRWXUGO): Define.
40539         (make_path): Always perform explicit chmod if MODE specifies any
40540         of the `special' permission bits.  Prompted by a bug report against
40541         install from Mate Wierdl and Joost van Baal.
40542
40543 2000-04-18  Jim Meyering  <meyering@lucent.com>
40544
40545         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
40546         (jm_PREREQ): Use it.
40547
40548 2000-04-18  Jim Meyering  <meyering@lucent.com>
40549
40550         * lib/README: New file.
40551
40552         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
40553         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
40554
40555 2000-04-17  Jim Meyering  <meyering@lucent.com>
40556
40557         Get it right :-)
40558         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
40559         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
40560         Suggestion from Akim Demaille.
40561
40562 2000-04-17  Jim Meyering  <meyering@lucent.com>
40563
40564         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
40565         the definition of it to rpl_strftime also defined-away the system's
40566         declaration.
40567
40568 2000-04-15  Jim Meyering  <meyering@lucent.com>
40569
40570         Use `C' to denote so-called `contiguous' files, the same way
40571         that tar does.
40572         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
40573         (ftypelet): Use S_ISCTG.
40574         From Michael Deutschmann.
40575
40576 2000-04-14  Jim Meyering  <meyering@lucent.com>
40577
40578         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
40579         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
40580         clobbered.
40581
40582 2000-04-14  Jim Meyering  <meyering@lucent.com>
40583
40584         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
40585
40586 2000-04-13  Jim Meyering  <meyering@lucent.com>
40587
40588         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
40589         AH_VERBATIM to insert required #ifndef into config.h.in.
40590         Suggestion from Akim Demaille.
40591
40592 2000-04-12  Jim Meyering  <meyering@lucent.com>
40593
40594         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
40595         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
40596         Christian Krackowizer.
40597
40598         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
40599         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
40600         (AC_SYS_LARGEFILE): Require.
40601         (AM_C_PROTOTYPES): Require.
40602
40603 2000-04-08  Jim Meyering  <meyering@lucent.com>
40604
40605         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
40606         names don't conflict.  Reported by Eli Zaretskii.
40607
40608 2000-04-07  Jim Meyering  <meyering@lucent.com>
40609
40610         * lib/putenv.c: Move inclusion of errno.h so it follows that of
40611         sys/types.h, to work around system header problems on AIX 3.2.5.
40612         From Bruno Haible.
40613
40614 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
40615
40616         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
40617         bug.  Deal with the different error behavior of Irix iconv.
40618
40619 2000-04-05  Paul Eggert  <eggert@twinsun.com>
40620
40621         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
40622         IRIX if the installer said otherwise.
40623
40624 2000-04-05  Jim Meyering  <meyering@lucent.com>
40625
40626         Portability tweaks required for ultrix4.3.
40627         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
40628         (jm_CHECK_DECLS): Add getutent to the list of functions.
40629         (_jm_DECL_HEADERS): Add utmpx.h.
40630         From John David Anglin.
40631
40632         * m4/strftime.m4: Back out the 2000-04-02 change.
40633         Instead of that change, simply undefine putenv in the test program.
40634
40635 2000-04-05  Jim Meyering  <meyering@lucent.com>
40636
40637         Portability tweaks required for ultrix4.3.
40638         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
40639         getutent.
40640         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
40641         * lib/canon-host.c: Declare strdup.
40642         * lib/path-concat.c: Likewise.
40643         From John David Anglin.
40644
40645 2000-04-04  Jim Meyering  <meyering@lucent.com>
40646
40647         Be more DOS 8.3-friendly.
40648         * lib/ref-add.sin: Renamed from ref-add.sed.in.
40649         * lib/ref-del.sin: Renamed from ref-del.sed.in.
40650         * lib/Makefile.am: Reflect renaming.
40651         Reported by Eli Zaretskii.
40652
40653         Use a temporary file name that won't clash with `charset.alias'
40654         in the DOS 8.3 name space.
40655         * lib/Makefile.am (charset_tmp): Define.
40656         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
40657         (uninstall-local): Likewise.
40658         Reported by Eli Zaretskii.
40659
40660 2000-04-03  Jim Meyering  <meyering@lucent.com>
40661
40662         * m4/gettext.m4: Fix typo in comment.
40663
40664         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
40665         textutils/configure.in).  Suggestion from Paul Eggert.
40666         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
40667
40668 2000-04-02  Paul Eggert  <eggert@twinsun.com>
40669
40670         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
40671         variable in the shell rather than using putenv, which isn't
40672         portable.  This avoids the configure-time inter-test dependency
40673         on the potentially-renamed putenv function.
40674
40675 2000-03-30  Paul Eggert  <eggert@twinsun.com>
40676
40677         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
40678         before checking struct stat.st_blksize, so that
40679         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
40680
40681 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40682
40683         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
40684         since strftime.c uses HAVE_STRFTIME to decide whether to use
40685         the underlying strftime.
40686
40687 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40688
40689         * lib/time/strftime.c (my_strftime): Make sure we call the system
40690         strftime, not ourselves, when invoking the underlying strftime.
40691
40692 2000-03-24  Jim Meyering  <meyering@lucent.com>
40693
40694         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
40695         (charset_alias): Define.
40696         (install-exec-local): Factor out common code.
40697         (uninstall-local): Split lines longer than 80.
40698         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
40699         (SUFFIXES): Define.
40700         (.sed.in.sed): New rule.  Don't redirect directly to $@.
40701         (CLEANFILES): Add ref-add.sed and ref-del.sed.
40702
40703 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
40704
40705         * lib/config.charset: Output a line containing "Packages using this
40706         file".
40707         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
40708         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
40709         ref-del.sed): New rules.
40710
40711 2000-03-17  Jim Meyering  <meyering@lucent.com>
40712
40713         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
40714         Otherwise, include <strings.h>
40715
40716 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
40717
40718         * lib/unicodeio.c (utf8_wctomb): New function.
40719         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
40720         format instead of in UCS-4 with platform dependent endianness.
40721
40722 2000-03-10  Jim Meyering  <meyering@lucent.com>
40723
40724         * m4/lib-check.m4: Look for getspnam in -lgen, too.
40725         From Marco Franzen.
40726
40727 2000-03-07  Paul Eggert  <eggert@twinsun.com>
40728
40729         * lib/savedir.c (savedir): Work even if directory size is
40730         negative; this can happen with some screwy NFS configurations.
40731
40732 2000-03-06  Jim Meyering  <meyering@lucent.com>
40733
40734         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
40735         if it's NULL (because we ran out of memory).  From Bruno Haible.
40736
40737 2000-03-05  Jim Meyering  <meyering@lucent.com>
40738
40739         * lib/localcharset.c ("path-concat.h"): Include.
40740         (get_charset_aliases): Use path_concat instead of ANSI string
40741         concatenation.
40742
40743         * lib/unicodeio.h (PARAMS): Define.
40744         Use it to guard prototype.
40745
40746 2000-03-04  Jim Meyering  <meyering@lucent.com>
40747
40748         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
40749         for lib/localcharset.c.
40750
40751 2000-03-04  Jim Meyering  <meyering@lucent.com>
40752
40753         * lib/Makefile.am (install-exec-local): Create $(libdir) before
40754         installing into it.
40755         (uninstall-local): Uncomment this rule so `make distcheck' works
40756         once again.
40757
40758         * lib/unicodeio.c (<errno.h>): Include it.
40759         (errno): Declare if not defined.
40760
40761         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
40762
40763         * lib/config.charset: New version, incorporating remarks from a linux
40764         i18n mailing list.  From Bruno Haible.
40765
40766 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
40767
40768         * m4/codeset.m4: New file.
40769         * m4/iconv.m4: New file.
40770         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
40771
40772 2000-03-03  Jim Meyering  <meyering@lucent.com>
40773
40774         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
40775
40776 2000-03-02  Jim Meyering  <meyering@lucent.com>
40777
40778         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
40779         the messages come out on separate lines.
40780
40781         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
40782         rather than jm_CHECK_DECLARATIONS.
40783         * m4/decl.m4: Remove now-unused file.
40784
40785         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
40786         geteuid.
40787
40788 2000-03-02  Jim Meyering  <meyering@lucent.com>
40789
40790         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
40791
40792 2000-03-01  Jim Meyering  <meyering@lucent.com>
40793
40794         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
40795         * lib/unicodeio.c: Likewise.
40796
40797 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
40798
40799         * lib/config.charset: New file.
40800         * lib/localcharset.c: New file.
40801         * lib/unicodeio.h, lib/unicodeio.c: New files.
40802         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
40803         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
40804         (noinst_HEADERS): Add unicodeio.h.
40805         (all-local, install-exec-local, charset.alias): New targets.
40806
40807 2000-02-28  Paul Eggert  <eggert@twinsun.com>
40808
40809         * lib/quotearg.c (ALERT_CHAR): New macro.
40810         (quotearg_buffer_restyled): Use it.
40811
40812 2000-02-27  Jim Meyering  <meyering@lucent.com>
40813
40814         * m4/check-decl.m4: Add getenv to the list.
40815
40816 2000-02-27  Jim Meyering  <meyering@lucent.com>
40817
40818         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
40819         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
40820
40821         * lib/backupfile.c: Guard inclusion of stdlib.h with
40822         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
40823         Declare malloc if needed.
40824
40825         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
40826         `#ifndef HAVE_DECL..'
40827         now that autoconf always defines the HAVE_DECL_ symbols.
40828         * lib/human.c: Likewise.
40829         * lib/same.c: Likewise.
40830         * lib/strtoumax.c: Likewise.
40831
40832         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
40833         declaration check was not run.
40834         * lib/hash.c: Likewise.
40835         * lib/human.c: Likewise.
40836         * lib/same.c: Likewise.
40837         * lib/strtoumax.c: Likewise.
40838
40839         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
40840         `.', then first look up the entire `.'-containing string as a login
40841         name.
40842
40843 2000-02-23  Jim Meyering  <meyering@lucent.com>
40844
40845         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
40846         in place of my hack.
40847
40848 2000-02-18  Paul Eggert  <eggert@twinsun.com>
40849
40850         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
40851         (textint): New typedef.
40852         (parser_control): Member year changed from int to textint.
40853         All uses changed.
40854         (YYSTYPE): Removed; replaced by %union with int and textint members.
40855         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
40856         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
40857         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
40858         (tSNUMBER, tUNUMBER): Now of type <textintval>.
40859         (date, number, to_year): Use width of number in digits, not its value,
40860         to determine whether it's a 2-digit year, or a 2-digit time.
40861         (yylex): Store number of digits of numeric tokens.
40862         Reported by John Kendall.
40863
40864         (parser_control): Changed from struct parser_control to typedef (for
40865         consistency).  All uses changed.
40866
40867         (tID): Removed; not used.
40868         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
40869
40870 2000-02-14  Paul Eggert  <eggert@twinsun.com>
40871
40872         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
40873         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
40874
40875 2000-02-12  Jim Meyering  <meyering@lucent.com>
40876
40877         * lib/userspec.c (ISDIGIT): Define it.
40878         (isdigit): Remove definition.
40879         (is_number): Use ISDIGIT, not isdigit.
40880         <libintl.h>: Include.
40881         (_ and N_): Define.
40882         (parse_user_spec): Mark translatable strings.
40883
40884 2000-02-10  Jim Meyering  <meyering@lucent.com>
40885
40886         With these changes, nanosleep.[ch] are finally enough like the other
40887         lib/* replacement files to compile on a few more losing systems.
40888
40889         * lib/nanosleep.h: Don't include config.h.
40890         Remove prototype from declaration of nanosleep.
40891         (PARAMS): Remove now-unneeded definition.
40892         * lib/nanosleep.c: #undef nanosleep.
40893         (rpl_nanosleep): Rename from nanosleep.
40894
40895 2000-02-10  Jim Meyering  <meyering@lucent.com>
40896
40897         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
40898         gnu_nanosleep to rpl_nanosleep.
40899
40900 2000-02-09  Jim Meyering  <meyering@lucent.com>
40901
40902         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
40903         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
40904
40905 2000-02-08  Akim Demaille  <akim@epita.fr>
40906
40907         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
40908         `[' and `]' and remove uses of `changequote'.
40909         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
40910         (AC_SYS_LARGEFILE): Likewise.
40911         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
40912         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
40913         of changequote.
40914         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
40915         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
40916         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
40917         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
40918
40919 2000-02-05  Jim Meyering  <meyering@lucent.com>
40920
40921         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
40922         Remove explicit use of AC_HEADER_TIME.  It is required by
40923         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
40924         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
40925         in autoconf whereby the expansion of the latter ended up preceding
40926         the expansion of its prerequisite, AC_HEADER_TIME.
40927         Reported by Volker Borchert.
40928
40929 2000-02-03  Jim Meyering  <meyering@lucent.com>
40930
40931         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40932
40933 2000-02-03  Jim Meyering  <meyering@lucent.com>
40934
40935         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40936         rather than with `#if HAVE_UTMPNAME'.
40937
40938 2000-02-02  Jim Meyering  <meyering@lucent.com>
40939
40940         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40941         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40942         Reported by Eli Zaretskii.
40943
40944 2000-02-01  Jim Meyering  <meyering@lucent.com>
40945
40946         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40947
40948 2000-01-31  Jim Meyering  <meyering@lucent.com>
40949
40950         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40951         functions.  Add the time.h and sys/time.h headers along with the
40952         AC_REQUIRE'ment of AC_HEADER_TIME.
40953
40954 2000-01-31  Jim Meyering  <meyering@lucent.com>
40955
40956         * lib/nanosleep.h (nanosleep): Guard declaration with
40957         `#if ! HAVE_DECL_NANOSLEEP'.
40958         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40959         the declaration in that vendor's sys/timers.h.
40960         Reported by Christian Krackowizer.
40961
40962         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40963         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40964         (ISPRINT): Likewise.
40965         Reported by Tom Tromey.
40966
40967 2000-01-30  Jim Meyering  <meyering@lucent.com>
40968
40969         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40970
40971         * m4/prereq.m4 (utmp_includes): Define.
40972         Check for ut_user and ut_name members in both struct utmpx
40973         and struct utmp.
40974
40975 2000-01-30  Jim Meyering  <meyering@lucent.com>
40976
40977         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40978         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40979         header files where only utmpx.ut_user is declared.
40980
40981         * lib/readutmp.h (UT_USER): Define.
40982
40983 2000-01-29  Jim Meyering  <meyering@lucent.com>
40984
40985         * m4/lib-check.m4: New file containing library-related checks from
40986         fileutils and sh-utils (textutils had none).
40987
40988 2000-01-28  Jim Meyering  <meyering@lucent.com>
40989
40990         * m4/perl.m4: Change format of warning message to look more like that
40991         from the missing script.  Suggestion from François Pinard.
40992
40993 2000-01-25  Jim Meyering  <meyering@lucent.com>
40994
40995         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40996         well as time.h in the compile check.
40997         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40998         Fix typo in cross-compiling case: s/yes/no/.
40999
41000 2000-01-23  Jim Meyering  <meyering@lucent.com>
41001
41002         * m4/jm-macros.m4: Move df-related tests here from
41003         fileutils/configure.in
41004
41005         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
41006         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
41007
41008         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
41009         s/space/ac_fsusage_space/.
41010         (jm_FILE_SYSTEM_USAGE): Take two parameters.
41011
41012         * m4/ftruncate.m4: New file (derived from part of
41013         fileutils/configure.in).
41014         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
41015         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
41016
41017         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
41018         AC_SUBST these here, rather than just in sh-util/configure.in, so
41019         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
41020         all the same.
41021         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
41022         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
41023         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
41024         (AC_SUBST(POW_LIBM)): Likewise.
41025         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
41026
41027 2000-01-23  Jim Meyering  <meyering@lucent.com>
41028
41029         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
41030         obstack.c.
41031
41032 2000-01-22  Jim Meyering  <meyering@lucent.com>
41033
41034         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
41035
41036         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
41037
41038         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
41039         configure.in
41040         (AC_CHECK_HEADERS): Likewise for sh-utils.
41041         (AC_CHECK_HEADERS): Likewise for textutils.
41042         Merge the three lists of headers.
41043
41044         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
41045         from fileutils' configure.in.
41046
41047         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
41048         code. Moved tests into their own function (_jm_DECL_HEADERS) in
41049         check-decl.m4.
41050
41051         * m4/check-decl.m4: Use #if rather than #ifdef.
41052         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
41053         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
41054         (_jm_DECL_HEADERS): Define new function.
41055         (jm_CHECK_DECLARATIONS): Require it.
41056
41057 2000-01-22  Jim Meyering  <meyering@lucent.com>
41058
41059         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
41060         [! HAVE_DECL_STRTOULL]: Declare strtoull.
41061         Required for some AIX systems.  Reported by Christian Krackowizer.
41062         [TESTING] (main): New function.
41063
41064         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
41065         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
41066         letters.
41067
41068         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
41069         iswprint.
41070
41071         * lib/strverscmp.c (ISDIGIT): Define.
41072         (strverscmp): Use ISDIGIT, not isdigit.
41073
41074 2000-01-19  Jim Meyering  <meyering@lucent.com>
41075
41076         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
41077         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
41078         defines `struct timespec' in <sys/time.h>
41079
41080         * m4/c-bs-a.m4: Remove uses of changequote altogether.
41081         Thanks to Akim for explaining.
41082
41083 2000-01-17  Paul Eggert  <eggert@twinsun.com>
41084
41085         * lib/nanosleep.c (nanosleep):
41086         Don't use SA_INTERRUPT to decide whether to call sigaction, as
41087         POSIX.1 doesn't require SA_INTERRUPT and some systems
41088         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
41089         it's been part of POSIX.1 since day 1 (in 1988).
41090
41091 2000-01-17  Jim Meyering  <meyering@lucent.com>
41092
41093         * lib/interlock: Remove unused file.  Reported by François Pinard.
41094
41095 2000-01-16  Paul Eggert  <eggert@twinsun.com>
41096
41097         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
41098         alert, backslash, formfeed, and vertical tab unnecessarily in
41099         shell quoting style.
41100
41101 2000-01-16  Jim Meyering  <meyering@lucent.com>
41102
41103         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
41104         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
41105         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
41106         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
41107
41108 2000-01-16  Jim Meyering  <meyering@lucent.com>
41109
41110         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
41111         because the latter didn't work.
41112
41113 2000-01-15  Jim Meyering  <meyering@lucent.com>
41114
41115         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
41116         (AC_REPLACE_FUNCS): Add memcpy and memset.
41117         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
41118         Add strpbrk.
41119         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
41120
41121 2000-01-12  Jim Meyering  <meyering@lucent.com>
41122
41123         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
41124         (jm_PREREQ): Use it.
41125         (jm_PREREQ_READUTMP): New macro.
41126         (jm_PREREQ): Use it.
41127
41128 2000-01-11  Paul Eggert  <eggert@twinsun.com>
41129
41130         Quote multibyte characters correctly.
41131         * m4/c-bs-a.m4: New file.
41132         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
41133         (jm_PREREQ): Use it.
41134
41135 2000-01-11  Paul Eggert  <eggert@twinsun.com>
41136
41137         * m4/uintmax_t.m4: Port to autoconf 2.13.
41138
41139 2000-01-08  Jim Meyering  <meyering@ascend.com>
41140
41141         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
41142         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
41143
41144 2000-01-04  Jim Meyering  <meyering@ascend.com>
41145
41146         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
41147         jm_STRUCT_DIRENT_D_TYPE.
41148         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
41149         jm_STRUCT_DIRENT_D_INO.
41150         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
41151         jm_STRUCT_UTIMBUF.
41152         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
41153         renamings.
41154         * m4/utime.m4: Likewise.
41155
41156         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
41157         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
41158
41159 2000-01-03  Paul Eggert  <eggert@twinsun.com>
41160
41161         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
41162         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
41163
41164 2000-01-02  Jim Meyering  <meyering@ascend.com>
41165
41166         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
41167         remember if this is necessary.
41168
41169 1999-12-26  Jim Meyering  <meyering@ascend.com>
41170
41171         * m4/jm-macros.m4: Use it here.
41172         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
41173
41174 1999-12-23  Jim Meyering  <meyering@ascend.com>
41175
41176         * m4/jm-macros.m4: Check for clock_gettime (moved from
41177         fileutils/configure.in)
41178         Check for gettimeofday.
41179
41180 1999-12-20  Jim Meyering  <meyering@ascend.com>
41181
41182         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
41183         autoconf-2.14a-1999-12-20.
41184
41185 1999-12-19  Jim Meyering  <meyering@ascend.com>
41186
41187         * m4/lstat-slash.m4: New file.
41188         * m4/jm-macros.m4: Use the new macro:
41189         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41190
41191 1999-12-07  Jim Meyering  <meyering@ascend.com>
41192
41193         * m4/perl.m4: Require that File::Compare be available, too.
41194         Too many systems seem to lack it.
41195
41196         * m4/strftime.m4: Add checks for most of the cpp macros tested in
41197         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
41198
41199 1999-11-18  Paul Eggert  <eggert@twinsun.com>
41200
41201         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
41202         problem with the QNX 4.25 shell, which doesn't propagate exit
41203         status of failed commands inside shell assignments.
41204
41205 1999-11-17  Jim Meyering  <meyering@ascend.com>
41206
41207         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
41208
41209 1999-11-07  Jim Meyering  <meyering@ascend.com>
41210
41211         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
41212
41213 1999-11-06  Jim Meyering  <meyering@ascend.com>
41214
41215         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
41216         * m4/jm-macros.m4 (jm_MACROS): Use it here.
41217
41218 1999-11-05  Jim Meyering  <meyering@ascend.com>
41219
41220         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
41221         configure.in of textutils, fileutils, and sh-utils into this one
41222         (shared between those packages) file.
41223         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
41224         AC_STRUCT_ST_BLKSIZE.
41225
41226 1999-11-03  Jim Meyering  <meyering@ascend.com>
41227
41228         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
41229         of AC_CHECK_TYPE checks includes unistd.h.
41230         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
41231         Suggestion from Akim Demaille.
41232
41233 1999-10-30  Jim Meyering  <meyering@ascend.com>
41234
41235         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
41236         m4-quoted string.
41237         * m4/ls-mntd-fs.m4: Likewise.
41238         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
41239         * m4/jm-winsz1.m4: Likewise.
41240
41241         * m4/const.m4: Remove file, since the fix made it into the experimental
41242         version of autoconf.
41243         * m4/mktime.m4: Likewise.
41244
41245         * m4/check-type.m4: Remove file, now that the latest version of
41246         AC_CHECK_TYPE takes a third arg to specify additional #includes.
41247
41248         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
41249         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
41250         AC_CHECK_TYPE.
41251
41252 1999-10-04  Jim Meyering  <meyering@ascend.com>
41253
41254         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
41255
41256 1999-09-22  Paul Eggert  <eggert@twinsun.com>
41257
41258         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
41259         2.95.1 bug with HP-UX 10.20.
41260
41261 1999-09-17  Jim Meyering  <meyering@ascend.com>
41262
41263         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
41264         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
41265         due to missing strdup (against sh-utils-2.0).
41266
41267 1999-08-29  Jim Meyering  <meyering@ascend.com>
41268
41269         * m4/jm-macros.m4: Require jm_BISON.
41270         * m4/bison.m4: New file.
41271
41272 1999-08-17  Paul Eggert  <eggert@twinsun.com>
41273
41274         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
41275         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
41276
41277 1999-08-05  Jim Meyering  <meyering@ascend.com>
41278
41279         * m4/getline.m4: Rename test file from conftestdata to conftest.data
41280         to avoid conflicts with `conftest' on 8+3 filesystems.
41281         Suggestion from Eli Zaretskii.
41282
41283 1999-08-04  Jim Meyering  <meyering@ascend.com>
41284
41285         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
41286         fileutils and sh-utils (textutils's getline test was inadequate).
41287         (AM_FUNC_GETLINE): Run this test.
41288         (AC_CHECK_FUNCS): Check for getdelim.
41289         Reported by Bob Proulx.
41290
41291 1999-08-02  Jim Meyering  <meyering@ascend.com>
41292
41293         * m4/jm-macros.m4: Add a comment.
41294
41295 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41296
41297         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
41298         <inttypes.h> defines strtoumax as a macro (and not as a
41299         function).
41300
41301 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41302
41303         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
41304         that we can shift, multiply and divide unsigned long long
41305         values; Ultrix cc can't do it.
41306
41307 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41308
41309         * m4/mktime.m4: New file, which is a preview of what should appear
41310         in the next public autoconf release.
41311
41312 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41313
41314         * m4/lfs.m4: Remove this file.
41315         * m4/largefile.m4: New file.  It contains the old contents of
41316         lfs.m4, except that all names with prefix AC_LFS have been
41317         changed to use the prefix AC_SYS_LARGEFILE instead, to be
41318         compatible with future autoconf versions.  Also, some minor m4
41319         quoting problems have been fixed.
41320
41321 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41322
41323         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
41324         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
41325         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
41326         and simplify the shell code.
41327
41328 1999-08-01  Jim Meyering  <meyering@ascend.com>
41329
41330         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
41331         m4.
41332
41333 1999-07-20  Jim Meyering  <meyering@ascend.com>
41334
41335         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
41336
41337 1999-07-15  Jim Meyering  <meyering@ascend.com>
41338
41339         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
41340
41341 1999-05-22  Jim Meyering  <meyering@ascend.com>
41342
41343         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
41344
41345 1999-05-20  Jim Meyering  <meyering@ascend.com>
41346
41347         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
41348         Add a colon after each `then' in case $4 is empty.
41349
41350 1999-05-16  Jim Meyering  <meyering@ascend.com>
41351
41352         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
41353
41354 1999-05-10  Jim Meyering  <meyering@ascend.com>
41355
41356         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
41357
41358         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
41359         AC_FUNC_MKTIME.
41360
41361 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
41362
41363         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
41364
41365 1999-05-04  Paul Eggert  <eggert@twinsun.com>
41366
41367         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
41368         not CPPFLAGS, so that linking works correctly in IRIX.
41369
41370 1999-04-30  Paul Eggert  <eggert@twinsun.com>
41371
41372         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
41373
41374 1999-04-20  Paul Eggert  <eggert@twinsun.com>
41375
41376         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
41377         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
41378         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
41379         jm_AC_TYPE_UNSIGNED_LONG_LONG.
41380         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
41381
41382         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
41383
41384 1999-04-20  Jim Meyering  <meyering@ascend.com>
41385
41386         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
41387         AC_REPLACE xstroull if necessary.  From Paul Eggert.
41388         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
41389
41390 1999-04-18  Jim Meyering  <meyering@ascend.com>
41391
41392         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
41393         * m4/jm-macros.m4: Use it.
41394
41395 1999-04-06  Jim Meyering  <meyering@ascend.com>
41396
41397         * m4/strftime.m4: Remove test for %f.
41398
41399 1999-03-29  Jim Meyering  <meyering@ascend.com>
41400
41401         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
41402         superset of the AC_TYPE_* checks in the textutils, fileutils,
41403         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
41404         AC_TYPE_PID_T.
41405
41406 1999-03-28  Jim Meyering  <meyering@ascend.com>
41407
41408         * m4/jm-macros.m4: Define GNU_PACKAGE here.
41409         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
41410         replaced e.g., in the *.sh files of the sh-utils.
41411
41412 1999-03-20  Jim Meyering  <meyering@ascend.com>
41413
41414         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
41415         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
41416         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
41417
41418 1999-03-19  Jim Meyering  <meyering@ascend.com>
41419
41420         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
41421
41422 1999-03-12  Jim Meyering  <meyering@ascend.com>
41423
41424         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
41425
41426 1999-03-07  Jim Meyering  <meyering@ascend.com>
41427
41428         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
41429         declared.
41430
41431 1999-02-17  Jim Meyering  <meyering@ascend.com>
41432
41433         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
41434         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
41435
41436 1999-02-07  Jim Meyering  <meyering@ascend.com>
41437
41438         * m4/group-member.m4: New file -- extracted from sh-utils'
41439         configure.in.
41440
41441         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
41442         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
41443
41444 1999-02-06  Jim Meyering  <meyering@ascend.com>
41445
41446         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
41447         * m4/fnmatch.m4: Likewise.
41448         * m4/getgroups.m4: Likewise.
41449         * m4/lstat.m4: Likewise.
41450         * m4/malloc.m4: Likewise.
41451         * m4/putenv.m4: Likewise.
41452         * m4/realloc.m4: Likewise.
41453         * m4/regex.m4: Likewise.
41454         * m4/stat.m4: Likewise.
41455         * m4/strftime.m4: Likewise.
41456         Suggestion from Alain Magloire.
41457
41458         * m4/chown.m4: Use `.$ac_objext', not `.o'.
41459         * m4/fnmatch.m4: Likewise.
41460         * m4/getgroups.m4: Likewise.
41461         * m4/getline.m4: Likewise.
41462         * m4/lstat.m4: Likewise.
41463         * m4/malloc.m4: Likewise.
41464         * m4/memcmp.m4: Likewise.
41465         * m4/putenv.m4: Likewise.
41466         * m4/realloc.m4: Likewise.
41467         * m4/regex.m4: Likewise.
41468         * m4/stat.m4: Likewise.
41469         * m4/strftime.m4: Likewise.
41470         Suggestion from Alain Magloire.
41471
41472         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
41473         an argument.
41474
41475         * m4/regex.m4: Add a run-time Test for proper operation of
41476         re_compile_pattern.
41477
41478 1999-01-31  Jim Meyering  <meyering@ascend.com>
41479
41480         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
41481
41482 1999-01-30  Jim Meyering  <meyering@ascend.com>
41483
41484         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
41485
41486         * m4/jm-mktime.m4: Make this a wrapper around the official
41487         AM_FUNC_MKTIME rather than my private copy, now that the official one
41488         is up to date.
41489         * m4/mktime.m4: Remove file.
41490
41491         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
41492         * m4/uptime.m4: Likewise.
41493         * m4/uintmax_t.m4: Likewise.
41494
41495 1999-01-28  Jim Meyering  <meyering@ascend.com>
41496
41497         * m4/jm-macros.m4: Use jm_AFS.
41498         * m4/afs.m4: New file (from fileutils' configure.in).
41499
41500         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
41501         * m4/chown.m4: Likewise.
41502         * m4/d-ino.m4: Likewise.
41503         * m4/d-type.m4: Likewise.
41504         * m4/fnmatch.m4: Likewise.
41505         * m4/getgroups.m4: Likewise.
41506         * m4/gettext.m4: Likewise.
41507         * m4/jm-mktime.m4: Likewise.
41508         * m4/jm-winsz2.m4: Likewise.
41509         * m4/lcmessage.m4: Likewise.
41510         * m4/ls-mntd-fs.m4: Likewise.
41511         * m4/malloc.m4: Likewise.
41512         * m4/memcmp.m4: Likewise.
41513         * m4/putenv.m4: Likewise.
41514         * m4/realloc.m4: Likewise.
41515         * m4/st_mtim.m4: Likewise.
41516         * m4/strftime.m4: Likewise.
41517
41518 1999-01-16  Jim Meyering  <meyering@ascend.com>
41519
41520         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
41521         (ARGMATCH_DIE_DECL): Define.
41522
41523 1999-01-12  Jim Meyering  <meyering@ascend.com>
41524
41525         * m4/Makefile.am.in: Rewrite to avoid using fmt.
41526         Reported by Lars Hecking.
41527
41528 1999-01-10  Jim Meyering  <meyering@ascend.com>
41529
41530         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
41531         gross kludge.
41532         * m4/inttypes_h.m4: Likewise.
41533         * m4/lstat.m4: Likewise.
41534         * m4/malloc.m4: Likewise.
41535         * m4/readdir.m4: Likewise.
41536         * m4/realloc.m4: Likewise.
41537         * m4/st_dm_mode.m4: Likewise.
41538         * m4/stat.m4: Likewise.
41539         * m4/utimbuf.m4: Likewise.
41540         * m4/utimes.m4: Likewise.
41541
41542         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
41543         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
41544         comments in config.h.in are meaningful.
41545
41546         * m4/jm-macros.m4: Require autoconf-2.13 here.
41547
41548         * m4/regex.m4: By default, don't use the included regex.c on systems
41549         with glibc 2.  Suggestion from Uli Drepper.
41550
41551 1999-01-02  Jim Meyering  <meyering@ascend.com>
41552
41553         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
41554
41555 1998-12-18  Jim Meyering  <meyering@ascend.com>
41556
41557         * m4/Makefile.am.in (Makefile.am): Simplify rule.
41558         Based on a suggestion from Lars Hecking.
41559
41560 1998-11-16  Paul Eggert  <eggert@twinsun.com>
41561
41562         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
41563
41564 1998-11-16  Jim Meyering  <meyering@ascend.com>
41565
41566         * m4/lfs.m4: Double-quote the `uname...` expression.
41567
41568 1998-11-14  Jim Meyering  <meyering@ascend.com>
41569
41570         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
41571         * m4/stat.m4: Likewise.
41572
41573 1998-11-03  Jim Meyering  <meyering@ascend.com>
41574
41575         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
41576         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
41577
41578 1998-10-18  Jim Meyering  <meyering@ascend.com>
41579
41580         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
41581
41582 1998-10-17  Jim Meyering  <meyering@ascend.com>
41583
41584         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
41585         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
41586         calls for those previously hard-coded headers.  Instead, take a new
41587         parameter.
41588         (jm_CHECK_DECLARATIONS): Reflect interface change.
41589         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
41590         (jm_CHECK_DECL_LOCALTIME_R): New macro.
41591
41592         * m4/mktime.m4: Test for spring-forward gap before long-running test.
41593
41594 1998-10-14  Jim Meyering  <meyering@ascend.com>
41595
41596         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
41597         instead of "TZ=America/Vancouver".  From Paul Eggert.
41598
41599 1998-10-11  Jim Meyering  <meyering@ascend.com>
41600
41601         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
41602         This adds a test for a recently added compatibility fix for mktime.c.
41603         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
41604
41605 1998-09-27  Jim Meyering  <meyering@ascend.com>
41606
41607         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
41608
41609         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
41610         ../configure.in, including a change from Gordon Matzigkeit to allow
41611         cross-compiling for the Hurd.
41612
41613         * m4/glibc.m4: New file/macro to test for the GNU C Library
41614         versions 1 and 2.  From Gordon Matzigkeit.
41615         Indent.
41616
41617 1998-09-21  Jim Meyering  <meyering@ascend.com>
41618
41619         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
41620
41621 1998-08-18  Paul Eggert  <eggert@twinsun.com>
41622
41623         Port nanosecond-resolution times to UnixWare 2.1.2 and
41624         pedantic Solaris 2.6.
41625
41626         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
41627         AC_STRUCT_ST_MTIM.
41628         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
41629         Generate name of ns member, instead of just 1 or undef.
41630         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
41631
41632 1998-08-15  Jim Meyering  <meyering@ascend.com>
41633
41634         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
41635         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
41636         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
41637         instead of jm_TYPE_SSIZE_T.
41638
41639 1998-08-12  Jim Meyering  <meyering@ascend.com>
41640
41641         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
41642
41643 1998-08-02  Jim Meyering  <meyering@ascend.com>
41644
41645         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
41646         in acconfig.h manually.
41647
41648 1998-07-31  Paul Eggert  <eggert@twinsun.com>
41649
41650         * m4/st_mtim.m4: New file.
41651
41652 1998-07-28  Jim Meyering  <meyering@ascend.com>
41653
41654         * m4/utimes.m4: Undef stat.
41655
41656 1998-07-25  Jim Meyering  <meyering@ascend.com>
41657
41658         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
41659         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
41660
41661 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
41662
41663         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
41664         uid and gid actually remain unchanged.
41665
41666 1998-07-07  Jim Meyering  <meyering@ascend.com>
41667
41668         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
41669
41670 1998-07-04  Jim Meyering  <meyering@ascend.com>
41671
41672         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
41673         to prove that this macro can be used in packages without regex.c.
41674
41675 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
41676
41677         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
41678         is to be used.
41679
41680 1998-07-03  Jim Meyering  <meyering@ascend.com>
41681
41682         * m4/gettext.m4: Add -lintl if it's found to be necessary.
41683
41684         * m4/gettext.m4: New file -- from gettext-0.10.35.
41685         * m4/lcmessage.m4: Likewise.
41686         * m4/progtest.m4: Likewise.
41687
41688         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
41689         * m4/jm-macros.m4: Require the new macro.
41690
41691 1998-06-29  Jim Meyering  <meyering@ascend.com>
41692
41693         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
41694         for the definition of NGROUPS (used in a system header included
41695         by sys/mount.h).
41696
41697 1998-06-28  Jim Meyering  <meyering@ascend.com>
41698
41699         * m4/ls-mntd-fs.m4: New file.
41700         * m4/fstypename.m4: New file.
41701
41702         * m4/jm-macros.m4: Require the new macro.
41703         * m4/jm-glibc-io.m4: New file.
41704
41705 1998-05-19  Jim Meyering  <meyering@ascend.com>
41706
41707         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
41708         * m4/lchown.m4: New file.
41709
41710         * m4/Makefile.am.in: New file.
41711         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
41712
41713 1998-05-14  Jim Meyering  <meyering@ascend.com>
41714
41715         * m4/Makefile.am (EXTRA_DIST): Add them.
41716         * m4/jm-macros.m4: New file.
41717         * m4/utimbuf.m4: New file.
41718
41719 1998-05-12  Jim Meyering  <meyering@ascend.com>
41720
41721         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
41722
41723 1998-05-11  Jim Meyering  <meyering@ascend.com>
41724
41725         * m4/isc-posix.m4: New file.
41726
41727 1998-05-10  Jim Meyering  <meyering@ascend.com>
41728
41729         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
41730
41731 1998-05-09  Jim Meyering  <meyering@ascend.com>
41732
41733         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
41734         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
41735         with automake.
41736
41737         * m4/ssize_t.m4: New file.
41738         * m4/mktime.m4: Remove file -- the new automake has this now.
41739
41740 1998-04-26  Jim Meyering  <meyering@ascend.com>
41741
41742         * m4/assert.m4: New file.
41743         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
41744
41745 1998-04-05  Jim Meyering  <meyering@ascend.com>
41746
41747         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
41748         (jm_PREREQ): Use it here.
41749
41750 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
41751
41752         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
41753         in acconfig.h.
41754
41755 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
41756
41757         * m4/prereq.m4: New file.
41758         * m4/error.m4: New file.
41759         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
41760
41761 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
41762
41763         * m4/getline.m4: Don't set am_cv_func_working_getline before the
41764         cache-check for the same variable -- that defeated the purpose of
41765         the test; the test program was never run.  This was a problem only
41766         on systems with losing getline functions -- HP-UX 10.20 is one.
41767         Reported by Bjorn Helgaas.
41768
41769 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
41770
41771         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
41772
41773 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
41774
41775         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
41776
41777         * m4/const.m4: New file.  Use an initializer in this declaration
41778         typedef int charset[2]; const charset x;
41779         Reported by Bob Glickstein.
41780
41781 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
41782
41783         * m4/chown.m4: Fix reversed types on -1 args to chown.
41784         From Kaveh Ghazi.
41785
41786 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
41787
41788         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
41789         Add lseek and memchr.
41790
41791         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
41792         T.E.Dickey <dickey@clark.net> said that some older preprocessors
41793         have a 20-character limit on names.
41794
41795 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
41796
41797         * m4/inttypes_h.m4: New file.
41798         * m4/uintmax_t.m4: New file.
41799         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
41800
41801
41802         -----
41803
41804         Local Variables:
41805         coding: utf-8
41806         End:
41807
41808         Copyright (C) 1997-2008 Free Software Foundation, Inc.
41809
41810         Copying and distribution of this file, with or without
41811         modification, are permitted provided the copyright notice
41812         and this notice are preserved.