9796c3b76667effe4332a0f14bf6c0c5b588eb98
[gnulib.git] / ChangeLog
1 2007-05-06  Bruno Haible  <bruno@clisp.org>
2
3         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4         Update with info about Cygwin.
5         * doc/functions/fprintf.texi: Update.
6         * doc/functions/printf.texi: Update.
7         * doc/functions/snprintf.texi: Update.
8         * doc/functions/sprintf.texi: Update.
9         * doc/functions/vfprintf.texi: Update.
10         * doc/functions/vprintf.texi: Update.
11         * doc/functions/vsnprintf.texi: Update.
12         * doc/functions/vsprintf.texi: Update.
13         Reported by Eric Blake.
14
15 2007-05-06  Bruno Haible  <bruno@clisp.org>
16
17         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
18         padding ourselves for the floating-point directives.
19         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
20         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
21         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22         gl_PRINTF_FLAG_ZERO and test its result. Invoke
23         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
24         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
26         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31         * tests/test-snprintf-posix.h (test_function): Also check the width
32         and some flags in the %f directive.
33         * tests/test-sprintf-posix.h (test_function): Likewise.
34         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35         * tests/test-vasprintf-posix.c (test_function): Likewise.
36         * doc/functions/fprintf.texi: Update.
37         * doc/functions/printf.texi: Update.
38         * doc/functions/snprintf.texi: Update.
39         * doc/functions/sprintf.texi: Update.
40         * doc/functions/vfprintf.texi: Update.
41         * doc/functions/vprintf.texi: Update.
42         * doc/functions/vsnprintf.texi: Update.
43         * doc/functions/vsprintf.texi: Update.
44
45 2007-05-06  Bruno Haible  <bruno@clisp.org>
46
47         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
48         pass the ' flag character to sprintf or snprintf.
49         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
50         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
51         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
52         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
53         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
54         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
55         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
56         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
57         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
58         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
59         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
60         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
61         * tests/test-snprintf-posix.h (test_function): Also check the grouping
62         flag.
63         * tests/test-sprintf-posix.h (test_function): Likewise.
64         * tests/test-vasnprintf-posix.c (test_function): Likewise.
65         * tests/test-vasprintf-posix.c (test_function): Likewise.
66         * doc/functions/fprintf.texi: Update.
67         * doc/functions/printf.texi: Update.
68         * doc/functions/snprintf.texi: Update.
69         * doc/functions/sprintf.texi: Update.
70         * doc/functions/vfprintf.texi: Update.
71         * doc/functions/vprintf.texi: Update.
72         * doc/functions/vsnprintf.texi: Update.
73         * doc/functions/vsprintf.texi: Update.
74
75 2007-05-01  Bruno Haible  <bruno@clisp.org>
76
77         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
78
79 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
80
81         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
82         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
83
84 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
85
86         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
87         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
88         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
89
90 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
91
92         * lib/argp-help.c (struct hol_entry): New member `ord'.
93         (HOL_ENTRY_PTRCMP): Use ord for comparison
94         (hol_sort): Initialize ord.
95
96 2007-05-01  Bruno Haible  <bruno@clisp.org>
97
98         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
99         Reported by Eric Blake.
100         * doc/gnulib.texi (Function Substitutes): Update.
101
102 2007-05-01  Bruno Haible  <bruno@clisp.org>
103
104         * doc/functions.texi: Remove file, now redundant through
105         doc/functions/*.texi.
106
107 2007-05-01  Bruno Haible  <bruno@clisp.org>
108
109         * modules/argp (Depends-on): Add sleep.
110
111 2007-05-01  Bruno Haible  <bruno@clisp.org>
112
113         * modules/sleep-tests: New file.
114         * tests/test-sleep.c: New file.
115
116         * modules/sleep: New file.
117         * lib/sleep.c: New file.
118         * m4/sleep.m4: New file.
119         * lib/unistd_.h (sleep): New declaration.
120         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
121         HAVE_SLEEP.
122         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
123         * doc/functions/sleep.texi: Document the sleep module.
124
125 2007-05-01  Bruno Haible  <bruno@clisp.org>
126
127         * lib/sigprocmask.h: Remove file.
128         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
129         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
130         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
131         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
132         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
133         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
134         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
135         HAVE_SIGSET_T as a shell variable.
136         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
137         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
138         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
139         (Depends-on): Add signal. Remove verify.
140         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
141         (Include): Mention <signal.h> instead of sigprocmask.h.
142         * NEWS: Mention the change.
143         * lib/fatal-signal.c: Don't include sigprocmask.h.
144
145 2007-05-01  Bruno Haible  <bruno@clisp.org>
146
147         * modules/signal: New file.
148         * lib/signal_.h: New file.
149         * m4/signal_h.m4: New file.
150
151 2007-05-01  Bruno Haible  <bruno@clisp.org>
152
153         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
154         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
155         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
156         HAVE_WCTYPE_CTMP_BUG into wctype.h.
157
158 2007-05-01  Bruno Haible  <bruno@clisp.org>
159
160         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
161         configure time.
162         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
163         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
164         * modules/sys_stat (Makefile.am): Substitute their values into
165         sys/stat.h.
166
167 2007-05-01  Bruno Haible  <bruno@clisp.org>
168
169         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
170         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
171         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
172
173 2007-05-01  Bruno Haible  <bruno@clisp.org>
174
175         * doc/header/assert.texi: Undo last change: don't mention the gnulib
176         'assert' module here.
177
178 2007-05-01  Bruno Haible  <bruno@clisp.org>
179
180         * doc/functions/*.texi: New files.
181         * doc/functions/google-ranking.txt: New file.
182         * doc/gnulib.texi (Function Substitutes): New chapter.
183         (ctime, inet_ntoa): Remove sections.
184         * doc/ctime.texi: Remove file.
185         * doc/inet_ntoa.texi: Remove file.
186         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
187         dependencies.
188         (%.info): New rule, specifying a --reference-limit.
189
190 2007-05-01  Bruno Haible  <bruno@clisp.org>
191
192         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
193
194 2007-05-01  Bruno Haible  <bruno@clisp.org>
195
196         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
197         the portability of 'mkdir' to mingw systems.
198
199 2007-05-01  Bruno Haible  <bruno@clisp.org>
200
201         * doc/headers/google-ranking.txt: New file.
202
203 2007-04-30  Eric Blake  <ebb9@byu.net>
204
205         Prefer fseeko to fseek.
206         * modules/getpass (Depends-on): Add fseeko.
207         * lib/getpass.c (getpass): Use fseeko, not fseek.
208
209 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
210
211         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
212         assumes the sorting is stable, while most qsort implementations
213         are not.  Use argument addresses to ensure they never compare as
214         equal.
215
216         * tests/test-argp-2.sh (usage-indent test): Fix output
217         (func_compare): Restore diff options
218         * tests/test-argp.c: Restore #include "progname.h"
219
220 2007-04-29  Bruno Haible  <bruno@clisp.org>
221
222         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
223         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
224         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
225         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
226         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
227         (configure.ac): Define CHECK_SNPRINTF_POSIX.
228         (TESTS, check_PROGRAMS): Add test-snprintf.
229         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
230         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
231         (TESTS, check_PROGRAMS): Add test-vsnprintf.
232         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
233         assertions that fail on HP-UX, OSF/1, or IRIX.
234         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
235
236 2007-04-29  Bruno Haible  <bruno@clisp.org>
237
238         * MODULES.html.sh (posix_functions): Remove 'contents'.
239
240 2007-04-29  Karl Berry  <karl@gnu.org>
241
242         * config/srclist.txt (gendocs_template_min): new entry.
243
244 2007-04-29  Bruno Haible  <bruno@clisp.org>
245
246         Work around fpurge bug on BSD systems.
247         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
248         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
249         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
250         fpurge to rpl_fpurge if the system already has this function.
251         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
252         the case where the system already has this function. Correct invariants
253         on BSD systems.
254         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
255         BSD systems.
256
257 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
258
259         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
260         proposed by Sven Verdoolaege.
261
262         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
263         options.
264         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
265         (usage and help tests): Update
266
267 2007-04-29  Bruno Haible  <bruno@clisp.org>
268
269         * tests/test-fflush.c (main): Use a file of size 17, not 10.
270         Print more information in case of failure. Disable a test on BeOS.
271
272 2007-04-29  Bruno Haible  <bruno@clisp.org>
273
274         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
275         This helps debugging on systems on which no gdb is available.
276
277 2007-04-29  Bruno Haible  <bruno@clisp.org>
278
279         * lib/freading.h: Improve comments.
280         * lib/fwriting.h: Likewise.
281         * tests/test-freading.c (main): Don't check freading immediately after
282         repositioning. Needed for glibc.
283
284 2007-04-29  Bruno Haible  <bruno@clisp.org>
285
286         * lib/freading.c (freading): Trivial simplification.
287
288 2007-04-28  Bruno Haible  <bruno@clisp.org>
289
290         * tests/test-fwriting.c (main): Also test the interaction between
291         fflush and fwriting.
292         * modules/fwriting-tests (Depends-on): Add fflush.
293
294         * tests/test-freading.c (main): Also test the interaction between
295         fflush and freading.
296         * modules/freading-tests (Depends-on): Add fflush.
297
298 2007-04-28  Bruno Haible  <bruno@clisp.org>
299
300         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
301         fseeko and ftello.
302         Suggested by Eric Blake.
303
304 2007-04-28  Jim Meyering  <jim@meyering.net>
305
306         Avoid false-negative in gl_STDINT_H's C99 conformance test.
307         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
308         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
309
310 2007-04-27  Eric Blake  <ebb9@byu.net>
311
312         * doc/headers/assert.texi (assert.h): Document assert module use.
313
314 2007-04-27  Bruno Haible  <bruno@clisp.org>
315
316         * doc/headers/*.texi: New files.
317         * doc/gnulib.texi (Header File Substitutes): New chapter.
318         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
319         dependencies.
320         (standards.info ,standards.html, standards.dvi): Update dependencies.
321         (mostlyclean, clean): New targets.
322
323 2007-04-27  Bruno Haible  <bruno@clisp.org>
324
325         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
326         * modules/sysexits (Files, Makefile.am): Update.
327
328         * lib/sys_socket_.h: Renamed from lib/socket_.h.
329         * modules/sys_socket (Files, Makefile.am): Update.
330
331         * lib/sys_stat_.h: Renamed from lib/stat_.h.
332         * modules/sys_stat (Files, Makefile.am): Update.
333
334 2007-04-27  Eric Blake  <ebb9@byu.net>
335
336         * lib/freading.h: Improve comments.
337         * lib/fwriting.h: Likewise.
338         * lib/fflush.c: Likewise.
339
340         Fix closein for mingw.
341         * modules/closein-tests: Add tests for closein.
342         * tests/test-closein.c: New file.
343         * tests/test-closein.sh: Likewise.
344         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
345         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
346
347 2007-04-27  Bruno Haible  <bruno@clisp.org>
348
349         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
350         version is < 6.
351         * lib/math_.h [__DECC]: Likewise.
352         * lib/stdio_.h [__DECC]: Likewise.
353         * lib/stdlib_.h [__DECC]: Likewise.
354         * lib/string_.h [__DECC]: Likewise.
355         * lib/time_.h [__DECC]: Likewise.
356         * lib/wchar_.h [__DECC]: Likewise.
357         * lib/wctype_.h [__DECC]: Likewise.
358
359 2007-04-27  Bruno Haible  <bruno@clisp.org>
360
361         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
362
363 2007-04-27  Bruno Haible  <bruno@clisp.org>
364
365         * lib/fflush.c: Add comments.
366         * modules/fpurge-tests (Depends-on): Add fflush.
367         * modules/freadable-tests (Depends-on): Likewise.
368         * modules/fwritable-tests (Depends-on): Likewise.
369
370 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
371
372         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
373         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
374         Report by Bruno Haible <bruno@clisp.org>.
375
376 2007-04-26  Eric Blake  <ebb9@byu.net>
377
378         Fix fflush on mingw.
379         * modules/fflush (Depends-on): Add freading.
380         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
381         but unread data.
382
383 2007-04-26  Eric Blake  <ebb9@byu.net>
384         and Bruno Haible  <bruno@clisp.org>
385
386         Implement freading and fwriting.
387         * lib/freading.c: New file.
388         * lib/freading.h: Likewise.
389         * m4/freading.m4: Likewise.
390         * modules/freading: Likewise.
391         * modules/freading-tests: Likewise.
392         * tests/test-freading.c: Likewise.
393         * lib/fwriting.c: New file.
394         * lib/fwriting.h: Likewise.
395         * m4/fwriting.m4: Likewise.
396         * modules/fwriting: Likewise.
397         * modules/fwriting-tests: Likewise.
398         * tests/test-fwriting.c: Likewise.
399         * MODULES.html.sh (File stream based Input/Output): Mention them.
400
401 2007-04-26  Bruno Haible  <bruno@clisp.org>
402
403         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
404         'long' when we assume it.
405         Suggested by Eric Blake.
406
407 2007-04-26  Bruno Haible  <bruno@clisp.org>
408
409         Ensure fseeko, ftello are declared on glibc systems.
410         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
411         * modules/fseeko (configure.ac-early): Likewise.
412         * modules/ftello (configure.ac-early): Likewise.
413         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
414         AC_FUNC_FSEEKO for this.
415         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
416         (gl_CHECK_FSEEKO): Remove macro.
417
418 2007-04-26  Bruno Haible  <bruno@clisp.org>
419
420         * tests/test-fflush.c (main): Also check the ftell result after
421         fflush and fseek/fseeko.
422         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
423         file descriptor position cache in the stream.
424         * lib/fseeko.c (rpl_fseeko): Likewise.
425
426 2007-04-26  Bruno Haible  <bruno@clisp.org>
427
428         * modules/fflush-tests (Depends-on): Add fseeko.
429
430 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
431             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
432
433         * lib/argz_.h: ensure error_t definition is obtained in same
434         mechanism system argz.h would have.
435         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
436         argz facilities are known bad.  Err on the side of caution if
437         cross-compiling.
438
439 2007-04-25  Eric Blake  <ebb9@byu.net>
440
441         * lib/fpurge.c (includes): Use stdlib.h for free.
442         * tests/test-fflush.c (main): Also test fflush-fseeko.
443
444 2007-04-25  Bruno Haible  <bruno@clisp.org>
445
446         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
447         * lib/fseeko.c: New file.
448         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
449         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
450         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
451         gl_FUNC_FSEEKO.
452         (gl_FUNC_FSEEKO): Invoke it.
453         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
454         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
455         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
456
457 2007-04-25  Bruno Haible  <bruno@clisp.org>
458
459         * modules/fflush (Depends-on): Add ftello.
460
461 2007-04-25  Bruno Haible  <bruno@clisp.org>
462
463         * modules/ftello-tests: New file.
464         * tests/test-ftello.c: New file.
465
466         * modules/ftello: New file.
467         * m4/ftello.m4: New file.
468         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
469         HAVE_FTELLO.
470         * lib/stdio_.h (ftello): New declaration.
471         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
472         HAVE_FTELLO.
473
474 2007-04-25  Bruno Haible  <bruno@clisp.org>
475
476         * modules/fseeko-tests: New file.
477         * tests/test-fseeko.c: New file.
478
479         * modules/fseeko: New file.
480         * m4/fseeko.m4: New file.
481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
482         HAVE_FSEEKO.
483         * lib/stdio_.h (fseeko): New declaration.
484         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
485         HAVE_FSEEKO.
486
487 2007-04-25  Bruno Haible  <bruno@clisp.org>
488
489         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
490
491 2007-04-25  Bruno Haible  <bruno@clisp.org>
492
493         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
494         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
495         * tests/test-unistd.c: Likewise.
496         * tests/test-fcntl.c: Likewise.
497
498 2007-04-23  Eric Blake  <ebb9@byu.net>
499
500         * lib/fflush.c: Fix missing include.
501         Reported by Bruno Haible.
502
503 2007-04-23  Bruno Haible  <bruno@clisp.org>
504
505         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
506         Reported by Eric Blake.
507
508 2007-04-23  Bruno Haible  <bruno@clisp.org>
509
510         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
511
512 2007-04-23  Bruno Haible  <bruno@clisp.org>
513
514         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
515
516 2007-04-23  Bruno Haible  <bruno@clisp.org>
517
518         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
519         Needed on HP-UX 11.
520
521 2007-04-16  Eric Blake  <ebb9@byu.net>
522
523         Make fflush rely on fpurge.
524         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
525         open coding all variants.
526         * modules/fflush (Depends-on): Add fpurge and unistd.
527         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
528         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
529
530         Fix --with-tests compilation on cygwin.
531         * modules/argmatch-tests (Makefile.am): List gnulib library first
532         in LDADD.
533         * modules/argp-tests (Makefile.am): Likewise.
534         * modules/array-list-tests (Makefile.am): Likewise.
535         * modules/array-oset-tests (Makefile.am): Likewise.
536         * modules/avltree-list-tests (Makefile.am): Likewise.
537         * modules/avltree-oset-tests (Makefile.am): Likewise.
538         * modules/avltreehash-list-tests (Makefile.am): Likewise.
539         * modules/carray-list-tests (Makefile.am): Likewise.
540         * modules/dirname-tests (Makefile.am): Likewise.
541         * modules/frexp-tests (Makefile.am): Likewise.
542         * modules/isnanl-tests (Makefile.am): Likewise.
543         * modules/linked-list-tests (Makefile.am): Likewise.
544         * modules/linkedhash-list-tests (Makefile.am): Likewise.
545         * modules/lock-tests (Makefile.am): Likewise.
546         * modules/rbtree-list-tests (Makefile.am): Likewise.
547         * modules/rbtree-oset-tests (Makefile.am): Likewise.
548         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
549         * modules/tls-tests (Makefile.am): Likewise.
550         * modules/tsearch-tests (Makefile.am): Likewise.
551         * modules/xvasprintf-tests (Makefile.am): Likewise.
552
553         Fix fpurge for cygwin.
554         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
555         value.
556         * modules/fpurge-tests (Depends-on): Clean up trash.
557
558 2007-04-16  Simon Josefsson  <simon@josefsson.org>
559
560         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
561
562         * m4/autobuild.m4: Re-indent.
563
564 2007-04-13  Bruno Haible  <bruno@clisp.org>
565
566         * modules/fpurge-tests: New file.
567         * tests/test-fpurge.c: New file.
568
569         * modules/fpurge: New file.
570         * lib/fpurge.h: New file.
571         * lib/fpurge.c: New file.
572         * m4/fpurge.m4: New file.
573
574 2007-04-13  Bruno Haible  <bruno@clisp.org>
575
576         * modules/fbufmode-tests: New file.
577         * tests/test-fbufmode.c: New file.
578
579         * modules/fbufmode: New file.
580         * lib/fbufmode.h: New file.
581         * lib/fbufmode.c: New file.
582         * m4/fbufmode.m4: New file.
583
584 2007-04-13  Bruno Haible  <bruno@clisp.org>
585
586         * modules/fwritable-tests: New file.
587         * tests/test-fwritable.c: New file.
588
589         * modules/fwritable: New file.
590         * lib/fwritable.h: New file.
591         * lib/fwritable.c: New file.
592         * m4/fwritable.m4: New file.
593
594 2007-04-13  Bruno Haible  <bruno@clisp.org>
595
596         * modules/freadable-tests: New file.
597         * tests/test-freadable.c: New file.
598
599         * modules/freadable: New file.
600         * lib/freadable.h: New file.
601         * lib/freadable.c: New file.
602         * m4/freadable.m4: New file.
603
604 2007-04-13  Bruno Haible  <bruno@clisp.org>
605
606         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
607         MOSTLYCLEANFILES.
608
609 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
610
611         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
612         gzip bootstrap.conf to avoid dragging in i18n machinery.
613         (gnulib_tool_option): Use it.
614
615 2007-04-13  Bruno Haible  <bruno@clisp.org>
616
617         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
618         %F directives.
619         * tests/test-vasprintf-posix.c (test_function): Likewise.
620         * tests/test-snprintf-posix.h (test_function): Likewise.
621         * tests/test-sprintf-posix.h (test_function): Likewise.
622         * tests/test-fprintf-posix.h (test_function): Likewise.
623         * tests/test-printf-posix.h (test_function): Likewise.
624         * tests/test-fprintf-posix.out: Likewise.
625
626 2007-04-13  Bruno Haible  <bruno@clisp.org>
627
628         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
629         * modules/tls-tests (configure.ac): Likewise.
630         Reported by Arto C. Nirkko <anirkko@insel.ch>.
631
632 2007-04-13  Bruno Haible  <bruno@clisp.org>
633
634         * lib/tls.c (glthread_tls_get): Fix return type.
635         Patch by Arto C. Nirkko <anirkko@insel.ch>.
636
637 2007-04-12  Eric Blake  <ebb9@byu.net>
638
639         * modules/gettime (Depends-on): Remove gettime.
640         Reported by Dmitry V. Levin.
641
642 2007-04-12  Bruno Haible  <bruno@clisp.org>
643
644         * modules/fflush (Include): Mention <stdio.h>.
645         * modules/strtoimax (Include): Mention <inttypes.h>.
646         * modules/strtoumax (Include): Likewise.
647
648 2007-04-12  Eric Blake  <ebb9@byu.net>
649
650         * .cvsignore: New file.
651         * .gitignore: Likewise.
652
653 2007-04-12  Bruno Haible  <bruno@clisp.org>
654
655         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
656         not before, since $(LDADD) often contains libgnu.a.
657         * modules/striconv-tests (test_striconv_LDADD): Likewise.
658         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
659         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
660         Needed on Cygwin.
661
662 2007-04-12  Eric Blake  <ebb9@byu.net>
663
664         Work around glibc's failure to flush stdin on fclose.
665         * lib/closein.c (close_stdin): Flush stdin before closing.
666
667         Work around glibc's failure to reset seekable stdin on exit.
668         * modules/closein: New module.
669         * lib/closein.c: New file.
670         * lib/closein.h: Likewise.
671         * m4/closein.m4: Likewise.
672         * MODULES.html.sh (File stream based Input/Output): Document it.
673
674 2007-04-12  Simon Josefsson  <simon@josefsson.org>
675
676         * gnulib-tool: Rename generated 'autobuild' script to
677         'do-autobuild' in --create-megatestdir output.
678
679         * doc/gnulib.texi (Build robot for gnulib): Fix.
680
681 2007-04-12  Simon Josefsson  <simon@josefsson.org>
682
683         * modules/sysexits (Depends-on): Add absolute-header.
684
685 2007-04-12  Eric Blake  <ebb9@byu.net>
686
687         No need to preserve errno on success.
688         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
689         Reported by Bruno Haible.
690
691 2007-04-12  Simon Josefsson  <simon@josefsson.org>
692
693         * MODULES.html.sh (Support for maintaining and releasing
694         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
695
696 2007-04-12  Simon Josefsson  <simon@josefsson.org>
697
698         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
699
700 2007-04-12  Simon Josefsson  <simon@josefsson.org>
701
702         * modules/autobuild: New module.
703
704         * m4/autobuild.m4: New file.
705
706 2007-04-11  Bruno Haible  <bruno@clisp.org>
707
708         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
709         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
710         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
711         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
712         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
713         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
714         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
715         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
716         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
717         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
718         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
719         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
720         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
721         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
722         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
723         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
724         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
725         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
726         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
727         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
728         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
729         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
730         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
731         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
732         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
733         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
734         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
735         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
736         Reported by Eric Blake.
737
738 2007-04-11  Bruno Haible  <bruno@clisp.org>
739
740         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
741
742 2007-04-10  Bruno Haible  <bruno@clisp.org>
743
744         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
745         for NaN and Infinity. Needed on FreeBSD 6.1.
746         * tests/test-vasnprintf-posix.c (test_function): Undo last change
747         regarding results for "%010a" of Infinity and NaN.
748         * tests/test-vasprintf-posix.c (test_function): Likewise.
749         * tests/test-snprintf-posix.h (test_function): Likewise.
750         * tests/test-sprintf-posix.h (test_function): Likewise.
751         * tests/test-fprintf-posix.h (test_function): Likewise.
752         * tests/test-printf-posix.h (test_function): Likewise.
753         * tests/test-fprintf-posix.out: Likewise.
754
755 2007-04-10  Bruno Haible  <bruno@clisp.org>
756
757         * modules/locale-tests: New file.
758         * tests/test-locale.c: New file.
759
760         * modules/locale: New file.
761         * lib/locale_.h: New file.
762         * m4/locale_h.m4: New file.
763
764 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
765             Bruno Haible  <bruno@clisp.org>
766
767         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
768         be determined, test for availability of the copysignf, copysign,
769         copysignl functions.
770         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
771         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
772         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
773
774 2007-04-09  Eric Blake  <ebb9@byu.net>
775
776         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
777         * modules/stdio (Makefile.am): Support fflush.
778         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
779         * modules/fflush: New file.
780         * lib/fflush.c: Likewise.
781         * m4/fflush.m4: Likewise.
782         * modules/fflush-tests: New test.
783         * tests/test-fflush.c: Likewise.
784         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
785
786 2007-04-06  Bruno Haible  <bruno@clisp.org>
787
788         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
789         (VASNPRINTF): Use signbit for faster determination whether to print a
790         minus sign.
791         * modules/vasnprintf (Files): Remove lib/float+.h.
792         * modules/fprintf-posix (Depends-on): Add signbit.
793         * modules/snprintf-posix (Depends-on): Likewise.
794         * modules/sprintf-posix (Depends-on): Likewise.
795         * modules/vasnprintf-posix (Depends-on): Likewise.
796         * modules/vasprintf-posix (Depends-on): Likewise.
797         * modules/vfprintf-posix (Depends-on): Likewise.
798         * modules/vsnprintf-posix (Depends-on): Likewise.
799         * modules/vsprintf-posix (Depends-on): Likewise.
800
801 2007-04-06  Bruno Haible  <bruno@clisp.org>
802
803         * tests/test-frexp.c (main): Test also the sign bit of zero results.
804         * tests/test-frexpl.c (main): Likewise.
805         * tests/test-ldexpl.c (main): Likewise.
806         * modules/frexp-tests (Depends-on): Add signbit.
807         * modules/frexpl-tests (Depdends-on): Likewise.
808         * modules/ldexpl-tests (Depdends-on): Likewise.
809
810 2007-04-06  Bruno Haible  <bruno@clisp.org>
811
812         * modules/signbit-tests: New file.
813         * tests/test-signbit.c: New file.
814
815         * modules/signbit: New file.
816         * lib/signbitf.c: New file.
817         * lib/signbitd.c: New file.
818         * lib/signbitl.c: New file.
819         * m4/signbit.m4: New file.
820         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
821         (signbit): New macro.
822         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
823         REPLACE_SIGNBIT.
824         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
825         REPLACE_FREXPL into math.h.
826
827 2007-04-06  Bruno Haible  <bruno@clisp.org>
828
829         * modules/isnanf-nolibm-tests: New file.
830         * tests/test-isnanf.c: New file.
831
832         * modules/isnanf-nolibm: New file.
833         * lib/isnanf.h: New file.
834         * lib/isnanf.c: New file.
835         * lib/isnan.c: Consider the USE_FLOAT macro.
836         * m4/isnanf.m4: New file.
837
838 2007-04-06  Bruno Haible  <bruno@clisp.org>
839
840         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
841         (Link): New section.
842
843         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
844
845 2007-04-06  Bruno Haible  <bruno@clisp.org>
846
847         Assume the 'long double' type.
848         * m4/longdouble.m4: Remove file.
849         * config/srclist.txt: Don't mention longdouble.m4.
850         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
851         * lib/float+.h: Likewise.
852         * lib/frexp.c: Likewise.
853         * lib/printf-args.h: Likewise.
854         * lib/printf-args.c: Likewise.
855         * lib/printf-frexp.c: Likewise.
856         * lib/printf-parse.c: Likewise.
857         * lib/vasnprintf.c: Likewise.
858         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
859         * m4/intl.m4: Likewise.
860         * m4/isnanl.m4: Likewise.
861         * m4/printf.m4: Likewise.
862         * m4/printf-frexpl.m4: Likewise.
863         * m4/vasnprintf.m4: Likewise.
864         * modules/allocsa (Files): Remove m4/longdouble.m4.
865         * modules/gettext (Files): Likewise.
866         * modules/relocatable-prog-wrapper (Files): Likewise.
867         * modules/vasnprintf (Files): Likewise.
868         * modules/isnanl (Files): Likewise.
869         (Include): Simplify.
870         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
871         (Include): Simplify.
872         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
873         (Include): Simplify.
874         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
875         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
876         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
877         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
878         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
879         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
880         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
881         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
882         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
883         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
884         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
885         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
886         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
887         * tests/test-isnanl.c: Likewise.
888         * tests/test-snprintf-posix.h: Likewise.
889         * tests/test-sprintf-posix.h: Likewise.
890         * tests/test-vasnprintf-posix.c: Likewise.
891         * tests/test-vasnprintf-posix2.c: Likewise.
892         * tests/test-vasprintf-posix.c: Likewise.
893
894 2007-04-06  Bruno Haible  <bruno@clisp.org>
895
896         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
897         * lib/math_.h [__DECC]: Include the overridden include file through
898         #include_next, outside the double-inclusion guard.
899         * lib/stdio_.h [__DECC]: Likewise.
900         * lib/stdlib_.h [__DECC]: Likewise.
901         * lib/string_.h [__DECC]: Likewise.
902         * lib/time_.h [__DECC]: Likewise.
903         * lib/wchar_.h [__DECC]: Likewise.
904         * lib/wctype_.h [__DECC]: Likewise.
905         * lib/inttypes_.h [__DECC]: Likewise.
906         Reported by Albert Chin <china@thewrittenword.com> in
907         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
908
909 2007-04-04  Eric Blake  <ebb9@byu.net>
910
911         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
912         1.5.x.
913
914 2007-04-04  Bruno Haible  <bruno@clisp.org>
915
916         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
917         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
918
919 2007-04-04  Bruno Haible  <bruno@clisp.org>
920
921         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
922         results for "%010a" of Infinity and NaN.
923         * tests/test-vasprintf-posix.c (test_function): Likewise.
924         * tests/test-snprintf-posix.h (test_function): Likewise.
925         * tests/test-sprintf-posix.h (test_function): Likewise.
926         * tests/test-fprintf-posix.h (test_function): Remove these tests.
927         * tests/test-printf-posix.h (test_function): Likewise.
928         * tests/test-fprintf-posix.out: Update.
929         Needed for FreeBSD 6.1.
930
931 2007-04-04  Bruno Haible  <bruno@clisp.org>
932
933         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
934         directly used by the gnulib modules nor by gnulib-tool.
935
936 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
937
938         * DEPENDENCIES: Give overall description of version dependency
939         desirability.  Use more-typical names for apps.
940         Add shell, coreutils, diffutils, grep, tar, gzip.
941
942 2007-04-04  Simon Josefsson  <simon@josefsson.org>
943
944         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
945
946 2007-04-04  Karl Berry  <karl@gnu.org>
947
948         * MODULES.html.sh (func_module): missing '.
949
950 2007-04-03  Bruno Haible  <bruno@clisp.org>
951
952         * modules/argmatch-tests (Makefile.am): New variable
953         test_argmatch_LDADD.
954         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
955         * modules/array-list-tests (Makefile.am): New variable
956         test_array_list_LDADD.
957         * modules/array-oset-tests (Makefile.am): New variable
958         test_array_oset_LDADD.
959         * modules/avltree-list-tests (Makefile.am): New variable
960         test_avltree_list_LDADD.
961         * modules/avltree-oset-tests (Makefile.am): New variable
962         test_avltree_oset_LDADD.
963         * modules/avltreehash-list-tests (Makefile.am): New variable
964         test_avltreehash_list_LDADD.
965         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
966         test_canonicalize_lgpl_LDADD.
967         * modules/carray-list-tests (Makefile.am): New variable
968         test_carray_list_LDADD.
969         * modules/dirname-tests (Makefile.am): New variable
970         test_dirname_LDADD.
971         * modules/linked-list-tests (Makefile.am): New variable
972         test_linked_list_LDADD.
973         * modules/linkedhash-list-tests (Makefile.am): New variable
974         test_linkedhash_list_LDADD.
975         * modules/rbtree-list-tests (Makefile.am): New variable
976         test_rbtree_list_LDADD.
977         * modules/rbtree-oset-tests (Makefile.am): New variable
978         test_rbtree_oset_LDADD.
979         * modules/rbtreehash-list-tests (Makefile.am): New variable
980         test_rbtreehash_list_LDADD.
981         * modules/xvasprintf-tests (Makefile.am): New variable
982         test_xvasprintf_LDADD.
983         Reported by Eric Blake.
984
985 2007-04-03  Eric Blake  <ebb9@byu.net>
986
987         * DEPENDENCIES: Weaken m4 requirements.
988
989 2007-04-03  Bruno Haible  <bruno@clisp.org>
990
991         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
992         * modules/isnanl-tests (configure.ac): Likewise.
993
994 2007-04-03  Ben Pfaff  <blp@gnu.org>
995
996         * modules/iconv_open: Add $(srcdir)/ to source directory
997         references in Makefile fragments that call gperf, to fix VPATH
998         builds.
999
1000 2007-04-03  Bruno Haible  <bruno@clisp.org>
1001
1002         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
1003         * lib/ldexpl.c: Undo last change.
1004
1005 2007-04-03  Bruno Haible  <bruno@clisp.org>
1006
1007         * modules/printf-frexpl (Depends-on): Undo last change.
1008         (Files): Add m4/ldexpl.m4.
1009
1010 2007-04-03  Bruno Haible  <bruno@clisp.org>
1011
1012         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
1013         * modules/isnanl (Link): New section.
1014
1015         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
1016         * modules/frexp (Link): New section.
1017
1018         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
1019         * modules/frexpl (Link): New section.
1020
1021         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
1022         * modules/ldexpl (Link): New section.
1023
1024 2007-04-03  Bruno Haible  <bruno@clisp.org>
1025
1026         * modules/TEMPLATE-EXTENDED: New file.
1027         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
1028
1029 2007-04-03  Bruno Haible  <bruno@clisp.org>
1030
1031         * DEPENDENCIES: New file.
1032         Suggested by Simon Josefsson.
1033
1034 2007-04-03  Bruno Haible  <bruno@clisp.org>
1035
1036         * doc/gnulib.texi: Escape @.
1037
1038 2007-04-03  James Youngman  <jay@gnu.org>
1039         and Paul Eggert  <eggert@cs.ucla.edu>
1040
1041         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
1042         birthtime on all systems that have birthtime, not just those which
1043         use st_birthtimensec rather than st_birthtim.  Putting zero in
1044         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
1045         that the birth time is not available for files on an NFS mount.
1046
1047 2007-04-03  Simon Josefsson  <simon@josefsson.org>
1048
1049         * modules/memxor: Move back from crypto/, suggested by Bruno.
1050         * modules/crypto/hmac-sha1: Fix memxor dependency.
1051
1052         * modules/crypto/gc: Moved from ../.
1053
1054 2007-04-02  Eric Blake  <ebb9@byu.net>
1055
1056         * lib/ldexpl.c (includes): Avoid libm.
1057
1058         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
1059
1060 2007-04-02  Bruno Haible  <bruno@clisp.org>
1061
1062         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
1063         on IRIX.
1064
1065 2007-04-02  Bruno Haible  <bruno@clisp.org>
1066
1067         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
1068         x86 or x86_64 platforms running MacOS X.
1069         Reported by Ryan Schmidt <@ryandesign.com>.
1070
1071 2007-04-02  Bruno Haible  <bruno@clisp.org>
1072
1073         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
1074         i386.
1075
1076 2007-04-01  Simon Josefsson  <simon@josefsson.org>
1077
1078         * modules/crypto/arcfour: Moved from ../.
1079         * modules/crypto/arcfour-tests: Moved from ../.
1080         * modules/crypto/arctwo: Moved from ../.
1081         * modules/crypto/arctwo-tests: Moved from ../.
1082         * modules/crypto/des: Moved from ../.
1083         * modules/crypto/des-tests: Moved from ../.
1084         * modules/crypto/gc-arcfour: Moved from ../.
1085         * modules/crypto/gc-arcfour-tests: Moved from ../.
1086         * modules/crypto/gc-arctwo: Moved from ../.
1087         * modules/crypto/gc-arctwo-tests: Moved from ../.
1088         * modules/crypto/gc-des: Moved from ../.
1089         * modules/crypto/gc-des-tests: Moved from ../.
1090         * modules/crypto/gc-hmac-md5: Moved from ../.
1091         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
1092         * modules/crypto/gc-hmac-sha1: Moved from ../.
1093         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
1094         * modules/crypto/gc-md2: Moved from ../.
1095         * modules/crypto/gc-md2-tests: Moved from ../.
1096         * modules/crypto/gc-md4: Moved from ../.
1097         * modules/crypto/gc-md4-tests: Moved from ../.
1098         * modules/crypto/gc-md5: Moved from ../.
1099         * modules/crypto/gc-md5-tests: Moved from ../.
1100         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
1101         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
1102         * modules/crypto/gc-random: Moved from ../.
1103         * modules/crypto/gc-rijndael: Moved from ../.
1104         * modules/crypto/gc-rijndael-tests: Moved from ../.
1105         * modules/crypto/gc-sha1: Moved from ../.
1106         * modules/crypto/gc-sha1-tests: Moved from ../.
1107         * modules/crypto/gc-tests: Moved from ../.
1108         * modules/crypto/hmac-md5: Moved from ../.
1109         * modules/crypto/hmac-md5-tests: Moved from ../.
1110         * modules/crypto/hmac-sha1: Moved from ../.
1111         * modules/crypto/hmac-sha1-tests: Moved from ../.
1112         * modules/crypto/md2: Moved from ../.
1113         * modules/crypto/md2-tests: Moved from ../.
1114         * modules/crypto/md4: Moved from ../.
1115         * modules/crypto/md4-tests: Moved from ../.
1116         * modules/crypto/md5: Moved from ../.
1117         * modules/crypto/md5-tests: Moved from ../.
1118         * modules/crypto/memxor: Moved from ../.
1119         * modules/crypto/rijndael: Moved from ../.
1120         * modules/crypto/rijndael-tests: Moved from ../.
1121         * modules/crypto/sha1: Moved from ../.
1122
1123 2007-03-30  James Youngman  <jay@gnu.org>
1124
1125         * tests/test-stat-time.c (prepare_test): use chmod() rather than
1126         rename() to change the ctime of a file (because ctime is unaffected
1127         by rename on jfs2 on AIX 5.1).
1128         (main): Start by doing cleanup, in case a previous run failed leaving
1129         test files behind.
1130
1131 2007-03-31  Bruno Haible  <bruno@clisp.org>
1132
1133         Support old proprietary implementations of iconv.
1134         * modules/iconv_open: New file.
1135         * lib/iconv_.h: New file.
1136         * m4/iconv_h.m4: New file.
1137         * lib/iconv_open.c: New file.
1138         * lib/iconv_open-aix.gperf: New file.
1139         * lib/iconv_open-hpux.gperf: New file.
1140         * lib/iconv_open-irix.gperf: New file.
1141         * lib/iconv_open-osf.gperf: New file.
1142         * m4/iconv_open.m4: New file.
1143         * modules/linebreak (Depends-on): Add iconv_open.
1144         * modules/striconv (Depends-on): Likewise.
1145         * modules/striconveh (Depends-on): Likewise.
1146         * modules/unicodeio (Depends-on): Likewise.
1147         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
1148         (iconv_t)(-1).
1149         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
1150         conversion if cd is (iconv_t)(-1).
1151         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
1152         is not possible.
1153
1154 2007-03-31  Bruno Haible  <bruno@clisp.org>
1155
1156         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1157         work on Solaris either. Protect also second use of "autodetect_jp".
1158
1159 2007-03-31  Bruno Haible  <bruno@clisp.org>
1160
1161         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
1162         the function is not present.
1163
1164 2007-03-31  Bruno Haible  <bruno@clisp.org>
1165
1166         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
1167         the function is not present.
1168
1169 2007-03-31  Bruno Haible  <bruno@clisp.org>
1170
1171         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
1172         a bug in HP-UX iconv_open().
1173
1174 2007-03-31  Bruno Haible  <bruno@clisp.org>
1175
1176         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
1177         (Mathematics <math.h>): New section, add fpieee.
1178         (Input/output <stdio.h>): Add fseterr.
1179         (Mathematics <math.h>): New section, add printf-frexp.
1180         (Container data structures): Add sublist.
1181         (Core language properties): Add fpucw, inline.
1182         (Functions for greatest-width integer types <inttypes.h>): Add
1183         imaxabs, imaxdiv, inttypes.
1184         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
1185         isnanl-nolibm, ldexp.
1186         (Mathematics <math.h>): New section, add printf-frexpl.
1187         (Support for systems lacking POSIX:2001): Add fprintf-posix,
1188         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
1189         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
1190         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
1191         (Unicode string functions): Add unistr/u*-mbtoucr.
1192         (Java): Add javacomp-script, javaexec-script.
1193         (C#): Add csharpcomp-script, csharpexec-script.
1194         (Support for building libraries and executables): Add havelib,
1195         relocatable-*.
1196         (Support for maintaining and releasing projects): Renamed from
1197         'Support for maintaining and release projects'. Add announce-gen.
1198
1199 2007-03-31  Bruno Haible  <bruno@clisp.org>
1200
1201         * README: Talk primarily about git.
1202         (git and CVS): Renamed from CVS.
1203         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
1204         gnulib is available through git.
1205         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
1206
1207 2007-03-30  Bruno Haible  <bruno@clisp.org>
1208
1209         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
1210         * lib/poll_.h: Likewise.
1211         * lib/stat_.h: Likewise.
1212         * lib/sys_time_.h: Likewise.
1213         * lib/sysexit_.h: Likewise.
1214         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
1215         * lib/stdbool_.h: Likewise.
1216         * lib/byteswap_.h: Add double-inclusion guard.
1217
1218 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
1219
1220         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
1221
1222 2007-03-30  Karl Berry  <karl@gnu.org>
1223
1224         * config/srclist-update: double space after USA in the license
1225         substitution, since that's how it's usually (?) written.
1226
1227 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1228
1229         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
1230         reported by Bruno Haible.
1231
1232 2007-03-29  Bruno Haible  <bruno@clisp.org>
1233
1234         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
1235         a bug in AIX iconv().
1236
1237 2007-03-29  Bruno Haible  <bruno@clisp.org>
1238
1239         * modules/ldexpl-tests: New file.
1240         * tests/test-ldexpl.c: New file.
1241
1242 2007-03-29  Bruno Haible  <bruno@clisp.org>
1243
1244         * lib/ldexpl.c: Include fpucw.h.
1245         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
1246         multiplication.
1247         * modules/ldexpl (Depends-on): Add fpucw.
1248
1249 2007-03-29  Bruno Haible  <bruno@clisp.org>
1250
1251         * modules/ldexpl: New file.
1252         * m4/ldexpl.m4: New file.
1253         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
1254         set.
1255         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
1256         REPLACE_LDEXPL.
1257         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
1258         REPLACE_LDEXPL.
1259         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1260         gl_FUNC_LDEXPL_WORKS.
1261         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
1262         * modules/mathl (Files): Remove lib/ldexpl.c.
1263         (Depends-on): Add ldexpl.
1264
1265 2007-03-29  Bruno Haible  <bruno@clisp.org>
1266
1267         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
1268
1269 2007-03-29  Bruno Haible  <bruno@clisp.org>
1270
1271         * tests/test-striconveh.c (main): Don't assume that a direct conversion
1272         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
1273         and possibly also HP-UX.
1274         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1275         work on AIX, IRIX, HP-UX, OSF/1.
1276         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1277         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1278         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1279         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1280         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
1281         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
1282
1283 2007-03-29  Bruno Haible  <bruno@clisp.org>
1284
1285         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
1286
1287 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1288
1289         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
1290         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
1291
1292 2007-03-29  Eric Blake  <ebb9@byu.net>
1293
1294         * lib/acl-internal.h: Remove redundant include.
1295         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
1296         Cygwin when a file is locked.
1297
1298 2007-03-29  Bruno Haible  <bruno@clisp.org>
1299
1300         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
1301         file.
1302         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
1303
1304 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1305
1306         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
1307         try to remove a parent directory if the child couldn't be removed
1308         (except for the first rmdir, which could fail because the child
1309         doesn't exist).  Problem reported by Jeff Blaine in
1310         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
1311
1312 2007-03-28  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/striconveh.c (utf8conv_carefully): New function.
1315         (mem_cd_iconveh_internal): Invoke it.
1316
1317 2007-03-28  Bruno Haible  <bruno@clisp.org>
1318
1319         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
1320         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
1321         input.
1322         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
1323         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
1324         unistr/u8-uctomb.
1325
1326 2007-03-28  Bruno Haible  <bruno@clisp.org>
1327
1328         * modules/unistr/u8-mbtoucr: New file.
1329         * lib/unistr/u8-mbtoucr.c: New file.
1330         * modules/unistr/u16-mbtoucr: New file.
1331         * lib/unistr/u16-mbtoucr.c: New file.
1332         * modules/unistr/u16-mbtoucr: New file.
1333         * lib/unistr/u16-mbtoucr.c: New file.
1334         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
1335
1336 2007-03-27  Simon Josefsson  <simon@josefsson.org>
1337             Bruno Haible  <bruno@clisp.org>
1338
1339         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
1340         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
1341         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
1342
1343         * m4/stdio_h.m4: Add stubs for vasprintf too.
1344
1345         * modules/stdio: Support vasprintf in sed command.
1346
1347         * modules/vasprintf: Depend on stdio for prototypes.  Remove
1348         vasprintf.h.  Add stdio module indicator.
1349
1350         * lib/stdio_.h: Declare asprintf and vasprintf, based on
1351         vasprintf.h.
1352
1353         * lib/vasprintf.h: File removed.
1354
1355         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
1356         * lib/vasprintf.c: Ditto.
1357         * lib/xvasprintf.c: Ditto.
1358         * tests/test-vasprintf-posix.c: Ditto.
1359         * tests/test-vasprintf.c: Ditto.
1360
1361 2007-03-27  Bruno Haible  <bruno@clisp.org>
1362
1363         Make vasnprintf multithread-safe.
1364         * lib/vasnprintf.c (decimal_point_char): New function.
1365         (VASNPRINTF): Use it.
1366         Suggested by Simon Josefsson.
1367
1368 2007-03-27  Eric Blake  <ebb9@byu.net>
1369
1370         Support sub-second birthtime on cygwin.
1371         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
1372         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
1373         (get_stat_birthtime): Also work with st_birthtim.
1374
1375 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
1376
1377         * lib/stat-time.h (USE_BIRTHTIME): Remove.
1378         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
1379         (get_stat_birthtime_ns): Do not try to use "spare" fields.
1380         (get_stat_birthtime_ns): Simplify compile-time tests.
1381         (get_stat_birthtime): Change the API to look like
1382         get_stat_mtime etc., except return a negative tv_nsec on error.
1383         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
1384         Don't check for "spare" fields.
1385         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
1386         or for struct stat.st_birthtime, as these tests aren't used.
1387         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
1388
1389 2007-03-27  Bruno Haible  <bruno@clisp.org>
1390
1391         * lib/stat-time.h: Include <sys/stat.h>.
1392
1393 2007-03-27  James Youngman  <jay@gnu.org>
1394
1395         * lib/stat-time.h (get_stat_birthtime): New function for
1396           retrieving st_birthtime as provided by UFS2 (hence *BSD).
1397         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
1398           and its variants.
1399         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
1400         * modules/stat-time-test: New file.
1401         * tests/test-stat-time.c: New test, devised by Bruno Haible.
1402
1403 2007-03-26  Bruno Haible  <bruno@clisp.org>
1404
1405         Better support of signalling NaNs.
1406         * lib/atanl.c: Include isnanl.h.
1407         (atanl): Perform test for NaN at the beginning of the function and
1408         through a call to isnanl.
1409         * lib/cosl.c: Include isnanl.h.
1410         (cosl): Perform test for NaN at the beginning of the function and
1411         through a call to isnanl.
1412         * lib/ldexpl.c: Include isnanl.h.
1413         (ldexpl): Perform test for NaN through a call to isnanl.
1414         * lib/logl.c: Include isnanl.h.
1415         (logl): Perform test for NaN at the beginning of the function and
1416         through a call to isnanl.
1417         * lib/sinl.c: Include isnanl.h.
1418         (sinl): Perform test for NaN at the beginning of the function and
1419         through a call to isnanl.
1420         * lib/sqrtl.c: Include isnanl.h.
1421         (sqrtl): Perform test for NaN at the beginning of the function and
1422         through a call to isnanl.
1423         * lib/tanl.c: Include isnanl.h.
1424         (tanl): Perform test for NaN at the beginning of the function and
1425         through a call to isnanl.
1426         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
1427         * modules/mathl (Depends-on): Add isnanl.
1428
1429 2007-03-26  Eric Blake  <ebb9@byu.net>
1430
1431         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
1432         regression in logic sense of previous patch.
1433
1434 2007-03-26  Bruno Haible  <bruno@clisp.org>
1435
1436         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
1437         unportable shell command "if ! ...".
1438         Reported by Ralf Wildenhues.
1439
1440 2007-03-25  Bruno Haible  <bruno@clisp.org>
1441
1442         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
1443         <sysexits.h> file, and only add EX_CONFIG.
1444         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
1445         absolute file name and whether it is sufficient. Substitute also
1446         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
1447         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
1448         ABSOLUTE_SYSEXITS_H into sysexits.h.
1449
1450 2007-03-25  Bruno Haible  <bruno@clisp.org>
1451
1452         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
1453         hints is NULL.
1454
1455 2007-03-25  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
1458         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
1459
1460 2007-03-25  Bruno Haible  <bruno@clisp.org>
1461
1462         * lib/vasnprintf.c: Include langinfo.h.
1463         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
1464         multithread-safe.
1465         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
1466         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
1467         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1468         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1469         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1470         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1471         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1472         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
1473         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1474         Reported by Simon Josefsson.
1475
1476 2007-03-25  Bruno Haible  <bruno@clisp.org>
1477
1478         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
1479         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
1480         * modules/vasnprintf (Depends-on): Add stdint.
1481
1482 2007-03-25  Bruno Haible  <bruno@clisp.org>
1483
1484         * modules/fpieee: New file.
1485         * m4/fpieee.m4: New file.
1486         * modules/isnan-nolibm (Depends-on): Add fpieee.
1487         * modules/isnanl-nolibm (Depends-on): Add fpieee.
1488         * modules/isnanl (Depends-on): Add fpieee.
1489
1490 2007-03-25  Bruno Haible  <bruno@clisp.org>
1491
1492         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
1493
1494 2007-03-25  Bruno Haible  <bruno@clisp.org>
1495
1496         Avoid test failures on IRIX 6.5.
1497         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
1498         (main): Use it.
1499         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
1500         macros.
1501         (main): Use them.
1502
1503 2007-03-25  Bruno Haible  <bruno@clisp.org>
1504
1505         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
1506         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
1507         exists but doesn't work.
1508         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
1509         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
1510         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
1511         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
1512
1513 2007-03-25  Bruno Haible  <bruno@clisp.org>
1514
1515         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
1516         returns inf. Needed on IRIX 6.5.
1517
1518 2007-03-25  Bruno Haible  <bruno@clisp.org>
1519
1520         * tests/test-frexpl.c: Include isnanl-nolibm.h.
1521         (main): Use isnanl instead of x != x idiom.
1522         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
1523
1524         * tests/test-frexp.c: Include isnan.h.
1525         (main): Use isnan instead of x != x idiom.
1526         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
1527
1528 2007-03-25  Bruno Haible  <bruno@clisp.org>
1529
1530         * tests/test-frexp.c (NaN): New function/macro.
1531         (main): Use it instead of 0.0 / 0.0.
1532         * tests/test-isnan.c (NaN): New function/macro.
1533         (main): Use it instead of 0.0 / 0.0.
1534         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
1535         (test_function): Use it instead of 0.0 / 0.0.
1536         * tests/test-vasprintf-posix.c (NaN): New function/macro.
1537         (test_function): Use it instead of 0.0 / 0.0.
1538         * tests/test-snprintf-posix.h (NaN): New function/macro.
1539         (test_function): Use it instead of 0.0 / 0.0.
1540         * tests/test-sprintf-posix.h (NaN): New function/macro.
1541         (test_function): Use it instead of 0.0 / 0.0.
1542         * tests/test-fprintf-posix.h (NaN): New function/macro.
1543         (test_function): Use it instead of 0.0 / 0.0.
1544         * tests/test-printf-posix.h (NaN): New function/macro.
1545         (test_function): Use it instead of 0.0 / 0.0.
1546
1547         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
1548
1549 2007-03-25  Bruno Haible  <bruno@clisp.org>
1550
1551         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
1552
1553 2007-03-25  Bruno Haible  <bruno@clisp.org>
1554
1555         * lib/regexec.c (merge_state_with_log): Make static.
1556
1557 2007-03-25  Bruno Haible  <bruno@clisp.org>
1558
1559         * lib/trigl.c (kernel_rem_pio2): Make static.
1560
1561 2007-03-25  Bruno Haible  <bruno@clisp.org>
1562
1563         * lib/sincosl.c (sincosl_table): Make static.
1564
1565 2007-03-25  Bruno Haible  <bruno@clisp.org>
1566
1567         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
1568         if the compiler does not support C99.
1569
1570 2007-03-25  Bruno Haible  <bruno@clisp.org>
1571
1572         * modules/time (Makefile.am): Ensure all rule action lines start with a
1573         tab.
1574
1575 2007-03-24  Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/tsearch-tests: New file.
1578         * tests/test-tsearch.sh: New file.
1579         * tests/test-tsearch.c: New file, mostly copied from glibc.
1580
1581         * modules/search-tests: New file.
1582         * tests/test-search.c: New file.
1583
1584         * modules/search: New file.
1585         * lib/search_.h: New file, incorporating lib/tsearch.h.
1586         * m4/search_h.m4: New file.
1587         * lib/tsearch.h: Remove file.
1588         * lib/tsearch.c: Include search.h instead of tsearch.h.
1589         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
1590         HAVE_TSEARCH.
1591         * modules/tsearch (Files): Remove lib/tsearch.h.
1592         (Depends-on): Add search.
1593         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
1594         (Include): Change tsearch.h into search.h.
1595
1596 2007-03-24  Bruno Haible  <bruno@clisp.org>
1597
1598         * modules/fpucw: New file.
1599         * lib/fpucw.h: New file.
1600         * lib/frexp.c: Include fpucw.h.
1601         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1602         (FUNC): Use them.
1603         * lib/printf-frexp.c: Include fpucw.h.
1604         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1605         (FUNC): Use them.
1606         * lib/vasnprintf.c: Include fpucw.h.
1607         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
1608         'long double' calculations.
1609         * tests/test-frexpl.c: Include fpucw.h.
1610         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1611         * tests/test-printf-frexpl.c: Include fpucw.h.
1612         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1613         * modules/frexpl (Depends-on): Add fpucw.
1614         * modules/printf-frexpl (Depends-on): Likewise.
1615         * modules/fprintf-posix (Depends-on): Likewise.
1616         * modules/snprintf-posix (Depends-on): Likewise.
1617         * modules/sprintf-posix (Depends-on): Likewise.
1618         * modules/vasnprintf-posix (Depends-on): Likewise.
1619         * modules/vasprintf-posix (Depends-on): Likewise.
1620         * modules/vfprintf-posix (Depends-on): Likewise.
1621         * modules/vsnprintf-posix (Depends-on): Likewise.
1622         * modules/vsprintf-posix (Depends-on): Likewise.
1623         * modules/frexpl-tests (Depends-on): Likewise.
1624         * modules/printf-frexpl-tests (Depends-on): Likewise.
1625
1626 2007-03-24  Bruno Haible  <bruno@clisp.org>
1627
1628         * lib/float+.h: New file.
1629         * lib/isnan.c: Include float+.h.
1630         (SIZE): New macro.
1631         (FUNC): Compare only SIZE bytes of the value.
1632         * lib/vasnprintf.c: Include float+.h.
1633         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
1634         SIZEOF_LDBL or SIZEOF_DBL bytes.
1635         * modules/isnan-nolibm (Files): Add lib/float+.h.
1636         * modules/isnanl-nolibm (Files): Add lib/float+.h.
1637         * modules/isnanl (Files): Add lib/float+.h.
1638         * modules/vasnprintf (Files): Add lib/float+.h.
1639
1640 2007-03-24  Bruno Haible  <bruno@clisp.org>
1641
1642         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
1643         include isnanl-nolibm.h.
1644
1645 2007-03-24  Bruno Haible  <bruno@clisp.org>
1646
1647         * tests/test-read-file.c (main): Don't produce spurious output for
1648         expected situations. Make the test fail if it encountered unexpected
1649         results.
1650
1651 2007-03-24  Bruno Haible  <bruno@clisp.org>
1652
1653         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
1654         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
1655
1656 2007-03-24  Bruno Haible  <bruno@clisp.org>
1657
1658         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
1659
1660 2007-03-24  Bruno Haible  <bruno@clisp.org>
1661
1662         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
1663         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
1664
1665         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
1666         * modules/utf8-ucs4: Turn into a symbolic link to module
1667         unistr/u8-mbtouc.
1668
1669         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
1670         utf8-ucs4-unsafe.
1671         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
1672         unistr/u8-mbtouc-unsafe.
1673
1674         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1675         * modules/utf16-ucs4: Turn into a symbolic link to module
1676         unistr/u16-mbtouc.
1677
1678         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1679         utf16-ucs4-unsafe.
1680         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1681         unistr/u16-mbtouc-unsafe.
1682
1683         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1684         * modules/ucs4-utf8: Turn into a symbolic link to module
1685         unistr/u8-ubtomb.
1686
1687         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1688         * modules/ucs4-utf16: Turn into a symbolic link to module
1689         unistr/u16-ubtomb.
1690
1691 2007-03-24  Bruno Haible  <bruno@clisp.org>
1692
1693         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1694         Enable the function only if HAVE_INLINE.
1695         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1696         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1697         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1698         Enable the function only if HAVE_INLINE.
1699         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1700         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1701         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1702         Enable the function only if HAVE_INLINE.
1703         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1704         Enable the function only if HAVE_INLINE.
1705         * modules/utf8-ucs4: Update.
1706         * modules/utf8-ucs4-unsafe: Update.
1707         * modules/utf16-ucs4: Update.
1708         * modules/utf16-ucs4-unsafe: Update.
1709         * modules/ucs4-utf8: Update.
1710         * modules/ucs4-utf16: Update.
1711
1712 2007-03-24  Bruno Haible  <bruno@clisp.org>
1713
1714         * lib/utf8-ucs4.h: Remove file.
1715         * lib/utf8-ucs4-unsafe.h: Remove file.
1716         * lib/utf16-ucs4.h: Remove file.
1717         * lib/utf16-ucs4-unsafe.h: Remove file.
1718         * lib/ucs4-utf8.h: Remove file.
1719         * lib/ucs4-utf16.h: Remove file.
1720         * lib/unistr.h: Include their previous contents.
1721         * m4/utf-ucs4.m4: Remove file.
1722         * m4/ucs4-utf.m4: Remove file.
1723         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1724         (Depends-on): Add unistr/base.
1725         (configure.ac): Remove gl_UTF_UCS4.
1726         (Makefile.am): Update.
1727         (Include): Change to unistr.h.
1728         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1729         (Depends-on): Add unistr/base.
1730         (configure.ac): Remove gl_UTF_UCS4.
1731         (Makefile.am): Update.
1732         (Include): Change to unistr.h.
1733         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1734         (Depends-on): Add unistr/base.
1735         (configure.ac): Remove gl_UTF_UCS4.
1736         (Makefile.am): Update.
1737         (Include): Change to unistr.h.
1738         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1739         (Depends-on): Add unistr/base.
1740         (configure.ac): Remove gl_UTF_UCS4.
1741         (Makefile.am): Update.
1742         (Include): Change to unistr.h.
1743         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1744         (Depends-on): Add unistr/base.
1745         (configure.ac): Remove gl_UCS4_UTF.
1746         (Makefile.am): Update.
1747         (Include): Change to unistr.h.
1748         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1749         (Depends-on): Add unistr/base.
1750         (configure.ac): Remove gl_UCS4_UTF.
1751         (Makefile.am): Update.
1752         (Include): Change to unistr.h.
1753         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1754         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1755         utf8-ucs4-unsafe.h.
1756         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1757         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1758         utf16-ucs4-unsafe.h.
1759         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1760         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1761         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1762         * lib/unistr/u8-strchr.c: Likewise.
1763         * lib/unistr/u8-strrchr.c: Likewise.
1764         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1765         * lib/unistr/u16-strchr.c: Likewise.
1766         * lib/unistr/u16-strrchr.c: Likewise.
1767         * lib/striconveh.c: Update.
1768         * lib/linebreak.c: Update.
1769
1770 2007-03-24  Bruno Haible  <bruno@clisp.org>
1771
1772         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1773         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1774
1775 2007-03-22  Bruno Haible  <bruno@clisp.org>
1776
1777         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1778
1779 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1780
1781         * MODULES.html.sh (File system functions): New module write-any-file.
1782         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1783         * m4/write-any-file.m4: New files.
1784
1785 2007-03-23  Eric Blake  <ebb9@byu.net>
1786
1787         * gnulib-tool: Rearrange space-tab sequences, since some editors
1788         like to eat them.
1789
1790 2007-03-23  Eric Blake  <ebb9@byu.net>
1791
1792         * lib/version-etc.c (version_etc_va): Update license wording to
1793         be more concise.  Recommended by Richard Stallman.
1794
1795 2007-03-22  Bruno Haible  <bruno@clisp.org>
1796
1797         * lib/poll.c (MSG_PEEK): New fallback definition.
1798
1799 2007-03-22  Bruno Haible  <bruno@clisp.org>
1800
1801         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1802         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1803         (main): Update.
1804         Fixes a compilation error on BeOS.
1805
1806 2007-03-22  Bruno Haible  <bruno@clisp.org>
1807
1808         * modules/frexpl-tests: New file.
1809         * tests/test-frexpl.c: New file.
1810
1811         * modules/frexpl: New file.
1812         * m4/frexpl.m4: New file.
1813         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1814         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1815         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1816         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1817         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1818         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1819
1820 2007-03-22  Bruno Haible  <bruno@clisp.org>
1821
1822         * lib/frexpl.c: Share code with lib/frexp.c.
1823         * modules/mathl (Files): Add lib/frexp.c.
1824         (Depends-on): Add isnanl-nolibm.
1825
1826 2007-03-22  Bruno Haible  <bruno@clisp.org>
1827
1828         * modules/printf-frexp (Files): Add m4/frexp.m4.
1829         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1830         only if the found frexp function actually works.
1831
1832 2007-03-22  Bruno Haible  <bruno@clisp.org>
1833
1834         * lib/frexp.c: Remove older implementation that uses divisions.
1835
1836 2007-03-21  Bruno Haible  <bruno@clisp.org>
1837
1838         * modules/frexp-tests: New file.
1839         * tests/test-frexp.c: New file.
1840
1841         * modules/frexp: New file.
1842         * lib/frexp.c: New file.
1843         * m4/frexp.m4: New file.
1844         * lib/math_.h (frexp): New declaration.
1845         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1846         REPLACE_FREXP.
1847         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1848
1849 2007-03-21  Bruno Haible  <bruno@clisp.org>
1850
1851         * modules/isnanl-tests: New file.
1852         * tests/test-isnanl.c: New file.
1853
1854         * modules/isnanl: New file.
1855         * lib/isnanl.h: New file.
1856         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1857         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1858         gl_FUNC_ISNANL_WORKS.
1859         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1860         New macros.
1861
1862 2007-03-21  Bruno Haible  <bruno@clisp.org>
1863
1864         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1865         lib/isnanl.h.
1866         (Include): Update.
1867         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1868         * lib/vasnprintf.c: Update.
1869         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1870         tests/test-isnanl.h, remove tests/test-isnanl.c.
1871         (Makefile.am): Update.
1872         * tests/test-isnanl-nolibm.c: New file.
1873         * tests/test-isnanl.h: New file.
1874         * tests/test-isnanl.c: Remove file.
1875
1876 2007-03-21  Jim Meyering  <jim@meyering.net>
1877
1878         When trying to open ".", treat ESTALE like EACCES.
1879         * lib/savewd.c (savewd_save): Resort to forking not just upon
1880         failure with EACCES, but also when errno is ESTALE.
1881
1882 2007-03-20  Bruno Haible  <bruno@clisp.org>
1883
1884         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1885         Needed on AIX 5.1. Reported by Matthew Woehlke.
1886
1887 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1888
1889         Suggestions by Bruno Haible:
1890         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1891         our own.
1892         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1893         * modules/acl (Depends-on): Add gettext.
1894
1895 2007-03-19  Bruno Haible  <bruno@clisp.org>
1896
1897         * modules/iconvme: Remove file.
1898         * lib/iconvme.h: Remove file.
1899         * lib/iconvme.c: Remove file.
1900         * m4/iconvme.m4: Remove file.
1901
1902 2007-03-19  Bruno Haible  <bruno@clisp.org>
1903
1904         * doc/relocatable-maint.texi: Break long shell script line.
1905         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1906
1907 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1908
1909         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1910         handle file_has_acl.
1911         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1912         * lib/acl.c: Move header inclusions and related macro defns into
1913         lib/acl-internal.h.
1914         (S_ISLNK): Remove defn, since that's now done for us.
1915         (file_has_acl): Move to lib/file-has-acl.c.
1916         Call acl_trivial if available.  This is the crucial part of the fix.
1917         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1918         shared within the library.  Rewrite a bit, partly to make it compatible
1919         with the GNU coding style.
1920         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1921         Remove unnecessary double-quotes.
1922         Don't test for acl_to_text; the build will catch that.
1923         Replace acl_entries if it doesn't exist and it is needed.
1924         Check for -lsec and acl_trivial (as used on Solaris 10).
1925         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1926         lib/file-has-acl.c.
1927         (Depends-on): Add sys_stat, for S_ISLNK.
1928
1929 2007-03-19  Ben Pfaff  <blp@gnu.org>
1930
1931         * doc/gnulib.texi: Fix typos.
1932         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1933
1934 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1935
1936         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1937         If size is zero here, buf must be zero.
1938
1939 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1940
1941         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1942         <bruno@clisp.org>.
1943
1944 2007-03-18  Bruno Haible  <bruno@clisp.org>
1945
1946         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1947         Suggested by Eric Blake.
1948
1949 2007-03-18  Ben Pfaff  <blp@gnu.org>
1950
1951         * doc/relocatable.texi: Recommend using as prefix a directory
1952         that does not exist and will never be created.  Based on
1953         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1954         and others.
1955
1956 2007-03-17  Bruno Haible  <bruno@clisp.org>
1957
1958         * lib/fchownat.c: Include lchown.h.
1959
1960 2007-03-17  Bruno Haible  <bruno@clisp.org>
1961
1962         Fix endless loop when the given allocated size was > INT_MAX.
1963         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1964         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1965         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1966         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1967         * lib/sprintf.c (sprintf): Likewise.
1968
1969 2007-03-17  Bruno Haible  <bruno@clisp.org>
1970
1971         * tests/test-argp-2.sh (func_compare): Output a context diff.
1972
1973 2007-03-17  Bruno Haible  <bruno@clisp.org>
1974
1975         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1976         locale's decimal-point character.
1977
1978 2007-03-17  Bruno Haible  <bruno@clisp.org>
1979
1980         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1981         before comparing it. Needed because on some platforms (e.g. x86) a
1982         'long double' occupies less bytes than sizeof (long double).
1983
1984 2007-03-17  Bruno Haible  <bruno@clisp.org>
1985
1986         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1987         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1988         * tests/test-getaddrinfo.c (simple): Likewise.
1989         * tests/test-read-file.c (main): Likewise.
1990
1991 2007-03-17  Bruno Haible  <bruno@clisp.org>
1992
1993         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1994
1995 2007-03-17  Bruno Haible  <bruno@clisp.org>
1996
1997         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1998         unused variable.
1999
2000 2007-03-17  Bruno Haible  <bruno@clisp.org>
2001
2002         * tests/test-c-strcasecmp.c: Include c-strcase.h.
2003         * tests/test-c-strncasecmp.c: Likewise.
2004
2005 2007-03-17  Bruno Haible  <bruno@clisp.org>
2006
2007         * modules/stdlib (Depends-on): Add unistd.
2008         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
2009         Needed for MacOS X 10.3.
2010
2011 2007-03-17  Bruno Haible  <bruno@clisp.org>
2012
2013         * lib/unistr/u-strdup.h: Include <stdlib.h>.
2014
2015 2007-03-17  Bruno Haible  <bruno@clisp.org>
2016
2017         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
2018
2019 2007-03-17  Bruno Haible  <bruno@clisp.org>
2020
2021         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
2022         to reflect files copied from gnulib (with or without modifications).
2023         Suggested by Jim Meyering.
2024
2025 2007-03-17  Eric Blake  <ebb9@byu.net>
2026
2027         * NEWS: Document stdlib change from 2007-02-18.
2028
2029 2007-03-17  Jim Meyering  <jim@meyering.net>
2030
2031         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
2032         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
2033         someone uses a name containing shell meta-characters.
2034         Reported by Alfred M. Szmidt.
2035
2036         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
2037
2038 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
2039
2040         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
2041         and copy gettext configuration files only if configure.ac contains
2042         a use of AM_GNU_GETTEXT_VERSION.
2043
2044 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
2045
2046         * build-aux/bootstrap (gnulib_name): New variable.
2047         (gnulib_tool_options): Use it.
2048
2049 2007-03-13  Simon Josefsson  <simon@josefsson.org>
2050
2051         * tests/test-des.c: Use new namespace.
2052
2053 2007-03-15  Bruno Haible  <bruno@clisp.org>
2054
2055         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
2056         Reported by James Youngman <jay@gnu.org>.
2057
2058 2007-03-15  Bruno Haible  <bruno@clisp.org>
2059
2060         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
2061         declared prototype. Needed with cc on OSF/1 5.1.
2062
2063 2007-03-15  Bruno Haible  <bruno@clisp.org>
2064
2065         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
2066         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
2067         (struct gl_list_implementation): Add dispose_fn argument to the
2068         'create_empty', 'create' methods.
2069         (struct gl_list_impl_base): Add field 'dispose_fn'.
2070         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
2071         argument.
2072         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
2073         dispose_fn argument.
2074         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
2075         dispose_fn on the dropped values.
2076         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
2077         dispose_fn argument.
2078         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
2079         dropped values.
2080         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
2081         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2082         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
2083         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2084         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
2085         argument.
2086         (gl_tree_list_free): Call dispose_fn on the dropped values.
2087         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
2088         the dropped values.
2089         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2090         Add dispose_fn argument.
2091         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
2092         Call dispose_fn on the dropped values.
2093         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
2094         Add dispose_fn argument.
2095         (gl_sublist_create): Initialize the 'dispose_fn' field.
2096         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
2097         * tests/test-array_list.c (main): Update.
2098         * tests/test-carray_list.c (main): Update.
2099         * tests/test-avltree_list.c (main): Update.
2100         * tests/test-rbtree_list.c (main): Update.
2101         * tests/test-avltreehash_list.c (main): Update.
2102         * tests/test-rbtreehash_list.c (main): Update.
2103         * tests/test-linked_list.c (main): Update.
2104         * tests/test-linkedhash_list.c (main): Update.
2105         * tests/test-array_oset.c (main): Update.
2106
2107 2007-03-15  Bruno Haible  <bruno@clisp.org>
2108
2109         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
2110         (gl_oset_create_empty): Add dispose_fn argument.
2111         (struct gl_oset_implementation): Add dispose_fn argument to
2112         'create_empty' method.
2113         (struct gl_oset_impl_base): Add dispose_fn field.
2114         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
2115         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
2116         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
2117         values.
2118         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
2119         (gl_tree_oset_free): Call dispose_fn on the dropped values.
2120         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2121         dropped value.
2122         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2123         dropped value.
2124         * tests/test-array_oset.c (main): Update.
2125         * tests/test-avltree_oset.c (main): Update.
2126         * tests/test-rbtree_oset.c (main): Update.
2127         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
2128
2129 2007-03-13  Bruno Haible  <bruno@clisp.org>
2130
2131         * tests/test-stdbool.c (i): Update after last patch.
2132
2133 2007-03-12  Bruno Haible  <bruno@clisp.org>
2134
2135         * lib/quotearg.c: Include <wctype.h> early, before the definition of
2136         the iswprint macro. Needed on Solaris 2.5.1.
2137
2138 2007-03-12  Bruno Haible  <bruno@clisp.org>
2139
2140         * tests/test-printf-frexp.c (main): Declare x as volatile.
2141
2142 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2143
2144         * doc/gnulib.texi (Build robot for gnulib): New section.
2145
2146 2007-03-12  Jim Meyering  <jim@meyering.net>
2147
2148         * build-aux/bootstrap: New file.
2149         * build-aux/bootstrap.conf: New file, from coreutils.
2150
2151 2007-03-11  Bruno Haible  <bruno@clisp.org>
2152
2153         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
2154
2155 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2156
2157         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
2158         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
2159         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
2160
2161 2007-03-11  Bruno Haible  <bruno@clisp.org>
2162
2163         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
2164         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
2165
2166 2007-03-11  Bruno Haible  <bruno@clisp.org>
2167
2168         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
2169         formula. Needed for SunPRO C 5.0.
2170
2171 2007-03-11  Bruno Haible  <bruno@clisp.org>
2172
2173         * modules/long-options (Depends-on): Add getopt.
2174
2175 2007-03-11  Bruno Haible  <bruno@clisp.org>
2176
2177         * modules/modechange (Depends-on): Add stdbool.
2178
2179 2007-03-11  Bruno Haible  <bruno@clisp.org>
2180
2181         * modules/i-ring (Depends-on): Add stdbool.
2182
2183 2007-03-11  Bruno Haible  <bruno@clisp.org>
2184
2185         * modules/gc-des (Depends-on): Add stdbool.
2186
2187 2007-03-11  Bruno Haible  <bruno@clisp.org>
2188
2189         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
2190
2191 2007-03-11  Bruno Haible  <bruno@clisp.org>
2192
2193         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
2194
2195 2007-03-11  Bruno Haible  <bruno@clisp.org>
2196
2197         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
2198
2199 2007-03-11  Bruno Haible  <bruno@clisp.org>
2200
2201         * lib/vasnprintf.c (sprintf): Undefine.
2202
2203 2007-03-11  Bruno Haible  <bruno@clisp.org>
2204
2205         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
2206         initializers in SunPRO C and Compaq C compilers.
2207
2208 2007-03-11  Bruno Haible  <bruno@clisp.org>
2209
2210         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
2211         decrementing code ANSI C compliant.
2212
2213 2007-03-11  Bruno Haible  <bruno@clisp.org>
2214
2215         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
2216         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
2217
2218 2007-03-11  Bruno Haible  <bruno@clisp.org>
2219
2220         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
2221         <stdbool.h> substitute doesn't pass.
2222
2223 2007-03-11  Bruno Haible  <bruno@clisp.org>
2224
2225         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
2226
2227 2007-03-11  Bruno Haible  <bruno@clisp.org>
2228
2229         * gnulib-tool (func_create_megatestdir): Create also an autobuild
2230         script, for submission to autobuild.josefsson.org.
2231
2232 2007-03-10  Bruno Haible  <bruno@clisp.org>
2233
2234         * modules/canonicalize-lgpl-tests: New file.
2235         * tests/test-canonicalize-lgpl.sh: New file.
2236         * tests/test-canonicalize-lgpl.c: New file.
2237
2238         * modules/c-strcase-tests: New file.
2239         * tests/test-c-strcase.sh: New file.
2240         * tests/test-c-strcasecmp.c: New file.
2241         * tests/test-c-strncasecmp.c: New file.
2242
2243         * modules/atexit-tests: New file.
2244         * tests/test-atexit.sh: New file.
2245         * tests/test-atexit.c: New file.
2246
2247 2007-03-10  Bruno Haible  <bruno@clisp.org>
2248
2249         * tests/test-binary-io.sh: Use temporary filenames that are not so
2250         likely to clash with those of other tests (in a parallel make).
2251         * tests/test-binary-io.c: Likewise.
2252
2253 2007-03-10  Bruno Haible  <bruno@clisp.org>
2254
2255         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
2256         fallback; use #error instead.
2257         Suggested by Simon Josefsson.
2258
2259 2007-03-10  Bruno Haible  <bruno@clisp.org>
2260
2261         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
2262         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
2263         first and the last.
2264
2265 2007-03-10  Bruno Haible  <bruno@clisp.org>
2266
2267         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
2268
2269 2007-03-10  Bruno Haible  <bruno@clisp.org>
2270
2271         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
2272         "make distcheck".
2273         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
2274         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
2275         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
2276
2277 2007-03-10  Bruno Haible  <bruno@clisp.org>
2278
2279         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
2280         variable.
2281         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
2282         variable.
2283
2284 2007-03-09  Eric Blake  <ebb9@byu.net>
2285         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
2286
2287         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
2288         types are not being provided by gnulib.
2289         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
2290         types are supported.
2291
2292 2007-03-10  Bruno Haible  <bruno@clisp.org>
2293
2294         * lib/stdio_.h (__attribute__): New macro.
2295         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
2296         vsprintf): Specify __attribute__ __format__ for GCC.
2297         Suggested by Eric Blake.
2298
2299 2007-03-09  Bruno Haible  <bruno@clisp.org>
2300
2301         * modules/printf-posix-tests: New file.
2302         * tests/test-printf-posix.sh: New file.
2303         * tests/test-printf-posix.c: New file.
2304
2305         * modules/printf-posix: New file.
2306         * lib/printf.c: New file.
2307         * m4/printf-posix-rpl.m4: New file.
2308         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
2309         REPLACE_PRINTF.
2310         * lib/stdio_.h (printf): New declaration.
2311         (format, __format__, ____printf____, ____scanf____, ____strftime____,
2312         ____strfmon____): New macros.
2313         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
2314         REPLACE_PRINTF.
2315
2316 2007-03-09  Bruno Haible  <bruno@clisp.org>
2317
2318         * tests/test-vasnprintf-posix2.sh: New file.
2319         * tests/test-vasnprintf-posix2.c: New file.
2320         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
2321         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2322         (Makefile.am): Activate test-vasnprintf-posix2.sh.
2323
2324         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
2325         a locale dependent decimal point, rather than always '.'.
2326
2327 2007-03-09  Eric Blake  <ebb9@byu.net>
2328
2329         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
2330         spite of platforms like Tandem/NSK that define it to -1.
2331
2332 2007-03-08  Bruno Haible  <bruno@clisp.org>
2333
2334         * modules/vprintf-posix-tests: New file.
2335         * tests/test-vprintf-posix.sh: New file.
2336         * tests/test-vprintf-posix.c: New file.
2337         * tests/test-printf-posix.h: New file.
2338
2339         * modules/vprintf-posix: New file.
2340         * lib/vprintf.c: New file.
2341         * m4/vprintf-posix.m4: New file.
2342         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
2343         REPLACE_VPRINTF.
2344         * lib/stdio_.h (vprintf): New declaration.
2345         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
2346         REPLACE_VPRINTF.
2347
2348 2007-03-08  Bruno Haible  <bruno@clisp.org>
2349
2350         * modules/fprintf-posix-tests: New file.
2351         * tests/test-fprintf-posix.sh: New file.
2352         * tests/test-fprintf-posix.c: New file.
2353
2354         * modules/fprintf-posix: New file.
2355         * lib/fprintf.c: New file.
2356         * m4/fprintf-posix.m4: New file.
2357         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
2358         REPLACE_FPRINTF.
2359         * lib/stdio_.h (fprintf): New declaration.
2360         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
2361         REPLACE_FPRINTF.
2362
2363 2007-03-08  Bruno Haible  <bruno@clisp.org>
2364
2365         * modules/vfprintf-posix-tests: New file.
2366         * tests/test-vfprintf-posix.sh: New file.
2367         * tests/test-vfprintf-posix.c: New file.
2368         * tests/test-fprintf-posix.h: New file.
2369         * tests/test-fprintf-posix.out: New file.
2370
2371         * modules/vfprintf-posix: New file.
2372         * lib/vfprintf.c: New file.
2373         * m4/vfprintf-posix.m4: New file.
2374         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
2375         REPLACE_VFPRINTF.
2376         * lib/stdio_.h (vfprintf): New declaration.
2377         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
2378         REPLACE_VFPRINTF.
2379
2380 2007-03-08  Bruno Haible  <bruno@clisp.org>
2381
2382         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
2383
2384 2007-03-08  Bruno Haible  <bruno@clisp.org>
2385
2386         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
2387         instead of 'expr' invocations.
2388         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2389         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2390         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2391         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2392         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2393         Suggested by Paul Eggert.
2394
2395 2007-03-08  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/fseterr-tests: New file.
2398         * tests/test-fseterr.c: New file.
2399
2400         * modules/fseterr: New file.
2401         * lib/fseterr.h: New file.
2402         * lib/fseterr.c: New file.
2403
2404 2007-03-08  Bruno Haible  <bruno@clisp.org>
2405
2406         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
2407         * lib/getopt_.h: Likewise.
2408         * lib/mbswidth.h: Likewise.
2409         * lib/setenv.h: Likewise.
2410         * lib/vasnprintf.h: Likewise.
2411         * lib/vasprintf.h: Likewise.
2412         * lib/verror.h: Likewise.
2413         * lib/xsetenv.h: Likewise.
2414         * lib/xvasprintf.h: Likewise.
2415
2416 2007-03-08  Jim Meyering  <jim@meyering.net>
2417
2418         * users.txt: Add parted.
2419
2420         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
2421
2422 2007-03-07  Bruno Haible  <bruno@clisp.org>
2423
2424         * m4/printf.m4: Make the shell script snippets copy&pastable.
2425
2426 2007-03-02  Bruno Haible  <bruno@clisp.org>
2427
2428         * lib/netinet_in_.h: New file.
2429         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
2430         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
2431         * modules/netinet_in (Files): Add lib/netinet_in_.h.
2432         (Depends-on): Add absolute-header.
2433         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
2434         into netinet/in.h.
2435
2436 2007-03-03  Bruno Haible  <bruno@clisp.org>
2437
2438         * lib/sys_select_.h: New file.
2439         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
2440         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
2441         * modules/sys_select (Files): Add lib/sys_select_.h.
2442         (Depends-on): Add absolute-header.
2443         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
2444         into sys/select.h.
2445
2446 2007-03-02  Bruno Haible  <bruno@clisp.org>
2447
2448         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
2449         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
2450         values.
2451         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
2452         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
2453         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
2454         * modules/sys_socket (Depends-on): Add absolute-header.
2455         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
2456         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
2457         (Include): Remove requirement of inclusion of <sys/types.h>.
2458
2459 2007-03-02  Bruno Haible  <bruno@clisp.org>
2460
2461         * lib/byteswap_.h (bswap_32): Fix formula.
2462
2463 2007-03-06  Bruno Haible  <bruno@clisp.org>
2464
2465         * modules/sprintf-posix-tests: New file.
2466         * tests/test-sprintf-posix.c: New file.
2467
2468         * modules/sprintf-posix: New file.
2469         * lib/sprintf.c: New file.
2470         * m4/sprintf-posix.m4: New file.
2471         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
2472         REPLACE_SPRINTF.
2473         * lib/stdio_.h (sprintf): New declaration.
2474         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
2475         REPLACE_SPRINTF.
2476
2477 2007-03-06  Bruno Haible  <bruno@clisp.org>
2478
2479         * modules/vsprintf-posix-tests: New file.
2480         * tests/test-vsprintf-posix.c: New file.
2481         * tests/test-sprintf-posix.h: New file.
2482
2483         * modules/vsprintf-posix: New file.
2484         * lib/vsprintf.c: New file.
2485         * m4/vsprintf-posix.m4: New file.
2486         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
2487         REPLACE_VSPRINTF.
2488         * lib/stdio_.h (vsprintf): New declaration.
2489         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
2490         REPLACE_VSPRINTF.
2491
2492 2007-03-06  Bruno Haible  <bruno@clisp.org>
2493
2494         * modules/vsnprintf (Depend-on): Remove minmax.
2495
2496 2007-03-06  Bruno Haible  <bruno@clisp.org>
2497
2498         * modules/snprintf-posix-tests: New file.
2499         * tests/test-snprintf-posix.c: New file.
2500
2501         * modules/snprintf-posix: New file.
2502         * m4/snprintf-posix.m4: New file.
2503         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
2504         gl_FUNC_SNPRINTF.
2505         (gl_FUNC_SNPRINTF): Invoke it.
2506         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
2507         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
2508         is set.
2509         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
2510
2511 2007-03-06  Bruno Haible  <bruno@clisp.org>
2512
2513         * modules/vsnprintf-posix-tests: New file.
2514         * tests/test-vsnprintf-posix.c: New file.
2515         * tests/test-snprintf-posix.h: New file.
2516
2517         * modules/vsnprintf-posix: New file.
2518         * m4/vsnprintf-posix.m4: New file.
2519         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
2520         gl_FUNC_VSNPRINTF.
2521         (gl_FUNC_VSNPRINTF): Invoke it.
2522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
2523         * lib/stdio_.h (vsnprintf): Define as a replacement if
2524         REPLACE_VSNPRINTF is set.
2525         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
2526
2527 2007-03-06  Bruno Haible  <bruno@clisp.org>
2528
2529         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
2530         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
2531
2532 2007-03-06  Bruno Haible  <bruno@clisp.org>
2533
2534         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
2535         (asinl): Declare also if HAVE_DECL_ASINL is set.
2536         (atanl): Declare also if HAVE_DECL_ATANL is set.
2537         (ceill): Declare also if HAVE_DECL_CEILL is set.
2538         (cosl): Declare also if HAVE_DECL_COSL is set.
2539         (expl): Declare also if HAVE_DECL_EXPL is set.
2540         (floorl): Declare also if HAVE_DECL_FLOORL is set.
2541         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
2542         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
2543         (logl): Declare also if HAVE_DECL_LOGL is set.
2544         (sinl): Declare also if HAVE_DECL_SINL is set.
2545         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
2546         (tanl): Declare also if HAVE_DECL_TANL is set.
2547         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
2548         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
2549         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
2550         declaration of frexpl, ldexpl.
2551         * modules/printf-frexpl (Depends-on): Add math.
2552         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
2553
2554 2007-03-05  Bruno Haible  <bruno@clisp.org>
2555
2556         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
2557         frexpl and ldexpl are declared.
2558         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
2559
2560 2007-03-05  Bruno Haible  <bruno@clisp.org>
2561
2562         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
2563         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
2564
2565 2007-03-05  Bruno Haible  <bruno@clisp.org>
2566
2567         * lib/stdio_.h: Include <stddef.h>.
2568
2569 2007-03-05  Bruno Haible  <bruno@clisp.org>
2570
2571         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
2572
2573 2007-03-05  Bruno Haible  <bruno@clisp.org>
2574
2575         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
2576         NetBSD 4, from Ralf Wildenhues.
2577
2578 2007-03-04  Bruno Haible  <bruno@clisp.org>
2579
2580         * lib/vasprintf.h: Update #if logic for the case when the functions
2581         exist but are overridden.
2582
2583 2007-03-04  Bruno Haible  <bruno@clisp.org>
2584
2585         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
2586         implementations: glibc-2.4 and MacOS X 10.3.
2587         * tests/test-vasnprintf-posix.c (test_function): Test also the case
2588         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
2589         * tests/test-vasprintf-posix.c (test_function): Likewise.
2590
2591 2007-03-04  Bruno Haible  <bruno@clisp.org>
2592
2593         * modules/vasprintf-posix-tests: New file.
2594         * tests/test-vasprintf-posix.c: New file.
2595
2596         * modules/vasprintf-posix: New file.
2597         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
2598         defined.
2599         * m4/vasprintf-posix.m4: New file.
2600         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
2601         gl_FUNC_VASPRINTF.
2602         (gl_FUNC_VASPRINTF): Invoke it.
2603         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
2604         here.
2605         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
2606
2607 2007-03-04  Bruno Haible  <bruno@clisp.org>
2608
2609         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
2610         REPLACE_GETTIMEOFDAY.
2611         * modules/sys_time (Makefile.am): Likewise.
2612         * m4/sys_time_h.m4: Likewise.
2613         * m4/gettimeofday.m4: Likewise.
2614
2615 2007-03-04  Bruno Haible  <bruno@clisp.org>
2616
2617         * modules/vasnprintf-posix-tests: New file.
2618         * tests/test-vasnprintf-posix.c: New file.
2619
2620         * modules/vasnprintf-posix: New file.
2621         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
2622         printf-frexpl.h.
2623         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
2624         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
2625         REPLACE_VASNPRINTF is defined.
2626         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
2627         gl_FUNC_VASNPRINTF.
2628         (gl_FUNC_VASNPRINTF): Invoke it.
2629         * m4/vasnprintf-posix.m4: New file.
2630         * m4/printf.m4: New file.
2631
2632 2007-03-04  Bruno Haible  <bruno@clisp.org>
2633
2634         Compile progreloc.c only if --enable-relocatable is specified.
2635         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
2636         if --enable-relocatable was specified.
2637         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
2638         lib_SOURCES.
2639
2640 2007-03-04  Jim Meyering  <jim@meyering.net>
2641
2642         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
2643         Use it consistently, rather than enumerating errno constants.
2644
2645 2007-03-04  Bruno Haible  <bruno@clisp.org>
2646
2647         * modules/xvasprintf-tests: New file.
2648         * tests/test-xvasprintf.c: New file.
2649
2650         * modules/vasprintf-tests: New file.
2651         * tests/test-vasprintf.c: New file.
2652
2653         * modules/vasnprintf-tests: New file.
2654         * tests/test-vasnprintf.c: New file.
2655
2656         * modules/vsnprintf-tests: New file.
2657         * tests/test-vsnprintf.c: New file.
2658
2659         * modules/snprintf-tests: New file.
2660         * tests/test-snprintf.c: New file.
2661
2662 2007-03-04  Bruno Haible  <bruno@clisp.org>
2663
2664         Compile relocatable.c only if --enable-relocatable is specified.
2665         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
2666         gl_RELOCATABLE_LIBRARY.
2667         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
2668         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
2669         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
2670         gl_RELOCATABLE_LIBRARY.
2671         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
2672         (Makefile.am): Remove lib_SOURCES.
2673         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2674         gl_RELOCATABLE_LIBRARY.
2675         (Makefile.am): Remove lib_SOURCES.
2676         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2677         always.
2678         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2679         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2680
2681 2007-03-04  Bruno Haible  <bruno@clisp.org>
2682
2683         * modules/argmatch-tests: New file.
2684         * tests/test-argmatch.c: New file.
2685
2686         * tests/test-allocsa.c (main): Halve the number of loop runs.
2687
2688         * modules/alloca-opt-tests: New file.
2689         * tests/test-alloca-opt.c: New file.
2690
2691 2007-03-04  Jim Meyering  <jim@meyering.net>
2692
2693         Work around difference between Linux ACLs and Solaris 10 ZFS.
2694         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2695         for EINVAL.
2696
2697 2007-03-03  Bruno Haible  <bruno@clisp.org>
2698
2699         * modules/relocatable-prog (Depends-on): Add back progreloc's
2700         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2701
2702 2007-03-03  Bruno Haible  <bruno@clisp.org>
2703
2704         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2705         * modules/relocatable-lib: New file.
2706
2707 2007-03-03  Bruno Haible  <bruno@clisp.org>
2708
2709         * modules/relocatable-prog: Renamed from modules/relocatable.
2710         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2711
2712 2007-03-03  Bruno Haible  <bruno@clisp.org>
2713
2714         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2715         m4/relocatable-lib.m4.
2716         (Depends-on): Remove 'relocatable'.
2717         (configure.ac): Add gl_RELOCATABLE_NOP.
2718
2719 2007-03-03  Bruno Haible  <bruno@clisp.org>
2720
2721         * modules/relocatable-prog-wrapper: New file.
2722         * modules/relocatable (Depends-on): Add it. Remove all other
2723         dependencies except progname.
2724         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2725
2726         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2727         (gl_FUNC_STRERROR): Nop.
2728         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2729
2730         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2731         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2732
2733         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2734         (gl_FUNC_READLINK): Update.
2735
2736         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2737
2738 2007-03-03  Bruno Haible  <bruno@clisp.org>
2739
2740         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2741         * modules/xreadlink (Depends-on): Add unistd.
2742         * modules/xreadlink-with-size (Depends-on): Likewise.
2743
2744 2007-03-03  Bruno Haible  <bruno@clisp.org>
2745
2746         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2747         extracted from gt_FUNC_SETENV.
2748         (gt_FUNC_SETENV): Remove macro.
2749         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2750         remove gt_FUNC_SETENV.
2751
2752 2007-03-03  Bruno Haible  <bruno@clisp.org>
2753
2754         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2755         ENABLE_RELOCATABLE here.
2756         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2757
2758 2007-03-03  Bruno Haible  <bruno@clisp.org>
2759
2760         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2761         * tests/test-rbtreehash_list.c: Include progname.h.
2762         (main): Call set_program_name.
2763
2764         * modules/rbtree-oset-tests (Depends-on): Add progname.
2765         * tests/test-rbtree_oset.c: Include progname.h.
2766         (main): Call set_program_name.
2767
2768         * modules/rbtree-list-tests (Depends-on): Add progname.
2769         * tests/test-rbtree_list.c: Include progname.h.
2770         (main): Call set_program_name.
2771
2772         * modules/linked-list-tests (Depends-on): Add progname.
2773         * tests/test-linked_list.c: Include progname.h.
2774         (main): Call set_program_name.
2775
2776 2007-03-03  Bruno Haible  <bruno@clisp.org>
2777
2778         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2779         All uses of __restrict changed to _Restrict_.
2780         * lib/glob_.h (__restrict): Remove macro.
2781
2782 2007-03-02  Bruno Haible  <bruno@clisp.org>
2783
2784         * modules/gettext (configure.ac): Require gettext infrastructure
2785         from version 0.16.1.
2786
2787 2007-03-02  Bruno Haible  <bruno@clisp.org>
2788
2789         * modules/linkedhash-list-tests (Depends-on): Add progname.
2790         * tests/test-linkedhash_list.c: Include progname.h.
2791         (main): Call set_program_name.
2792
2793         * modules/carray-list-tests (Depends-on): Add progname.
2794         * tests/test-carray_list.c: Include progname.h.
2795         (main): Call set_program_name.
2796
2797         * modules/avltreehash-list-tests (Depends-on): Add progname.
2798         * tests/test-avltreehash_list.c: Include progname.h.
2799         (main): Call set_program_name.
2800
2801         * modules/avltree-oset-tests (Depends-on): Add progname.
2802         * tests/test-avltree_oset.c: Include progname.h.
2803         (main): Call set_program_name.
2804
2805         * modules/avltree-list-tests (Depends-on): Add progname.
2806         * tests/test-avltree_list.c: Include progname.h.
2807         (main): Call set_program_name.
2808
2809         * modules/array-oset-tests (Depends-on): Add progname.
2810         * tests/test-array_oset.c: Include progname.h.
2811         (main): Call set_program_name.
2812
2813         * modules/array-list-tests (Depends-on): Add progname.
2814         * tests/test-array_list.c: Include progname.h.
2815         (main): Call set_program_name.
2816
2817         * modules/argp-tests (Depends-on): Add progname.
2818         * tests/test-argp.c: Include argp.h first. Include progname.h.
2819         (main): Call set_program_name.
2820
2821 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2822
2823         * doc/gnulib-tool.texi (Initial import): Reword description of
2824         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2825         limited effect even if defined after the first system include.
2826
2827 2007-03-01  Bruno Haible  <bruno@clisp.org>
2828
2829         * build-aux/config.libpath: Update to libtool-1.5.22.
2830         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2831
2832 2007-03-01  Bruno Haible  <bruno@clisp.org>
2833
2834         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2835         foo_CFLAGS.
2836         Reported by Ralf Wildenhues.
2837
2838 2007-03-01  Bruno Haible  <bruno@clisp.org>
2839
2840         * build-aux/install-reloc: Remove object files left over by some
2841         compilers.
2842         Reported by Ralf Wildenhues.
2843
2844 2007-03-01  Bruno Haible  <bruno@clisp.org>
2845
2846         * build-aux/install-reloc: Break long lines.
2847
2848 2007-03-01  Bruno Haible  <bruno@clisp.org>
2849
2850         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2851         Reported by Ralf Wildenhues.
2852
2853 2007-03-01  Bruno Haible  <bruno@clisp.org>
2854
2855         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2856         include ordering constraints.
2857
2858 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2861         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2862         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2863         as another example.
2864         * lib/time_.h: Fix misspelling.
2865         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2866         Require gl_HEADER_TIME_H_DEFAULTS.
2867         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2868         * m4/time_r.m4 (gl_TIME_R): Likewise.
2869         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2870
2871 2007-03-01  Bruno Haible  <bruno@clisp.org>
2872
2873         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2874         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2875
2876 2007-03-01  Jim Meyering  <jim@meyering.net>
2877
2878         * modules/xreadlink (Maintainer): Add my name.
2879         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2880
2881 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2882             Bruno Haible  <bruno@clisp.org>
2883
2884         * build-aux/install-reloc: Compile also c-ctype.c.
2885         * build-aux/relocatable.sh.in: New file.
2886         * doc/relocatable.texi: New file.
2887         * doc/relocatable-maint.texi: New file.
2888         * doc/gnulib.texi: Include relocatable-maint.texi.
2889         * lib/progreloc.c: Include unistd.h unconditionally.
2890         * lib/relocwrapper.c: Include unistd.h unconditionally.
2891         Include c-ctype.h.
2892         (add_dotbin): Use c_tolower.
2893         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2894         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2895         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2896         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2897         to m4/relocatable-lib.m4.
2898         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2899         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2900         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2901         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2902         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2903         * modules/relocatable: New file.
2904         * modules/relocatable-lib: New file.
2905         * modules/relocatable-script: New file.
2906
2907 2007-02-28  Bruno Haible  <bruno@clisp.org>
2908
2909         Import --enable-relocatable infrastructure.
2910         * build-aux/config.libpath: New file, from GNU gettext.
2911         * build-aux/install-reloc: New file, from GNU gettext.
2912         * build-aux/reloc-ldflags: New file, from GNU gettext.
2913         * lib/relocatable.h: New file, from GNU gettext.
2914         * lib/relocatable.c: New file, from GNU gettext.
2915         * lib/relocwrapper.c: New file, from GNU gettext.
2916         * m4/relocatable.m4: New file, from GNU gettext.
2917
2918 2007-02-28  Bruno Haible  <bruno@clisp.org>
2919
2920         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2921
2922         * modules/xreadlink: New file, from GNU gettext with modifications.
2923         * lib/xreadlink.c: New file, from GNU gettext.
2924         * lib/xreadlink.h: Add comments.
2925         (xreadlink): New declaration.
2926
2927         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2928         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2929         lib/xreadlink-with-size.c.
2930         (configure.ac): Remove gl_XREADLINK invocation.
2931         (Makefile.am): Augment lib_SOURCES.
2932         * m4/xreadlink.m4: Remove file.
2933         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2934         (xreadlink_with_size): Renamed from xreadink.
2935         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2936         * modules/canonicalize (Depends-on): Replace xreadlink with
2937         xreadlink-with-size.
2938         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2939
2940 2007-02-25  Jim Meyering  <jim@meyering.net>
2941
2942         * build-aux/announce-gen: When complaining about excess arguments,
2943         list them.
2944
2945 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2946
2947         * README: Document signed integer overflow situation more
2948         accurately.
2949
2950 2007-02-25  Bruno Haible  <bruno@clisp.org>
2951
2952         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2953         'a' or 'A' conversion.
2954
2955 2007-02-25  Bruno Haible  <bruno@clisp.org>
2956
2957         * modules/filename: Renamed from modules/pathname.
2958         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2959         lib/concatpath.c with lib/concat-filename.c.
2960         (Makefile.am): Update.
2961         (Include): Replace pathname.h with filename.h.
2962         * lib/filename.h: Renamed from lib/pathname.h.
2963         (concatenated_filename): Renamed from concatenated_pathname.
2964         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2965         (concatenated_filename): Renamed from concatenated_pathname.
2966         * lib/findprog.c: Include filename.h instead of pathname.h.
2967         (find_in_path): Update.
2968         * lib/javacomp.c: Include filename.h instead of pathname.h.
2969         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2970         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2971         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2972         is_oldgcj_14_13_usable, is_javac_usable): Update.
2973         * lib/javaexec.c: Include filename.h instead of pathname.h.
2974         (execute_java_class): Update.
2975         * modules/findprog: Update.
2976         * modules/javacomp: Update.
2977         * modules/javaexec: Update.
2978         * MODULES.html.sh (File system functions): Add 'filename', remove
2979         'pathname'.
2980
2981 2007-02-25  Bruno Haible  <bruno@clisp.org>
2982
2983         * modules/printf-frexpl-tests: New file.
2984         * tests/test-printf-frexpl.c: New file.
2985
2986         * modules/printf-frexpl: New file.
2987         * lib/printf-frexpl.h: New file.
2988         * lib/printf-frexpl.c: New file.
2989         * m4/printf-frexpl.m4: New file.
2990
2991 2007-02-25  Bruno Haible  <bruno@clisp.org>
2992
2993         * modules/printf-frexp-tests: New file.
2994         * tests/test-printf-frexp.c: New file.
2995
2996         * modules/printf-frexp: New file.
2997         * lib/printf-frexp.h: New file.
2998         * lib/printf-frexp.c: New file.
2999         * m4/printf-frexp.m4: New file.
3000
3001 2007-02-25  Bruno Haible  <bruno@clisp.org>
3002
3003         Assume automake >= 1.10 for the tests.
3004         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
3005         * modules/arctwo-tests: Likewise.
3006         * modules/argp-tests: Likewise.
3007         * modules/avltree-list-tests: Likewise.
3008         * modules/avltree-oset-tests: Likewise.
3009         * modules/avltreehash-list-tests: Likewise.
3010         * modules/carray-list-tests: Likewise.
3011         * modules/crc-tests: Likewise.
3012         * modules/des-tests: Likewise.
3013         * modules/gc-arcfour-tests: Likewise.
3014         * modules/gc-arctwo-tests: Likewise.
3015         * modules/gc-des-tests: Likewise.
3016         * modules/gc-hmac-md5-tests: Likewise.
3017         * modules/gc-hmac-sha1-tests: Likewise.
3018         * modules/gc-md2-tests: Likewise.
3019         * modules/gc-md4-tests: Likewise.
3020         * modules/gc-md5-tests: Likewise.
3021         * modules/gc-pbkdf2-sha1-tests: Likewise.
3022         * modules/gc-rijndael-tests: Likewise.
3023         * modules/gc-sha1-tests: Likewise.
3024         * modules/gc-tests: Likewise.
3025         * modules/getaddrinfo-tests: Likewise.
3026         * modules/hmac-md5-tests: Likewise.
3027         * modules/hmac-sha1-tests: Likewise.
3028         * modules/linked-list-tests: Likewise.
3029         * modules/linkedhash-list-tests: Likewise.
3030         * modules/lock-tests: Likewise.
3031         * modules/md2-tests: Likewise.
3032         * modules/md4-tests: Likewise.
3033         * modules/md5-tests: Likewise.
3034         * modules/rbtree-list-tests: Likewise.
3035         * modules/rbtree-oset-tests: Likewise.
3036         * modules/rbtreehash-list-tests: Likewise.
3037         * modules/read-file-tests: Likewise.
3038         * modules/rijndael-tests: Likewise.
3039         * modules/stdint-tests: Likewise.
3040         * modules/tls-tests: Likewise.
3041
3042 2007-02-24  Bruno Haible  <bruno@clisp.org>
3043
3044         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
3045         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
3046         function; instead check whether isnan with a double argument links.
3047         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
3048         function; instead check whether isnan with a 'long double' argument
3049         links.
3050         Reported by Eric Blake <ebb9@byu.net>.
3051
3052 2007-02-24  Bruno Haible  <bruno@clisp.org>
3053
3054         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
3055         defined.
3056         * lib/isnanl.c: Remove all code. Just include isnan.c.
3057         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
3058
3059 2007-02-25  Jim Meyering  <jim@meyering.net>
3060
3061         Avoid conflicting types for 'unsetenv' on FreeBSD.
3062         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
3063         conflicting with FreeBSD's (5.0 and 6.1) function declaration
3064         in stdlib.h.
3065
3066 2007-02-24  Bruno Haible  <bruno@clisp.org>
3067
3068         * modules/isnanl-nolibm-tests: New file.
3069         * tests/test-isnanl.c: New file.
3070
3071         * modules/isnanl-nolibm: New file.
3072         * lib/isnanl.h: New file.
3073         * lib/isnanl.c: New file.
3074         * m4/isnanl.m4: New file.
3075
3076 2007-02-24  Bruno Haible  <bruno@clisp.org>
3077
3078         * modules/isnan-nolibm-tests: New file.
3079         * tests/test-isnan.c: New file.
3080
3081         * modules/isnan-nolibm: New file.
3082         * lib/isnan.h: New file.
3083         * lib/isnan.c: New file.
3084         * m4/isnan.m4: New file.
3085
3086 2007-02-24  Bruno Haible  <bruno@clisp.org>
3087
3088         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
3089         assume that an exponent fits in 20 bits.
3090
3091 2007-02-24  Jim Meyering  <jim@meyering.net>
3092
3093         * m4/regex.m4: Update the description of the configure-time option,
3094         --without-included-regex, to state accurately what the defaults are,
3095         and perhaps to give people an idea why using this option is risky.
3096
3097 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
3098
3099         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
3100         loops on small arguments.  This attempts to avoid the problem
3101         Bruno Haible reported for AIX 4.3.2 in
3102         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
3103
3104 2007-02-23  Bruno Haible  <bruno@clisp.org>
3105
3106         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
3107         Needed for help2man.
3108
3109 2007-02-23  Karl Berry  <karl@gnu.org>
3110
3111         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
3112         exists, foo.h should be cvs-ignored, not committed.
3113
3114 2007-02-23  Eric Blake  <ebb9@byu.net>
3115
3116         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
3117         * lib/stat-time.h (includes): Likewise.
3118         * lib/utimecmp.c (includes): Likewise.
3119         * lib/utimens.h (includes): Likewise.
3120         * lib/getdate.y (includes): Also include "timespec.h" for use
3121         internal to the module.
3122         * modules/utimens (Depends-on): Revert yesterday's patch.
3123         * modules/nanosleep (Depends-on): Add missing dependency.
3124
3125 2007-02-22  Bruno Haible  <bruno@clisp.org>
3126
3127         * lib/glob.c: Don't include getlogin_r.h.
3128
3129 2007-02-22  Jim Meyering  <jim@meyering.net>
3130
3131         * modules/utimens (Depends-on): Add timespec, required for
3132         utimens.h's inclusion of timespec.h.
3133
3134 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
3135
3136         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
3137         long unreadable paths in GNU/Linux.  Problem reported by Andreas
3138         Schwab in
3139         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
3140         I'll try to think of a better way to fix the Solaris problem.
3141
3142         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
3143         like glibc; on Solaris 10, it fails with errno == EINVAL.
3144         POSIX says the behavior is unspecified if the first argument is NULL,
3145         so play it safe and never pass NULL to the system getcwd.
3146
3147 2007-02-21  Jim Meyering  <jim@meyering.net>
3148
3149         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
3150         of gettimeofday.  It would conflict with the one now always
3151         provided via sys_time_.h.  Reported by Matthew Woehlke, as
3152         an IRIX 6.5 build failure.
3153
3154 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3155
3156         Minor fixups to port to Solaris 10 with Sun C 5.8.
3157         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
3158         * modules/getcwd (Depends-on): Add dirfd.
3159         * lib/putenv.c (putenv): #undef it.
3160         (rpl_putenv): New decl.
3161         (malloc, free): Include <stdlib.h> rather than prototyping separately.
3162
3163 2007-02-20  Bruno Haible  <bruno@clisp.org>
3164
3165         * modules/stdio-tests: New file.
3166         * tests/test-stdio.c: New file.
3167
3168         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
3169         (Depends-on): Add stdio.
3170         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3171         (Include): Use <stdio.h> instead of vsnprintf.h.
3172         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3173         HAVE_DECL_VSNPRINTF.
3174         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
3175
3176         * modules/snprintf (Files): Remove lib/snprintf.h.
3177         (Depends-on): Add stdio.
3178         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3179         (Include): Use <stdio.h> instead of snprintf.h.
3180         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3181         HAVE_DECL_SNPRINTF.
3182         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
3183         * lib/getaddrinfo.c: Likewise.
3184
3185         * modules/stdio: New file.
3186         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
3187         * lib/snprintf.h: Remove file.
3188         * lib/vsnprintf.h: Remove file.
3189         * lib/.cppi-disable: Remove snprintf.h.
3190         * m4/stdio_h.m4: New file.
3191         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
3192
3193 2007-02-20  Jim Meyering  <jim@meyering.net>
3194
3195         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
3196         used by e.g., mingw.  From Bruno Haible.
3197
3198 2007-02-19  Bruno Haible  <bruno@clisp.org>
3199
3200         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
3201         warnings.
3202         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3203
3204 2007-02-19  Bruno Haible  <bruno@clisp.org>
3205
3206         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
3207         from mingw users.
3208
3209 2007-02-19  Bruno Haible  <bruno@clisp.org>
3210
3211         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
3212         warnings.
3213         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
3214
3215 2007-02-19  Jim Meyering  <jim@meyering.net>
3216
3217         Don't use FD after a successful "fdopendir (fd)".
3218         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
3219         Reset it by calling dirfd on the just-obtained DIR*.
3220
3221         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
3222         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
3223
3224 2007-02-18  Bruno Haible  <bruno@clisp.org>
3225
3226         * lib/readlink.c: Include <unistd.h>.
3227         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
3228         HAVE_READLINK.
3229         * modules/readlink (Depends-on): Add unistd.
3230         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3231         (Include): Add <unistd.h>.
3232
3233         * lib/getlogin_r.h: Remove file.
3234         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
3235         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
3236         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
3237         HAVE_DECL_GETLOGIN_R.
3238         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
3239         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3240         (Include): Use <unistd.h> instead of getlogin_r.h.
3241
3242         * lib/getcwd.h: Remove file.
3243         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
3244         * lib/xgetcwd.c: Likewise.
3245         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
3246         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
3247         * modules/getcwd (Files): Remove lib/getcwd.h.
3248         (Depends-on): Add unistd.
3249         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3250         (Include): Use <unistd.h> instad of getcwd.h.
3251
3252         * lib/ftruncate.c: Include <unistd.h> first.
3253         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
3254         Set HAVE_FTRUNCATE.
3255         * modules/ftruncate (Depends-on): Add unistd.
3256         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3257
3258         * lib/fchdir.c: Include <unistd.h> first.
3259         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
3260         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
3261         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
3262         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3263         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
3264
3265         * lib/dup2.c: Include <unistd.h> first.
3266         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
3267         HAVE_DUP2.
3268         * modules/dup2 (Depends-on): Add unistd.
3269         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3270
3271         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
3272         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
3273         REPLACE_CHOWN. Don't define chown as a macro here.
3274         * modules/chown (Depends-on): Add unistd.
3275         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3276
3277         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
3278         Add definition for GL_LINK_WARNING.
3279         (chown, dup2): New declarations.
3280         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
3281         link warning.
3282         (ftruncate): New declaration.
3283         (getcwd): New declaration, taken from old getcwd.h.
3284         (getlogin_r): New declaration, taken from old getlogin_r.h.
3285         (readlink): New declaration.
3286         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
3287         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
3288         (gl_PREREQ_UNISTD): Remove macro.
3289         (gl_UNISTD_MODULE_INDICATOR): New macro.
3290         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
3291         many new variables. Don't set UNISTD_H.
3292         * modules/unistd (Description): Change.
3293         (Depends-on): Add link-warning.
3294         (configure.ac): Update.
3295         (Makefile.am): Create unistd.h always. Substitute many new variables
3296         into it.
3297
3298 2007-02-18  Bruno Haible  <bruno@clisp.org>
3299
3300         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
3301         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
3302         HAVE_GETSUBOPT.
3303         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
3304         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
3305         * lib/getsubopt.h: Remove file.
3306         * modules/getsubopt (Files): Remove lib/getsubopt.h.
3307         (Depends-on): Add stdlib.
3308         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3309         (Includes): Use <stdlib.h> instead of getsubopt.h.
3310         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
3311         Set HAVE_GETSUBOPT.
3312         * lib/getsubopt.c: Don't include getsubopt.h.
3313
3314 2007-02-18  Bruno Haible  <bruno@clisp.org>
3315
3316         * modules/fchdir (Depends-on): Add dup2.
3317
3318 2007-02-18  Bruno Haible  <bruno@clisp.org>
3319
3320         * lib/stdlib_.h: Handle glibc's special invocation convention
3321         specially.
3322
3323 2007-02-18  Bruno Haible  <bruno@clisp.org>
3324
3325         * modules/stdlib-tests: New file.
3326         * tests/test-stdlib.c: New file.
3327
3328         * modules/mkstemp (Files): Remove lib/mkstemp.h.
3329         (Depends-on): Add stdlib.
3330         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3331         (Includes): Use <stdlib.h> instead of mkstemp.h.
3332         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3333         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
3334         * lib/mkstemp.c: Don't include mkstemp.h.
3335         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
3336         * lib/stdlib--.h: Don't include mkstemp.h.
3337
3338         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
3339         (Depends-on): Add stdlib.
3340         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3341         (Includes): Use <stdlib.h> instead of mkdtemp.h.
3342         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
3343         HAVE_MKDTEMP.
3344         * lib/mkdtemp.c: Don't include mkdtemp.h.
3345         * lib/clean-temp.c: Don't include mkdtemp.h.
3346
3347         * modules/exit (Files): Remove lib/exit.h.
3348         (Depends-on): Add stdlib.
3349         (Makefile.am): Remove lib_SOURCES.
3350         (Include): Use <stdlib.h> instead of exit.h.
3351         * lib/argmatch.c: Don't include exit.h.
3352         * lib/execute.c: Likewise.
3353         * lib/pagealign_alloc.c: Likewise.
3354         * lib/pipe.c: Likewise.
3355         * lib/wait-process.c: Likewise.
3356         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
3357         * lib/exitfail.c: Likewise.
3358         * lib/savewd.c: Likewise.
3359         * lib/xsetenv.c: Likewise.
3360
3361         * modules/stdlib: New file.
3362         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
3363         and extra comments about mkstemp().
3364         * lib/exit.h: Remove file.
3365         * lib/mkdtemp.h: Remove file.
3366         * lib/mkstemp.h: Remove file.
3367         * m4/stdlib_h.m4: New file.
3368         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
3369
3370 2007-02-18  Bruno Haible  <bruno@clisp.org>
3371
3372         * modules/math-tests: New file.
3373         * tests/test-math.c: New file.
3374
3375         * modules/math: New file.
3376         * modules/mathl (Files): Remove lib/mathl.h.
3377         (Depends-on): Add math.
3378         (Makefile.am): Don't mention mathl.h.
3379         (Include): Use <math.h> instead of mathl.h.
3380         * lib/math_.h: New file.
3381         * lib/mathl.h: Remove file.
3382         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
3383         mathl.h.
3384         * lib/asinl.c: Likewise.
3385         * lib/atanl.c: Likewise.
3386         * lib/ceill.c: Likewise.
3387         * lib/cosl.c: Likewise.
3388         * lib/expl.c: Likewise.
3389         * lib/floorl.c: Likewise.
3390         * lib/frexpl.c: Likewise.
3391         * lib/ldexpl.c: Likewise.
3392         * lib/logl.c: Likewise.
3393         * lib/sincosl.c: Likewise.
3394         * lib/sinl.c: Likewise.
3395         * lib/sqrtl.c: Likewise.
3396         * lib/tanl.c: Likewise.
3397         * lib/trigl.c: Likewise.
3398         * m4/math_h.m4: New file.
3399         * MODULES.html.sh (Mathematics): Add math.
3400
3401 2007-02-17  Bruno Haible  <bruno@clisp.org>
3402
3403         * modules/wctype-tests: New file.
3404         * tests/test-wctype.c: New file.
3405
3406         * modules/wchar-tests: New file.
3407         * tests/test-wchar.c: New file.
3408
3409         * modules/unistd-tests: New file.
3410         * tests/test-unistd.c: New file.
3411
3412         * modules/time-tests: New file.
3413         * tests/test-time.c: New file.
3414
3415         * modules/sysexits-tests: New file.
3416         * tests/test-sysexits.c: New file.
3417
3418         * modules/sys_time-tests: New file.
3419         * tests/test-sys_time.c: New file.
3420
3421         * modules/sys_stat-tests: New file.
3422         * tests/test-sys_stat.c: New file.
3423
3424         * modules/sys_socket-tests: New file.
3425         * tests/test-sys_socket.c: New file.
3426
3427         * modules/sys_select-tests: New file.
3428         * tests/test-sys_select.c: New file.
3429
3430         * modules/string-tests: New file.
3431         * tests/test-string.c: New file.
3432
3433         * modules/stdbool-tests: New file.
3434         * tests/test-stdbool.c: New file.
3435
3436         * modules/netinet_in-tests: New file.
3437         * tests/test-netinet_in.c: New file.
3438
3439         * modules/inttypes-tests: New file.
3440         * tests/test-inttypes.c: New file.
3441
3442         * modules/fcntl-tests: New file.
3443         * tests/test-fcntl.c: New file.
3444
3445         * modules/byteswap-tests: New file.
3446         * tests/test-byteswap.c: New file.
3447
3448         * modules/arpa_inet-tests: New file.
3449         * tests/test-arpa_inet.c: New file.
3450
3451 2007-02-17  Bruno Haible  <bruno@clisp.org>
3452
3453         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
3454         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
3455         if the corresponding module is not enabled. Emit link warnings if
3456         the function is used nevertheless.
3457         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
3458         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
3459         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
3460         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
3461         * modules/inttypes (Depends-on): Add link-warning.
3462         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3463         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
3464         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
3465         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
3466         * modules/imaxdiv (configure.ac): Likewise.
3467         * modules/strtoimax (configure.ac): Likewise.
3468         * modules/strtoumax (configure.ac): Likewise.
3469
3470 2007-02-17  Bruno Haible  <bruno@clisp.org>
3471
3472         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
3473         gl_STRING_MODULE_INDICATOR_DEFAULTS.
3474         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
3475         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
3476
3477 2007-02-17  Bruno Haible  <bruno@clisp.org>
3478
3479         * modules/link-warning: New file.
3480         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
3481         * lib/string_.h (GL_LINK_WARNING): Remove definition.
3482         * modules/string (Depends-on): Add link-warning.
3483         (Makefile.am): Copy the contents of build-aux/link-warning.h into
3484         string.h.
3485         * MODULES.html.sh (Support for building libraries and executables): Add
3486         link-warning.
3487
3488 2007-02-17  Bruno Haible  <bruno@clisp.org>
3489
3490         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
3491         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
3492         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
3493         long lines.
3494
3495 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
3496             Bruno Haible  <bruno@clisp.org>
3497
3498         * modules/tmpfile: New file.
3499         * lib/tmpfile.c: New file.
3500         * m4/tmpfile.m4: New file.
3501         * MODULES.html.sh (func_all_modules): New section "Input/output".
3502
3503 2007-02-15  Bruno Haible  <bruno@clisp.org>
3504
3505         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
3506         (supports_delete_on_close): New function.
3507         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
3508
3509 2007-02-14  Bruno Haible  <bruno@clisp.org>
3510
3511         * modules/mbspcasecmp-tests: New file.
3512         * tests/test-mbspcasecmp.sh: New file.
3513         * tests/test-mbspcasecmp.c: New file.
3514
3515         New module mbspcasecmp.
3516         * modules/mbspcasecmp: New file.
3517         * lib/mbspcasecmp.c: New file.
3518         * lib/string_.h (strncasecmp): Change warning message.
3519         (mbspcasecmp): New declaration.
3520         * m4/mbspcasecmp.m4: New file.
3521         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3522         GNULIB_MBSPCASECMP.
3523         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
3524         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
3525
3526 2007-02-14  Bruno Haible  <bruno@clisp.org>
3527
3528         * modules/mbsncasecmp-tests: New file.
3529         * tests/test-mbsncasecmp.sh: New file.
3530         * tests/test-mbsncasecmp.c: New file.
3531
3532         New module mbsncasecmp.
3533         * modules/mbsncasecmp: New file.
3534         * lib/mbsncasecmp.c: New file.
3535         * lib/string_.h (mbsncasecmp): New declaration.
3536         * m4/mbsncasecmp.m4: New file.
3537         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3538         GNULIB_MBSNCASECMP.
3539         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
3540         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
3541
3542 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3543
3544         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
3545         Verify that it doesn't overlap with our flags.
3546         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
3547         do not have the desired effect in multibyte locales; instead, use
3548         mbscasecmp.
3549         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
3550         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
3551         we don't require GNU fnmatch ourselves (if our users require it, they
3552         should do so explicitly).
3553
3554         Fix regex code so it doesn't rely on strcasecmp.
3555         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
3556         Otherwise, include gnulib's langinfo.h.
3557         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
3558         undesirable behavior in non-C locales.  Instead, rely on localecharset.
3559         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
3560         * modules/regex (FILES): Remove m4/codeset.m4.
3561         (Depends-on): Add localcharset.  Remove strcase.
3562
3563 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3564
3565         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
3566         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
3567
3568 2007-02-13  Bruno Haible  <bruno@clisp.org>
3569
3570         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
3571         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3572
3573 2007-02-12  Bruno Haible  <bruno@clisp.org>
3574
3575         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3576         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
3577         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
3578         time warning rather than a link error.
3579
3580 2007-02-12  Bruno Haible  <bruno@clisp.org>
3581
3582         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
3583         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3584         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3585
3586 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3587
3588         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
3589         args, not 2.
3590
3591 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3592
3593         New module 'time', so that apps can include <time.h> as per
3594         POSIX and GNU instead of separate include files like time_r.h
3595         and timegm.h.  This implementation tries out a simpler approach
3596         for replacing decls in standard include files (as compared to
3597         the string module), somewhat as an experiment.
3598
3599         * config/srclist.txt: Comment out mktime.c for now.
3600         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
3601         since it doesn't apply any more.  Use generic wording instead.
3602         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
3603         'time'.
3604         * lib/time_.h, m4/time_h.m4, modules/time: New files.
3605         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
3606         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
3607         Don't include <sys/types.h>; no longer needed since we assume C89.
3608         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
3609         * lib/strftime.c: Likewise.
3610         * lib/time_r.c: Likewise.
3611         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
3612         * lib/nanosleep.c: Include <time.h> first, to check interface.
3613         * lib/strptime.c: Likewise.
3614         * lib/time_r.c: Likewise.
3615         * lib/timegm.c: Likewise.
3616         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
3617         needed.
3618         * lib/timegm.c: Don't include timegm.h; no longer needed.
3619         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
3620         time.h now handles any problems in that area.
3621         (struct timespec, nanosleep): Remove; time.h now arranges for these.
3622         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
3623         that time.h defines struct timespec.
3624         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
3625         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
3626         handles that.
3627         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
3628         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
3629         needed.  Set REPLACE_LOCALTIME.
3630         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
3631         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
3632         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
3633         nanosleep; time_h.m4 now does that.  Don't require
3634         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
3635         module handles this now.
3636         * modules/getdate (Depends-on): Remove timespec.  Add time.
3637         * modules/nanosleep (Depends-on): Likewise.
3638         * modules/stat-time (Depends-on): Likewise.
3639         * modules/nanosleep (Include): Include time.h, not timespec.h.
3640         * modules/strptime (Files): Remove lib/strptime.h.
3641         (Depends-on): Add extensions, time.
3642         (Include): Include time.h, not strptime.h.
3643         * modules/time_r (Files): Remove lib/time_r.h.
3644         (Depends-on): Add time.
3645         (Include): Include time.h, not time_r.h.
3646         * modules/timegm: Likewise.
3647         * modules/timespec (Description): Now does timespec-related decls
3648         of our own, instead of struct timespec itself.
3649         (Depends-on): Add time; remove extensions.
3650         (Maintainer): Add self.
3651         * modules/utimecmp (Depends-on): Add time; remove timespec.
3652         * modules/utimens (Depends-on): Likewise.
3653         * modules/xnanosleep (Depends-on): Likewise.
3654
3655 2007-02-11  Bruno Haible  <bruno@clisp.org>
3656
3657         * lib/c-strstr.c: Include allocsa.h.
3658         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3659         * lib/c-strcasestr.c: Include allocsa.h.
3660         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3661         * lib/strcasestr.c: Include allocsa.h.
3662         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3663         * lib/mbsstr.c: Include allocsa.h.
3664         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3665         allocsa/freesa instead of malloc/free.
3666         * lib/mbscasestr.c: Include allocsa.h.
3667         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3668         allocsa/freesa instead of malloc/free.
3669         * modules/c-strstr (Depends-on): Add allocsa.
3670         * modules/c-strcasestr (Depends-on): Likewise.
3671         * modules/strcasestr (Depends-on): Likewise.
3672         * modules/mbsstr (Depends-on): Likewise.
3673         * modules/mbscasestr (Depends-on): Likewise.
3674
3675 2007-02-11  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3678
3679         * modules/mbsspn-tests: New file.
3680         * tests/test-mbsspn.sh: New file.
3681         * tests/test-mbsspn.c: New file.
3682
3683 2007-02-11  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3686
3687         * modules/mbspbrk-tests: New file.
3688         * tests/test-mbspbrk.sh: New file.
3689         * tests/test-mbspbrk.c: New file.
3690
3691 2007-02-11  Bruno Haible  <bruno@clisp.org>
3692
3693         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3694         unneeded cast.
3695
3696         * modules/mbscspn-tests: New file.
3697         * tests/test-mbscspn.sh: New file.
3698         * tests/test-mbscspn.c: New file.
3699
3700 2007-02-11  Bruno Haible  <bruno@clisp.org>
3701
3702         * modules/mbscasecmp-tests: New file.
3703         * tests/test-mbscasecmp.sh: New file.
3704         * tests/test-mbscasecmp.c: New file.
3705
3706 2007-02-11  Bruno Haible  <bruno@clisp.org>
3707
3708         Ensure O(n) worst-case complexity of mbscasestr.
3709         * lib/mbscasestr.c: Include stdbool.h.
3710         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3711         functions.
3712         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3713         the bookkeeping indicates that it's worth it.
3714         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3715
3716         * modules/mbscasestr-tests: New file.
3717         * tests/test-mbscasestr1.c: New file.
3718         * tests/test-mbscasestr2.sh: New file.
3719         * tests/test-mbscasestr2.c: New file.
3720         * tests/test-mbscasestr3.sh: New file.
3721         * tests/test-mbscasestr3.c: New file.
3722         * tests/test-mbscasestr4.sh: New file.
3723         * tests/test-mbscasestr4.c: New file.
3724         * m4/locale-tr.m4: New file.
3725
3726 2007-02-11  Bruno Haible  <bruno@clisp.org>
3727
3728         Ensure O(n) worst-case complexity of mbsstr.
3729         * lib/mbsstr.c: Include stdbool.h.
3730         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3731         functions.
3732         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3733         bookkeeping indicates that it's worth it.
3734         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3735
3736         * modules/mbsstr-tests: New file.
3737         * tests/test-mbsstr1.c: New file.
3738         * tests/test-mbsstr2.sh: New file.
3739         * tests/test-mbsstr2.c: New file.
3740         * tests/test-mbsstr3.sh: New file.
3741         * tests/test-mbsstr3.c: New file.
3742         * m4/locale-fr.m4: New file.
3743
3744 2007-02-11  Bruno Haible  <bruno@clisp.org>
3745
3746         * lib/mbsrchr.c (mbsrchr): Fix bug.
3747
3748         * modules/mbsrchr-tests: New file.
3749         * tests/test-mbsrchr.sh: New file.
3750         * tests/test-mbsrchr.c: New file.
3751
3752 2007-02-11  Bruno Haible  <bruno@clisp.org>
3753
3754         * lib/mbschr.c (mbschr): Fix bug.
3755
3756         * modules/mbschr-tests: New file.
3757         * tests/test-mbschr.sh: New file.
3758         * tests/test-mbschr.c: New file.
3759         * m4/locale-zh.m4: New file.
3760
3761 2007-02-11  Bruno Haible  <bruno@clisp.org>
3762
3763         Support for copying multibyte string iterators.
3764         * lib/mbiter.h: Include <string.h>.
3765         (mbiter_multi_copy): New function.
3766         (mbi_copy): New macro.
3767         * lib/mbuiter.h: Include <string.h>.
3768         (mbuiter_multi_copy): New function.
3769         (mbui_copy): New macro.
3770
3771 2007-02-11  Bruno Haible  <bruno@clisp.org>
3772
3773         New module mbslen.
3774         * modules/mbslen: New file.
3775         * lib/mbslen.c: New file.
3776         * lib/string_.h (mbslen): New declaration.
3777         * m4/mbslen.m4: New file.
3778         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3779         GNULIB_MBSLEN.
3780         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3781         * MODULES.html.sh (Internationalization functions): Add mbslen.
3782
3783 2007-02-11  Bruno Haible  <bruno@clisp.org>
3784
3785         Ensure O(n) worst-case complexity of strcasestr substitute.
3786         * lib/strcasestr.c: Include stdbool.h.
3787         (knuth_morris_pratt): New function.
3788         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3789         bookkeeping indicates that it's worth it.
3790         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3791
3792         * modules/strcasestr-tests: New file.
3793         * tests/test-strcasestr.c: New file.
3794
3795 2007-02-11  Bruno Haible  <bruno@clisp.org>
3796
3797         Ensure O(n) worst-case complexity of c_strcasestr.
3798         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3799         (knuth_morris_pratt): New function.
3800         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3801         the bookkeeping indicates that it's worth it.
3802         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3803
3804         * modules/c-strcasestr-tests: New file.
3805         * tests/test-c-strcasestr.c: New file.
3806
3807 2007-02-11  Bruno Haible  <bruno@clisp.org>
3808
3809         Ensure O(n) worst-case complexity of c_strstr.
3810         * lib/c-strstr.c: Include stdbool.h, string.h.
3811         (knuth_morris_pratt): New function.
3812         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3813         bookkeeping indicates that it's worth it.
3814         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3815
3816         * lib/c-strstr.c: Complete rewrite for maintainability.
3817
3818         * modules/c-strstr-tests: New file.
3819         * tests/test-c-strstr.c: New file.
3820
3821 2007-02-11  Bruno Haible  <bruno@clisp.org>
3822
3823         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3824         5.2.1 and earlier, whereby \055 was treated just like the range
3825         delimiter '-'.
3826         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3827
3828 2007-02-08  Bruno Haible  <bruno@clisp.org>
3829
3830         * modules/regex (Depends-on): Add stdbool.
3831         Reported by Dalibor Topic <robilad@kaffe.org>.
3832
3833 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3834
3835         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3836         Prefer returning from main to exiting from it.
3837         Remove unnecessary parens after sizeof.
3838
3839 2007-02-05  Bruno Haible  <bruno@clisp.org>
3840
3841         New module mbssep.
3842         * modules/mbssep: New file.
3843         * lib/mbssep.c: New file.
3844         * lib/string_.h (strsep): Add a conditional link warning.
3845         (mbssep): New declaration.
3846         * m4/mbssep.m4: New file.
3847         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3848         GNULIB_MBSSEP.
3849         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3850         * MODULES.html.sh (Internationalization functions): Add mbssep.
3851
3852 2007-02-05  Bruno Haible  <bruno@clisp.org>
3853
3854         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3855         Optimize search in case of 1 delimiter.
3856
3857 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3858
3859         * lib/acl.h: Include sys/types.h before sys/acl.h.
3860
3861 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3862
3863         Merge upstream fix for glibc bugzilla #3957:
3864
3865         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3866
3867         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3868         bit for RE_HAT_LISTS_NOT_NEWLINE.
3869         (build_charclass_op): Remove bogus comment.
3870
3871 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3872
3873         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3874
3875 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3876
3877         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3878         * lib/memmem.c [!defined _LIBC]: Include config.h.
3879
3880 2007-02-04  Bruno Haible  <bruno@clisp.org>
3881
3882         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3883         warning message.
3884
3885 2007-02-04  Bruno Haible  <bruno@clisp.org>
3886
3887         New module mbstok_r.
3888         * modules/mbstok_r: New file.
3889         * lib/mbstok_r.c: New file.
3890         * lib/string_.h (strtok_r): Change argument names to match the
3891         comments. Add a conditional link warning.
3892         (mbstok_r): New declaration.
3893         * m4/mbstok_r.m4: New file.
3894         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3895         GNULIB_MBSTOK_R.
3896         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3897         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3898
3899 2007-02-04  Bruno Haible  <bruno@clisp.org>
3900
3901         New module mbsspn.
3902         * modules/mbsspn: New file.
3903         * lib/mbsspn.c: New file.
3904         * lib/string_.h (strspn): Add a conditional link warning.
3905         (mbsspn): New declaration.
3906         * m4/mbsspn.m4: New file.
3907         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3908         GNULIB_MBSSPN.
3909         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3910         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3911
3912 2007-02-04  Bruno Haible  <bruno@clisp.org>
3913
3914         New module mbspbrk.
3915         * modules/mbspbrk: New file.
3916         * lib/mbspbrk.c: New file.
3917         * lib/string_.h (strpbrk): Add a conditional link warning.
3918         (mbspbrk): New declaration.
3919         * m4/mbspbrk.m4: New file.
3920         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3921         GNULIB_MBSPBRK.
3922         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3923         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3924
3925 2007-02-04  Bruno Haible  <bruno@clisp.org>
3926
3927         New module mbscspn.
3928         * modules/mbscspn: New file.
3929         * lib/mbscspn.c: New file.
3930         * lib/string_.h (strcspn): Add a conditional link warning.
3931         (mbscspn): New declaration.
3932         * m4/mbscspn.m4: New file.
3933         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3934         GNULIB_MBSCSPN.
3935         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3936         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3937
3938 2007-02-04  Bruno Haible  <bruno@clisp.org>
3939
3940         New module mbscasestr, reduced goal of strcasestr.
3941         * modules/mbscasestr: New file.
3942         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3943         (mbscasestr): Renamed from strcasestr.
3944         * lib/strcasestr.c: Don't include mbuiter.h.
3945         (strcasestr): Remove support for multibyte locales.
3946         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3947         Change the conditional link warning.
3948         (mbscasestr): New declaration.
3949         * m4/mbscasestr.m4: New file.
3950         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3951         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3952         REPLACE_STRCASESTR.
3953         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3955         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3956         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3957         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3958         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3959         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3960         (Depends-on): Remove mbuiter.
3961         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3962
3963 2007-02-04  Bruno Haible  <bruno@clisp.org>
3964
3965         Simplify handling of strncasecmp.
3966         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3967         the conditional link warning.
3968         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3969         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3970         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3971         * modules/strcase (configure.ac): Don't invoke
3972         gl_STRING_MODULE_INDICATOR.
3973         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3974
3975 2007-02-04  Bruno Haible  <bruno@clisp.org>
3976
3977         New module mbscasecmp, reduced goal of strcasecmp.
3978         * modules/mbscasecmp: New file.
3979         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3980         (mbscasecmp): Renamed from strcasecmp.
3981         * lib/strcasecmp.c: Don't include mbuiter.h.
3982         (strcasecmp): Remove support for multibyte locales.
3983         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3984         Change the conditional link warning.
3985         (mbscasecmp): New declaration.
3986         * m4/mbscasecmp.m4: New file.
3987         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3988         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3989         REPLACE_STRCASECMP.
3990         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3991         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3992         GNULIB_MBSCASECMP.
3993         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3994         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3995         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3996         (Depends-on): Remove mbuiter.
3997         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3998
3999 2007-02-04  Bruno Haible  <bruno@clisp.org>
4000
4001         New module mbsstr. Remove module strstr.
4002         * modules/mbsstr: New file.
4003         * modules/strstr: Remove file.
4004         * lib/mbsstr.c: Renamed from lib/strstr.c.
4005         (mbsstr): Renamed from strstr.
4006         * lib/string_.h (strstr): Remove declaration. Change the conditional
4007         link warning.
4008         (mbsstr): New declaration.
4009         * m4/mbsstr.m4: New file.
4010         * m4/strstr.m4: Remove file.
4011         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
4012         REPLACE_STRSTR.
4013         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
4014         Don't initialize GNULIB_STRSTR.
4015         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
4016         substitute GNULIB_STRSTR and REPLACE_STRSTR.
4017         * MODULES.html.sh (Internationalization functions): Add mbsstr.
4018         (Support for systems lacking ANSI C 89): Remove strstr.
4019
4020 2007-02-04  Bruno Haible  <bruno@clisp.org>
4021
4022         New module mbsrchr.
4023         * modules/mbsrchr: New file.
4024         * lib/mbsrchr.c: New file.
4025         * lib/string_.h (strrchr): Add a conditional link warning.
4026         (mbsrchr): New declaration.
4027         * m4/mbsrchr.m4: New file.
4028         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4029         GNULIB_MBSRCHR.
4030         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
4031         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
4032
4033 2007-02-04  Bruno Haible  <bruno@clisp.org>
4034
4035         New module mbschr.
4036         * modules/mbschr: New file.
4037         * lib/mbschr.c: New file.
4038         * lib/string_.h (strchr): Add a conditional link warning.
4039         (mbschr): New declaration.
4040         * m4/mbschr.m4: New file.
4041         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4042         GNULIB_MBSCHR.
4043         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
4044         * MODULES.html.sh (Internationalization functions): Add mbschr.
4045
4046 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4047
4048         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
4049
4050         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
4051
4052 2007-02-04  Bruno Haible  <bruno@clisp.org>
4053
4054         New module description section 'configure.ac-early'.
4055         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
4056         (func_get_autoconf_early_snippet): New function.
4057         (func_import, func_create_testdir): Use it. Remove special cases for
4058         modules 'extensions' and 'lock'.
4059         * modules/extensions (configure.ac-early): Require
4060         gl_USE_SYSTEM_EXTENSIONS.
4061         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
4062
4063 2007-02-04  Bruno Haible  <bruno@clisp.org>
4064
4065         Make use of gcj-4.3's -fsource and -ftarget option.
4066         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
4067         and if so try the options -fsource and -ftarget.
4068         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
4069         source_version, ftarget_option, target_version arguments.
4070         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
4071         (is_envjavac_oldgcj_14_14_usable): Renamed from
4072         is_envjavac_gcj_14_14_usable.
4073         (is_envjavac_oldgcj_14_13_usable): Renamed from
4074         is_envjavac_gcj_14_13_usable.
4075         (is_gcj_present): Update.
4076         (is_gcj_43, is_gcj43_usable): New functions.
4077         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
4078         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
4079         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
4080         try the options -fsource and -ftarget.
4081
4082 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4083
4084         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
4085         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
4086         larger value.
4087
4088 2007-02-03  Jim Meyering  <jim@meyering.net>
4089
4090         Give tools a better chance to allocate space for very large buffers.
4091         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
4092
4093         Make pwd and readlink work also when run with an unreadable parent dir
4094         on systems with openat support.
4095         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
4096         provided getcwd function, even when we have openat support.
4097         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
4098
4099 2007-02-02  Bruno Haible  <bruno@clisp.org>
4100
4101         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4102         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
4103         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
4104         portability problems if one of these functions is only used on specific
4105         platforms.
4106         Reported by Paul Eggert.
4107
4108 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4109
4110         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
4111         is causing more trouble than it's curing.
4112         * lib/regex_internal.h (__mempcpy): Remove.
4113         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
4114         (and make the code a tad smaller to boot).
4115         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
4116
4117 2007-02-02  Jim Meyering  <jim@meyering.net>
4118
4119         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
4120         section, not in the Makefile.am: one.
4121
4122 2007-02-02  Eric Blake  <ebb9@byu.net>
4123
4124         * lib/strchrnul.c: Always include config.h first.
4125
4126         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
4127         gnulib strstr is not necessary here.
4128
4129 2007-02-02  Simon Josefsson  <simon@josefsson.org>
4130
4131         * m4/socklen.m4: Fix typo.
4132
4133 2007-02-02  Eric Blake  <ebb9@byu.net>
4134
4135         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
4136         * modules/netinet_in (Makefile.am): Likewise.
4137
4138 2007-02-01  Bruno Haible  <bruno@clisp.org>
4139
4140         * lib/string_.h (GL_LINK_WARNING): New macro.
4141         (strcasecmp, strstr, strcasestr): If provided by the system,
4142         conditionally define as a macro that leads to a warning instead of to
4143         an error.
4144         (strncasecmp): Conditionally define as a macro that leads to a warning.
4145
4146 2007-02-01  Karl Berry  <karl@gnu.org>
4147
4148         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
4149
4150 2007-02-01  Bruno Haible  <bruno@clisp.org>
4151
4152         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
4153         renamings.
4154
4155 2007-02-01  Eric Blake  <ebb9@byu.net>
4156
4157         * modules/regex (Depends-on): Revert dependence on mempcpy.
4158         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
4159         module's definition of mempcpy.
4160         Reported by Paul Eggert.
4161
4162 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4163
4164         * lib/string_.h: If the gnulib module XYZ is not present, undefine
4165         the symbol XYZ before redefining it.  This fixes a problem with
4166         programs that don't use XYZ, when compiled on systems that define
4167         XYZ to something else.
4168
4169 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4170
4171         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
4172         occurs when "mkdir -m foo" creates a setgid directory that is (1)
4173         writeable to group or other and (2) is intended to have a special
4174         mode bit that is set or cleared.  In such a case, the directory
4175         should be neither group- nor other-writeable until the special
4176         mode bits are right.
4177
4178 2007-01-31  Eric Blake  <ebb9@byu.net>
4179
4180         * modules/mountlist (Depends-on): Add strstr.
4181
4182         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
4183         bug.
4184         * modules/string (Makefile.am): Remove redundant replacement.
4185         * modules/regex (Depends-on): Add mempcpy.
4186
4187 2007-01-31  Bruno Haible  <bruno@clisp.org>
4188
4189         New module description field 'Link'.
4190         * gnulib-tool (func_usage): Document --extract-link-directive.
4191         (sed_extract_prog): Recognize 'Link' directive.
4192         (func_get_link_directive): New function.
4193         (func_import): Show summary of link directives.
4194         Handle --extract-link-directive option.
4195         * modules/acl (Link): New section.
4196         * modules/clock-time (Link): New section.
4197         * modules/euidaccess (Link): New section.
4198         * modules/gettext (Link): New section.
4199         * modules/iconv (Link): New section.
4200         * modules/lock (Link): New section.
4201         * modules/nanosleep (Link): New section.
4202         * modules/readline (Link): New section.
4203
4204 2007-01-27  Bruno Haible  <bruno@clisp.org>
4205
4206         Enforce the use of gnulib modules for unportable <string.h> functions.
4207         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
4208         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
4209         (gl_HEADER_STRING_H_BODY): Require it.
4210         * lib/string_.h: If the gnulib module XYZ is not present, redefine
4211         the symbol XYZ to one that gives a link error.
4212         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
4213         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
4214         * modules/mempcpy (configure.ac): Likewise.
4215         * modules/memrchr (configure.ac): Likewise.
4216         * modules/stpcpy (configure.ac): Likewise.
4217         * modules/stpncpy (configure.ac): Likewise.
4218         * modules/strcase (configure.ac): Likewise.
4219         * modules/strcasestr (configure.ac): Likewise.
4220         * modules/strchrnul (configure.ac): Likewise.
4221         * modules/strdup (configure.ac): Likewise.
4222         * modules/strndup (configure.ac): Likewise.
4223         * modules/strnlen (configure.ac): Likewise.
4224         * modules/strpbrk (configure.ac): Likewise.
4225         * modules/strsep (configure.ac): Likewise.
4226         * modules/strstr (configure.ac): Likewise.
4227         * modules/strtok_r (configure.ac): Likewise.
4228
4229 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
4230
4231         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
4232
4233 2007-01-30  Jim Meyering  <jim@meyering.net>
4234
4235         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
4236
4237 2007-01-29  Bruno Haible  <bruno@clisp.org>
4238
4239         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
4240         * lib/execute.c: Likewise.
4241         * lib/pipe.c: Likewise.
4242         * lib/printf-args.h: Likewise.
4243         * lib/printf-args.c: Likewise.
4244         * lib/printf-parse.c: Likewise.
4245         * lib/vasnprintf.c: Likewise.
4246
4247 2007-01-29  Eric Blake  <ebb9@byu.net>
4248
4249         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
4250         declaration.
4251
4252 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
4253
4254         * lib/strptime.h (strptime): Use 'restrict' for args where
4255         POSIX requires this.
4256         * lib/strptime.c (strptime): Likewise.
4257         Change license notice from LGPL to GPL, since gnulib-tool will
4258         change this as needed.
4259         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
4260         defined.
4261         Include "strptime.h" first, to check interface.
4262         Do not #undef _LIBC and _NL_CURRENT.
4263         Do not include <stdlib.h>; no longer needed.
4264         Include "time_r.h" and declare ptime_locale_status
4265         only if _LIBC is not defined.
4266         (__P): Remove unused macro.
4267         (match_string): Bring back glibc version, but use it only if _LIBC
4268         is defined.
4269         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
4270         Remove unnecessary assertion and abort() call.
4271         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
4272         * m4/strptime.m4: Fix serial number comment.
4273         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
4274         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
4275         (Depends-on): Add time_r.
4276
4277 2007-01-29  Bruno Haible  <bruno@clisp.org>
4278
4279         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4280         strptime.
4281         * modules/strptime (Depends-on): Add stdbool.
4282         * lib/strptime.h: Include <time.h> always. Add comments.
4283
4284 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
4285
4286         * modules/strptime: New file.
4287         * lib/strptime.h: New file.
4288         * lib/strptime.c: New file.
4289         * m4/strptime.m4: New file.
4290
4291 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4292
4293         * MODULES.html.sh: New module mpsort.
4294         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
4295
4296         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
4297         a circularity problem with HP-UX ia64 reported by Bob Proulx in
4298         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
4299         All uses changed.
4300         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
4301         All uses changed.
4302         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
4303         to _Restrict_.
4304         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
4305         the parameter matches the prototype.
4306
4307 2007-01-28  Jim Meyering  <jim@meyering.net>
4308
4309         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
4310         sys/time.h here, reverting that part of the previous patch:
4311         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
4312
4313 2007-01-28  Bruno Haible  <bruno@clisp.org>
4314
4315         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
4316         value of $(SYS_TIME_H).
4317         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
4318         remove it conditionally, too. [added by Jim Meyering]
4319         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
4320         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4321         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
4322         GETTIMEOFDAY_REPLACEMENT to 1.
4323
4324 2007-01-28  Bruno Haible  <bruno@clisp.org>
4325
4326         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
4327         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
4328         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
4329         Set UNISTD_H instead of UNISTD_H2.
4330         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
4331
4332 2007-01-28  Bruno Haible  <bruno@clisp.org>
4333
4334         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
4335         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
4336
4337 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4338
4339         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
4340         (func_create_testdir): Ensure C locale for `grep' and `tr'
4341         character ranges.
4342         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
4343         ACLOCAL_AMFLAGS parsing state machine.
4344
4345 2007-01-27  Bruno Haible  <bruno@clisp.org>
4346
4347         * modules/unistr/base: Update.
4348
4349 2007-01-27  Bruno Haible  <bruno@clisp.org>
4350
4351         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
4352         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
4353         * modules/unistr/u32-mbtouc-unsafe: Renamed from
4354         modules/unistr/u32-mbtouc.
4355         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
4356         * lib/unistr.h: Update.
4357         * lib/linebreak.c: Update.
4358         * modules/unistr/u32-mbtouc: Renamed from
4359         modules/unistr/u32-mbtouc-safe.
4360         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
4361         * lib/unistr.h: Update.
4362         * lib/unistr/u32-to-u8.c: Update.
4363         * lib/unistr/u32-to-u16.c: Update.
4364
4365 2007-01-27  Bruno Haible  <bruno@clisp.org>
4366
4367         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
4368         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
4369         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
4370         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
4371         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
4372         * modules/unistr/u16-mbtouc-unsafe: Renamed from
4373         modules/unistr/u16-mbtouc.
4374         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
4375         * lib/unistr.h: Update.
4376         * lib/linebreak.c: Update.
4377         * modules/linebreak: Update.
4378         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
4379         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
4380         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
4381         * modules/unistr/u16-mbtouc: Renamed from
4382         modules/unistr/u16-mbtouc-safe.
4383         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
4384         * lib/unistr.h: Update.
4385         * lib/unistr/u16-to-u8.c: Update.
4386         * modules/unistr/u16-to-u8: Update.
4387         * lib/unistr/u16-to-u32.c: Update.
4388         * modules/unistr/u16-to-u32: Update.
4389
4390 2007-01-27  Bruno Haible  <bruno@clisp.org>
4391
4392         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
4393         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
4394         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
4395         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
4396         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
4397         * modules/unistr/u8-mbtouc-unsafe: Renamed from
4398         modules/unistr/u8-mbtouc.
4399         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
4400         * lib/unistr.h: Update.
4401         * lib/striconveh.c: Update.
4402         * modules/striconveh: Update.
4403         * lib/linebreak.c: Update.
4404         * modules/linebreak: Update.
4405         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
4406         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
4407         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
4408         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
4409         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
4410         * lib/unistr.h: Update.
4411         * lib/striconveh.c: Update.
4412         * modules/striconveh: Update.
4413         * lib/unistr/u8-to-u16.c: Update.
4414         * modules/unistr/u8-to-u16: Update.
4415         * lib/unistr/u8-to-u32.c: Update.
4416         * modules/unistr/u8-to-u32: Update.
4417
4418 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4419
4420         Sync from Libtool.
4421         * lib/argz.c: Do not include strings.h nor memory.h, include
4422         string.h unconditionally.  Patch by Simon Josefsson.
4423
4424 2007-01-27  Bruno Haible  <bruno@clisp.org>
4425
4426         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
4427         from gl_HEADER_STRING_H_BODY.
4428         (gl_HEADER_STRING_H_BODY): Require it.
4429         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
4430         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
4431         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
4432         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
4433         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4434         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
4435         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4436         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
4437         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
4438         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4439         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
4440         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
4441         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
4442         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4443         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4444
4445 2007-01-27  Bruno Haible  <bruno@clisp.org>
4446
4447         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
4448         check_PROGRAMS into noinst_PROGRAMS.
4449         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
4450         check_PROGRAMS in this case.
4451         (func_import): Set for_test to false.
4452         (func_create_testdir): Set for_test to true.
4453
4454 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4455             Bruno Haible  <bruno@clisp.org>
4456
4457         * modules/strcasestr (Files): Remove lib/strcasestr.h.
4458         (Depends-on): Add string.
4459         (Includes): Use <string.h> instead of strcasestr.h.
4460         * modules/string (Makefile.am): Also substitute the value of
4461         REPLACE_STRCASESTR.
4462         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
4463         assume strcasestr is declared in <string.h> not <strings.h>. Also
4464         set REPLACE_STRCASESTR.
4465         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
4466         REPLACE_STRCASESTR.
4467         * lib/strcasestr.h: Remove file.
4468         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
4469         * lib/string_.h (strcasestr): New declaration.
4470
4471 2007-01-27  Bruno Haible  <bruno@clisp.org>
4472
4473         * lib/string_.h: Use 'extern'.
4474
4475 2007-01-27  Jim Meyering  <jim@meyering.net>
4476
4477         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
4478         of set-but-not-used local, "q".
4479
4480         * lib/mempcpy.c: Include <config.h> before <string.h>.
4481         This fixes a compilation error on HP-UX, due to the system's
4482         "restrict"-using mempcpy prototype.
4483
4484 2007-01-26  Bruno Haible  <bruno@clisp.org>
4485
4486         Small optimization.
4487         * lib/javacomp.c: Include c-strstr.h.
4488          (is_envjavac_gcj): Use c_strstr instead of strstr.
4489         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
4490
4491 2007-01-26  Bruno Haible  <bruno@clisp.org>
4492
4493         * MODULES.html.sh (Unicode string functions): Add the new modules.
4494
4495         * modules/uniconv/u32-strconv-to-locale: New file.
4496         * lib/uniconv/u32-strconv-to-locale.c: New file.
4497
4498         * modules/uniconv/u16-strconv-to-locale: New file.
4499         * lib/uniconv/u16-strconv-to-locale.c: New file.
4500
4501         * modules/uniconv/u8-strconv-to-locale: New file.
4502         * lib/uniconv/u8-strconv-to-locale.c: New file.
4503
4504         * modules/uniconv/u32-strconv-from-locale: New file.
4505         * lib/uniconv/u32-strconv-from-locale.c: New file.
4506
4507         * modules/uniconv/u16-strconv-from-locale: New file.
4508         * lib/uniconv/u16-strconv-from-locale.c: New file.
4509
4510         * modules/uniconv/u8-strconv-from-locale: New file.
4511         * lib/uniconv/u8-strconv-from-locale.c: New file.
4512
4513         * modules/uniconv/u32-strconv-to-enc: New file.
4514         * lib/uniconv/u32-strconv-to-enc.c: New file.
4515         * modules/uniconv/u32-strconv-to-enc-tests: New file.
4516         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
4517
4518         * modules/uniconv/u16-strconv-to-enc: New file.
4519         * lib/uniconv/u16-strconv-to-enc.c: New file.
4520         * lib/uniconv/u-strconv-to-enc.h: New file.
4521         * modules/uniconv/u16-strconv-to-enc-tests: New file.
4522         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
4523
4524         * modules/uniconv/u8-strconv-to-enc: New file.
4525         * lib/uniconv/u8-strconv-to-enc.c: New file.
4526         * modules/uniconv/u8-strconv-to-enc-tests: New file.
4527         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
4528
4529         * modules/uniconv/u32-strconv-from-enc: New file.
4530         * lib/uniconv/u32-strconv-from-enc.c: New file.
4531         * modules/uniconv/u32-strconv-from-enc-tests: New file.
4532         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
4533
4534         * modules/uniconv/u16-strconv-from-enc: New file.
4535         * lib/uniconv/u16-strconv-from-enc.c: New file.
4536         * modules/uniconv/u16-strconv-from-enc-tests: New file.
4537         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
4538
4539         * modules/uniconv/u8-strconv-from-enc: New file.
4540         * lib/uniconv/u8-strconv-from-enc.c: New file.
4541         * lib/uniconv/u-strconv-from-enc.h: New file.
4542         * modules/uniconv/u8-strconv-from-enc-tests: New file.
4543         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
4544
4545         * modules/uniconv/u32-conv-from-enc: New file.
4546         * lib/uniconv/u32-conv-from-enc.c: New file.
4547         * modules/uniconv/u32-conv-from-enc-tests: New file.
4548         * tests/uniconv/test-u32-conv-from-enc.c: New file.
4549
4550         * modules/uniconv/u16-conv-from-enc: New file.
4551         * lib/uniconv/u16-conv-from-enc.c: New file.
4552         * lib/uniconv/u-conv-from-enc.h: New file.
4553         * modules/uniconv/u16-conv-from-enc-tests: New file.
4554         * tests/uniconv/test-u16-conv-from-enc.c: New file.
4555
4556         * modules/uniconv/u8-conv-from-enc: New file.
4557         * lib/uniconv/u8-conv-from-enc.c: New file.
4558         * modules/uniconv/u8-conv-from-enc-tests: New file.
4559         * tests/uniconv/test-u8-conv-from-enc.c: New file.
4560
4561         * modules/uniconv/base: New file.
4562         * lib/uniconv.h: New file.
4563
4564 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
4565
4566         * doc/gnulib-tool.texi (Initial import): Update to match current
4567         behavior with strdup module.
4568         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
4569         * lib/memmem.h: Remove; all uses removed.  This is now done
4570         by <string.h>.
4571         * lib/mempcpy.h: Likewise.
4572         * lib/memrchr.h: Likewise.
4573         * lib/stpcpy.h: Likewise.
4574         * lib/stpncpy.h: Likewise.
4575         * lib/strcase.h: Likewise.
4576         * lib/strchrnul.h: Likewise.
4577         * lib/strdup.h: Likewise.
4578         * lib/strndup.h: Likewise.
4579         * lib/strnlen.h: Likewise.
4580         * lib/strpbrk.h: Likewise.
4581         * lib/strsep.h: Likewise.
4582         * lib/strstr.h: Likewise.
4583         * lib/strtok_r.h: Likewise.
4584         * lib/string_.h: New file.
4585         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
4586         Rely on <string.h> instead.
4587         * lib/canon-host.c: Likewise.
4588         * lib/chdir-long.c: Likewise.
4589         * lib/concatpath.c: Likewise.
4590         * lib/exclude.c: Likewise.
4591         * lib/fchdir.c: Likewise.
4592         * lib/getaddrinfo.c: Likewise.
4593         * lib/getcwd.c: Likewise.
4594         * lib/getsubopt.c: Likewise.
4595         * lib/glob.c: Likewise.
4596         * lib/hard-locale.c: Likewise.
4597         * lib/iconvme.c: Likewise.
4598         * lib/javacomp.c: Likewise.
4599         * lib/mempcpy.c: Likewise.
4600         * lib/memrchr.c: Likewise.
4601         * lib/regex_internal.h: Likewise.
4602         * lib/stpncpy.c: Likewise.
4603         * lib/strcasecmp.c: Likewise.
4604         * lib/strchrnul.c: Likewise.
4605         * lib/strdup.c: Likewise.
4606         * lib/striconv.c: Likewise.
4607         * lib/striconveh.c: Likewise.
4608         * lib/striconveha.c: Likewise.
4609         * lib/strncasecmp.c: Likewise.
4610         * lib/strndup.c: Likewise.
4611         * lib/strnlen.c: Likewise.
4612         * lib/strsep.c: Likewise.
4613         * lib/strstr.c: Likewise.
4614         * lib/strtok_r.c: Likewise.
4615         * lib/userspec.c: Likewise.
4616         * lib/w32spawn.h: Likewise.
4617         * lib/xstrndup.c: Likewise.
4618         * lib/mountlist.c (strstr): Remove decl.
4619         * m4/string_h.m4: New file.
4620         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
4621         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
4622         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
4623         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
4624         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
4625         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
4626         Set REPLACE_STRCASECMP if necessary.
4627         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
4628         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
4629         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
4630         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
4631         HAVE_DECL_STRDUP if necessary.
4632         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
4633         since gl_FUNC_STRNDUP does that now.
4634         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
4635         Check for decl here...
4636         (gl_PREREQ_STRNLEN): ... not here.
4637         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
4638         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
4639         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
4640         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
4641         necessary.
4642         * modules/string: New file.
4643         * modules/memmem (Files): Remove special-purpose include file.
4644         (Depends-on): Add string.
4645         (Include): Include <string.h>, not the removed file.
4646         * modules/mempcpy: Likewise.
4647         * modules/memrchr: Likewise.
4648         * modules/stpcpy: Likewise.
4649         * modules/stpncpy: Likewise.
4650         * modules/strcase: Likewise.
4651         * modules/strchrnul: Likewise.
4652         * modules/strdup: Likewise.
4653         * modules/strndup: Likewise.
4654         * modules/strnlen: Likewise.
4655         * modules/strpbrk: Likewise.
4656         * modules/strsep: Likewise.
4657         * modules/strstr: Likewise.
4658         * modules/strtok_r: Likewise.
4659         * tests/test-dirname.c: Don't include "strdup.h", since
4660         <string.h> now suffices.
4661         * tests/test-memmem.c: Don't include "memmem.h", since
4662         <string.h> now suffices.
4663
4664 2007-01-25  Bruno Haible  <bruno@clisp.org>
4665
4666         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
4667         *resultp is 0.
4668
4669         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
4670         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
4671         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
4672         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4673
4674         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4675         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4676         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4677         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4678         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4679         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4680
4681 2007-01-24  Bruno Haible  <bruno@clisp.org>
4682
4683         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4684         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4685         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4686         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4687         gl_FUNC_FTS_CORE.
4688         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4689         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4690         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4691         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4692         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4693         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4694         gl_FUNC_FCHOWNAT.
4695         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4696         gl_FUNC_STRFTIME.
4697         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4698         Reported by Ralf Wildenhues.
4699
4700 2007-01-24  Bruno Haible  <bruno@clisp.org>
4701
4702         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4703         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4704         gl_GETADDRINFO.
4705         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4706         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4707         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4708
4709 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4710
4711         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4712         Don't use 'exit'; just return from 'main'.
4713         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4714
4715         * lib/fnmatch_.h: Readjust white space and comments to match
4716         glibc, to avoid spurious diffs.
4717
4718 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4719
4720         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4721         2004-12-01 change by Jakub Jelinek, since this code won't compile
4722         if !LIBC.  Problem reported by Bob Proulx.
4723
4724 2007-01-23  Bruno Haible  <bruno@clisp.org>
4725
4726         * lib/striconveh.c: Include c-strcaseeq.h.
4727         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4728         * modules/striconveh (Depends-on): Add c-strcaseeq.
4729
4730 2007-01-23  Bruno Haible  <bruno@clisp.org>
4731
4732         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4733
4734         * modules/c-strcaseeq: New file.
4735         * lib/c-strcaseeq.h: New file.
4736
4737         * modules/streq: New file.
4738         * lib/streq.h: New file.
4739
4740 2007-01-23  Bruno Haible  <bruno@clisp.org>
4741
4742         * modules/striconveha-tests: New file.
4743         * tests/test-striconveha.c: New file.
4744
4745         * lib/striconveha.h: Include <stdbool.h>.
4746         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4747         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4748         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4749         (mem_iconveha): New function.
4750         (str_iconveha_notranslit): Renamed from str_iconveha.
4751         (str_iconveha): New function.
4752         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4753         c-strcase.
4754
4755 2007-01-23  Bruno Haible  <bruno@clisp.org>
4756
4757         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4758         encodings without forgiving before trying any encoding with handler.
4759         (str_iconveha): Try all encodings without forgiving before trying any
4760         encoding with handler.
4761
4762 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4763
4764         Import the following changes from libc.
4765
4766         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4767
4768         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4769
4770         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4771
4772         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4773         normal_bracket label.
4774
4775         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4776
4777         [BZ #361]
4778         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4779         to normal_bracket after fetching the next character.
4780
4781 2007-01-22  Bruno Haible  <bruno@clisp.org>
4782
4783         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4784         argument.
4785         * lib/striconveh.c (iconv_carefully_1): New function.
4786         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4787         argument.
4788         (str_cd_iconveh): Update.
4789         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4790         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4791         * tests/test-striconveh.c (MAGIC): New macro.
4792         (new_offsets): New function.
4793         (main): Test call with and without offsets.
4794
4795 2007-01-22  Bruno Haible  <bruno@clisp.org>
4796
4797         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4798         * modules/sys_select (Makefile.am): Likewise.
4799         * modules/sys_socket (Makefile.am): Likewise.
4800         * modules/sys_time (Makefile.am): Likewise.
4801
4802 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4803
4804         * modules/gettimeofday (License): Change from GPL to LGPL, since
4805         gettimeofday is a library function.
4806
4807 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4808
4809         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4810
4811 2007-01-21  Bruno Haible  <bruno@clisp.org>
4812
4813         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4814
4815 2007-01-21  Bruno Haible  <bruno@clisp.org>
4816
4817         * modules/striconveha: New file.
4818         * lib/striconveha.h: New file.
4819         * lib/striconveha.c: New file.
4820         * MODULES.html.sh (Internationalization functions): Add striconveha.
4821         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4822         string.
4823         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4824
4825 2007-01-21  Bruno Haible  <bruno@clisp.org>
4826
4827         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4828         * lib/striconveh.c (str_iconveh): Likewise.
4829
4830 2007-01-21  Bruno Haible  <bruno@clisp.org>
4831
4832         * lib/striconveh.h (mem_iconveh): New declaration.
4833         * lib/striconveh.c (mem_iconveh): New function.
4834         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4835
4836 2007-01-21  Bruno Haible  <bruno@clisp.org>
4837
4838         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4839
4840         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4841         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4842         original result buffer.
4843         (str_cd_iconveh): Update.
4844         * tests/test-striconveh.c (main): Update.
4845
4846         * lib/striconv.h (mem_cd_iconv): Change specification.
4847         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4848         result buffer.
4849         (str_cd_iconv): Update.
4850         * tests/test-striconv.c (main): Update.
4851
4852 2007-01-21  Bruno Haible  <bruno@clisp.org>
4853
4854         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4855
4856 2007-01-20  Jim Meyering  <jim@meyering.net>
4857
4858         * lib/userspec.c (parse_with_separator): If a user or group string
4859         starts with "+", skip the corresponding name-to-ID look-up, since
4860         such a look-up must fail: user and group names may not include "+".
4861
4862 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4863
4864         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4865         since we now assume the sys_time module.
4866         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4867         check for sys/time.h; no longer needed.
4868         * modules/poll (Depends-on): Depend on sys_time.
4869
4870 2007-01-18  Bruno Haible  <bruno@clisp.org>
4871
4872         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4873         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4874
4875         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4876         gettimeofday.
4877
4878         * tests/test-gettimeofday.c: Include <time.h>.
4879         (dummy): Remove variable.
4880
4881         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4882         gl_HEADER_SYS_TIME_H.
4883         (gl_HEADER_SYS_TIME_H): New macro.
4884
4885         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4886         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4887         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4888         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4889         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4890         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4891         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4892         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4893         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4894         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4895         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4896
4897         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4898         last change; it caused a compilation error when cross-compiling to
4899         Cygwin.
4900
4901 2007-01-18  Jim Meyering  <jim@meyering.net>
4902
4903         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4904         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4905         than the race-prone "test -d sys || mkdir sys".
4906         (configure.ac): Use AC_PROG_MKDIR_P.
4907         * modules/sys_select: Likewise.
4908         * modules/sys_socket: Likewise.
4909         * modules/sys_time: Likewise.
4910
4911 2007-01-18  Eric Blake  <ebb9@byu.net>
4912
4913         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4914         replace gettimeofday.
4915         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4916         name, to avoid infinite recursion.
4917
4918 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4919
4920         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4921         module sys_time.
4922         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4923         assume timespec.h defines struct timeval.
4924         * lib/settime.c: Likewise.
4925         * lib/utimens.c: Likewise.
4926         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4927         since we now assume the gettimeofday module.
4928         * lib/tempname.c (__gen_tempname): Likewise.
4929         * lib/gettimeofday.h: Remove.
4930         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4931         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4932         Include <time.h>, for 'time()'.
4933         (localtime_buffer_addr): Also use this workaround if
4934         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4935         to simplify the uses.  All uses changed.
4936         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4937         that #undef is inside {}, and 'const' follows type name consistently.
4938         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4939         (gettimeofday): Do not use the maximum possible value for
4940         tv->tv_usec, since that might break usages other than ls.c.
4941         Instead, we'll leave ls.c alone.  This undoes today's patch
4942         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4943         we've never observed the problem but might as well keep the
4944         canary.
4945         * lib/nanosleep.c: Include timespec.h first, for interface check.
4946         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4947         now assume the sys_time module.
4948         * lib/tempname.c: Likewise.
4949         * lib/timespec.h: Likewise.
4950         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4951         needed.
4952         * lib/strftime.c: Likewise.
4953         * lib/timespec.h: Likewise.
4954         * lib/posixtm.c: Include posixtm.h first, for interface check.
4955         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4956         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4957         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4958         * lib/sys_time_.h: New file.
4959         * lib/timespec.h (struct timespec): Use long int, not long.
4960         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4961         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4962         Remove obsolescent call to AC_HEADER_TIME.
4963         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4964         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4965         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4966         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4967         Likewise.
4968         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4969         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4970         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4971         into the sys_time module.  Check for gettimeofday just once.
4972         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4973         for gettimeofday signature to just check the signature.  Merely
4974         compile it, since linking doesn't test signature.  Improve test for
4975         whether gettimeofday.o is actually needed.
4976         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4977         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4978         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4979         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4980         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4981         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4982         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4983         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4984         than worrying about sys/time.h.
4985         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4986         Don't bother worrying about TIME_WITH_SYS_TIME.
4987         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4988         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4989         * m4/sys_time_h.m4: New file.
4990         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4991         Don't include sys/time.h.  Return from main rather than exiting.
4992         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4993         all uses changed.
4994         * modules/gethrxtime (Depends-on): Add sys_time.
4995         * modules/gettime (Depends-on): Likewise.
4996         * modules/gettimeofday (Depends-on): Likewise.
4997         * modules/nanosleep (Depends-on): Likewise.
4998         * modules/settime (Depends-on): Likewise.
4999         * modules/tempname (Depends-on): Likewise.
5000         * modules/utimens (Depends-on): Likewise.
5001         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
5002         (Include:) Change back to <sys/time.h>.
5003         (Maintainer:) Add self.
5004         * modules/sys_time: New file.
5005         * modules/tempname (Depends-on): Add gettimeofday.
5006         * tests/test-gettimeofday.c: Include <sys/time.h>
5007         rather than gettimeofday.h.
5008
5009 2007-01-17  Bruno Haible  <bruno@clisp.org>
5010
5011         * gnulib-tool (func_get_license): Revert last patch. Instead, let
5012         the license default to GPL.
5013         (func_create_testdir): Don't complain if a module is LGPL and its
5014         tests module depends on GPLed modules.
5015
5016 2007-01-17  Bruno Haible  <bruno@clisp.org>
5017
5018         * lib/gettimeofday.c (gettimeofday): Add code for the case
5019         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
5020         maximum possible value for tv->tv_usec, rather than the minimum one.
5021
5022 2005-10-08  Martin Lambers  <marlam@marlam.de>
5023 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5024 2007-01-16  Bruno Haible  <bruno@clisp.org>
5025
5026         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
5027         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
5028         gl_FUNC_GETTIMEOFDAY.
5029         (Include): Add gettimeofday.h.
5030         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
5031         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
5032         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
5033         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
5034         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
5035         * lib/gettimeofday.h: New file.
5036         * lib/gettimeofday.c: Include <sys/timeb.h>.
5037         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
5038         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5039         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
5040         fall back on time().
5041
5042         * tests/test-gettimeofday.c: New file.
5043         * modules/gettimeofday-tests: New file.
5044
5045 2007-01-16  Eric Blake  <ebb9@byu.net>
5046
5047         * modules/fnmatch (Depends-on): Depend on wchar.
5048         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
5049         * m4/fnmatch.m4: Likewise.
5050         * modules/mbchar (Makefile.am): Assume <wchar.h>.
5051         * m4/mbchar.m4: Likewise.
5052         * modules/mbswidth (Depends-on): Depend on wchar.
5053         * lib/mbswidth.c: Assume <wchar.h>.
5054         * m4/mbswidth.m4: Likewise.
5055         * modules/quotearg (Depends-on): Depend on wchar.
5056         * lib/quotearg.c: Assume <wchar.h>.
5057         * m4/quotearg.m4: Likewise.
5058         * modules/regex (Depends-on): Depend on wchar.
5059         * lib/regex_internal.h: Assume <wchar.h>.
5060         * m4/regex.m4: Likewise.
5061         * modules/stdint (Depends-on): Depend on wchar.
5062         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
5063         * m4/stdint.m4: Likewise.
5064         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
5065         * modules/strftime (Depends-on): Depend on wchar.
5066         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
5067         * modules/strtol (Depends-on): Depend on wchar.
5068         * lib/strtol.c: Assume <wchar.h>.
5069         * modules/wcwidth (Depends-on): Depend on wchar.
5070         * lib/wcwidth.h: Assume <wchar.h>.
5071         * m4/wcwidth.m4: Likewise.
5072
5073 2007-01-16  Bruno Haible  <bruno@clisp.org>
5074
5075         * modules/csharpexec-script: New, created from...
5076         * modules/csharpexec: ... this.
5077
5078 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5079
5080         * modules/javaexec-script: New, created from...
5081         * modules/javaexec: ... this.
5082
5083 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5084
5085         * modules/poll (Dependencies): Add sys_select.
5086
5087 2007-01-15  Jim Meyering  <jim@meyering.net>
5088
5089         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
5090         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
5091         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
5092         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
5093
5094 2007-01-15  Bruno Haible  <bruno@clisp.org>
5095
5096         * modules/striconveh: New file.
5097         * lib/striconveh.h: New file.
5098         * lib/striconveh.c: New file.
5099         * MODULES.html.sh (Internationalization functions): Add striconveh.
5100
5101         * modules/striconveh-tests: New file.
5102         * tests/test-striconveh.c: New file.
5103
5104 2007-01-15  Bruno Haible  <bruno@clisp.org>
5105
5106         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
5107         not from GNU libiconv or GNU libc.
5108
5109 2007-01-15  Bruno Haible  <bruno@clisp.org>
5110
5111         * doc/gnulib-intro.texi (Copyright): Explain the different license
5112         terms for module descriptions, autoconf macros, tests, documentation.
5113
5114 2007-01-14  Bruno Haible  <bruno@clisp.org>
5115
5116         * modules/striconv-tests: New file.
5117         * tests/test-striconv.c: New file.
5118
5119 2007-01-14  Bruno Haible  <bruno@clisp.org>
5120
5121         * modules/iconv-tests: New file.
5122         * tests/test-iconv.c: New file.
5123
5124 2007-01-14  Bruno Haible  <bruno@clisp.org>
5125
5126         * gnulib-tool (func_get_license): For test modules, use the license of
5127         the main module.
5128
5129 2007-01-14  Bruno Haible  <bruno@clisp.org>
5130
5131         * modules/iconv (Include): Clarify that <iconv.h> can only be included
5132         if iconv is found to exist.
5133
5134 2007-01-14  Bruno Haible  <bruno@clisp.org>
5135
5136         * modules/c-ctype-tests: New file.
5137         * tests/test-c-ctype.c: New file.
5138
5139 2007-01-14  Bruno Haible  <bruno@clisp.org>
5140
5141         * modules/binary-io-tests: New file.
5142         * tests/test-binary-io.sh: New file.
5143         * tests/test-binary-io.c: New file.
5144
5145 2007-01-14  Bruno Haible  <bruno@clisp.org>
5146
5147         * modules/array-oset-tests: New file.
5148         * tests/test-array_oset.c: New file.
5149
5150 2007-01-14  Bruno Haible  <bruno@clisp.org>
5151
5152         * modules/array-list-tests: New file.
5153         * tests/test-array_list.c: New file.
5154
5155 2007-01-14  Bruno Haible  <bruno@clisp.org>
5156
5157         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
5158         and make.
5159         Reported by Simon Josefsson in
5160         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
5161
5162 2007-01-14  Bruno Haible  <bruno@clisp.org>
5163
5164         * modules/allocsa-tests: New file.
5165         * tests/test-allocsa.c: New file.
5166
5167 2007-01-14  Bruno Haible  <bruno@clisp.org>
5168
5169         * modules/fchdir (Depends-on): Add absolute-header.
5170         * modules/unistd (Depends-on): Likewise.
5171
5172 2006-12-30  Bruno Haible  <bruno@clisp.org>
5173
5174         * modules/fchdir: New file.
5175         * modules/unistd (Files): Add lib/unistd_.h.
5176         (Makefile.am): Generate unistd.h from unistd_.h.
5177         * lib/fchdir.c: New file.
5178         * lib/dirent_.h: New file.
5179         * lib/unistd_.h: New file.
5180         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
5181         * m4/fchdir.m4: New file.
5182         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
5183         (gl_HEADER_UNISTD): Invoke it.
5184         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
5185         function.
5186         * lib/backupfile.c (opendir, closedir): Undefine.
5187         * lib/chown.c (open, close): Undefine.
5188         * lib/clean-temp.c (open, close): Undefine.
5189         * lib/copy-file.c (open, close): Undefine.
5190         * lib/execute.c (open, close): Undefine.
5191         * lib/fsusage.c (open, close): Undefine.
5192         * lib/gc-gnulib.c (open, close): Undefine.
5193         * lib/getcwd.c (opendir, closedir): Undefine.
5194         * lib/glob.c (opendir, closedir): Undefine.
5195         * lib/javacomp.c (open, close): Undefine.
5196         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
5197         * lib/openat-proc.c (open, close): Undefine.
5198         * lib/pagealign_alloc.c (open, close): Undefine.
5199         * lib/pipe.c (open, close): Undefine.
5200         * lib/progreloc.c (open, close): Undefine.
5201         * lib/savedir.c (opendir, closedir): Undefine.
5202         * lib/utime.c (open, close): Undefine.
5203         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
5204
5205 2007-01-10  Bruno Haible  <bruno@clisp.org>
5206
5207         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
5208
5209 2007-01-12  Eric Blake  <ebb9@byu.net>
5210
5211         Provide a robust <wchar.h>.  Further simplifications are now
5212         possible in other modules, but not included here.
5213         * modules/wchar: New module.
5214         * m4/wchar.m4: New file.
5215         * lib/wchar_.h: Likewise.
5216         * modules/mbchar (Depends-on): Depend on wchar, as the first use
5217         of the new module.
5218         * MODULES.html.sh (Extended multibyte and wide character utilities):
5219         New section.
5220
5221 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5222
5223         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
5224         to a reasonable default for memory allocation.
5225         (xreadlink): Don't allocate a huge buffer, to work around a buggy
5226         file system that reports garbage st_size values for symlinks.
5227         Problem reported by Liyang Hu.
5228
5229 2007-01-11  Simon Josefsson  <simon@josefsson.org>
5230
5231         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
5232         Emacs .#* auto-save files).
5233
5234 2007-01-11  Bruno Haible  <bruno@clisp.org>
5235
5236         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
5237         directory.
5238
5239 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5240
5241         Use @...@ consistently in lib/wctype_.h.
5242         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
5243         on it being set to 1 or 0.
5244         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
5245         go back to AC_SUBSTing it.
5246         * modules/wctype (Makefile.am): Undo previous change.
5247
5248 2007-01-10  Eric Blake  <ebb9@byu.net>
5249
5250         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
5251         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
5252         * modules/wctype (Makefile.am): Likewise.
5253         Reported by Chris McGuire.
5254
5255 2007-01-10  Jim Meyering  <jim@meyering.net>
5256
5257         fts.c: a small readability/maintainability improvement
5258         * lib/fts.c (fts_read): Make this code slightly more readable and
5259         maintainable by hoisting the "sp->fts_cur = p" assignments to
5260         immediately follow the statements that set P.  Derived from
5261         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
5262
5263 2007-01-10  Eric Blake  <ebb9@byu.net>
5264
5265         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
5266         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
5267         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5268         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
5269         Reported by Chris McGuire.
5270
5271 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5272
5273         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
5274         in sed script.
5275
5276 2007-01-09  Bruno Haible  <bruno@clisp.org>
5277
5278         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
5279         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
5280         variables.
5281         (func_module): Use them.
5282
5283 2007-01-09  Bruno Haible  <bruno@clisp.org>
5284
5285         * modules/unistr/base: New file.
5286         * lib/unistr.h: New file.
5287
5288         * modules/unistr/u8-to-u16: New file.
5289         * lib/unistr/u8-to-u16.c: New file.
5290
5291         * modules/unistr/u8-to-u32: New file.
5292         * lib/unistr/u8-to-u32.c: New file.
5293
5294         * modules/unistr/u16-to-u8: New file.
5295         * lib/unistr/u16-to-u8.c: New file.
5296
5297         * modules/unistr/u16-to-u32: New file.
5298         * lib/unistr/u16-to-u32.c: New file.
5299
5300         * modules/unistr/u32-to-u8: New file.
5301         * lib/unistr/u32-to-u8.c: New file.
5302
5303         * modules/unistr/u32-to-u16: New file.
5304         * lib/unistr/u32-to-u16.c: New file.
5305
5306         * modules/unistr/u8-check: New file.
5307         * modules/unistr/u16-check: New file.
5308         * modules/unistr/u32-check: New file.
5309         * lib/unistr/u8-check.c: New file.
5310         * lib/unistr/u16-check.c: New file.
5311         * lib/unistr/u32-check.c: New file.
5312
5313         * modules/unistr/u8-chr: New file.
5314         * modules/unistr/u16-chr: New file.
5315         * modules/unistr/u32-chr: New file.
5316         * lib/unistr/u8-chr.c: New file.
5317         * lib/unistr/u16-chr.c: New file.
5318         * lib/unistr/u32-chr.c: New file.
5319
5320         * modules/unistr/u8-cmp: New file.
5321         * modules/unistr/u16-cmp: New file.
5322         * modules/unistr/u32-cmp: New file.
5323         * lib/unistr/u8-cmp.c: New file.
5324         * lib/unistr/u16-cmp.c: New file.
5325         * lib/unistr/u32-cmp.c: New file.
5326
5327         * modules/unistr/u8-cpy: New file.
5328         * modules/unistr/u16-cpy: New file.
5329         * modules/unistr/u32-cpy: New file.
5330         * lib/unistr/u8-cpy.c: New file.
5331         * lib/unistr/u16-cpy.c: New file.
5332         * lib/unistr/u32-cpy.c: New file.
5333         * lib/unistr/u-cpy.h: New file.
5334
5335         * modules/unistr/u8-cpy-alloc: New file.
5336         * modules/unistr/u16-cpy-alloc: New file.
5337         * modules/unistr/u32-cpy-alloc: New file.
5338         * lib/unistr/u8-cpy-alloc.c: New file.
5339         * lib/unistr/u16-cpy-alloc.c: New file.
5340         * lib/unistr/u32-cpy-alloc.c: New file.
5341         * lib/unistr/u-cpy-alloc.h: New file.
5342
5343         * modules/unistr/u8-endswith: New file.
5344         * modules/unistr/u16-endswith: New file.
5345         * modules/unistr/u32-endswith: New file.
5346         * lib/unistr/u8-endswith.c: New file.
5347         * lib/unistr/u16-endswith.c: New file.
5348         * lib/unistr/u32-endswith.c: New file.
5349         * lib/unistr/u-endswith.h: New file.
5350
5351         * modules/unistr/u8-mblen: New file.
5352         * modules/unistr/u16-mblen: New file.
5353         * modules/unistr/u32-mblen: New file.
5354         * lib/unistr/u8-mblen.c: New file.
5355         * lib/unistr/u16-mblen.c: New file.
5356         * lib/unistr/u32-mblen.c: New file.
5357
5358         * modules/unistr/u8-mbtouc: New file.
5359         * modules/unistr/u16-mbtouc: New file.
5360         * modules/unistr/u32-mbtouc: New file.
5361         * lib/unistr/u8-mbtouc.c: New file.
5362         * lib/unistr/u16-mbtouc.c: New file.
5363         * lib/unistr/u32-mbtouc.c: New file.
5364
5365         * modules/unistr/u8-mbtouc-safe: New file.
5366         * modules/unistr/u16-mbtouc-safe: New file.
5367         * modules/unistr/u32-mbtouc-safe: New file.
5368         * lib/unistr/u8-mbtouc-safe.c: New file.
5369         * lib/unistr/u16-mbtouc-safe.c: New file.
5370         * lib/unistr/u32-mbtouc-safe.c: New file.
5371
5372         * modules/unistr/u8-move: New file.
5373         * modules/unistr/u16-move: New file.
5374         * modules/unistr/u32-move: New file.
5375         * lib/unistr/u8-move.c: New file.
5376         * lib/unistr/u16-move.c: New file.
5377         * lib/unistr/u32-move.c: New file.
5378         * lib/unistr/u-move.h: New file.
5379
5380         * modules/unistr/u8-next: New file.
5381         * modules/unistr/u16-next: New file.
5382         * modules/unistr/u32-next: New file.
5383         * lib/unistr/u8-next.c: New file.
5384         * lib/unistr/u16-next.c: New file.
5385         * lib/unistr/u32-next.c: New file.
5386
5387         * modules/unistr/u8-prev: New file.
5388         * modules/unistr/u16-prev: New file.
5389         * modules/unistr/u32-prev: New file.
5390         * lib/unistr/u8-prev.c: New file.
5391         * lib/unistr/u16-prev.c: New file.
5392         * lib/unistr/u32-prev.c: New file.
5393
5394         * modules/unistr/u8-set: New file.
5395         * modules/unistr/u16-set: New file.
5396         * modules/unistr/u32-set: New file.
5397         * lib/unistr/u8-set.c: New file.
5398         * lib/unistr/u16-set.c: New file.
5399         * lib/unistr/u32-set.c: New file.
5400         * lib/unistr/u-set.h: New file.
5401
5402         * modules/unistr/u8-startswith: New file.
5403         * modules/unistr/u16-startswith: New file.
5404         * modules/unistr/u32-startswith: New file.
5405         * lib/unistr/u8-startswith.c: New file.
5406         * lib/unistr/u16-startswith.c: New file.
5407         * lib/unistr/u32-startswith.c: New file.
5408         * lib/unistr/u-startswith.h: New file.
5409
5410         * modules/unistr/u8-stpcpy: New file.
5411         * modules/unistr/u16-stpcpy: New file.
5412         * modules/unistr/u32-stpcpy: New file.
5413         * lib/unistr/u8-stpcpy.c: New file.
5414         * lib/unistr/u16-stpcpy.c: New file.
5415         * lib/unistr/u32-stpcpy.c: New file.
5416         * lib/unistr/u-stpcpy.h: New file.
5417
5418         * modules/unistr/u8-stpncpy: New file.
5419         * modules/unistr/u16-stpncpy: New file.
5420         * modules/unistr/u32-stpncpy: New file.
5421         * lib/unistr/u8-stpncpy.c: New file.
5422         * lib/unistr/u16-stpncpy.c: New file.
5423         * lib/unistr/u32-stpncpy.c: New file.
5424         * lib/unistr/u-stpncpy.h: New file.
5425
5426         * modules/unistr/u8-strcat: New file.
5427         * modules/unistr/u16-strcat: New file.
5428         * modules/unistr/u32-strcat: New file.
5429         * lib/unistr/u8-strcat.c: New file.
5430         * lib/unistr/u16-strcat.c: New file.
5431         * lib/unistr/u32-strcat.c: New file.
5432         * lib/unistr/u-strcat.h: New file.
5433
5434         * modules/unistr/u8-strchr: New file.
5435         * modules/unistr/u16-strchr: New file.
5436         * modules/unistr/u32-strchr: New file.
5437         * lib/unistr/u8-strchr.c: New file.
5438         * lib/unistr/u16-strchr.c: New file.
5439         * lib/unistr/u32-strchr.c: New file.
5440
5441         * modules/unistr/u8-strcmp: New file.
5442         * modules/unistr/u16-strcmp: New file.
5443         * modules/unistr/u32-strcmp: New file.
5444         * lib/unistr/u8-strcmp.c: New file.
5445         * lib/unistr/u16-strcmp.c: New file.
5446         * lib/unistr/u32-strcmp.c: New file.
5447
5448         * modules/unistr/u8-strcpy: New file.
5449         * modules/unistr/u16-strcpy: New file.
5450         * modules/unistr/u32-strcpy: New file.
5451         * lib/unistr/u8-strcpy.c: New file.
5452         * lib/unistr/u16-strcpy.c: New file.
5453         * lib/unistr/u32-strcpy.c: New file.
5454         * lib/unistr/u-strcpy.h: New file.
5455
5456         * modules/unistr/u8-strcspn: New file.
5457         * modules/unistr/u16-strcspn: New file.
5458         * modules/unistr/u32-strcspn: New file.
5459         * lib/unistr/u8-strcspn.c: New file.
5460         * lib/unistr/u16-strcspn.c: New file.
5461         * lib/unistr/u32-strcspn.c: New file.
5462         * lib/unistr/u-strcspn.h: New file.
5463
5464         * modules/unistr/u8-strdup: New file.
5465         * modules/unistr/u16-strdup: New file.
5466         * modules/unistr/u32-strdup: New file.
5467         * lib/unistr/u8-strdup.c: New file.
5468         * lib/unistr/u16-strdup.c: New file.
5469         * lib/unistr/u32-strdup.c: New file.
5470         * lib/unistr/u-strdup.h: New file.
5471
5472         * modules/unistr/u8-strlen: New file.
5473         * modules/unistr/u16-strlen: New file.
5474         * modules/unistr/u32-strlen: New file.
5475         * lib/unistr/u8-strlen.c: New file.
5476         * lib/unistr/u16-strlen.c: New file.
5477         * lib/unistr/u32-strlen.c: New file.
5478         * lib/unistr/u-strlen.h: New file.
5479
5480         * modules/unistr/u8-strmblen: New file.
5481         * modules/unistr/u16-strmblen: New file.
5482         * modules/unistr/u32-strmblen: New file.
5483         * lib/unistr/u8-strmblen.c: New file.
5484         * lib/unistr/u16-strmblen.c: New file.
5485         * lib/unistr/u32-strmblen.c: New file.
5486
5487         * modules/unistr/u8-strmbtouc: New file.
5488         * modules/unistr/u16-strmbtouc: New file.
5489         * modules/unistr/u32-strmbtouc: New file.
5490         * lib/unistr/u8-strmbtouc.c: New file.
5491         * lib/unistr/u16-strmbtouc.c: New file.
5492         * lib/unistr/u32-strmbtouc.c: New file.
5493
5494         * modules/unistr/u8-strncat: New file.
5495         * modules/unistr/u16-strncat: New file.
5496         * modules/unistr/u32-strncat: New file.
5497         * lib/unistr/u8-strncat.c: New file.
5498         * lib/unistr/u16-strncat.c: New file.
5499         * lib/unistr/u32-strncat.c: New file.
5500         * lib/unistr/u-strncat.h: New file.
5501
5502         * modules/unistr/u8-strncmp: New file.
5503         * modules/unistr/u16-strncmp: New file.
5504         * modules/unistr/u32-strncmp: New file.
5505         * lib/unistr/u8-strncmp.c: New file.
5506         * lib/unistr/u16-strncmp.c: New file.
5507         * lib/unistr/u32-strncmp.c: New file.
5508
5509         * modules/unistr/u8-strncpy: New file.
5510         * modules/unistr/u16-strncpy: New file.
5511         * modules/unistr/u32-strncpy: New file.
5512         * lib/unistr/u8-strncpy.c: New file.
5513         * lib/unistr/u16-strncpy.c: New file.
5514         * lib/unistr/u32-strncpy.c: New file.
5515         * lib/unistr/u-strncpy.h: New file.
5516
5517         * modules/unistr/u8-strnlen: New file.
5518         * modules/unistr/u16-strnlen: New file.
5519         * modules/unistr/u32-strnlen: New file.
5520         * lib/unistr/u8-strnlen.c: New file.
5521         * lib/unistr/u16-strnlen.c: New file.
5522         * lib/unistr/u32-strnlen.c: New file.
5523         * lib/unistr/u-strnlen.h: New file.
5524
5525         * modules/unistr/u8-strpbrk: New file.
5526         * modules/unistr/u16-strpbrk: New file.
5527         * modules/unistr/u32-strpbrk: New file.
5528         * lib/unistr/u8-strpbrk.c: New file.
5529         * lib/unistr/u16-strpbrk.c: New file.
5530         * lib/unistr/u32-strpbrk.c: New file.
5531         * lib/unistr/u-strpbrk.h: New file.
5532
5533         * modules/unistr/u8-strrchr: New file.
5534         * modules/unistr/u16-strrchr: New file.
5535         * modules/unistr/u32-strrchr: New file.
5536         * lib/unistr/u8-strrchr.c: New file.
5537         * lib/unistr/u16-strrchr.c: New file.
5538         * lib/unistr/u32-strrchr.c: New file.
5539
5540         * modules/unistr/u8-strspn: New file.
5541         * modules/unistr/u16-strspn: New file.
5542         * modules/unistr/u32-strspn: New file.
5543         * lib/unistr/u8-strspn.c: New file.
5544         * lib/unistr/u16-strspn.c: New file.
5545         * lib/unistr/u32-strspn.c: New file.
5546         * lib/unistr/u-strspn.h: New file.
5547
5548         * modules/unistr/u8-strstr: New file.
5549         * modules/unistr/u16-strstr: New file.
5550         * modules/unistr/u32-strstr: New file.
5551         * lib/unistr/u8-strstr.c: New file.
5552         * lib/unistr/u16-strstr.c: New file.
5553         * lib/unistr/u32-strstr.c: New file.
5554         * lib/unistr/u-strstr.h: New file.
5555
5556         * modules/unistr/u8-strtok: New file.
5557         * modules/unistr/u16-strtok: New file.
5558         * modules/unistr/u32-strtok: New file.
5559         * lib/unistr/u8-strtok.c: New file.
5560         * lib/unistr/u16-strtok.c: New file.
5561         * lib/unistr/u32-strtok.c: New file.
5562         * lib/unistr/u-strtok.h: New file.
5563
5564         * modules/unistr/u8-uctomb: New file.
5565         * modules/unistr/u16-uctomb: New file.
5566         * modules/unistr/u32-uctomb: New file.
5567         * lib/unistr/u8-uctomb.c: New file.
5568         * lib/unistr/u16-uctomb.c: New file.
5569         * lib/unistr/u32-uctomb.c: New file.
5570
5571         * MODULES.html.sh (Unicode string functions): Add the new modules.
5572
5573 2007-01-08  Bruno Haible  <bruno@clisp.org>
5574
5575         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
5576         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
5577         subdirectories.
5578
5579 2007-01-08  Karl Berry  <karl@gnu.org>
5580
5581         * doc/error.texi: mention that main() fns must set program_name
5582         when progname is used.
5583
5584 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5585
5586         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
5587         WCTYPE_H is empty, for the benefit of builds from non-distclean
5588         directories.  Problem reported by Eric Blake in
5589         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
5590
5591 2007-01-08  Bruno Haible  <bruno@clisp.org>
5592
5593         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
5594         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
5595         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
5596         PROVIDE_CANONICALIZE_FILENAME_MODE.
5597         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
5598
5599 2007-01-08  Bruno Haible  <bruno@clisp.org>
5600
5601         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
5602         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
5603         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
5604         * lib/fts.c: Likewise.
5605         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
5606
5607 2006-12-25  Bruno Haible  <bruno@clisp.org>
5608
5609         * modules/utf8-ucs4-safe: New file.
5610         * lib/utf8-ucs4-safe.h: New file.
5611         * lib/unistr/utf8-ucs4-safe.c: New file.
5612
5613         * modules/utf16-ucs4-safe: New file.
5614         * lib/utf16-ucs4-safe.h: New file.
5615         * lib/unistr/utf16-ucs4-safe.c: New file.
5616
5617         * MODULES.html.sh (Unicode string functions): Add the new modules.
5618
5619 2007-01-08  Bruno Haible  <bruno@clisp.org>
5620
5621         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
5622         (Depends-on): Add unitypes.
5623         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5624         (u8_mbtouc_aux): Move out to separate file.
5625         (u8_mbtouc): Use ucs4_t, uint8_t types.
5626         * lib/unistr/utf8-ucs4.c: New file.
5627
5628         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
5629         (Depends-on): Add unitypes.
5630         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5631         (u16_mbtouc_aux): Move out to separate file.
5632         (u16_mbtouc): Use ucs4_t, uint16_t types.
5633         * lib/unistr/utf16-ucs4.c: New file.
5634
5635         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
5636         (Depends-on): Add unitypes.
5637         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
5638         (u8_uctomb_aux): Move out to separate file.
5639         (u8_uctomb): Use ucs4_t, uint8_t types.
5640         * lib/unistr/ucs4-utf8.c: New file.
5641
5642         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
5643         (Depends-on): Add unitypes.
5644         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
5645         (u16_uctomb_aux): Move out to separate file.
5646         (u16_uctomb): Use ucs4_t, uint16_t types.
5647         * lib/unistr/ucs4-utf16.c: New file.
5648
5649 2006-12-25  Bruno Haible  <bruno@clisp.org>
5650
5651         * modules/unitypes: New file.
5652         * lib/unitypes.h: New file.
5653         * MODULES.html.sh (func_all_modules): New section "Unicode string
5654         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
5655         this section. Add unitypes.
5656
5657 2007-01-08  Bruno Haible  <bruno@clisp.org>
5658
5659         Avoid variable names that conflict with those from libtool.
5660         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5661         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
5662         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
5663         library_names_spec to acl_library_names_spec, hardcode_* to
5664         acl_hardcode_*.
5665         Reported by Ralf Wildenhues.
5666
5667 2007-01-08  Bruno Haible  <bruno@clisp.org>
5668
5669         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
5670         definition.
5671         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
5672         definition.
5673         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5674         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5675         definition.
5676         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5677         definition.
5678         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5679         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5680         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5681         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5682         definition.
5683         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5684         definition.
5685         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5686         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5687         GC_USE_<algorithm>.
5688         * lib/gc-libgcrypt.c: Likewise.
5689         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5690         * modules/gc-arctwo (configure.ac): Likewise.
5691         * modules/gc-des (configure.ac): Likewise.
5692         * modules/gc-hmac-md5 (configure.ac): Likewise.
5693         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5694         * modules/gc-md2 (configure.ac): Likewise.
5695         * modules/gc-md4 (configure.ac): Likewise.
5696         * modules/gc-md5 (configure.ac): Likewise.
5697         * modules/gc-random (configure.ac): Likewise.
5698         * modules/gc-rijndael (configure.ac): Likewise.
5699         * modules/gc-sha1 (configure.ac): Likewise.
5700
5701 2007-01-08  Bruno Haible  <bruno@clisp.org>
5702
5703         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5704         macro definition.
5705         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5706         definition.
5707         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5708         definition.
5709         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5710         * modules/fcntl-safer (configure.ac): Likewise.
5711         * modules/fopen-safer (configure.ac): Likewise.
5712         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5713         GNULIB_FWRITEERROR macro definition.
5714
5715 2007-01-08  Bruno Haible  <bruno@clisp.org>
5716
5717         * m4/gnulib-common.m4: New file.
5718         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5719         (func_get_filelist): Add m4/gnulib-common.m4.
5720
5721 2007-01-08  Bruno Haible  <bruno@clisp.org>
5722
5723         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5724         command.
5725
5726 2007-01-08  Jim Meyering  <jim@meyering.net>
5727
5728         Use a more robust test for a "can't happen" condition.
5729         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5730         narrowed the st_size value.  Presuming the "can't happen" condition
5731         is true, that narrowing could conceivably convert an invalid st_size
5732         value into a valid one.  Instead, use a change based on Matthew
5733         Woehlke's original patch.
5734
5735         Slight readability improvement: use an assert-like macro
5736         in place of literal "abort ()" uses.
5737         * lib/fts.c (fts_assert): Define.
5738         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5739         Use this macro instead of a bare 'abort'.
5740
5741 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5742
5743         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5744         simply work around them.
5745         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5746         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5747         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5748         declaring.
5749         Don't bother to define as macros, since the standard doesn't require it.
5750         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5751         longer worry about IRIX 5.3.
5752         (HAVE_WCTYPE_CTMP_BUG): Remove.
5753
5754 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5755
5756         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5757         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5758         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5759         Problems reported by Georg Schwarz for IRIX 5.3.
5760
5761         * gnulib-tool (autoconf_minversion): Take the maximum version number
5762         found, not the minimum.  Problem reported by James Youngman.
5763
5764 2007-01-03  Karl Berry  <karl@gnu.org>
5765
5766         * doc/error.texi: new file, explaining interaction with progname.
5767         * doc/gnulib.texi: include it.  Update copyright.
5768
5769 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5770
5771         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5772         AC_CANONICAL_HOST, to improve autobuild outputs.
5773
5774 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5775             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5776
5777         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5778         sockets, server sockets, and other file descriptors.  Count errors
5779         to compute the return value.  Reorder the code a bit to be easier
5780         to follow.  Don't set event bits that were not requested (except
5781         POLLERR and POLLHUP).
5782
5783 2007-01-01  Bruno Haible  <bruno@clisp.org>
5784
5785         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5786
5787 2007-01-03  Jim Meyering  <jim@meyering.net>
5788
5789         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5790
5791 2007-01-02  Bruno Haible  <bruno@clisp.org>
5792
5793         * modules/settime (Include): Require timespec.h.
5794         * modules/nanosleep (Include): Likewise.
5795
5796 2007-01-01  Bruno Haible  <bruno@clisp.org>
5797
5798         * gnulib-tool (func_emit_copyright_notice): Bump year.
5799         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5800
5801 2007-01-01  Bruno Haible  <bruno@clisp.org>
5802
5803         Improve support for OpenBSD.
5804         * build-aux/config.rpath (libname_spec): Export.
5805         (library_names_spec): New variable. Export.
5806         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5807         library_names_spec from the config.rpath output. Locate shared library
5808         through the name pattern in library_names_spec.
5809
5810 2007-01-01  Eric Blake  <ebb9@byu.net>
5811
5812         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5813
5814 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5815
5816         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5817         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5818         assume the C locale, and avoid an "eval" that could cause trouble.
5819         Problem with SORT reported by Bob Proulx.
5820
5821         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5822         Define.  Trivial patch from Henning Nielsen Lund, originally
5823         sent to bug-grep@gnu.org today.
5824
5825 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5828         struct stat.  Problem reported by Henning Nielsen Lund.
5829         * lib/acl.c: Include acl.h first, to check interface.  Don't
5830         bother to include sys/types.h and sys/stat.h again.
5831
5832 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         Import the following change from libc; problem reported by
5835         Sven Verdoolaege.
5836
5837         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5838
5839         [BZ #1373]
5840         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5841
5842 2006-12-28  Jim Meyering  <jim@meyering.net>
5843
5844         * build-aux/announce-gen: Do not assume that the package
5845         builds any of tar.gz, tar.bz2, and .xdelta files.
5846         Suggestion from Simon Josefsson.
5847
5848 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5849
5850         * modules/announce-gen: New file.
5851
5852 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5853
5854         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5855         handles its gotchas now.
5856         * lib/mbswidth.c: Likewise.
5857         * lib/wcwidth.h: Likewise.
5858         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5859         and iswcntrl; the wctype module does this stuff now.
5860         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5861         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5862         * modules/mbchar (Depends-on): Add wctype.
5863         * modules/mbswidth (Depends-on): Likewise.
5864         * modules/wcwidth (Depends-on): Likewise.
5865
5866 2006-12-27  Eric Blake  <ebb9@byu.net>
5867
5868         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5869         module uses more than what <wctype.h> is required to provide.
5870
5871 2006-12-26  Eric Blake  <ebb9@byu.net>
5872
5873         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5874
5875 2006-12-26  Eric Blake  <ebb9@byu.net>
5876
5877         * modules/absolute-header: New module.
5878         * modules/fcntl (Depends-on): Depend on it.
5879         * modules/inttypes (Depends-on): Likewise.
5880         * modules/stdint (Depends-on): Likewise.
5881         * modules/sys_stat (Depends-on): Likewise.
5882         * modules/wctype (Depends-on): Likewise.
5883         * MODULES.html.sh (Support for building libraries and
5884         executables): Document it.
5885
5886 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5887
5888         * gnulib-tool (SED): Remove, undoing previous change.
5889         The problem was that it broke coreutils on Solaris, because
5890         "sed --posix" leaked into a makefile.
5891         (sed): New alias, if 'alias' and GNU sed.
5892
5893 2006-12-24  Jim Meyering  <jim@meyering.net>
5894
5895         Work around an fchownat bug in glibc-2.4:
5896         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5897         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5898         in spite of the -P option.
5899         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5900         New macros.
5901         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5902         * modules/openat (Files): Add lib/fchownat.c.
5903         * lib/openat.c (fchownat): Don't define here.  Move to...
5904         * lib/fchownat.c: ...this new file.
5905
5906 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5907
5908         Fix bug reported by Bruno Haible in
5909         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5910         where quotearg.c didn't compile on Mac OS X 10.2 because it
5911         lacks <wchar.h> and wint_t.
5912         * lib/wctype_.h (__wctype_wint_t): New type.
5913         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5914         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5915         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5916         Arg is now of type __wctype_wint_t, not wint_t.
5917         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5918         substitute HAVE_WINT_T.
5919         * modules/wctype (Files): Add m4/wint_t.m4.
5920         (wctype.h): Substitute HAVE_WINT_T.
5921
5922 2006-12-23  Bruno Haible  <bruno@clisp.org>
5923
5924         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5925
5926 2006-12-23  Bruno Haible  <bruno@clisp.org>
5927
5928         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5929         S_ISLNK.
5930         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5931         mingw.
5932
5933 2006-12-22  Bruno Haible  <bruno@clisp.org>
5934
5935         * lib/copy-file.c: Include acl.h.
5936         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5937         Close the file descriptors only after being done with copy_acl.
5938         * modules/copy-file (Depends-on): Add acl.
5939
5940 2006-12-22  Bruno Haible  <bruno@clisp.org>
5941
5942         * gnulib-tool (SED): New variable.
5943         Use $SED instead of sed everywhere.
5944
5945 2006-12-22  Bruno Haible  <bruno@clisp.org>
5946
5947         * modules/no-c++: New file.
5948         * m4/no-c++.m4: New file.
5949         * MODULES.html.sh (Support for building libraries and executables):
5950         Add no-c++.
5951
5952 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5953
5954         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5955         Include <limits.h>, and use its INT_MAX to rewrite the
5956         j loop so that it does not overflow 'int'.  Problem reported by
5957         Ralf Wildenhues in
5958         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5959         Play it safe by shifting left by 1 rather than multiplying by 2,
5960         as GCC is less likely to optimize this away when the value
5961         is signed (when it assumes overflow leads to undefined behavior).
5962         Also, don't assume time_t uses two's complement.
5963
5964 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5965
5966         * MODULES.html.sh: New module wctype.
5967         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5968         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5969         <wctype.h>, since the new wctype module should fix this.
5970         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5971         the wctype module should arrange for it.
5972         * lib/regex_internal.h: Likewise.
5973         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5974         since the wctype module should handle this now.
5975         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5976         * modules/fnmatch (Depends-on): Add wctype.
5977         * modules/quotearg (Depends-on): Likewise.
5978         * modules/regex (Depends-on): Likewise.
5979
5980 2006-12-19  Bruno Haible  <bruno@clisp.org>
5981
5982         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5983         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5984
5985 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5986
5987         * modules/savewd (Depends-on): Fix dependency on fcntl.
5988
5989 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5990
5991         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5992         conforms to C99, rather than relying on the user's environment
5993         setting of STDINT_H.
5994
5995 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5996         and Eric Blake  <ebb9@byu.net>
5997
5998         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5999         This is more consistent with the other defines here.
6000         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
6001         Port to z/OS.  Problem reported by Paul Gilmartin.
6002         Change local vars to use gl_ prefix rather than ac_.
6003         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
6004         with other defines.
6005         * modules/double-slash-root: New module.
6006         * modules/dirname (Files): Remove m4/double-slash-root.m4.
6007         (Depends-on): Add double-slash-root.
6008         * MODULES.html.sh (File system functions): Mention new module.
6009
6010 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
6011
6012         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
6013         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
6014         This is for the benefit of gzip, which doesn't do i18n.
6015
6016 2006-12-12  Jim Meyering  <jim@meyering.net>
6017
6018         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
6019         Reported by Andreas Schwab <schwab@suse.de>.
6020
6021 2006-12-12  Bruno Haible  <bruno@clisp.org>
6022
6023         Merge these changes.
6024         2006-09-05  Bruno Haible  <bruno@clisp.org>
6025         * lib/iconvme.c (iconv_string): No need to save and restore errno when
6026         iconv_alloc succeeded.
6027         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
6028         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
6029         test for " && dest " at the end - dest is always != NULL there. Call
6030         iconv with 4xNULL arguments initially, to reset the state. Call iconv
6031         with 2xNULL arguments, also to flush the state storage. Handle the
6032         IRIX iconv behaviour. Realloc the final result, to throw away unused
6033         memory.
6034
6035 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
6036
6037         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
6038         and fchmodat unconditionally, since glibc 2.4 has them.
6039         Problem reported by Arkadiusz Miskiewicz.
6040
6041 2006-12-10  Bruno Haible  <bruno@clisp.org>
6042
6043         * gnulib-tool (func_import): Show the include files only for those
6044         modules that are copied and specified.
6045         Reported by Karl Berry.
6046
6047 2006-12-08  Jim Meyering  <jim@meyering.net>
6048
6049         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
6050         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
6051
6052         * build-aux/announce-gen: Add two new options, both optional:
6053         --bootstrap-tools=TOOL_LIST
6054               a comma-separated list of tools, e.g.,
6055               autoconf,automake,bison,gnulib
6056         --gnulib-snapshot-date=DATE
6057               if gnulib is in the bootstrap tool list,
6058               then report this as the snapshot date.
6059               If not specified, use the current date/time.
6060               If you specify a date here, be sure it's UTC.
6061
6062 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6063
6064         * tests/test-argp-2.sh: Fix test to match actual output.
6065         (func_compare): Fix sed script to be portable.
6066
6067 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
6068
6069         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
6070         workaround for this case.  It is not autoconfigured now; offhand
6071         it's hard to see how to autoconfigure it.
6072
6073 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6074
6075         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
6076         a directory that is about to be chowned.  Such a directory's
6077         initial file permissions should permit the owner only and this
6078         should not be changed until after the chown, since the group and
6079         other bits would be incorrect if they granted permission before
6080         the chown.
6081
6082         Fix porting problem for iswctype reported by Georg Schwarz in:
6083         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
6084         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
6085         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
6086         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
6087         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6088
6089 2006-12-03  Jim Meyering  <jim@meyering.net>
6090
6091         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
6092         p->fts_statp may not yet be defined.
6093         (fts_read): Instead, set it in the caller, once p->fts_statp is
6094         sure to be defined, and corresponds to a top-level directory.
6095         This bug made du -x fail.  Here's the coreutils test case:
6096         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
6097         Reported by Mike Frysinger.
6098
6099 2006-12-01  Jim Meyering  <jim@meyering.net>
6100
6101         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
6102         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
6103         Reported by Simon Josefsson.
6104
6105 2006-11-30  Jim Meyering  <jim@meyering.net>
6106
6107         * m4/warning.m4: Use the all-permissive copyright notice
6108         recommended by RMS (rather than LGPL).
6109         * m4/vararrays.m4: Likewise.
6110         * m4/flexmember.m4: Likewise.
6111
6112 2006-11-29  Bruno Haible  <bruno@clisp.org>
6113
6114         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6115         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
6116         using +=.
6117         Reported by Simon Josefsson <simon@josefsson.org>.
6118
6119 2006-11-28  James Youngman <jay@gnu.org>
6120
6121         * README: Advise users that they might find the bug-gnulib@gnu.org
6122         and autotools-announce@gnu.org mailing lists useful.
6123
6124 2006-11-28  Bruno Haible  <bruno@clisp.org>
6125
6126         * m4/ptrdiff_max.m4: Remove file.
6127
6128 2006-11-21  Bruno Haible  <bruno@clisp.org>
6129
6130         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
6131         _AC_COMPUTE_INT.
6132         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6133         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
6134         _AC_COMPUTE_INT.
6135         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6136         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
6137         _AC_COMPUTE_INT.
6138         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6139
6140 2006-11-28  Jim Meyering  <jim@meyering.net>
6141
6142         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
6143         warning from "gcc -Wshadow" about shadowing the builtin.
6144
6145 2006-11-27  Bruno Haible  <bruno@clisp.org>
6146
6147         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
6148         _AC_COMPUTE_INT.
6149         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6150
6151 2006-11-27  Bruno Haible  <bruno@clisp.org>
6152             Paul Eggert  <eggert@cs.ucla.edu>
6153
6154         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
6155
6156 2006-11-26  Bruno Haible  <bruno@clisp.org>
6157
6158         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6159         noinst_LTLIBRARIES.
6160
6161 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
6162             Bruno Haible  <bruno@clisp.org>
6163
6164         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
6165         if compiling with "gcc -ansi".
6166
6167 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
6168
6169         Fix some incompatibilities with gcc -ansi -pedantic.
6170         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
6171         if compiling pedantically with GCC, unless it's C99 or later.
6172         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
6173         it mishandles gcc -ansi -pedantic as well.
6174         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
6175         if gcc -pedantic.
6176         * lib/regexec.c (check_node_accept_bytes): Don't use auto
6177         initializers for struct if -pedantic, unless it's C99 or later.
6178
6179 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
6180
6181         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
6182         Don't close an fd more than once. Identical atimes indicate
6183         success, not failure.
6184
6185 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
6186
6187         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
6188
6189 2006-11-23  Jim Meyering  <jim@meyering.net>
6190
6191         * build-aux/announce-gen: New file.  From coreutils.
6192
6193 2006-11-22  Jim Meyering  <jim@meyering.net>
6194
6195         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
6196         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
6197         (fts_read): Use a temporary to narrow the overused st_size member
6198         before using it in a switch statement.  Reported by Matthew Woehlke.
6199
6200         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
6201         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
6202
6203 2006-11-20  Bruno Haible  <bruno@clisp.org>
6204
6205         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
6206         changequote instead of pairs of brackets.
6207         Reported by Andreas Schwab <schwab@suse.de>.
6208
6209 2006-11-21  Jim Meyering  <jim@meyering.net>
6210
6211         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
6212         so as to remain compatible with older compilers.
6213         Patch from Michael Deutschmann.
6214
6215 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         * MODULES.html.sh (File system functions): Add openat.
6218
6219         * lib/openat.h (rpl_fstatat): New macro, if
6220         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
6221         (fstatat): Define to rpl_fstatat under the same conditions,
6222         unless COMPILING_FSTATAT.
6223         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
6224         seems to have the bug.
6225         * lib/fstatat.c: New file.
6226         * modules/openat (Files): Add it.
6227
6228 2006-11-20  Bruno Haible  <bruno@clisp.org>
6229
6230         * Makefile: New file.
6231
6232 2006-11-20  Jim Meyering  <jim@meyering.net>
6233
6234         The beginnings of syntax-related checks for gnulib.
6235         * lib/Makefile: New file.
6236         * lib/t-idcache: New script.  Ensure that the two halves of
6237         idcache.c stay in sync.
6238
6239         * lib/idcache.c: Adjust comments in user- and group- portions to
6240         be more accurate, and to be consistent with one another.
6241
6242 2006-11-20  Jim Meyering  <jim@meyering.net>
6243
6244         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
6245         continue using the flexible array member (thus, this module performs
6246         half as many malloc calls), with the addition that...
6247         (getgroup, getuser): Consistently record a non-match via an empty
6248         "name" string, and map an empty string match to a NULL return value.
6249         * modules/idcache (Depends-on): Re-add flexmember.
6250
6251         * lib/idcache.c (getuser): Remove all uses of the register keyword.
6252         (getuidbyname, getgroup, getgidbyname): Likewise.
6253
6254         Use cleaner syntax: NULL rather than 0.
6255         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
6256
6257 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6258
6259         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
6260         It mishandled the case where the group was missing.
6261         Problem reported by Greg Schafer.
6262         * modules/idcache: Likewise.
6263
6264 2006-11-18  Jim Meyering  <jim@meyering.net>
6265
6266         * check-module (%exempt_header): Add exception for some
6267         conditionally-included headers.
6268
6269         * modules/i-ring (Depends-on): Add verify.
6270         (License): Change to LGPL.
6271
6272 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
6275         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
6276         and inttostr.h.  Use snprintf rather than uinttostr, so that
6277         LGPLed code doesn't depend on GPLed.
6278
6279 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6280
6281         * modules/inline (License): Change from GPL to LGPL.
6282
6283 2006-11-17  Jim Meyering  <jim@meyering.net>
6284
6285         * modules/d-type (License): Switch to LGPL.
6286
6287 2006-11-15  Bruno Haible  <bruno@clisp.org>
6288
6289         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
6290
6291 2006-11-15  Eric Blake  <ebb9@byu.net>
6292
6293         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
6294         the module dependency.
6295
6296 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6297             Bruno Haible  <bruno@clisp.org>
6298
6299         * gnulib-tool (func_create_testdir): Add license consistency check.
6300
6301 2006-11-15  Eric Blake  <ebb9@byu.net>
6302
6303         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
6304         random "(cached)" in configure output.
6305
6306 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6307
6308         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
6309         test for conforming inttypes.h is both announced and cached.
6310
6311         * MODULES.html.sh (seen_modules, seen_files): New variables.
6312         (func_module): Rewrite to use a few less gnulib-tool and sed
6313         invocations.  Avoid a couple of quadratic algorithms for ...
6314         (missed_modules, missed_files): ... these, with ...
6315         (func_append, func_tmpdir): ... these new functions, from
6316         gnulib-tool.  Analogously, install traps for cleanup.
6317
6318         * tests/test-gc.c (main): Remove unused variables.
6319         * tests/test-read-file.c: Include stdlib.h, for 'free'.
6320
6321 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
6322
6323         * modules/inttostr (License): Change to LGPL.
6324
6325 2006-11-14  Eric Blake  <ebb9@byu.net>
6326
6327         * modules/tempname (License): Change to LGPL.
6328
6329 2006-11-14  Eric Blake  <ebb9@byu.net>
6330
6331         * doc/functions.texi (Function Portability): *printf functions on
6332         Cygwin now understand all POSIX size specifiers.
6333
6334 2006-11-14  Bruno Haible  <bruno@clisp.org>
6335
6336         * modules/c-ctype (License): Change to LGPL.
6337
6338 2006-11-12  Bruno Haible  <bruno@clisp.org>
6339
6340         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6341         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
6342         for GNOME libraries, for which the include files are installed in
6343         subdirectories of $prefix/include.
6344
6345 2006-11-12  Bruno Haible  <bruno@clisp.org>
6346
6347         * m4/lib-link.m4: Require at least autoconf-2.54.
6348         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
6349         name to underscores for the --with option.
6350
6351 2006-11-13  Bruno Haible  <bruno@clisp.org>
6352
6353         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
6354         the tests directory.
6355         Reported by Ralf Wildenhues.
6356
6357 2006-11-13  Bruno Haible  <bruno@clisp.org>
6358
6359         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
6360         (func_emit_initmacro_end): Undo the override here.
6361         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
6362         Works around the famous automake error in coreutils.
6363
6364 2006-11-13  Eric Blake  <ebb9@byu.net>
6365
6366         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
6367         element, not its node.
6368
6369 2006-11-12  Bruno Haible  <bruno@clisp.org>
6370
6371         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
6372         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
6373
6374 2006-11-12  Bruno Haible  <bruno@clisp.org>
6375
6376         * gnulib-tool: New option --local-symlink.
6377         (func_usage): Document it.
6378         (lsymbolic): New variable.
6379         (func_import, func_create_testdir): If --symlink was not specified,
6380         test whether --local-symlink was specified and the file comes from
6381         the local_gnulib_dir.
6382
6383 2006-11-12  Bruno Haible  <bruno@clisp.org>
6384
6385         * gnulib-tool (func_ln): New function.
6386         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
6387
6388 2006-11-12  Bruno Haible  <bruno@clisp.org>
6389
6390         Finish support for source files in subdirectories.
6391         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
6392         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
6393         AUTOMAKE_OPTIONS.
6394         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
6395
6396 2006-11-12  Bruno Haible  <bruno@clisp.org>
6397
6398         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6399         EXTRA_lib_SOURCES augmentation.
6400         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
6401
6402 2006-11-12  Jim Meyering  <jim@meyering.net>
6403
6404         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
6405         file descriptors.  This also averts a failure on systems with
6406         native openat support when a traversed directory lacks "x" access.
6407         * lib/fts_.h: Include "i-ring.h"
6408         (struct FTS) [fts_fd_ring]: New member.
6409         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
6410         (FCHDIR): Add parentheses.
6411         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
6412         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
6413         When descending, rather than simply closing the previous
6414         fts_cwd_fd value, push that file descriptor onto the ring.
6415         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
6416         (fts_open): Initialize the new fd_ring member.
6417         (fts_close): Clear the ring.
6418         (fts_safe_changedir): When possible, use our new fd_ring to skip
6419         the diropen and fstat and dev/ino comparison that would normally
6420         accompany a virtual `chdir ("..")'.
6421
6422         * modules/fts (Depends-on): Add i-ring.
6423         * modules/i-ring: New module.
6424         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
6425         * m4/i-ring.m4: New file.
6426
6427 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6428
6429         * gnulib-tool (func_create_testdir): Fix replacement of
6430         `build-aux' in configure.ac.  Run autotools in gltests
6431         subdirectory.
6432         (func_create_testdir, func_create_megatestdir, test): There is
6433         no need for '--force' in most autotool invocations in a new
6434         tree.  Actually fail the whole test if any of the tools, or the
6435         configure or make stages fail.
6436
6437         Sync from Automake.
6438         * build-aux/gnupload: Revert last change.  Add pointer to upload
6439         instructions of the GNU Maintenance Instructions.
6440         Suggestion by Karl Berry.
6441
6442 2006-11-10  Jim Meyering  <jim@meyering.net>
6443
6444         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
6445
6446 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6447
6448         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
6449         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
6450         (bind_textdomain_codeset) [! ENABLE_NLS]:
6451         Evaluate all the arguments.  That way, callers get compatible behavior
6452         if the arguments have side effects.  Also, it avoids some GCC
6453         diagnostics in some cases; Joel E. Denny reported problems when Bison
6454         was configured with --enable-gcc-warnigs.
6455
6456 2006-11-10  Jim Meyering  <jim@meyering.net>
6457
6458         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
6459         relevant options in CFLAGS (like -O, -fno-inline) are taken into
6460         account.
6461
6462 2006-11-10  Jim Meyering  <jim@meyering.net>
6463
6464         * modules/inline: New file/module.
6465         * modules/xalloc (Files): Remove m4/inline.m4.
6466         (Depends-on): Add inline, instead.
6467         * modules/oset: Likewise.
6468         * modules/list: Likewise.
6469
6470 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6471
6472         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
6473         Problem reported by Matthew Woehlke.
6474
6475 2006-11-09  Bruno Haible  <bruno@clisp.org>
6476
6477         * lib/tempname.c (gen_tempname): Remove variant that invokes
6478         __gen_tempname.
6479         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
6480         __gen_tempname.
6481
6482 2006-11-08  Bruno Haible  <bruno@clisp.org>
6483
6484         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
6485         to 'yes' instead of 'cross-compiling'.
6486
6487 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
6488
6489         * lib/quotearg.h (quotearg_free): New decl.
6490         * lib/quotearg.c (quotearg_free): New function.
6491         (slot0, nslots, slotvec0, slotvec):
6492         Now file-scope so that quotearg_free can get at them.
6493
6494 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6495
6496         Sync from Automake.
6497         * build-aux/gnupload: Add missing 'gnu' to example URL.
6498         Report by Karl Berry.
6499
6500 2006-11-08  Bruno Haible  <bruno@clisp.org>
6501
6502         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
6503         Suggested by Paul Eggert.
6504
6505 2006-11-08  Jim Meyering  <jim@meyering.net>
6506
6507         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
6508         It's already included if !_LIBC.
6509         (fts_safe_changedir): Add a comment.
6510
6511 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6512
6513         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
6514         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
6515         Matthew Woehlke.
6516
6517         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
6518         definitions up, to avoid colliding with change below.
6519         (static_inline) [HAVE_INLINE]: New macro.
6520         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
6521         Provide extern decls when !HAVE_INLINE.  Do not define unless
6522         static_inline is defined, either by us or by xmalloc.c.  Use
6523         static_inline rather than static inline.
6524         (XCALLOC): Optimize sizeof(T) = 1 case.
6525         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
6526
6527 2006-11-07  Bruno Haible  <bruno@clisp.org>
6528
6529         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
6530         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
6531         AC_C_INLINE.
6532         * modules/xalloc (Files): Add m4/inline.m4.
6533
6534 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6535
6536         * README: Fix typo.
6537         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
6538         (Miscellanous Notes): ...from this.
6539
6540 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6541
6542         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
6543         Mention that offsetof should be used instead of sizeof.
6544         From Bruno Haible.
6545
6546 2006-11-07  Bruno Haible  <bruno@clisp.org>
6547
6548         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
6549
6550 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6551
6552         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6553         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
6554         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6555         (gl_tree_add_before, gl_tree_add_after):
6556         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
6557         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
6558         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6559         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
6560         (gl_linked_add_after, gl_linked_add_at): Likewise.
6561         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
6562         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
6563         (gl_tree_add_before, gl_tree_add_after): Likewise.
6564         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
6565         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
6566         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6567
6568 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6569
6570         * lib/gl_oset.h: Use C comment style, not C++ comment style.
6571
6572 2006-11-06  Bruno Haible  <bruno@clisp.org>
6573
6574         * m4/inline.m4: New file.
6575         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
6576         * modules/list (Files): Add m4/inline.m4.
6577         * modules/oset (Files): Likewise.
6578
6579 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
6580
6581         * lib/idcache.c: Include <stddef.h>, for offsetof.
6582         (struct userid.name): Change from char * to a flexible array member.
6583         All uses changed.
6584         * modules/idcache (Depends-on): Add flexmember.
6585
6586         * MODULES.html.sh (Core language properties): New module flexmember.
6587         * modules/flexmember, m4/flexmember.m4: New files.
6588
6589         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
6590         inline functions that are identical with the old xnmalloc_inline,
6591         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
6592         that we can avoid some unnecessary integer multiplications and
6593         divisions in the common case where the element size is known at
6594         compile time.
6595         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
6596         needed.
6597         (xnboundedmalloc): Remove.
6598         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
6599         arguments, for consistency with rest of this header.
6600         (xcharalloc): Rewrite using XNMALLOC.
6601         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
6602         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
6603         versions have been moved to lib/xalloc.h and renamed to be the
6604         non-*_inline versions.
6605         (xmalloc, xrealloc): Implement without reference to the xnmalloc
6606         and xnrealloc functions, since those functions are now inline and
6607         now call us.
6608         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
6609         renaming described above.
6610         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
6611         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
6612         captures the dependency in AC_C_INLINE.
6613
6614         New module canonicalize-lgpl, proposed by Charles Wilson in
6615         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
6616         with a few small changes afterwards.
6617         * MODULES.html.sh (File system functions): New module
6618         canonicalize-lgpl.
6619         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
6620         and canonicalize_file_name.
6621         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
6622         * modules/canonicalize-lgpl: New files.
6623
6624 2006-11-05  Bruno Haible  <bruno@clisp.org>
6625
6626         * gnulib-tool (func_import, func_create_testdir): Create directories
6627         also for files in subdirectories of lib/.
6628
6629 2006-11-05  Bruno Haible  <bruno@clisp.org>
6630
6631         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
6632         ANSI C compliant.
6633
6634 2006-11-03  Bruno Haible  <bruno@clisp.org>
6635
6636         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6637         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
6638         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
6639         (xnboundedmalloc): New inline function.
6640         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
6641         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
6642         xmalloc.
6643         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
6644         xmalloc.
6645         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
6646         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
6647         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
6648         xmalloc.
6649         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6650         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
6651         xmalloc.
6652         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
6653         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6654         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
6655         xmalloc.
6656         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6657         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
6658         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6659         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
6660         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
6661         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
6662         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
6663
6664 2006-11-03  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/c-ctype.h [C++]: Define functions without name mangling.
6667         * lib/fwriteerror.h [C++]: Likewise.
6668         * lib/gcd.h [C++]: Likewise.
6669         * lib/linebreak.h [C++]: Likewise.
6670
6671 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
6672
6673         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6674         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6675         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6676         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6677         Check for functions and headers just once.
6678         Check for declaration of canonicalize_file_name.
6679         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6680
6681 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6682
6683         * gnulib-tool (func_import): Fix typo in actioncmd.
6684
6685 2006-11-02  Bruno Haible  <bruno@clisp.org>
6686
6687         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6688         newline sequence in the Makefile.am snippet as a space, like "make"
6689         does.
6690         Reported by Roger Persson <perrog@gmail.com>.
6691
6692 2006-11-01  Bruno Haible  <bruno@clisp.org>
6693
6694         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6695         already declared in <string.h>.
6696         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6697
6698 2006-11-01  Bruno Haible  <bruno@clisp.org>
6699
6700         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6701         * lib/strcase.h: Include <string.h>.
6702         (strcasecmp): Define to rpl_strcasecmp here.
6703
6704 2006-11-01  Bruno Haible  <bruno@clisp.org>
6705
6706         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6707
6708 2006-11-01  Eric Blake  <ebb9@byu.net>
6709
6710         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6711
6712         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6713
6714 2006-10-29  Bruno Haible  <bruno@clisp.org>
6715
6716         Make it compile in C++ mode.
6717         * lib/full-write.c (full_rw): Add a cast.
6718
6719 2006-11-01  Bruno Haible  <bruno@clisp.org>
6720
6721         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6722         be POSIX compliant.
6723         Reported by Roger Persson <perrog@gmail.com>.
6724
6725 2006-11-01  Eric Blake  <ebb9@byu.net>
6726
6727         * lib/getopt_.h: Fix comments.
6728
6729 2006-10-31  Eric Blake  <ebb9@byu.net>
6730
6731         * modules/tmpdir (Depends-on): Add sys_stat.
6732         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6733         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6734         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6735         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6736         tempname.
6737
6738 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6739
6740         Avoid some C++ diagnostics reported by Bruno Haible.
6741         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6742         xmalloc.
6743         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6744         (struct slotvec): Move to top level.
6745         (quotearg_n_options): Rewrite to avoid xmalloc.
6746         * lib/xalloc.h (xcharalloc): New function.
6747         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6748         [defined __cplusplus]: Add function template that provides result
6749         type propagation.  This part of the change is from Bruno Haible.
6750
6751 2006-10-29  Bruno Haible  <bruno@clisp.org>
6752
6753         Make it compile in C++ mode.
6754         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6755         * lib/strnlen1.c (strnlen1): Cast memchr result.
6756         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6757         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6758         (create_temp_dir): Rename local variable 'template'.
6759         (compile_csharp_using_sscli): Add cast.
6760         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6761         * lib/findprog.c (find_in_path): Likewise.
6762         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6763         * lib/wait-process.c (register_slave_subprocess): Likewise.
6764
6765 2006-10-22  Bruno Haible  <bruno@clisp.org>
6766
6767         * modules/tsearch: New file.
6768         * lib/tsearch.h: New file.
6769         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6770         * m4/tsearch.m4: New file.
6771         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6772
6773 2006-10-29  Eric Blake  <ebb9@byu.net>
6774
6775         * lib/arcfour.c: Assume config.h.
6776         * lib/arctwo.c: Likewise.
6777         * lib/base64.c: Likewise.
6778         * lib/check-version.c: Likewise.
6779         * lib/crc.c: Likewise.
6780         * lib/des.c: Likewise.
6781         * lib/gc-gnulib.c: Likewise.
6782         * lib/gc-libgcrypt.c: Likewise.
6783         * lib/gc-pbkdf2-sha1.c: Likewise.
6784         * lib/getaddrinfo.c: Likewise.
6785         * lib/getdelim.c: Likewise.
6786         * lib/getline.c: Likewise.
6787         * lib/hmac-md5.c: Likewise.
6788         * lib/hmac-sha1.c: Likewise.
6789         * lib/iconvme.c: Likewise.
6790         * lib/md2.c: Likewise.
6791         * lib/md4.c: Likewise.
6792         * lib/memxor.c: Likewise.
6793         * lib/read-file.c: Likewise.
6794         * lib/readline.c: Likewise.
6795         * lib/rijndael-alg-fst.c: Likewise.
6796         * lib/rijndael-api-fst.c: Likewise.
6797         * lib/xgetdomainname.c: Likewise.
6798
6799 2006-10-28  Eric Blake  <ebb9@byu.net>
6800
6801         * lib/xstrndup.c: Assume config.h.
6802
6803 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6804
6805         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6806         stat-macros.h is now for our own macros, whereas stat_h is for
6807         macros in the <sys/stat.h> name space.
6808         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6809         (STAT_MACROS_H): Remove.
6810         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6811         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6812         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6813         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6814         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6815         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6816         Move these macros to ...
6817         * lib/stat_.h: here.  Don't include stat-macros.h.
6818         * lib/canonicalize.c: Don't include stat-macros.h.
6819         * lib/chown.c: Likewise.
6820         * lib/euidaccess.c: Likewise.
6821         * lib/file-type.c: Likewise.
6822         * lib/filemode.c: Likewise.
6823         * lib/glob.c: Likewise.
6824         * lib/isapipe.c: Likewise.
6825         * lib/lchown.c: Likewise.
6826         * lib/lstat.c: Likewise.
6827         * lib/mkdir-p.c: Likewise.
6828         * lib/rmdir.c: Likewise.
6829         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6830         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6831         unless mkdir isn't declared, to speed up 'configure'.
6832         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6833         would define all the S_* symbols.
6834         * modules/canonicalize (Depends-on):
6835         Depend on sys_stat, not stat-macros.
6836         * modules/chown: Likewise.
6837         * modules/euidaccess: Likewise.
6838         * modules/filemode: Likewise.
6839         * modules/file-type: Likewise.
6840         * modules/glob: Likewise.
6841         * modules/isapipe: Likewise.
6842         * modules/lchown: Likewise.
6843         * modules/lstat: Likewise.
6844         * modules/mkancesdirs: Likewise.
6845         * modules/rmdir: Likewise.
6846         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6847         * modules/modechange: Likewise.
6848         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6849         (configure.ac): Remove gl_STAT_MACROS.
6850         * modules/sys_stat (Depends-on): Remove stat-macros.
6851
6852 2006-10-27  Bruno Haible  <bruno@clisp.org>
6853
6854         * m4/signed.m4: Remove file.
6855         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6856         invocation.
6857         * modules/vasnprintf (Files): Remove m4/signed.m4.
6858
6859 2006-10-27  Bruno Haible  <bruno@clisp.org>
6860
6861         Update to GNU gettext 0.16.
6862         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6863         m4/inttypes-h.m4, m4/signed.m4.
6864         * m4/gettext.m4: Update to GNU gettext 0.16.
6865         * m4/intl.m4: New file, from GNU gettext.
6866         * m4/intldir.m4: New file, from GNU gettext.
6867         * config/srclist.txt: Update
6868
6869 2006-10-27  Eric Blake  <ebb9@byu.net>
6870
6871         * MODULES.html.sh: Document tempname.
6872         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6873         dependencies.
6874         (Files): Move lib/tempname.c...
6875         * modules/tempname: ...to this new module.
6876         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6877         (gl_PREREQ_TEMPNAME): Move...
6878         * m4/tempname.m4: ...to this new file.
6879         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6880         * modules/sys_stat (Depends-on): Add stat-macros.
6881         * lib/stat_.h (includes): Pick up stat macros.
6882         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6883         if stat macros are broken.
6884         * lib/tempname.c (includes): No need to include "stat-macros.h".
6885         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6886         (direxists, __path_search) [!_LIBC]: Don't compile these in
6887         gnulib; the tmpdir module covers that.
6888         * lib/tempname.h: New file.
6889
6890 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6891
6892         * COPYING: Explain how gnulib-tool converts licence headers.
6893         Almost all wording by Eric Blake.
6894
6895 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6896
6897         * lib/mbchar.h (is_basic_table): Make read-only.
6898         * lib/mbchar.c (is_basic_table): Likewise.
6899         Reported by John Darrington.
6900
6901 2006-10-25  Bruno Haible  <bruno@clisp.org>
6902
6903         * lib/progname.h (set_program_name): Undefine before defining.
6904
6905 2006-10-25  Bruno Haible  <bruno@clisp.org>
6906
6907         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6908         false for non-gcc C++ compilers.
6909         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6910
6911 2006-10-24  Bruno Haible  <bruno@clisp.org>
6912
6913         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6914         iconv implementations like Irix iconv.
6915
6916 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6917
6918         * modules/vararrays: New file.
6919         * m4/vararrays.m4: New file, taken from diffutils.
6920         * MODULES.html.sh: New module vararrays.
6921
6922 2006-10-24  Karl Berry  <karl@gnu.org>
6923
6924         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6925         Don't call GNU Unix.
6926
6927 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6928
6929         * users.txt: Add Libtool.
6930
6931         Sync from Libtool:
6932
6933         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6934
6935         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6936         to gnulib's policy of including config.h unconditionally.
6937
6938 2006-10-24  Bruno Haible  <bruno@clisp.org>
6939
6940         * modules/wcwidth (Files): Add m4/wint_t.m4.
6941         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6942         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6943
6944 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6945
6946         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6947         to pacify GCC with some -W flags enabled.  Problem reported by
6948         Bruno Haible.
6949
6950 2006-10-24  Jim Meyering  <jim@meyering.net>
6951
6952         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6953         Reported by Karl Berry.
6954
6955 2006-10-23  Bruno Haible  <bruno@clisp.org>
6956
6957         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6958
6959 2006-10-24  Bruno Haible  <bruno@clisp.org>
6960
6961         * lib/gl_list.h: Use C comment style, not C++ comment style.
6962
6963 2006-10-23  Eric Blake  <ebb9@byu.net>
6964
6965         * lib/getaddrinfo.c (includes): Add missing include.
6966
6967 2006-10-23  Bruno Haible  <bruno@clisp.org>
6968             Paul Eggert  <eggert@cs.ucla.edu>
6969
6970         Ability to rename obstack_free.
6971         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6972         obstack_free.
6973         (obstack_free): Invoke the __obstack_free macro.
6974         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6975
6976 2006-10-23  Bruno Haible  <bruno@clisp.org>
6977             Paul Eggert  <eggert@cs.ucla.edu>
6978
6979         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6980         __argc, __argv from the declaration. (They are defined as macros on
6981         mingw.)
6982
6983 2006-10-22  Bruno Haible  <bruno@clisp.org>
6984
6985         * doc/gnulib-intro.texi: New file.
6986         * doc/gnulib.texi: Include it.
6987
6988 2006-10-21  Bruno Haible  <bruno@clisp.org>
6989
6990         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6991         "Introduction", "Miscellanous Notes", "Particular Modules".
6992
6993 2006-10-21  Bruno Haible  <bruno@clisp.org>
6994
6995         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6996         Change mostlyclean-local rule to avoid sh syntax error from bash
6997         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6998
6999 2006-10-23  Jim Meyering  <jim@meyering.net>
7000
7001         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
7002         in place of snprintf.
7003
7004         * modules/inttostr (Files): Add lib/uinttostr.c.
7005         * lib/uinttostr.c (inttostr): New file/function.
7006         * lib/inttostr.h (uinttostr): Declare.
7007         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
7008         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7009         Add uinttostr.
7010         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
7011
7012 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
7013
7014         * lib/canonicalize.c (ELOOP): Define if not already defined.
7015         Problem reported by Bruno Haible in
7016         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
7017
7018 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
7019
7020         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
7021         Problem reported by Perry Smith and Ville Laurikari.
7022
7023         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
7024         uses.
7025
7026 2006-10-19  Bruno Haible  <bruno@clisp.org>
7027
7028         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
7029         for mingw.
7030
7031 2006-10-19  Bruno Haible  <bruno@clisp.org>
7032
7033         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
7034         Needed for mingw.
7035
7036 2006-10-19  Bruno Haible  <bruno@clisp.org>
7037
7038         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
7039
7040 2006-10-19  Bruno Haible  <bruno@clisp.org>
7041
7042         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
7043         it.
7044
7045 2006-10-19  Bruno Haible  <bruno@clisp.org>
7046
7047         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
7048         invocation.
7049
7050 2006-10-19  Bruno Haible  <bruno@clisp.org>
7051
7052         * gnulib-tool (func_create_testdir): Don't include ftruncate and
7053         mountlist by default.
7054
7055 2006-10-16  Bruno Haible  <bruno@clisp.org>
7056
7057         * lib/c-strstr.c: Include c-strstr.h.
7058
7059 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7060
7061         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
7062         in a slash.
7063
7064 2006-10-18  Bruno Haible  <bruno@clisp.org>
7065
7066         * lib/lock.h [C++]: Wrap definitions in extern "C".
7067
7068 2006-10-18  Bruno Haible  <bruno@clisp.org>
7069
7070         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
7071         gl_LIBOBJS list.
7072
7073 2006-10-18  Bruno Haible  <bruno@clisp.org>
7074
7075         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
7076
7077 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
7078
7079         * lib/xstrtol.h: Include gettext.h.
7080         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
7081         Problem reported by Eric Blake.
7082         * modules/xstrtol (Depends-on): Add gettext-h.
7083
7084 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
7085
7086         * lib/strftime.c (advance): New macro.
7087         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
7088         incomplete type, so you can't add 0 to it.  Problem and patch
7089         reported by Eelco Dolstra for dietlibc.
7090
7091 2006-10-18  Jim Meyering  <jim@meyering.net>
7092
7093         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
7094         type for a local, and rename it: s/up/user_proc/.
7095
7096 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7097
7098         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
7099         READ_UTMP_USER_PROCESS.
7100         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
7101
7102 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
7103
7104         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
7105         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
7106
7107 2006-10-17  Eric Blake  <ebb9@byu.net>
7108
7109         * lib/sigprocmask.c (sigprocmask): Fix typo.
7110
7111         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
7112
7113         * modules/clean-temp (Makefile.am): Don't add to make output...
7114         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
7115         config.h.
7116
7117 2006-10-17  Bruno Haible  <bruno@clisp.org>
7118
7119         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
7120         differently if DEFAULT_TEXT_DOMAIN is set.
7121
7122 2006-10-16  Bruno Haible  <bruno@clisp.org>
7123
7124         * lib/clean-temp.c: Include fwriteerror.h.
7125
7126 2006-10-16  Bruno Haible  <bruno@clisp.org>
7127
7128         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
7129
7130 2006-10-16  Bruno Haible  <bruno@clisp.org>
7131
7132         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
7133         * lib/sigprocmask.h: Include <sys/types.h>.
7134         (sigset_t): Use the system's definition if present.
7135
7136 2006-10-17  Eric Blake  <ebb9@byu.net>
7137
7138         * lib/xvasprintf.c (includes): Assume config.h.
7139         * lib/xasprintf.c (includes): Likewise.
7140
7141 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7142
7143         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
7144         at least as wide as intmax_t.
7145
7146 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
7147
7148         (Imported from Automake.)
7149         * build-aux/gnupload: Update to version 1.1 of directive file.
7150
7151 2006-10-16  Eric Blake  <ebb9@byu.net>
7152
7153         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
7154         match Automake 1.10a.
7155
7156 2006-10-14  Bruno Haible  <bruno@clisp.org>
7157
7158         * modules/sigprocmask: New file.
7159         * lib/sigprocmask.h: New file.
7160         * lib/sigprocmask.c: New file.
7161         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
7162         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
7163         request sigprocmask.o.
7164         (gl_PREREQ_SIGPROCMASK): New macro.
7165         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
7166         (Depends-on): Add sigprocmask.
7167         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
7168         gt_SIGNALBLOCKING. Test for 'raise' only once.
7169         * lib/fatal-signal.c: Include sigprocmask.h.
7170         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
7171         unblock_fatal_signals): Define always.
7172         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7173         sigprocmask.
7174
7175 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7176
7177         Sync from Automake.
7178         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
7179         which incorrectly sets the mode of an existing destination
7180         directory.  In some cases the unpatched install-sh could do the
7181         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
7182         system.  We hope this is rare in practice, but it's clearly worth
7183         fixing.  Problem reported by Alex Unleashed in
7184         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
7185         Also, don't bother to check for -m bugs unless we're using -m;
7186         suggested by Stepan Kasal.
7187
7188 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7189
7190         Sync from Automake.
7191         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
7192         `-c' flag, so they appear at the same position as in %FASTDEP%
7193         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
7194         which ignores unknown options only after the first non-option.
7195         Bug report against M4 by Nelson H. F. Beebe.
7196
7197 2006-10-13  Jim Meyering  <jim@meyering.net>
7198
7199         Fix a bug in yesterday's change.
7200         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
7201         p->fts_statp->st_dev would be used uninitialized.
7202         Ensures that we always call fts_stat on the very first entry.
7203         Miklos Szeredi reported that find -xdev stopped working.
7204
7205 2006-10-12  Bruno Haible  <bruno@clisp.org>
7206
7207         * gnulib-tool (func_get_automake_snippet): Append an automatically
7208         computed EXTRA_DIST augmentation.
7209         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
7210         * modules/alloca-opt (Makefile.am): Likewise.
7211         * modules/allocsa (Makefile.am): Likewise.
7212         * modules/arcfour (Makefile.am): Likewise.
7213         * modules/arctwo (Makefile.am): Likewise.
7214         * modules/argmatch (Makefile.am): Likewise.
7215         * modules/argz (Makefile.am): Likewise.
7216         * modules/atexit (Makefile.am): Likewise.
7217         * modules/backupfile (Makefile.am): Likewise.
7218         * modules/byteswap (Makefile.am): Likewise.
7219         * modules/c-strtod (Makefile.am): Likewise.
7220         * modules/c-strtold (Makefile.am): Likewise.
7221         * modules/calloc (Makefile.am): Likewise.
7222         * modules/canon-host (Makefile.am): Likewise.
7223         * modules/canonicalize (Makefile.am): Likewise.
7224         * modules/chdir-long (Makefile.am): Likewise.
7225         * modules/chdir-safer (Makefile.am): Likewise.
7226         * modules/check-version (Makefile.am): Likewise.
7227         * modules/chown (Makefile.am): Likewise.
7228         * modules/cloexec (Makefile.am): Likewise.
7229         * modules/close-stream (Makefile.am): Likewise.
7230         * modules/closeout (Makefile.am): Likewise.
7231         * modules/crc (Makefile.am): Likewise.
7232         * modules/csharpexec (Makefile.am): Likewise.
7233         * modules/cycle-check (Makefile.am): Likewise.
7234         * modules/des (Makefile.am): Likewise.
7235         * modules/dev-ino (Makefile.am): Likewise.
7236         * modules/dirfd (Makefile.am): Likewise.
7237         * modules/dirname (Makefile.am): Likewise.
7238         * modules/dup2 (Makefile.am): Likewise.
7239         * modules/eealloc (Makefile.am): Likewise.
7240         * modules/error (Makefile.am): Likewise.
7241         * modules/euidaccess (Makefile.am): Likewise.
7242         * modules/exclude (Makefile.am): Likewise.
7243         * modules/exitfail (Makefile.am): Likewise.
7244         * modules/fcntl-safer (Makefile.am): Likewise.
7245         * modules/fcntl (Makefile.am): Likewise.
7246         * modules/file-type (Makefile.am): Likewise.
7247         * modules/fileblocks (Makefile.am): Likewise.
7248         * modules/filemode (Makefile.am): Likewise.
7249         * modules/filenamecat (Makefile.am): Likewise.
7250         * modules/fnmatch (Makefile.am): Likewise.
7251         * modules/fopen-safer (Makefile.am): Likewise.
7252         * modules/fpending (Makefile.am): Likewise.
7253         * modules/fprintftime (Makefile.am): Likewise.
7254         * modules/free (Makefile.am): Likewise.
7255         * modules/fsusage (Makefile.am): Likewise.
7256         * modules/ftruncate (Makefile.am): Likewise.
7257         * modules/fts (Makefile.am): Likewise.
7258         * modules/gc-arcfour (Makefile.am): Likewise.
7259         * modules/gc-des (Makefile.am): Likewise.
7260         * modules/gc-hmac-md5 (Makefile.am): Likewise.
7261         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
7262         * modules/gc-md4 (Makefile.am): Likewise.
7263         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7264         * modules/gc-sha1 (Makefile.am): Likewise.
7265         * modules/gc (Makefile.am): Likewise.
7266         * modules/getaddrinfo (Makefile.am): Likewise.
7267         * modules/getcwd (Makefile.am): Likewise.
7268         * modules/getdelim (Makefile.am): Likewise.
7269         * modules/getdomainname (Makefile.am): Likewise.
7270         * modules/getgroups (Makefile.am): Likewise.
7271         * modules/gethostname (Makefile.am): Likewise.
7272         * modules/gethrxtime (Makefile.am): Likewise.
7273         * modules/getline (Makefile.am): Likewise.
7274         * modules/getloadavg (Makefile.am): Likewise.
7275         * modules/getlogin_r (Makefile.am): Likewise.
7276         * modules/getndelim2 (Makefile.am): Likewise.
7277         * modules/getopt (Makefile.am): Likewise.
7278         * modules/getpagesize (Makefile.am): Likewise.
7279         * modules/getpass-gnu (Makefile.am): Likewise.
7280         * modules/getpass (Makefile.am): Likewise.
7281         * modules/getsubopt (Makefile.am): Likewise.
7282         * modules/gettime (Makefile.am): Likewise.
7283         * modules/gettimeofday (Makefile.am): Likewise.
7284         * modules/getugroups (Makefile.am): Likewise.
7285         * modules/getusershell (Makefile.am): Likewise.
7286         * modules/glob (Makefile.am): Likewise.
7287         * modules/group-member (Makefile.am): Likewise.
7288         * modules/hard-locale (Makefile.am): Likewise.
7289         * modules/hash (Makefile.am): Likewise.
7290         * modules/hmac-md5 (Makefile.am): Likewise.
7291         * modules/hmac-sha1 (Makefile.am): Likewise.
7292         * modules/human (Makefile.am): Likewise.
7293         * modules/idcache (Makefile.am): Likewise.
7294         * modules/imaxabs (Makefile.am): Likewise.
7295         * modules/imaxdiv (Makefile.am): Likewise.
7296         * modules/inet_ntop (Makefile.am): Likewise.
7297         * modules/inet_pton (Makefile.am): Likewise.
7298         * modules/intprops (Makefile.am): Likewise.
7299         * modules/inttostr (Makefile.am): Likewise.
7300         * modules/inttypes (Makefile.am): Likewise.
7301         * modules/isapipe (Makefile.am): Likewise.
7302         * modules/javaversion (Makefile.am): Likewise.
7303         * modules/lchmod (Makefile.am): Likewise.
7304         * modules/lchown (Makefile.am): Likewise.
7305         * modules/localcharset (Makefile.am): Likewise.
7306         * modules/long-options (Makefile.am): Likewise.
7307         * modules/lstat (Makefile.am): Likewise.
7308         * modules/malloc (Makefile.am): Likewise.
7309         * modules/mathl (Makefile.am): Likewise.
7310         * modules/mbchar (Makefile.am): Likewise.
7311         * modules/md2 (Makefile.am): Likewise.
7312         * modules/md4 (Makefile.am): Likewise.
7313         * modules/md5 (Makefile.am): Likewise.
7314         * modules/memcasecmp (Makefile.am): Likewise.
7315         * modules/memchr (Makefile.am): Likewise.
7316         * modules/memcmp (Makefile.am): Likewise.
7317         * modules/memcoll (Makefile.am): Likewise.
7318         * modules/memcpy (Makefile.am): Likewise.
7319         * modules/memmem (Makefile.am): Likewise.
7320         * modules/memmove (Makefile.am): Likewise.
7321         * modules/mempcpy (Makefile.am): Likewise.
7322         * modules/memrchr (Makefile.am): Likewise.
7323         * modules/memset (Makefile.am): Likewise.
7324         * modules/memxor (Makefile.am): Likewise.
7325         * modules/mkancesdirs (Makefile.am): Likewise.
7326         * modules/mkdir-p (Makefile.am): Likewise.
7327         * modules/mkdir (Makefile.am): Likewise.
7328         * modules/mkdtemp (Makefile.am): Likewise.
7329         * modules/mkstemp (Makefile.am): Likewise.
7330         * modules/mktime (Makefile.am): Likewise.
7331         * modules/modechange (Makefile.am): Likewise.
7332         * modules/mountlist (Makefile.am): Likewise.
7333         * modules/nanosleep (Makefile.am): Likewise.
7334         * modules/obstack (Makefile.am): Likewise.
7335         * modules/openat (Makefile.am): Likewise.
7336         * modules/pagealign_alloc (Makefile.am): Likewise.
7337         * modules/pathmax (Makefile.am): Likewise.
7338         * modules/physmem (Makefile.am): Likewise.
7339         * modules/poll (Makefile.am): Likewise.
7340         * modules/posixtm (Makefile.am): Likewise.
7341         * modules/posixver (Makefile.am): Likewise.
7342         * modules/putenv (Makefile.am): Likewise.
7343         * modules/quote (Makefile.am): Likewise.
7344         * modules/quotearg (Makefile.am): Likewise.
7345         * modules/raise (Makefile.am): Likewise.
7346         * modules/read-file (Makefile.am): Likewise.
7347         * modules/readline (Makefile.am): Likewise.
7348         * modules/readlink (Makefile.am): Likewise.
7349         * modules/readtokens (Makefile.am): Likewise.
7350         * modules/readutmp (Makefile.am): Likewise.
7351         * modules/realloc (Makefile.am): Likewise.
7352         * modules/regex (Makefile.am): Likewise.
7353         * modules/rename-dest-slash (Makefile.am): Likewise.
7354         * modules/rename (Makefile.am): Likewise.
7355         * modules/rijndael (Makefile.am): Likewise.
7356         * modules/rmdir (Makefile.am): Likewise.
7357         * modules/rpmatch (Makefile.am): Likewise.
7358         * modules/safe-read (Makefile.am): Likewise.
7359         * modules/safe-write (Makefile.am): Likewise.
7360         * modules/same-inode (Makefile.am): Likewise.
7361         * modules/same (Makefile.am): Likewise.
7362         * modules/save-cwd (Makefile.am): Likewise.
7363         * modules/savedir (Makefile.am): Likewise.
7364         * modules/setenv (Makefile.am): Likewise.
7365         * modules/settime (Makefile.am): Likewise.
7366         * modules/sha1 (Makefile.am): Likewise.
7367         * modules/sig2str (Makefile.am): Likewise.
7368         * modules/snprintf (Makefile.am): Likewise.
7369         * modules/stat-macros (Makefile.am): Likewise.
7370         * modules/stat-time (Makefile.am): Likewise.
7371         * modules/stdbool (Makefile.am): Likewise.
7372         * modules/stdint (Makefile.am): Likewise.
7373         * modules/stdlib-safer (Makefile.am): Likewise.
7374         * modules/stpcpy (Makefile.am): Likewise.
7375         * modules/stpncpy (Makefile.am): Likewise.
7376         * modules/strcase (Makefile.am): Likewise.
7377         * modules/strcasestr (Makefile.am): Likewise.
7378         * modules/strchrnul (Makefile.am): Likewise.
7379         * modules/strcspn (Makefile.am): Likewise.
7380         * modules/strdup (Makefile.am): Likewise.
7381         * modules/strerror (Makefile.am): Likewise.
7382         * modules/strftime (Makefile.am): Likewise.
7383         * modules/strndup (Makefile.am): Likewise.
7384         * modules/strnlen (Makefile.am): Likewise.
7385         * modules/strpbrk (Makefile.am): Likewise.
7386         * modules/strsep (Makefile.am): Likewise.
7387         * modules/strstr (Makefile.am): Likewise.
7388         * modules/strtod (Makefile.am): Likewise.
7389         * modules/strtoimax (Makefile.am): Likewise.
7390         * modules/strtok_r (Makefile.am): Likewise.
7391         * modules/strtol (Makefile.am): Likewise.
7392         * modules/strtoll (Makefile.am): Likewise.
7393         * modules/strtoul (Makefile.am): Likewise.
7394         * modules/strtoull (Makefile.am): Likewise.
7395         * modules/strtoumax (Makefile.am): Likewise.
7396         * modules/strverscmp (Makefile.am): Likewise.
7397         * modules/sys_socket (Makefile.am): Likewise.
7398         * modules/sys_stat (Makefile.am): Likewise.
7399         * modules/sysexits (Makefile.am): Likewise.
7400         * modules/time_r (Makefile.am): Likewise.
7401         * modules/timegm (Makefile.am): Likewise.
7402         * modules/timespec (Makefile.am): Likewise.
7403         * modules/tmpfile-safer (Makefile.am): Likewise.
7404         * modules/trim (Makefile.am): Likewise.
7405         * modules/unistd-safer (Makefile.am): Likewise.
7406         * modules/unlinkdir (Makefile.am): Likewise.
7407         * modules/unlocked-io (Makefile.am): Likewise.
7408         * modules/userspec (Makefile.am): Likewise.
7409         * modules/utime (Makefile.am): Likewise.
7410         * modules/utimecmp (Makefile.am): Likewise.
7411         * modules/utimens (Makefile.am): Likewise.
7412         * modules/vasnprintf (Makefile.am): Likewise.
7413         * modules/vasprintf (Makefile.am): Likewise.
7414         * modules/vsnprintf (Makefile.am): Likewise.
7415         * modules/xalloc (Makefile.am): Likewise.
7416         * modules/xgetcwd (Makefile.am): Likewise.
7417         * modules/xnanosleep (Makefile.am): Likewise.
7418         * modules/xreadlink (Makefile.am): Likewise.
7419         * modules/xstrtod (Makefile.am): Likewise.
7420         * modules/xstrtol (Makefile.am): Likewise.
7421         * modules/xstrtold (Makefile.am): Likewise.
7422         * modules/yesno (Makefile.am): Likewise.
7423         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
7424
7425 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7426
7427         * modules/error (Makefile.am): Distribute files through
7428         EXTRA_DIST, not lib_SOURCES.
7429
7430 2006-10-12  Eric Blake  <ebb9@byu.net>
7431
7432         * modules/error (Makefile.am): Distribute files in /lib.
7433         * modules/obstack (Makefile.am): Likewise.
7434
7435 2006-10-12  Bruno Haible  <bruno@clisp.org>
7436
7437         * modules/acl (Makefile.am): Distribute all files in lib/ through
7438         EXTRA_DIST.
7439         * modules/arcfour (Makefile.am): Likewise.
7440         * modules/arctwo (Makefile.am): Likewise.
7441         * modules/argmatch (Makefile.am): Likewise.
7442         * modules/argz (Makefile.am): Likewise.
7443         * modules/atexit (Makefile.am): Likewise.
7444         * modules/backupfile (Makefile.am): Likewise.
7445         * modules/c-strtod (Makefile.am): Likewise.
7446         * modules/c-strtold (Makefile.am): Likewise.
7447         * modules/calloc (Makefile.am): Likewise.
7448         * modules/canon-host (Makefile.am): Likewise.
7449         * modules/canonicalize (Makefile.am): Likewise.
7450         * modules/chdir-long (Makefile.am): Likewise.
7451         * modules/chdir-safer (Makefile.am): Likewise.
7452         * modules/check-version (Makefile.am): Likewise.
7453         * modules/chown (Makefile.am): Likewise.
7454         * modules/cloexec (Makefile.am): Likewise.
7455         * modules/close-stream (Makefile.am): Likewise.
7456         * modules/closeout (Makefile.am): Likewise.
7457         * modules/crc (Makefile.am): Likewise.
7458         * modules/cycle-check (Makefile.am): Likewise.
7459         * modules/des (Makefile.am): Likewise.
7460         * modules/dirfd (Makefile.am): Likewise.
7461         * modules/dirname (Makefile.am): Likewise.
7462         * modules/dup2 (Makefile.am): Likewise.
7463         * modules/euidaccess (Makefile.am): Likewise.
7464         * modules/exclude (Makefile.am): Likewise.
7465         * modules/exitfail (Makefile.am): Likewise.
7466         * modules/fcntl-safer (Makefile.am): Likewise.
7467         * modules/file-type (Makefile.am): Likewise.
7468         * modules/fileblocks (Makefile.am): Likewise.
7469         * modules/filemode (Makefile.am): Likewise.
7470         * modules/filenamecat (Makefile.am): Likewise.
7471         * modules/fnmatch (Makefile.am): Likewise.
7472         * modules/fopen-safer (Makefile.am): Likewise.
7473         * modules/fpending (Makefile.am): Likewise.
7474         * modules/fprintftime (Makefile.am): Likewise.
7475         * modules/free (Makefile.am): Likewise.
7476         * modules/fsusage (Makefile.am): Likewise.
7477         * modules/ftruncate (Makefile.am): Likewise.
7478         * modules/fts (Makefile.am): Likewise.
7479         * modules/gc (Makefile.am): Likewise.
7480         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7481         * modules/getaddrinfo (Makefile.am): Likewise.
7482         * modules/getcwd (Makefile.am): Likewise.
7483         * modules/getdelim (Makefile.am): Likewise.
7484         * modules/getdomainname (Makefile.am): Likewise.
7485         * modules/getgroups (Makefile.am): Likewise.
7486         * modules/gethostname (Makefile.am): Likewise.
7487         * modules/gethrxtime (Makefile.am): Likewise.
7488         * modules/getline (Makefile.am): Likewise.
7489         * modules/getloadavg (Makefile.am): Likewise.
7490         * modules/getlogin_r (Makefile.am): Likewise.
7491         * modules/getopt (Makefile.am): Likewise.
7492         * modules/getpass (Makefile.am): Likewise.
7493         * modules/getpass-gnu (Makefile.am): Likewise.
7494         * modules/getsubopt (Makefile.am): Likewise.
7495         * modules/gettime (Makefile.am): Likewise.
7496         * modules/gettimeofday (Makefile.am): Likewise.
7497         * modules/getugroups (Makefile.am): Likewise.
7498         * modules/getusershell (Makefile.am): Likewise.
7499         * modules/glob (Makefile.am): Likewise.
7500         * modules/group-member (Makefile.am): Likewise.
7501         * modules/hard-locale (Makefile.am): Likewise.
7502         * modules/hash (Makefile.am): Likewise.
7503         * modules/hmac-md5 (Makefile.am): Likewise.
7504         * modules/hmac-sha1 (Makefile.am): Likewise.
7505         * modules/human (Makefile.am): Likewise.
7506         * modules/idcache (Makefile.am): Likewise.
7507         * modules/imaxabs (Makefile.am): Likewise.
7508         * modules/imaxdiv (Makefile.am): Likewise.
7509         * modules/inet_ntop (Makefile.am): Likewise.
7510         * modules/inet_pton (Makefile.am): Likewise.
7511         * modules/inttostr (Makefile.am): Likewise.
7512         * modules/isapipe (Makefile.am): Likewise.
7513         * modules/lchown (Makefile.am): Likewise.
7514         * modules/long-options (Makefile.am): Likewise.
7515         * modules/lstat (Makefile.am): Likewise.
7516         * modules/malloc (Makefile.am): Likewise.
7517         * modules/mathl (Makefile.am): Likewise.
7518         * modules/mbchar (Makefile.am): Likewise.
7519         * modules/md2 (Makefile.am): Likewise.
7520         * modules/md4 (Makefile.am): Likewise.
7521         * modules/md5 (Makefile.am): Likewise.
7522         * modules/memcasecmp (Makefile.am): Likewise.
7523         * modules/memchr (Makefile.am): Likewise.
7524         * modules/memcmp (Makefile.am): Likewise.
7525         * modules/memcoll (Makefile.am): Likewise.
7526         * modules/memcpy (Makefile.am): Likewise.
7527         * modules/memmem (Makefile.am): Likewise.
7528         * modules/memmove (Makefile.am): Likewise.
7529         * modules/mempcpy (Makefile.am): Likewise.
7530         * modules/memrchr (Makefile.am): Likewise.
7531         * modules/memset (Makefile.am): Likewise.
7532         * modules/memxor (Makefile.am): Likewise.
7533         * modules/mkancesdirs (Makefile.am): Likewise.
7534         * modules/mkdir (Makefile.am): Likewise.
7535         * modules/mkdir-p (Makefile.am): Likewise.
7536         * modules/mkdtemp (Makefile.am): Likewise.
7537         * modules/mkstemp (Makefile.am): Likewise.
7538         * modules/mktime (Makefile.am): Likewise.
7539         * modules/modechange (Makefile.am): Likewise.
7540         * modules/mountlist (Makefile.am): Likewise.
7541         * modules/nanosleep (Makefile.am): Likewise.
7542         * modules/openat (Makefile.am): Likewise.
7543         * modules/pagealign_alloc (Makefile.am): Likewise.
7544         * modules/physmem (Makefile.am): Likewise.
7545         * modules/poll (Makefile.am): Likewise.
7546         * modules/posixtm (Makefile.am): Likewise.
7547         * modules/posixver (Makefile.am): Likewise.
7548         * modules/putenv (Makefile.am): Likewise.
7549         * modules/quote (Makefile.am): Likewise.
7550         * modules/quotearg (Makefile.am): Likewise.
7551         * modules/raise (Makefile.am): Likewise.
7552         * modules/read-file (Makefile.am): Likewise.
7553         * modules/readline (Makefile.am): Likewise.
7554         * modules/readlink (Makefile.am): Likewise.
7555         * modules/readtokens (Makefile.am): Likewise.
7556         * modules/readutmp (Makefile.am): Likewise.
7557         * modules/realloc (Makefile.am): Likewise.
7558         * modules/regex (Makefile.am): Likewise.
7559         * modules/rename (Makefile.am): Likewise.
7560         * modules/rename-dest-slash (Makefile.am): Likewise.
7561         * modules/rijndael (Makefile.am): Likewise.
7562         * modules/rmdir (Makefile.am): Likewise.
7563         * modules/rpmatch (Makefile.am): Likewise.
7564         * modules/safe-read (Makefile.am): Likewise.
7565         * modules/safe-write (Makefile.am): Likewise.
7566         * modules/same (Makefile.am): Likewise.
7567         * modules/save-cwd (Makefile.am): Likewise.
7568         * modules/savedir (Makefile.am): Likewise.
7569         * modules/setenv (Makefile.am): Likewise.
7570         * modules/settime (Makefile.am): Likewise.
7571         * modules/sha1 (Makefile.am): Likewise.
7572         * modules/sig2str (Makefile.am): Likewise.
7573         * modules/snprintf (Makefile.am): Likewise.
7574         * modules/stdlib-safer (Makefile.am): Likewise.
7575         * modules/stpcpy (Makefile.am): Likewise.
7576         * modules/stpncpy (Makefile.am): Likewise.
7577         * modules/strcase (Makefile.am): Likewise.
7578         * modules/strcasestr (Makefile.am): Likewise.
7579         * modules/strchrnul (Makefile.am): Likewise.
7580         * modules/strcspn (Makefile.am): Likewise.
7581         * modules/strdup (Makefile.am): Likewise.
7582         * modules/strerror (Makefile.am): Likewise.
7583         * modules/strftime (Makefile.am): Likewise.
7584         * modules/strndup (Makefile.am): Likewise.
7585         * modules/strnlen (Makefile.am): Likewise.
7586         * modules/strpbrk (Makefile.am): Likewise.
7587         * modules/strsep (Makefile.am): Likewise.
7588         * modules/strstr (Makefile.am): Likewise.
7589         * modules/strtod (Makefile.am): Likewise.
7590         * modules/strtoimax (Makefile.am): Likewise.
7591         * modules/strtok_r (Makefile.am): Likewise.
7592         * modules/strtol (Makefile.am): Likewise.
7593         * modules/strtoll (Makefile.am): Likewise.
7594         * modules/strtoul (Makefile.am): Likewise.
7595         * modules/strtoull (Makefile.am): Likewise.
7596         * modules/strtoumax (Makefile.am): Likewise.
7597         * modules/strverscmp (Makefile.am): Likewise.
7598         * modules/time_r (Makefile.am): Likewise.
7599         * modules/timegm (Makefile.am): Likewise.
7600         * modules/tmpfile-safer (Makefile.am): Likewise.
7601         * modules/unistd-safer (Makefile.am): Likewise.
7602         * modules/unlinkdir (Makefile.am): Likewise.
7603         * modules/userspec (Makefile.am): Likewise.
7604         * modules/utime (Makefile.am): Likewise.
7605         * modules/utimecmp (Makefile.am): Likewise.
7606         * modules/utimens (Makefile.am): Likewise.
7607         * modules/vasnprintf (Makefile.am): Likewise.
7608         * modules/vasprintf (Makefile.am): Likewise.
7609         * modules/vsnprintf (Makefile.am): Likewise.
7610         * modules/xalloc (Makefile.am): Likewise.
7611         * modules/xgetcwd (Makefile.am): Likewise.
7612         * modules/xnanosleep (Makefile.am): Likewise.
7613         * modules/xreadlink (Makefile.am): Likewise.
7614         * modules/xstrtod (Makefile.am): Likewise.
7615         * modules/xstrtol (Makefile.am): Likewise.
7616         * modules/xstrtold (Makefile.am): Likewise.
7617         * modules/yesno (Makefile.am): Likewise.
7618
7619 2006-10-12  Jim Meyering  <jim@meyering.net>
7620
7621         * m4/getloadavg.m4: Revert the change below.
7622
7623         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
7624         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
7625         fail with a symlink, which is what coreutils' ./bootstrap now
7626         creates by default.
7627
7628 2006-10-12  Bruno Haible  <bruno@clisp.org>
7629
7630         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
7631         mingw.
7632         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
7633         MSVC and mingw explicitly.
7634
7635 2006-10-11  Simon Josefsson  <jas@extundo.com>
7636             Bruno Haible  <bruno@clisp.org>
7637
7638         Add support for multiple gnulib-tool invocations in the scope of a
7639         single configure.ac file.
7640         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
7641         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
7642         with the same contents as the _LIBADD variable.
7643         (func_emit_initmacro_start, func_emit_initmacro_end,
7644         func_emit_initmacro_done): New functions.
7645         (func_import, func_create_testdir): Invoke them. Allow the identifiers
7646         gl_LIBOBJS and gl_LTLIBOBJS.
7647
7648 2006-10-11  Bruno Haible  <bruno@clisp.org>
7649
7650         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
7651         (func_create_testdir): Don't create po/Makefile.am, don't invoke
7652         autoreconf. Instead, invoke autopoint explicitly but move back the
7653         *.m4 files from gnulib.
7654
7655 2006-10-11  Bruno Haible  <bruno@clisp.org>
7656
7657         * gnulib-tool (func_usage): Make module names after --create-testdir
7658         optional.
7659         (func_create_testdir): If no module was specified, use nearly all
7660         modules.
7661
7662 2006-10-12  Jim Meyering  <jim@meyering.net>
7663
7664         Big performance improvement for fts-based tools that use FTS_NOSTAT.
7665         Avoid spurious inode-mismatch problems on non-POSIX file systems.
7666         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
7667         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
7668         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
7669         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
7670         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
7671         (fts_set_stat_required): New function.
7672         (fts_open): Defer the calls to fts_stat, if possible or requested.
7673         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7674         into fts_stat itself.
7675         (fts_read): Perform any required (deferred) fts_stat call.
7676         (fts_build): Likewise, for the directory we're about to open and read.
7677         In the readdir loop, carefully decide whether each entry will require
7678         an eventual call to fts_stat, using dirent.d_type info if available.
7679         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7680         a command line argument into this function.  Update all callers.
7681         Map a return value of FTS_DOT to FTS_D for a command line argument.
7682         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7683         Thanks to Miklos Szeredi for his tenacity and for the initial
7684         bug report about "find" failing on a FUSE-based file system.
7685
7686         * lib/fts.c (fts_open): Use consistent indentation.
7687
7688 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7689
7690         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7691         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7692         reported by Jim Meyering.  All uses of cache variables renamed
7693         to match Autoconf's.
7694         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7695         the other one.
7696
7697         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7698         Fix misspelling in diagnostic.
7699
7700 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7703         defined.  Problem reported by Matthew Woehlke.
7704
7705         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7706         Add support for Tandem NonStop R series.
7707         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7708         Use new macro.
7709
7710         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7711         (has_trailing_slash): Omit size arg; all callers changed.
7712         Omit 'inline', since it doesn't help performance and we'd
7713         need to configure it.
7714         Don't count //, ///, etc. as having a trailing slash.
7715         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7716         (rpl_rename_dest_slash): On failure, use rename's errno rather
7717         than (in some cases) an incorrect or junk errno.
7718         Simplify code by removing need to compute length; this does
7719         cause it to make two passes instead of one over the file name,
7720         but it's worth it.
7721
7722         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7723         change, since Autoconf's version may no longer be appropriate now
7724         that we are using CVS Autoconf's version.  Add support for Tandem.
7725
7726 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7727             Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7730         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7731         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7732         gl_AC_TYPE_LONG_LONG.
7733
7734         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7735         instead of HAVE_LONG_LONG.
7736         * lib/printf-args.c (printf_fetchargs): Likewise.
7737         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7738         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7739         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7740         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7741         gl_AC_TYPE_LONG_LONG.
7742
7743 2006-10-11  Bruno Haible  <bruno@clisp.org>
7744
7745         * m4/longlong.m4: Add comments.
7746         * m4/ulonglong.m4: Likewise.
7747
7748 2006-10-10  Bruno Haible  <bruno@clisp.org>
7749
7750         Make it possible to #define stpcpy, strdup to aliases.
7751         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7752         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7753
7754 2006-10-10  Bruno Haible  <bruno@clisp.org>
7755
7756         Make it possible to #define gcd to an alias.
7757         * lib/gcd.c: Include config.h.
7758
7759 2006-10-10  Bruno Haible  <bruno@clisp.org>
7760
7761         Make it possible to #define c_isascii to an alias.
7762         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7763         defined. Undefine the macros before defining them, to avoid gcc
7764         warnings.
7765         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7766         define NO_C_CTYPE_MACROS early.
7767
7768 2006-10-10  Bruno Haible  <bruno@clisp.org>
7769
7770         Make it possible to #define set_program_name to an alias.
7771         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7772         ENABLE_RELOCATABLE early.
7773
7774 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7775
7776         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7777         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7778         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7779         More generally, don't assume that 64-bit signed int is available
7780         if unsigned int is, and vice versa.
7781         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7782         unsigned symbols, not on their signed counterparts.
7783         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7784         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7785         (UINT64_C, UINTMAX_C):
7786         Likewise.
7787         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7788         unsigned counterparts.
7789         (Have_long_long, Unsigned): New macros.
7790         (Int): Renamed from INT.
7791         (strtoimax): Use the new macros.
7792         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7793         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7794         * modules/inttypes (inttypes.h): Substitute
7795         HAVE_UNSIGNED_LONG_LONG_INT.
7796         * modules/stdint (stdint.h): Likewise.
7797         (Files): Add m4/ulonglong.m4.
7798
7799 2006-10-10  Bruno Haible  <bruno@clisp.org>
7800
7801         Fix a gcc -Wshadow warning.
7802         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7803         to 'bucket'.
7804         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7805         gl_linked_indexof_from_to): Likewise.
7806         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7807         Likewise.
7808         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7809         Likewise.
7810         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7811         Reported by Eric Blake.
7812
7813 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7814
7815         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7816         for NetBSD.  Problem reported by Bruno Haible.
7817
7818 2006-10-09  Jim Meyering  <jim@meyering.net>
7819
7820         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7821         Patch from Bruno Haible.
7822
7823 2006-10-09  Jim Meyering  <jim@meyering.net>
7824
7825         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7826         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7827         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7828
7829 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7830
7831         Don't include <config.h> twice; this doesn't work in some cases,
7832         e.g., when config.h has "#define intmax_t long long int" and
7833         we include <config.h>, <inttypes.h>, <config.h> in that order.
7834         Problem reported by Matthew Woehlke in:
7835         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7836         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7837         * lib/fts-cycle.c: Don't include config.h.
7838         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7839         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7840         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7841         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7842         inttypes.h.
7843         * lib/xstrtoumax.c: Likewise.
7844         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7845         __strtol and the like, so that this module is more like its siblings.
7846         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7847         Remove; no longer needed now that we assume gnulib inttypes.h.
7848
7849 2006-10-08  Bruno Haible  <bruno@clisp.org>
7850
7851         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7852         option.
7853
7854 2006-10-07  Jim Meyering  <jim@meyering.net>
7855
7856         * modules/inttypes (inttypes.h): Revert what seems to have been
7857         an inadvertent part of today's change: use "|", not "/" in the
7858         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7859
7860 2006-10-07  Bruno Haible  <bruno@clisp.org>
7861
7862         * modules/sublist: New file.
7863
7864 2006-10-07  Bruno Haible  <bruno@clisp.org>
7865
7866         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7867         * modules/argz (argz.h): Likewise.
7868         * modules/arpa_inet (arpa/inet.h): Likewise.
7869         * modules/byteswap (byteswap.h): Likewise.
7870         * modules/configmake (configmake.h): Likewise.
7871         * modules/fcntl (fcntl.h): Likewise.
7872         * modules/fnmatch (fnmatch.h): Likewise.
7873         * modules/getopt (getopt.h): Likewise.
7874         * modules/glob (glob.h): Likewise.
7875         * modules/inttypes (inttypes.h): Likewise.
7876         * modules/netinet_in (netinet/in.h): Likewise.
7877         * modules/poll (poll.h): Likewise.
7878         * modules/stdbool (stdbool.h): Likewise.
7879         * modules/stdint (stdint.h): Likewise.
7880         * modules/sys_select (sys/select.h): Likewise.
7881         * modules/sys_socket (sys/socket.h): Likewise.
7882         * modules/sys_stat (sys/stat.h): Likewise.
7883         * modules/sysexits (sysexits.h): Likewise.
7884         * modules/unistd (unistd.h): Likewise.
7885         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7886         Add a "DO NOT EDIT" comment to the generated file.
7887         (func_import): Likewise for gnulib-comp.m4.
7888
7889 2006-10-07  Bruno Haible  <bruno@clisp.org>
7890
7891         * lib/gl_sublist.h: New file.
7892         * lib/gl_sublist.c: New file.
7893
7894 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7895
7896         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7897         name (relative to the original working directory) and the file
7898         name component (relative to the temporary working directory).  All
7899         callers changed.
7900         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7901         * lib/mkdir-p.c (make_dir_parents): Likewise.
7902         * lib/mkdir-p.h (make_dir_parents): Likewise.
7903
7904 2006-10-06  Eric Blake  <ebb9@byu.net>
7905
7906         Define several macros for use by the clean-temp module.
7907         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7908         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7909         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7910
7911         * lib/clean-temp.h (close_stream_temp): New declaration.
7912         * lib/clean-temp.c (includes): Pull in headers according to what
7913         other modules are in use.
7914         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7915
7916 2006-10-06  Bruno Haible  <bruno@clisp.org>
7917
7918         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7919         instead of fopen, fwriteerror.
7920
7921 2006-10-06  Bruno Haible  <bruno@clisp.org>
7922
7923         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7924         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7925         int.
7926         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7927         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7928         Return an error indicator.
7929         Suggested by Eric Blake.
7930
7931 2006-10-06  Bruno Haible  <bruno@clisp.org>
7932
7933         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7934         Reported by Eric Blake.
7935
7936 2006-10-06  Bruno Haible  <bruno@clisp.org>
7937
7938         * modules/closeout (Description): Mention stderr too.
7939
7940 2006-10-06  Bruno Haible  <bruno@clisp.org>
7941         and Paul Eggert  <eggert@cs.ucla.edu>
7942
7943         * lib/closeout.c (close_stdout): Also close stderr.
7944         * lib/closeout.h: Update comment.
7945
7946 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7947
7948         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7949         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7950         * lib/dirchownmod.c: Include lchown.h.
7951         * lib/lchown.c: Don't include files that lchown.h now includes.
7952         Don't declare chown, since lchown.h now does that.
7953         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7954         (lchown): Define to rpl_chown if lchown is declared but
7955         does not exist.  Declare using a prototype if lchown is not
7956         declared.  Add a copyright notice.
7957         * lib/mkstemp.h: Include <unistd.h>.
7958         * lib/openat.c: Include lchown.h.
7959
7960         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7961         we now test for that separately.
7962         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7963         rather than O_NOFOLLOW, when testing whether it's possible to
7964         avoid a race condition reliably.
7965         * lib/savewd.c (savewd_chdir): Likewise.
7966
7967         Remove macros that are no longer needed now that stdint.h is
7968         reliable.
7969         * lib/fsusage.c (UINTMAX_MAX): Remove.
7970         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7971         * lib/utimecmp.c (SIZE_MAX): Remove.
7972
7973         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7974
7975         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7976         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7977         O_NOATIME works.
7978
7979 2006-10-05  Bruno Haible  <bruno@clisp.org>
7980
7981         * lib/gl_list.h (gl_sortedlist_search_from_to,
7982         gl_sortedlist_indexof_from_to): New declarations.
7983         (gl_list_implementation): New fields sortedlist_search_from_to,
7984         sortedlist_indexof_from_to.
7985         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7986         inline functions.
7987         * lib/gl_list.c (gl_sortedlist_search_from_to,
7988         gl_sortedlist_indexof_from_to): New functions.
7989         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7990         function.
7991         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7992         (gl_array_sortedlist_search_from_to): New function.
7993         (gl_array_list_implementation): Update.
7994         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7995         function.
7996         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7997         (gl_carray_sortedlist_search_from_to): New function.
7998         (gl_carray_list_implementation): Update.
7999         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
8000         gl_linked_sortedlist_indexof_from_to): New functions.
8001         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8002         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8003         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
8004         gl_tree_sortedlist_indexof_from_to): New functions.
8005         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8006         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8007         Update.
8008         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8009         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
8010         Update.
8011
8012 2006-10-05  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
8015         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
8016         (struct gl_list_implementation): Add fields search_from_to,
8017         indexof_from_to. Remove fields search, indexof.
8018         (gl_list_search): Use the search_from_to method.
8019         (gl_list_search_from, gl_list_search_from_to): New functions.
8020         (gl_list_indexof): Use the indexof_from_to method.
8021         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
8022         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
8023         (gl_list_search_from, gl_list_search_from_to): New functions.
8024         (gl_list_indexof): Use the indexof_from_to method.
8025         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
8026         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
8027         gl_array_indexof. Add start_index, end_index arguments.
8028         (gl_array_search_from_to): Renamed from gl_array_search. Add
8029         start_index, end_index arguments.
8030         (gl_array_remove, gl_array_list_implementation): Update.
8031         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
8032         gl_carray_indexof. Add start_index, end_index arguments.
8033         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
8034         start_index, end_index arguments.
8035         (gl_carray_remove, gl_carray_list_implementation): Update.
8036         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
8037         gl_linked_search. Add start_index, end_index arguments.
8038         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
8039         start_index, end_index arguments.
8040         (gl_linked_remove): Update.
8041         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8042         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8043         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
8044         field to 'size_t'.
8045         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
8046         gl_tree_search. Add start_index, end_index arguments.
8047         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
8048         start_index, end_index arguments.
8049         (gl_tree_remove): Update.
8050         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8051         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8052         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
8053         function.
8054         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
8055         gl_tree_search. Add start_index, end_index arguments.
8056         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
8057         start_index, end_index arguments.
8058         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8059         Update.
8060         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8061
8062 2006-10-05  Bruno Haible  <bruno@clisp.org>
8063
8064         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
8065
8066         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
8067         fwriteerror_temp): New declarations.
8068         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
8069         (descriptors): New variable.
8070         (cleanup): First, close the descriptors.
8071         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
8072         fclose_temp, fwriteerror_temp): New functions.
8073
8074 2006-10-04  Jim Meyering  <jim@meyering.net>
8075
8076         * lib/fts.c (fts_open): Tiny comment change.
8077
8078 2006-10-04  Bruno Haible  <bruno@clisp.org>
8079
8080         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
8081         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
8082         gl_LOCK_BODY.
8083         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
8084         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
8085         gl_LOCK_EARLY_BODY.
8086         (gl_LOCK): Require gl_LOCK_BODY.
8087
8088 2006-10-04  Bruno Haible  <bruno@clisp.org>
8089
8090         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
8091         (gl_oset_search_atleast): New declaration.
8092         (struct gl_oset_implementation): Add field 'search_atleast'.
8093         (gl_oset_search_atleast): New inline function.
8094         * lib/gl_oset.c (gl_oset_search_atleast): New function.
8095         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
8096         (gl_array_oset_implementation): Update.
8097         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
8098         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
8099         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
8100
8101 2006-10-04  Bruno Haible  <bruno@clisp.org>
8102
8103         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
8104
8105 2006-10-03  Bruno Haible  <bruno@clisp.org>
8106
8107         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
8108         from gl_avltreehash_list_implementation.
8109
8110 2006-10-03  Bruno Haible  <bruno@clisp.org>
8111
8112         * lib/gl_oset.c (gl_oset_add): Fix return type.
8113
8114 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
8115
8116         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
8117
8118 2006-10-02  Eric Blake  <ebb9@byu.net>
8119
8120         * modules/strnlen (Depends-on): Add extensions.
8121
8122 2006-10-02  Eric Blake  <ebb9@byu.net>
8123
8124         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
8125         definition in 2.60+.
8126
8127 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8128
8129         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
8130         checks.
8131
8132 2006-10-02  Bruno Haible  <bruno@clisp.org>
8133
8134         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
8135         to the AUTOMAKE_OPTIONS.
8136         Reported by Jim Meyering.
8137
8138 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8139
8140         Work around bug in Solaris 10 /proc file system:
8141         /proc/self/fd/NNN/.. isn't the parent directory of
8142         the directory whose file descriptor is NNN.  This needs to
8143         be worked around at run time, not compile time, since a
8144         program might be built on Solaris 8, where things work, and
8145         run on Solaris 10.
8146         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
8147         to use the following interface instead:
8148         (OPENAT_BUFFER_SIZE): New macro.
8149         (openat_proc_name): New function.
8150         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
8151         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
8152         Likewise.
8153         * lib/openat-proc.c: New file.
8154         * modules/openat (Files): Add lib/openat-proc.c.
8155         (Depends-on): Add same-inode, stdbool.
8156         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
8157
8158 2006-09-29  Bruno Haible  <bruno@clisp.org>
8159
8160         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
8161         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
8162         argument. Set stdout_closed before testing for ferror, not after.
8163         (fwriteerror, fwriteerror_no_ebadf): New functions.
8164
8165 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8166
8167         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
8168
8169 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
8170
8171         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
8172         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
8173
8174 2006-09-28  Jim Meyering  <jim@meyering.net>
8175
8176         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
8177         Include <unistd.h>.
8178
8179 2006-09-28  Bruno Haible  <bruno@clisp.org>
8180
8181         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
8182         * modules/linkedhash-list (Depends-on): Likewise.
8183         * modules/rbtreehash-list (Depends-on): Likewise.
8184
8185 2006-09-28  Bruno Haible  <bruno@clisp.org>
8186
8187         * lib/strndup.h: Simplify the redefinition of strndup.
8188         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
8189         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
8190
8191 2006-09-28  Bruno Haible  <bruno@clisp.org>
8192
8193         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
8194         * lib/gl_linkedhash_list.c: Likewise.
8195         * lib/gl_rbtreehash_list.c: Likewise.
8196
8197 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8198
8199         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
8200         getaddrinfo.
8201
8202         * lib/__fpending.h: Don't include <stdio_ext.h> unless
8203         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
8204         it causes <stdio_ext.h> to cause a compile-time error.
8205         Problem reported by Nelson H. F. Beebe.
8206         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
8207         of HAVE_DECL___PENDING.
8208
8209         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
8210         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
8211         declaration.
8212
8213 2006-09-27  Jim Meyering  <jim@meyering.net>
8214
8215         This file could end up with a definition for a function
8216         named __strndup, rather than rpl_strndup on a system with
8217         incomplete weak_alias support.
8218         * lib/strndup.c (strndup): Rename from __strndup.
8219         Remove #defines that used to map __strndup to strndup.
8220         Don't use K&R prototypes.
8221         Remove LIBC-related code, since this file is not sync'd with glibc.
8222         * lib/strndup.h: Revamp, accordingly.
8223         * m4/strndup.m4: Modernize.
8224
8225 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8226
8227         * modules/savewd (Depends-on): Add 'raise'.
8228         * lib/savewd.c: Include <signal.h>, for 'raise'.
8229
8230 2006-09-26  Jim Meyering  <jim@meyering.net>
8231
8232         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
8233         when we detect Darwin 8.7.0's acl_get_file bug.
8234         Rearrange to perform the new (below) run-test while $LIBS
8235         contains any acl-related library.  Set USE_ACL at the end.
8236         (gl_ACL_GET_FILE): New function.
8237
8238 2006-09-26  Eric Blake  <ebb9@byu.net>
8239
8240         * lib/verror.c: Include <config.h> unconditionally.
8241
8242 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8243
8244         * modules/clock-time (Maintainer): Add self.
8245         * modules/getlogin_r (Depends-on): Add extensions.
8246
8247 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8248
8249         * modules/clock-time: New module.
8250         * modules/nanosleep (Depends-on): Add clock-time.
8251         * modules/gethrxtime (Depends-on): Likewise.
8252         * modules/gettime (Depends-on): Likewise.
8253         * modules/settime (Depends-on): Likewise.
8254
8255         * modules/fts-lgpl: Depend on openat.
8256         * modules/mkancesdirs: Depend on savewd.
8257         * modules/mkdir-p: Likewise.
8258
8259 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8260
8261         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
8262
8263         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
8264         `gl_have_arbitrary_file_name_length_limit' to
8265         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
8266         actually works between configure runs.
8267
8268 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8269             Bruno Haible  <bruno@clisp.org>
8270
8271         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
8272
8273 2006-09-25  Jim Meyering  <jim@meyering.net>
8274
8275         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
8276         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
8277
8278 2006-09-25  Eric Blake  <ebb9@byu.net>
8279
8280         * gnulib-tool (func_import, func_create_testdir): Fix typos in
8281         exec's in 2006-09-18 patch when shuffling fds.
8282
8283 2006-09-25  Bruno Haible  <bruno@clisp.org>
8284
8285         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
8286         Reported by Jim Meyering.
8287
8288 2006-09-24  Jim Meyering  <jim@meyering.net>
8289
8290         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
8291         compare a pointer against a literal "0".  That caused failures with
8292         at least HP-UX's hpcc.
8293
8294 2006-09-22  Simon Josefsson  <jas@extundo.com>
8295
8296         * modules/gc-sha1:
8297         * modules/gc-md4:
8298         * modules/gc-hmac-sha1:
8299         * modules/gc-hmac-md5:
8300         * modules/gc-des:
8301         * modules/gc-arcfour: Distribute more files.
8302
8303 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8304
8305         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
8306         (gl_linked_iterator_from_to): Initialize struct completely.
8307         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
8308         (gl_tree_iterator_from_to): Likewise
8309         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
8310         * lib/gl_array_list.c [lint] (gl_array_iterator)
8311         (gl_array_iterator_from_to): Likewise.
8312         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
8313         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
8314         (gl_carray_iterator_from_to): Likewise.
8315
8316         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
8317         * lib/md4.c (md4_process_block): Remove unused variable.
8318         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
8319         parentheses for clarity.
8320
8321 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8322
8323         * modules/bison-i18n (Depends-on): Add gettext.
8324
8325 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8326
8327         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
8328         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8329         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
8330         also add missing comma that caused broken test.
8331         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
8332         stdlib.h, for `abort'.
8333         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
8334         variables.
8335         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
8336         include unistd.h if present, for `rmdir'.
8337         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
8338         variables.
8339         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
8340         in the process include standard headers for prototypes.
8341         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
8342         gets declared on GNU/Linux.
8343         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
8344         unistd.h, for `rmdir'.
8345         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
8346
8347         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
8348         always true.
8349         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
8350
8351         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
8352
8353 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8354
8355         * gnulib-tool (func_version): Create output all at once.  This
8356         may help avoid triggering unnecessary SIGPIPEs, and at any
8357         rate it doesn't hurt.
8358
8359 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8360             Bruno Haible  <bruno@clisp.org>
8361
8362         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
8363         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8364         * m4/signed.m4 (bh_C_SIGNED): Likewise.
8365
8366         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
8367         (gl_FUNC_VASPRINTF): Invoke it.
8368
8369 2006-09-22  Bruno Haible  <bruno@clisp.org>
8370
8371         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
8372         getloadavg.c as first argument.
8373
8374 2006-09-22  Bruno Haible  <bruno@clisp.org>
8375
8376         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
8377         at the beginning of the gl_INIT macro.
8378         * modules/getloadavg (configure.ac): Pass $gl_source_base to
8379         gl_GETLOADAVG.
8380
8381 2006-09-22  Bruno Haible  <bruno@clisp.org>
8382
8383         * gnulib-tool (func_create_megatestdir): Don't include the config-h
8384         module.
8385         Suggested by Ralf Wildenhues.
8386
8387 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
8388
8389         Import this patch from libc:
8390
8391         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8392
8393         * lib/regex_internal.c (re_string_reconstruct): Handle
8394         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8395         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8396         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8397         re_string_context_at.
8398
8399         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
8400         now requires it.
8401         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
8402         gl_REGEX now does it for us.
8403         (gl_REGEX): Add test taken from
8404         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
8405
8406         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
8407         Check that large offsets work.  Modernize Autoconf usages.
8408         Prefer "yes" to mean a good thing rather than a bad.
8409         Don't put "#define mkstemp" in config.h, as this might interfere
8410         with standard system headers that "#define mkstemp mkstemp64".
8411
8412         * modules/mkstemp (Depends-on): Add extensions, so that
8413         mkstemp is visible on some platforms.
8414         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
8415         (Include): Change to "mkstemp.h" from <stdlib.h>.
8416         (Files): Add mkstemp.h.
8417
8418         * lib/mkstemp.h: New file, since some standard headers
8419         #define mkstemp.
8420         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
8421         Include "mkstemp.h".
8422         Make the _LIBC code resemble glibc original more,
8423         e.g., use K&R style.
8424         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
8425         (mkstemp): Remove, since mkstemp.h does this for us.
8426         * lib/stdlib--.h: Include mkstemp.h.
8427
8428         Import this patch from libc:
8429
8430         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8431
8432         * lib/tempname.c (__gen_tempname): Change attempts_min
8433         into a macro.  Use preprocessor to decide how to initialize
8434         attempts [Coverity CID 67].
8435
8436 2006-09-20  Bruno Haible  <bruno@clisp.org>
8437
8438         * lib/mkdtemp.c: Import from libc.
8439         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
8440                 * sysdeps/posix/tempname.c (__gen_tempname): Change
8441                 attempts_min into a macro.  Use preprocessor to decide how to
8442                 initialize attempts [Coverity CID 67].
8443         2001-11-27  Paul Eggert  <eggert@twinsun.com>
8444                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
8445                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
8446
8447 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8448
8449         * gnulib-tool (func_exit): New function, to allow to pass the
8450         exit status portably through the trap.  Use everywhere.
8451         (--help, --version): Signal a write error.
8452         (trap): catch SIGPIPE, for write errors.
8453         Exit at the end of the trap, with the correct exit status.
8454
8455 2006-09-19  Karl Berry  <karl@gnu.org>
8456
8457         * doc/gnulib.texi: note about the license texinfo files.
8458
8459 2006-09-19  Eric Blake  <ebb9@byu.net>
8460
8461         * gnulib-tool: Avoid space-tab.
8462
8463 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8464
8465         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
8466         that prevented coreutils 6.1 from building.  Problem reported
8467         by Petter Reinholdtsen.
8468
8469 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * gnulib-tool (avoidlist): Fix typo that broke options like
8472         --avoid=lock that are used by coreutils bootstrap.
8473
8474 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
8475
8476         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
8477         more systematically.
8478
8479 2006-09-18  Jim Meyering  <jim@meyering.net>
8480
8481         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
8482
8483 2006-09-18  Bruno Haible  <bruno@clisp.org>
8484
8485         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
8486
8487 2006-09-18  Bruno Haible  <bruno@clisp.org>
8488
8489         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
8490         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
8491         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
8492         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
8493         * m4/gettext.m4: Require autoconf >= 2.52.
8494         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
8495         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
8496         of gl_cv_header_inttypes_h.
8497
8498 2006-09-18  Bruno Haible  <bruno@clisp.org>
8499
8500         * lib/javaversion.c: Include configmake.h.
8501
8502 2006-09-18  Bruno Haible  <bruno@clisp.org>
8503
8504         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
8505         avoid that the while loops be executed in a subshell.
8506
8507 2006-09-18  Bruno Haible  <bruno@clisp.org>
8508
8509         * MODULES.html.sh (func_module): Break long lines.
8510         Suggested by Bruce Korb <bkorb@gnu.org>.
8511
8512 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8513
8514         Speed up by a factor of 1.12.
8515         * gnulib-tool (nl): New variable.
8516         (func_import): Rewrite include directive extraction to only read each
8517         directive once.
8518
8519 2006-09-17  Bruno Haible  <bruno@clisp.org>
8520
8521         * modules/javaversion (Makefile.am): Remove DEFS setting.
8522         (Depends-on): Add configmake, for PKGDATADIR definition.
8523
8524 2006-09-17  Bruno Haible  <bruno@clisp.org>
8525
8526         * gnulib-tool (func_create_testdir): Rewrite all files at once.
8527
8528 2006-09-17  Bruno Haible  <bruno@clisp.org>
8529
8530         * gnulib-tool (func_append): New function, stolen from libtool.m4.
8531         (func_modules_transitive_closure, func_modules_add_dummy,
8532         func_modules_to_filelist, func_import, func_create_testdir,
8533         func_create_megatestdir, ...): Use it wherever possible.
8534         Suggested by Ralf Wildenhues.
8535
8536 2006-09-16  Karl Berry  <karl@gnu.org>
8537
8538         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
8539         to avoid sectioning errors.
8540         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
8541         [ifinfo]: blank line after @center-ed titles.
8542         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
8543         Spell FSF address consistently with others.
8544         (These changes approved by rms.)
8545
8546 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8547
8548         Speed up by a factor of 1.61.
8549         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
8550         already checked module names again.
8551
8552 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8553
8554         Speed up by a factor of 1.13.
8555         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
8556         for new_files, and the input to func_add_or_update.
8557
8558 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8559
8560         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
8561         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
8562
8563 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8564
8565         * modules/mkancesdirs (Depends-on): Add fcntl.
8566         * modules/savewd: New file.
8567         * MODULES.html.sh (File system functions): Add savewd.
8568
8569         * modules/configmake (Makefile.am): Add support for the
8570         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
8571
8572 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * m4/savewd.m4: New file.
8575
8576 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8577
8578         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
8579         (dirchownmod): New arg FD.  All callers changed.
8580         Use FD rather than opening the directory ourself, as opening is
8581         now the caller's responsibility.
8582         * lib/dirchownmod.h: Likewise.
8583         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
8584         hosts that require <sys/types.h> before <sys/stat.h>.  Include
8585         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
8586         (test_dir): Remove.
8587         (mkancesdirs): Return length of prefix of FILE that has already
8588         been made, or -2 if there is a child doing the work.  Redo
8589         algorithm so that it is O(N) rather than O(N**2).  Optimize away
8590         ".", and treat ".." specially since it might stray back into
8591         already-created areas.  Use a subprocess if necessary.  New arg
8592         WD; all users changed.  MAKE_DIR function should now return 1
8593         if it creates a directory that is not readable.  Return -2 if
8594         a child process is spun off.
8595         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
8596         Adjust signature to match code.
8597         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
8598         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
8599         all users changed.
8600         * lib/savewd.c, lib/savewd.h: New files.
8601
8602 2006-09-15  Jim Meyering  <jim@meyering.net>
8603
8604         * modules/rename-dest-slash: New module.
8605         * MODULES.html.sh (posix_compat): Add it here.
8606
8607         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
8608
8609 2006-09-15  Jim Meyering  <jim@meyering.net>
8610
8611         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
8612         file.
8613
8614         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
8615
8616 2006-09-15  Jim Meyering  <jim@meyering.net>
8617
8618         * lib/rename-dest-slash.c (has_trailing_slash): Use
8619         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
8620         (rpl_rename_dest_slash): Perform the cheaper trailing slash
8621         test before testing whether SRC is a directory.
8622         Suggestions from Bruno Haible.
8623
8624         Avoid a warning about an unused variable.
8625         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
8626         into the #ifdef block where it's used.
8627
8628         * lib/rename-dest-slash.c: New file.
8629
8630 2006-09-14  Bruno Haible  <bruno@clisp.org>
8631
8632         * lib/allocsa.c: Include <config.h> unconditionally.
8633         * lib/asnprintf.c: Likewise.
8634         * lib/asprintf.c: Likewise.
8635         * lib/c-strcasecmp.c: Likewise.
8636         * lib/c-strcasestr.c: Likewise.
8637         * lib/c-strncasecmp.c: Likewise.
8638         * lib/c-strstr.c: Likewise.
8639         * lib/classpath.c: Likewise.
8640         * lib/clean-temp.c: Likewise.
8641         * lib/concatpath.c: Likewise.
8642         * lib/copy-file.c: Likewise.
8643         * lib/csharpcomp.c: Likewise.
8644         * lib/csharpexec.c: Likewise.
8645         * lib/execute.c: Likewise.
8646         * lib/fatal-signal.c: Likewise.
8647         * lib/findprog.c: Likewise.
8648         * lib/fwriteerror.c: Likewise.
8649         * lib/gl_array_list.c: Likewise.
8650         * lib/gl_array_oset.c: Likewise.
8651         * lib/gl_avltree_list.c: Likewise.
8652         * lib/gl_avltree_oset.c: Likewise.
8653         * lib/gl_avltreehash_list.c: Likewise.
8654         * lib/gl_carray_list.c: Likewise.
8655         * lib/gl_linked_list.c: Likewise.
8656         * lib/gl_linkedhash_list.c: Likewise.
8657         * lib/gl_list.c: Likewise.
8658         * lib/gl_oset.c: Likewise.
8659         * lib/gl_rbtree_list.c: Likewise.
8660         * lib/gl_rbtree_oset.c: Likewise.
8661         * lib/gl_rbtreehash_list.c: Likewise.
8662         * lib/imaxabs.c: Likewise.
8663         * lib/imaxdiv.c: Likewise.
8664         * lib/javacomp.c: Likewise.
8665         * lib/javaexec.c: Likewise.
8666         * lib/javaversion.c: Likewise.
8667         * lib/linebreak.c: Likewise.
8668         * lib/localcharset.c: Likewise.
8669         * lib/lock.c: Likewise.
8670         * lib/mbchar.c: Likewise.
8671         * lib/mbswidth.c: Likewise.
8672         * lib/mkdtemp.c: Likewise.
8673         * lib/pipe.c: Likewise.
8674         * lib/printf-args.c: Likewise.
8675         * lib/printf-parse.c: Likewise.
8676         * lib/progname.c: Likewise.
8677         * lib/progreloc.c: Likewise.
8678         * lib/readlink.c: Likewise.
8679         * lib/sh-quote.c: Likewise.
8680         * lib/stpcpy.c: Likewise.
8681         * lib/stpncpy.c: Likewise.
8682         * lib/strcasecmp.c: Likewise.
8683         * lib/strcasestr.c: Likewise.
8684         * lib/strcspn.c: Likewise.
8685         * lib/striconv.c: Likewise.
8686         * lib/strncasecmp.c: Likewise.
8687         * lib/strnlen1.c: Likewise.
8688         * lib/strstr.c: Likewise.
8689         * lib/strtok_r.c: Likewise.
8690         * lib/tls.c: Likewise.
8691         * lib/tmpdir.c: Likewise.
8692         * lib/unicodeio.c: Likewise.
8693         * lib/unsetenv.c: Likewise.
8694         * lib/vasnprintf.c: Likewise.
8695         * lib/vasprintf.c: Likewise.
8696         * lib/wait-process.c: Likewise.
8697         * lib/xallocsa.c: Likewise.
8698         * lib/xsetenv.c: Likewise.
8699         * lib/xstriconv.c: Likewise.
8700
8701 2006-09-13  Simon Josefsson  <jas@extundo.com>
8702
8703         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8704         that internally, suggested by Ralf Wildenhues
8705         <Ralf.Wildenhues@gmx.de>.
8706
8707 2006-09-13  Simon Josefsson  <jas@extundo.com>
8708
8709         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8710         @LIBOBJS@.
8711         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8712
8713 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8714
8715         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8716         longer worry about uses that don't define HAVE_CONFIG_H.
8717         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8718         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8719         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8720         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8721         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8722         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8723         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8724         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8725         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8726         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8727         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8728         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8729         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8730         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8731         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8732         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8733         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8734         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8735         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8736         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8737         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8738         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8739         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8740         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8741         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8742         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8743         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8744         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8745         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8746         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8747         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8748         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8749         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8750         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8751         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8752         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8753         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8754         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8755         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8756         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8757         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8758         Likewise.
8759
8760 2006-09-13  Eric Blake  <ebb9@byu.net>
8761
8762         * lib/getopt.c: Fix typo in last commit.
8763
8764 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8765
8766         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8767         dgettext.
8768
8769 2006-09-12  Jim Meyering  <jim@meyering.net>
8770
8771         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8772         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8773         Reported by Nelson H. F. Beebe.
8774
8775 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8776
8777         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8778         program_invocation_name and program_invocation_short_name are
8779         initialized.
8780         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8781         and program_invocation_short_name to argp.h, so they are visible
8782         to user programs.
8783         * lib/argp.h: Likewise
8784
8785 2006-09-10  Bruno Haible  <bruno@clisp.org>
8786
8787         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8788         m4/inttypes_h.m4, m4/uintmax_t.m4.
8789
8790 2006-09-10  Bruno Haible  <bruno@clisp.org>
8791
8792         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8793         gl_AC_TYPE_UINTMAX_T.
8794
8795 2006-09-10  Bruno Haible  <bruno@clisp.org>
8796
8797         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8798
8799 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8800
8801         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8802         convention.  Text proposed by Bruno Haible.
8803         (struct argp_option): Document the use of N_() wrappers.
8804
8805         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8806         '\v', and translate the two parts separately, instead of feeding
8807         the whole string to gettext.  This allows to exclude
8808         '\v' from the strings visible to the translator by writing doc
8809         strings as N_("..") "\v" N_("..").
8810
8811 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * config/srclist.txt: Undo latest change; the bug was fixed.
8814
8815 2006-09-09  Bruno Haible  <bruno@clisp.org>
8816
8817         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8818         assignments if building a library without libtool.
8819         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8820         in func_emit_lib_Makefile_am.
8821         (func_import): When building a static library libfoo.a, arrange to
8822         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8823         (func_create_testdir): Likewise.
8824         * modules/gc (configure.ac, Makefile.am): If building statically,
8825         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8826         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8827         * modules/striconv (configure.ac, Makefile.am): Likewise.
8828         Based on a suggestion by Ralf Wildenhues.
8829
8830 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8831
8832         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8833         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8834         Also:
8835
8836         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8837         Add year_2050_test to catch glibc bug 2821
8838         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8839
8840         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8841         Prefer #ifdef to #if.
8842
8843         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8844         Return from 'main' instead of calling 'exit'.
8845
8846 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8847
8848         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8849         returned the maximum time_t value rather than (time_t) -1.
8850         Problem originally reported by William Bardwell
8851         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8852
8853         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8854         Moved to here ...
8855         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8856         ... from here.
8857
8858 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8859
8860         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8861         2821 is fixed.
8862
8863 2006-09-08  Jim Meyering  <jim@meyering.net>
8864
8865         Don't make generated files read-only.  That would bother too many
8866         people.  However, do retain the ability to work when targets are
8867         read-only: remove the destination and temporary files before writing
8868         them (when generated via sed or echo), or by using the -f option for
8869         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8870         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8871         * modules/byteswap, modules/configmake, modules/fcntl:
8872         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8873         * modules/localcharset, modules/netinet_in, modules/poll:
8874         * modules/stdbool, modules/stdint, modules/sys_select:
8875         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8876
8877 2006-09-08  Jim Meyering  <jim@meyering.net>
8878
8879         Avoid new build failure on FreeBSD 6.0.
8880         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8881         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8882         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8883
8884 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8885
8886         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8887
8888 2006-09-07  Jim Meyering  <jim@meyering.net>
8889
8890         Fix global typo in last change: use chmod u-w, not chmod u-x.
8891         Spotted by Paul Eggert and Bruce Korb.
8892         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8893         * modules/byteswap, modules/configmake, modules/fcntl:
8894         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8895         * modules/localcharset, modules/netinet_in, modules/poll:
8896         * modules/stdbool, modules/stdint, modules/sys_select:
8897         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8898
8899 2006-09-06  Jim Meyering  <jim@meyering.net>
8900
8901         Make generated files be read-only.
8902         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8903         Ensure that each generated file is now read-only.
8904         * modules/argz: Likewise.
8905         * modules/arpa_inet: Likewise.
8906         * modules/byteswap: Likewise.
8907         * modules/configmake: Likewise.
8908         * modules/fcntl: Likewise.
8909         * modules/fnmatch: Likewise.
8910         * modules/getopt: Likewise.
8911         * modules/glob: Likewise.
8912         * modules/inttypes: Likewise.
8913         * modules/netinet_in: Likewise.
8914         * modules/poll: Likewise.
8915         * modules/stdbool: Likewise.
8916         * modules/stdint: Likewise.
8917         * modules/sys_select: Likewise.
8918         * modules/sys_socket: Likewise.
8919         * modules/sys_stat: Likewise.
8920         * modules/sysexits: Likewise.
8921         * modules/localcharset: Same as above, but continue using temporary
8922         file named "t-$@" (why different?) rather than the "$@-t" used
8923         everywhere else.
8924
8925         * modules/sysexits (Makefile.am): Replace literal occurrences
8926         of "sysexit.h" more readable, and more consistent, "$@".
8927
8928 2006-09-06  Bruno Haible  <bruno@clisp.org>
8929
8930         * modules/striconv: New file.
8931         * modules/xstriconv: New file.
8932         * MODULES.html.sh (Internationalization functions): Add striconv,
8933         xstriconv.
8934
8935 2006-09-06  Bruno Haible  <bruno@clisp.org>
8936
8937         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8938         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8939         not using libtool correctly.
8940
8941 2006-09-06  Bruno Haible  <bruno@clisp.org>
8942
8943         * lib/striconv.h: New file.
8944         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8945         iconvstring.c.
8946         * lib/xstriconv.h: New file.
8947         * lib/xstriconv.c: New file.
8948
8949 2006-09-06  Bruno Haible  <bruno@clisp.org>
8950
8951         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8952         lib_..._LDFLAGS.
8953
8954 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8955
8956         * lib/argz_.h: Sync from Libtool.
8957
8958         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8959                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8960
8961         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8962
8963 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8964
8965         * modules/trim: New file.
8966
8967 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8968
8969         * lib/trim.h: New file.
8970         * lib/trim.c: New file.
8971
8972 2006-09-05  Bruno Haible  <bruno@clisp.org>
8973
8974         * MODULES.html.sh (String handling): Add trim.
8975
8976 2006-09-04  Karl Berry  <karl@gnu.org>
8977
8978         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8979         until next release.
8980
8981 2006-09-03  Bruno Haible  <bruno@clisp.org>
8982
8983         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8984         correctly.
8985
8986 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8987
8988         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8989         not gl_GETLOADAVG.  Omit unneeded semicolons.
8990         Problems reported by Ralf Wildenhues in
8991         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8992         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8993         at the end, which is the usual gnulib style.
8994
8995         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8996         of doing all the work ourselves.
8997         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8998         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8999
9000 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9001
9002         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
9003         Problem reported by Ralf Wildenhues in
9004         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
9005
9006         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
9007         HAVE_STRUCT_STATFS_F_FSTYPENAME.
9008
9009 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9010
9011         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
9012         yesterday's patch by changing test -n to test -z.
9013
9014 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9015
9016         * modules/getloadavg (Files): Add m4/getloadavg.m4.
9017         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
9018         the former is now obsolescent.
9019
9020         * modules/chdir-long (Depends-on): Add fcntl.
9021
9022 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9023
9024         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
9025         obsolescent, and programs should use gnulib instead.
9026         * m4/getloadavg.m4: New file, with contents taken from Autoconf
9027         but with prefixes changed.
9028
9029 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9030
9031         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
9032         or stdbool.h, because they might not exist while configuring.
9033
9034         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
9035         Don't include unistd.h or limits.h; not needed, since chdir-long.h
9036         does that for us.
9037         (O_DIRECTORY): Remove.
9038
9039 2006-08-31  Eric Blake  <ebb9@byu.net>
9040
9041         * gnulib-tool: Don't let emacs change spaces to TAB.
9042
9043 2006-08-31  Bruno Haible  <bruno@clisp.org>
9044
9045         * gnulib-tool: When calling func_import more than once, do it in a
9046         subshell.
9047         Reported by Eric Blake <ebb9@byu.net>.
9048
9049 2006-08-31  Bruno Haible  <bruno@clisp.org>
9050
9051         * gnulib-tool (nl): Remove variable.
9052         (sed_transform_lib_file): Use more robust test for config-h module.
9053         (func_import): Fix typo in 2006-08-25 patch.
9054
9055 2006-08-31  Bruno Haible  <bruno@clisp.org>
9056
9057         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
9058         specified, augment Makefile.am variables instead of assigning them.
9059
9060 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         Work around a bug in both the Linux and SunOS 64-bit kernels:
9063         nanosleep mishandles sleeps for longer than 2**31 seconds.
9064         Problem reported by Frank v Waveren in
9065         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
9066         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
9067         Check for nanosleep bug.
9068         (LIB_NANOSLEEP): Append clock_gettime library if needed.
9069
9070 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         Work around a bug in both the Linux and SunOS 64-bit kernels:
9073         nanosleep mishandles sleeps for longer than 2**31 seconds.
9074         Problem reported by Frank v Waveren in
9075         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
9076         * lib/nanosleep.c (BILLION): New constant.
9077         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
9078         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
9079         implementation.
9080
9081 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9082
9083         * modules/nanosleep (Depends-on): Add gettime.
9084
9085 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9086         and Simon Josefsson  <jas@extundo.com>
9087         and Oskar Liljeblad  <oskar@osk.mine.nu>
9088
9089         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
9090         * gnulib-tool (func_import): New license type 'unmodifiable license
9091         text'.
9092         * modules/fdl: Use it.  Longer description.
9093         * module/gpl, module/lgpl: New files.
9094
9095 2006-08-30  Jim Meyering  <jim@meyering.net>
9096
9097         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
9098         shadowing the parameter.
9099
9100 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9101
9102         Sync from Libtool:
9103
9104         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9105
9106         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
9107         sharing with gnulib.  Report by Eric Blake.
9108
9109 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9110
9111         * modules/isapipe: New file.
9112         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
9113
9114 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9115
9116         * modules/configmake (Makefile.am): Add a comment, and omit
9117         the CONFIGMAKE_ prefix from generated macro names.  Suggested
9118         by Bruno Haible.
9119
9120 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9121
9122         * m4/isapipe.m4: New file.
9123
9124 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9125
9126         * lib/isapipe.c, lib/isapipe.h: New files.
9127
9128 2006-08-29  Jim Meyering  <jim@meyering.net>
9129
9130         * modules/configmake (Makefile.am): Make configmake.h depend on
9131         Makefile.  Otherwise, a stale configmake.h could hang around.
9132
9133 2006-08-29  Eric Blake  <ebb9@byu.net>
9134
9135         * lib/error.c (error_at_line, print_errno_message): Match libc, after
9136         resolution of upstream bug 3044.
9137
9138 2006-08-29  Bruno Haible  <bruno@clisp.org>
9139
9140         * modules/localcharset (Depends-on): Add configmake.
9141         (Makefile.am): Remove setting of LIBDIR through DEFS.
9142
9143 2006-08-29  Bruno Haible  <bruno@clisp.org>
9144
9145         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
9146         defined.
9147
9148 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         * modules/fcntl: New file.
9151         * modules/chdir-safer (Depends-on): Add fcntl.
9152         * modules/fts: Likewise.
9153         * modules/mkdir-p: Likewise.
9154
9155         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
9156         This undoes the most recent change, since we're now addressing the
9157         problem in a different way.
9158
9159         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
9160         into output, since the output might be called Makefile.am even
9161         if $makefile_name is something different.
9162         (func_import): Use $makefile_am rather than
9163         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
9164         empty.
9165
9166         * modules/inttypes (Files): Add m4/inttypes-h.m4.
9167
9168 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9169
9170         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
9171         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
9172         recent change to stdint.m4, since we're now addressing the problem in a
9173         different way.
9174
9175 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9176
9177         * m4/fcntl_h.m4: New file.
9178
9179 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9180
9181         * lib/fcntl_.h: New file.
9182         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
9183         the fcntl module.
9184         * lib/dirchownmod.c: Likewise.
9185         * lib/fts.c: Likewise.
9186
9187         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
9188         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
9189         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
9190         just before including <inttypes.h>, to avoid circular inclusion.
9191
9192 2006-08-28  Jim Meyering  <jim@meyering.net>
9193
9194         * doc/visibility.texi: Actually read and correct the grammar of the
9195         sentence affected by yesterday's change.
9196
9197 2006-08-28  Eric Blake  <ebb9@byu.net>
9198
9199         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
9200         needs wrapper.
9201
9202 2006-08-28  Eric Blake  <ebb9@byu.net>
9203
9204         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
9205
9206 2006-08-28  Eric Blake  <ebb9@byu.net>
9207
9208         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
9209
9210 2006-08-28  Bruno Haible  <bruno@clisp.org>
9211
9212         * modules/c-strstr: New file, from GNU gettext.
9213         * MODULES.html.sh (String handling): Add c-strstr.
9214
9215 2006-08-28  Bruno Haible  <bruno@clisp.org>
9216
9217         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
9218         macros.
9219         Reported by Eric Blake.
9220
9221 2006-08-28  Bruno Haible  <bruno@clisp.org>
9222
9223         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
9224         (VASNPRINTF): Return a string of length > INT_MAX without failing.
9225         * lib/vasprintf.c: Include errno.h, limits.h.
9226         (EOVERFLOW): New fallback definition.
9227         (vasprintf): Test here whether the string length is > INT_MAX.
9228         * lib/vsnprintf.c: Include errno.h, limits.h.
9229         (EOVERFLOW): New fallback definition.
9230         (vsnprintf): Fix bug when generated string was too long for the buffer.
9231         Test here whether the string length is > INT_MAX.
9232
9233 2006-08-28  Bruno Haible  <bruno@clisp.org>
9234
9235         * lib/inttypes_.h (SCNX*): Remove definitions.
9236         Reported by Eric Blake.
9237
9238 2006-08-28  Bruno Haible  <bruno@clisp.org>
9239
9240         * lib/c-strstr.h: New file, from GNU gettext.
9241         * lib/c-strstr.c: New file, from GNU gettext.
9242
9243 2006-08-28  Bruno Haible  <bruno@clisp.org>
9244
9245         * gnulib-tool: Reorder some statements.
9246
9247 2006-08-28  Bruno Haible  <bruno@clisp.org>
9248
9249         * gnulib-tool: New option --makefile-name.
9250         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
9251         $makefile_name.
9252         (func_import): Write $makefile_name to the cache file, and read it from
9253         there unless explicitly specified. Use $makefile_name as file name
9254         instead of Makefile.am. Adjust the recommendations accordingly.
9255
9256 2006-08-28  Bruno Haible  <bruno@clisp.org>
9257
9258         * gnulib-tool (func_verify_module): Check against misapplying patch.
9259
9260 2006-08-28  Bruno Haible  <bruno@clisp.org>
9261
9262         * gnulib-tool (func_relativize, func_relconcat): New functions.
9263         Give an error if --local-dir is given with --update.
9264         Remove trailing slashes from $local_gnulib_dir.
9265         (func_import): Store the relativized $local_gnulib_dir in
9266         gnulib-cache.m4, and read it from there if not specified explicitly.
9267
9268 2006-08-28  Bruno Haible  <bruno@clisp.org>
9269
9270         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
9271         is the current directory. Respect also $local_gnulib_dir.
9272
9273 2006-08-28  Bruno Haible  <bruno@clisp.org>
9274             Simon Josefsson  <jas@extundo.com>
9275
9276         BeOS portability.
9277         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
9278
9279 2006-08-27  Jim Meyering  <jim@meyering.net>
9280
9281         * doc/visibility.texi: Remove duplicate word: "pointer".
9282
9283 2006-08-26  Bruno Haible  <bruno@clisp.org>
9284
9285         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
9286         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
9287         (Makefile.am): Create inttypes.h from inttypes_.h.
9288         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
9289
9290         * modules/imaxabs: New file.
9291
9292         * modules/imaxdiv: New file.
9293
9294 2006-08-26  Bruno Haible  <bruno@clisp.org>
9295
9296         * m4/inttypes.m4: New file.
9297         * m4/_inttypes_h.m4: Remove file.
9298         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
9299         PRI_MACROS_BROKEN.
9300         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
9301
9302         * m4/imaxabs.m4: New file.
9303
9304         * m4/imaxdiv.m4: New file.
9305
9306 2006-08-26  Bruno Haible  <bruno@clisp.org>
9307
9308         * lib/inttypes_.h: New file.
9309         * lib/inttypes.h: Remove file.
9310         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
9311
9312         * lib/imaxabs.c: New file.
9313
9314         * lib/imaxdiv.c: New file.
9315
9316 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9317
9318         New config-h module, so that "make" output needn't be cluttered
9319         by -DHAVE_CONFIG_H.
9320         * MODULES.html.sh (Support for building libraries and executables):
9321         Add config-h.
9322         * modules/config-h: New file.
9323         * gnulib-tool (nl, sed_transform_lib_file): New vars.
9324         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
9325         the config-h module is used.
9326
9327         New configmake module, so that "make" output needn't be cluttered
9328         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
9329         * MODULES.html.sh (Support for building libraries and executables):
9330         Add configmake.
9331         * modules/configmake: New file.
9332
9333 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9334
9335         * m4/config-h.m4: New file.
9336
9337 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9338
9339         * config/srclist.txt: Add elisp-comp.
9340
9341 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9342
9343         * MODULES.html.sh (Support for building libraries and executables):
9344         Add elisp-comp.
9345         * build-aux/elisp-comp: New file.
9346         * modules/elisp-comp: New file.
9347
9348 2006-08-24  Bruno Haible  <bruno@clisp.org>
9349
9350         * gnulib-tool (func_create_testdir): Use non-default values of
9351         sourcebase and m4base.
9352
9353 2006-08-24  Bruno Haible  <bruno@clisp.org>
9354
9355         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
9356         HTML structure.
9357
9358 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9359
9360         * modules/openat (Depends-on): Add lchown.
9361
9362 2006-08-23  Bruno Haible  <bruno@clisp.org>
9363
9364         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
9365         of gl_LOCK_EARLY instead of gl_LOCK.
9366
9367 2006-08-23  Bruno Haible  <bruno@clisp.org>
9368
9369         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
9370         on OSF/1 to no.
9371         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
9372
9373 2006-08-23  Bruno Haible  <bruno@clisp.org>
9374
9375         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
9376         as unusable.
9377
9378         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
9379         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
9380         (gl_LOCK): New macro.
9381
9382 2006-08-22  Simon Josefsson  <jas@extundo.com>
9383
9384         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
9385         to md5 module.
9386
9387 2006-08-22  Simon Josefsson  <jas@extundo.com>
9388
9389         * MODULES.html.sh: Add "Support for maintaining and release
9390         projects".
9391
9392         * build-aux/gnupload: New file, from coreutils.
9393
9394 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9395
9396         Avoid the need for AC_LIBSOURCES in m4 macros.
9397         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
9398         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
9399         * modules/check-version (EXTRA_DIST): Add check-version.h.
9400         * modules/crc (EXTRA_DIST): Add crc.h.
9401         * modules/des (EXTRA_DIST): Add des.h.
9402         * modules/gc (EXTRA_DIST): Add gc.h.
9403         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
9404         * modules/getline (EXTRA_DIST): Add getline.h.
9405         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
9406         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
9407         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
9408         * modules/md2 (EXTRA_DIST): Add md2.h.
9409         * modules/md4 (EXTRA_DIST): Add md4.h.
9410         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
9411         * modules/read-file (EXTRA_DIST): Add read-file.h.
9412         * modules/readline (EXTRA_DIST): Add readline.h.
9413         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
9414         rijndael-api-fst.h.
9415
9416 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9417
9418         * m4/rijndael.m4 (gl_ARCFOUR):
9419         * m4/arctwo.m4 (gl_ARCTWO):
9420         * m4/check-version.m4 (gl_CHECK_VERSION):
9421         * m4/crc.m4 (gl_CRC):
9422         * m4/des.m4 (gl_DES):
9423         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
9424         * m4/gc.m4 (gl_GC):
9425         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
9426         * m4/getline.m4 (gl_FUNC_GETLINE):
9427         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
9428         * m4/hmac-md5.m4 (gl_HMAC_MD5):
9429         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
9430         * m4/md2.m4 (gl_MD2):
9431         * m4/md4.m4 (gl_MD4):
9432         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
9433         * m4/read-file.m4 (gl_FUNC_READ_FILE):
9434         * m4/readline.m4 (gl_FUNC_READLINE):
9435         * m4/rijndael.m4 (gl_RIJNDAEL):
9436         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9437         to get the necessary .h files and whatnot.
9438
9439 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
9442         gnulib rather than the other way around.
9443         * config/srclistvars.sh (COREUTILS): Remove.
9444
9445 2006-08-22  Jim Meyering  <jim@meyering.net>
9446
9447         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
9448
9449         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
9450
9451 2006-08-22  Eric Blake  <ebb9@byu.net>
9452
9453         * modules/regexprops-generic: New file.
9454         * MODULES.html.sh (Support for building documentation): List it.
9455
9456 2006-08-22  Eric Blake  <ebb9@byu.net>
9457
9458         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
9459         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
9460         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
9461         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
9462
9463 2006-08-22  Bruno Haible  <bruno@clisp.org>
9464
9465         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
9466         and lib_LTLIBRARIES like the other lib_* variables.
9467
9468 2006-08-22  Bruno Haible  <bruno@clisp.org>
9469
9470         * build-aux/x-to-1.in: New file, from GNU gettext.
9471
9472 2006-08-22  Bruno Haible  <bruno@clisp.org>
9473
9474         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
9475         <utmpx.h> exists.
9476
9477 2006-08-22  Bruno Haible  <bruno@clisp.org>
9478
9479         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
9480         <utmpx.h> exists.
9481
9482 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9483
9484         BeOS portability.
9485         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
9486         exist.
9487         Problem reported by Bruno Haible.
9488
9489 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9490
9491         Avoid the need for AC_LIBSOURCES in m4 macros.
9492         * modules/acl (EXTRA_DIST): Add acl.h.
9493         * modules/argmatch (Files): Add m4/argmatch.m4.
9494         (configure.ac): Add gl_ARGMATCH.
9495         (EXTRA_DIST): Renamed from lib_SOURCES, for
9496         consistency with the other modules.  Remove argmatch.c.
9497         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
9498         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
9499         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
9500         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
9501         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
9502         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
9503         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
9504         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
9505         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
9506         * modules/closeout (EXTRA_DIST): Add closeout.h.
9507         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
9508         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
9509         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
9510         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
9511         dirname.h; remove basename.c and stripslash.c.
9512         * modules/exclude (EXTRA_DIST): Add exclude.h.
9513         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
9514         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
9515         * modules/file-type (EXTRA_DIST): Add file-type.h.
9516         * modules/filemode (EXTRA_DIST): Add filemode.h.
9517         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
9518         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9519         * modules/fpending (EXTRA_DIST): Add __fpending.h.
9520         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
9521         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
9522         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
9523         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
9524         * modules/getdate (EXTRA_DIST): Add getdate.c.
9525         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
9526         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
9527         * modules/getpass (EXTRA_DIST): Add getpass.h.
9528         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
9529         * modules/group-member (EXTRA_DIST): Add group-member.h.
9530         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
9531         * modules/hash (EXTRA_DIST): Add hash.h.
9532         * modules/human (EXTRA_DIST): Add human.h.
9533         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
9534         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
9535         * modules/lchown (EXTRA_DIST): Add lchown.h.
9536         * modules/long-options (EXTRA_DIST): Add long-options.h.
9537         * modules/lstat (EXTRA_DIST): Add lstat.h.
9538         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
9539         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
9540         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
9541         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
9542         * modules/memxor (EXTRA_DIST): Add memxor.h.
9543         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
9544         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
9545         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
9546         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
9547         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
9548         * modules/physmem (EXTRA_DIST): Add physmem.h.
9549         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
9550         * modules/posixver (EXTRA_DIST): Add posixver.h.
9551         * modules/quote (EXTRA_DIST): Add quote.h.
9552         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
9553         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
9554         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
9555         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
9556         regex_internal.h regexec.c.
9557         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
9558         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
9559         * modules/same (EXTRA_DIST): Add same.h.
9560         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
9561         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
9562         * modules/savedir (EXTRA_DIST): Add savedir.h.
9563         * modules/sha1 (EXTRA_DIST): Add sha1.h.
9564         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
9565         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
9566         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
9567         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
9568         * modules/strdup (EXTRA_DIST): Add strdup.h.
9569         * modules/strftime (EXTRA_DIST): Add strftime.h.
9570         * modules/strndup (EXTRA_DIST): Add strndup.h.
9571         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
9572         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
9573         * modules/time_r (EXTRA_DIST): Add time_r.h.
9574         * modules/timespec (EXTRA_DIST): Add timespec.h.
9575         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
9576         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
9577         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
9578         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
9579         * modules/userspec (EXTRA_DIST): Add userspec.h.
9580         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
9581         * modules/utimens (EXTRA_DIST): Add utimens.h.
9582         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
9583         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
9584         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
9585         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
9586         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
9587         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
9588         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
9589         * modules/yesno (EXTRA_DIST): Add yesno.h.
9590
9591 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
9592
9593         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
9594
9595         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
9596         * m4/dev-ino.m4, same-inode.m4: Remove.
9597
9598         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
9599         * m4/acl.m4 (AC_FUNC_ACL):
9600         * m4/backupfile.m4 (gl_BACKUPFILE):
9601         * m4/c-strtod.m4 (gl_C99_STRTOLD):
9602         * m4/canon-host.m4 (gl_CANON_HOST):
9603         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9604         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
9605         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
9606         * m4/cloexec.m4 (gl_CLOEXEC):
9607         * m4/close-stream.m4 (gl_CLOSE_STREAM):
9608         * m4/closeout.m4 (gl_CLOSEOUT):
9609         * m4/dirfd.m4 (gl_FUNC_DIRFD):
9610         * m4/dirname.m4 (gl_DIRNAME):
9611         * m4/exclude.m4 (gl_EXCLUDE):
9612         * m4/exitfail.m4 (gl_EXITFAIL):
9613         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
9614         * m4/file-type.m4 (gl_FILE_TYPE):
9615         * m4/filemode.m4 (gl_FILEMODE):
9616         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
9617         * m4/fpending.m4 (gl_FUNC_FPENDING):
9618         * m4/fprintftime.m4 (gl_FPRINTFTIME):
9619         * m4/fts.m4 (gl_FUNC_FTS):
9620         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
9621         * m4/getdate.m4 (gl_GETDATE):
9622         * m4/gethrxtime.m4 (gl_GETHRXTIME):
9623         * m4/getpagesize.m4 (gl_GETPAGESIZE):
9624         * m4/getpass.m4 (gl_FUNC_GETPASS):
9625         * m4/gettime.m4 (gl_GETTIME):
9626         * m4/getugroups.m4 (gl_GETUGROUPS):
9627         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
9628         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
9629         * m4/hard-locale.m4 (gl_HARD_LOCALE):
9630         * m4/hash.m4 (gl_HASH):
9631         * m4/idcache.m4 (gl_IDCACHE):
9632         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
9633         * m4/lchown.m4 (gl_FUNC_LCHOWN):
9634         * m4/long-options.m4 (gl_LONG_OPTIONS):
9635         * m4/lstat.m4 (gl_FUNC_LSTAT):
9636         * m4/md5.m4 (gl_MD5):
9637         * m4/memcasecmp.m4 (gl_MEMCASECMP):
9638         * m4/memcoll.m4 (gl_MEMCOLL):
9639         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
9640         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
9641         * m4/memxor.m4 (gl_MEMXOR):
9642         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
9643         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
9644         * m4/modechange.m4 (gl_MODECHANGE):
9645         * m4/mountlist.m4 (gl_MOUNTLIST):
9646         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9647         * m4/openat.m4 (gl_FUNC_OPENAT):
9648         * m4/pathmax.m4 (gl_PATHMAX):
9649         * m4/physmem.m4 (gl_PHYSMEM):
9650         * m4/posixtm.m4 (gl_POSIXTM):
9651         * m4/posixver.m4 (gl_POSIXVER):
9652         * m4/quote.m4 (gl_QUOTE):
9653         * m4/quotearg.m4 (gl_QUOTEARG):
9654         * m4/readtokens.m4 (gl_READTOKENS):
9655         * m4/readutmp.m4 (gl_READUTMP):
9656         * m4/regex.m4 (gl_REGEX):
9657         * m4/safe-read.m4 (gl_SAFE_READ):
9658         * m4/safe-write.m4 (gl_SAFE_WRITE):
9659         * m4/same.m4 (gl_SAME):
9660         * m4/save-cwd.m4 (gl_SAVE_CWD):
9661         * m4/savedir.m4 (gl_SAVEDIR):
9662         * m4/settime.m4 (gl_SETTIME):
9663         * m4/sha1.m4 (gl_SHA1):
9664         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
9665         * m4/stat-macros.m4 (gl_STAT_MACROS):
9666         * m4/stat-time.m4 (gl_STAT_TIME):
9667         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
9668         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
9669         * m4/strdup.m4 (gl_FUNC_STRDUP):
9670         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
9671         * m4/strndup.m4 (gl_FUNC_STRNDUP):
9672         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9673         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9674         * m4/time_r.m4 (gl_TIME_R):
9675         * m4/timespec.m4 (gl_TIMESPEC):
9676         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9677         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9678         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9679         * m4/userspec.m4 (gl_USERSPEC):
9680         * m4/utimecmp.m4 (gl_UTIMECMP):
9681         * m4/utimens.m4 (gl_UTIMENS):
9682         * m4/xalloc.m4 (gl_XALLOC):
9683         * m4/xgetcwd.m4 (gl_XGETCWD):
9684         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9685         * m4/xreadlink.m4 (gl_XREADLINK):
9686         * m4/xstrtod.m4 (gl_XSTRTOD):
9687         * m4/yesno.m4 (gl_YESNO):
9688         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9689         to get the necessary .h files and whatnot.
9690
9691 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9692             Bruno Haible  <bruno@clisp.org>
9693
9694         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9695         /bin/sh understanding of '!' conditional negation.
9696
9697 2006-08-21  Jim Meyering  <jim@meyering.net>
9698
9699         * modules/openat (Depends-on): Really alphabetize.
9700
9701         * modules/acl (Depends-on): Add error and quote.
9702
9703         * check-module (find_included_lib_files): Add at-func.c to the
9704         ok-to-include-more-than-once white list.
9705
9706         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9707
9708 2006-08-21  Bruno Haible  <bruno@clisp.org>
9709
9710         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9711         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9712         Reported by Martin Lambers <marlam@marlam.de>.
9713
9714 2006-08-21  Bruno Haible  <bruno@clisp.org>
9715
9716         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9717         specify an installation location, don't emit a noinst_LIBRARIES or
9718         noinst_LTLIBRARIES assignment.
9719
9720 2006-08-21  Bruno Haible  <bruno@clisp.org>
9721
9722         BeOS portability.
9723         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9724         BeOS has mbrtowc() but no <wctype.h>.
9725
9726 2006-08-21  Bruno Haible  <bruno@clisp.org>
9727
9728         BeOS portability.
9729         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9730         exist.
9731
9732 2006-08-21  Bruno Haible  <bruno@clisp.org>
9733
9734         BeOS portability.
9735         * lib/mbchar.h: Include <wctype.h> only if it exists.
9736
9737 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9738
9739         Remove files that are no longer needed by their respective modules.
9740         * m4/obstack.m4: Remove.
9741         * m4/strerror_r.m4: Remove.
9742         * m4/uint32_t.m4: Remove.
9743         * m4/uintptr_t.m4: Remove.
9744         * m4/ullong_max.m4: Remove.
9745         * m4/xstrtoimax.m4: Remove.
9746         * m4/xstrtoumax.m4: Remove.
9747
9748         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9749         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9750         dependencies now capture this.
9751
9752         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9753         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9754         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9755         * m4/human.m4 (gl_HUMAN): Likewise.
9756         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9757         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9758
9759         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9760
9761         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9762         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9763         stdint.
9764         * m4/human.m4 (gl_HUMAN): Likewise.
9765         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9766         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9767         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9768         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9769         * m4/xstrtol (gl_XSTRTOL): Likewise.
9770
9771         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9772         AC_TYPE_LONG_LONG_INT.
9773         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9774         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9775         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9776         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9777
9778         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9779         on stdbool.
9780
9781         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9782         (gl_PREREQ_XSTRTOUL): Remove.
9783
9784         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9785
9786         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9787         mode.
9788
9789 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9790
9791         Add and change modules to make it easier for coreutils to use
9792         gnulib-tool.
9793         * modules/backupfile (Files): Remove m4/d-ino.m4.
9794         (Depends-on): Add d-ino.
9795         * modules/cycle-check (Depends-on): Add stdint.
9796         (lib_SOURCES): Add cycle-check.h.
9797         * modules/d-ino: New module.
9798         * modules/d-type: New module.
9799         * modules/error (Files): Remove m4/strerror_r.m4.
9800         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9801         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9802         m4/inttypes_h.m4, m4/uintmax_t.m4.
9803         (Depends-on): Add stdint.
9804         (lib_SOURCES): Add fsusage.h.
9805         * modules/getcwd (Files): Remove d-ino.m4.
9806         (Depends-on): Add d-ino.
9807         * modules/getndelim2 (Depends-on): Add stdint.
9808         * modules/glob (Files): Remove m4/d-type.m4.
9809         (Depends-on): Add d-type.
9810         * modules/host-os: New module.
9811         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9812         m4/inttypes_h.m4, m4/uintmax_t.m4.
9813         * Depends-on: Add stdint.
9814         (lib_SOURCES): Add human.h.
9815         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9816         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9817         m4/uintmax_t.m4, m4/ulonglong.m4.
9818         (Depends-on): Add stdint.
9819         (EXTRA_DIST): Add inttostr.h.
9820         * modules/lchmod: New module.
9821         * modules/link-follow: New module.
9822         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9823         (Depends-on): Add lchmod.
9824         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9825         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9826         (Depends-on): Add stdint.
9827         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9828         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9829         (Depends-on): Add stdint.
9830         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9831         * modules/perl: New module.
9832         * modules/regex (Depends-on): Add stdint.
9833         * modules/rmdir-errno: New module.
9834         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9835         m4/intmax_t.m4.
9836         (Depends-on): Add stdint.
9837         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9838         m4/uintmax_t.m4.
9839         (Depends-on): Add stdint.
9840         * modules/unlink-busy: New module.
9841         * modules/utimecmp (Depends-on): Add stdint.
9842         * modules/uptime: New module.
9843         * modules/winsz-ioctl: New module.
9844         * modules/winsz-termios: New module.
9845         * modules/xnanosleep (Depends-on): Add nanosleep.
9846         * modules/ullong_max: Remove.
9847         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9848         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9849         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9850         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9851         (Depends-on): Add inttypes.
9852         (lib_SOURCES): Add xstrtol.h.
9853         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9854         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9855         * MODULES.html.sh: Move 'assert' into the assert section.
9856         Move 'dummy' into the linking section.
9857         Remove ullong_max.
9858         Add section for compatibility checks for POSIX:2001 functions,
9859         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9860         winsz-ioctl, and winsz-termios into it.
9861         Add lchmod.
9862         Add top-level Misc section and put host-os, perl, and uptime
9863         into it.
9864
9865 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9866
9867         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9868         now assume the stdint module.  Do not include inttypes.h.
9869         * lib/fsusage.h: Likewise.
9870         * lib/getndelim2.c: Likewise.
9871         * lib/human.h: Likewise.
9872         * lib/inttostr.h: Likewise.
9873         * lib/obstack.c: Likewise.
9874         * lib/regex_internal.h: Likewise.
9875         * lib/tempname.c: Likewise.
9876         * lib/utimecmp.c: Likewise.
9877         * lib/xstrtol.h: Likewise.
9878
9879         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9880
9881         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9882         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9883         * lib/xtime.h: Likewise.
9884
9885 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9886
9887         * modules/openat (Files): Add lib/fchmodat.c.
9888         Fixes problem reported by Jay Youngman.
9889
9890 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9891
9892         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9893         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9894
9895 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9896             Bruno Haible  <bruno@clisp.org>
9897
9898         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9899         and is a script that invokes bison. Tighten the code. Add comments.
9900
9901 2006-08-18  Jim Meyering  <jim@meyering.net>
9902
9903         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9904         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9905         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9906         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9907
9908 2006-08-18  Bruno Haible  <bruno@clisp.org>
9909
9910         * modules/bison-i18n: New file.
9911         * MODULES.html.sh (Internationalization functions): Add it.
9912
9913 2006-08-18  Bruno Haible  <bruno@clisp.org>
9914
9915         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9916         sys/statvfs.h. When getmntinfo was found, check its declaration and
9917         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9918
9919 2006-08-18  Bruno Haible  <bruno@clisp.org>
9920
9921         * m4/bison-i18n.m4: New file, from bison.
9922
9923 2006-08-18  Bruno Haible  <bruno@clisp.org>
9924
9925         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9926         (ME_DUMMY): Treat "kernfs" as a dummy.
9927         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9928
9929 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         Update from coreutils.
9932
9933         2006-08-15  Jim Meyering  <jim@meyering.net>
9934
9935         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9936
9937         2006-01-17  Jim Meyering  <jim@meyering.net>
9938
9939         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9940
9941         2006-01-11  Jim Meyering  <jim@meyering.net>
9942
9943         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9944         Check for the lchmod function.
9945
9946 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9947
9948         Update from coreutils.
9949
9950         * lib/__fpending.h: Add copyright notice.
9951         * lib/fprintftime.h: Likewise.
9952         * lib/savedir.c: Use (C) in copyright notice.
9953         * lib/savedir.h: Likewise.
9954
9955         2006-08-15  Jim Meyering  <jim@meyering.net>
9956
9957         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9958         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9959         in support of the EXPECTED_ERRNO macro.
9960         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9961         definitions.  Instead, define the appropriate symbols and include
9962         "at-func.c".
9963         * lib/mkdirat.c (mkdirat): Likewise.
9964         * lib/fchmodat.c (fchmodat): Likewise.
9965         (ENOSYS): Remove definition.
9966         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9967         it.  Don't include "unistd--.h" -- it wasn't ever used.
9968
9969         2006-01-17  Jim Meyering  <jim@meyering.net>
9970
9971         Rewrite fts.c not to change the current working directory,
9972         by using openat, fstatat, fdopendir, etc..
9973
9974         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9975         (HAVE_OPENAT_SUPPORT): Define.
9976         [_LIBC] (fchdir): Don't undef or define; no longer used.
9977         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9978         Now, this `function' always succeeds, and consumes its file descriptor
9979         parameter -- so callers must not close such FDs.  Update callers.
9980         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9981         (diropen): Add parameter, SP.  Adjust all callers.
9982         Implement using diropen_fd, rather than open.
9983         (fts_open): Initialize new member, fts_cwd_fd.
9984         Remove fts_rft-setting code.
9985         (fts_close): Close fts_cwd_fd, if necessary.
9986         (__opendir2): Define in terms of opendir or opendirat,
9987         depending on whether the FST_NOCHDIR flag is set.
9988         (fts_build): Since fts_safe_changedir consumes its FD, and since
9989         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9990         and close the dup'd file descriptor upon failure.
9991         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9992         (fts_safe_changedir): Tweak semantics to reflect that this function
9993         now calls cwd_advance_fd and hence consumes its FD argument.
9994         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9995         [struct FTS] (fts_rft): Remove now-unused member.
9996         [struct FTS] (fts_cycle.state): Improve comment.
9997
9998         * lib/openat.c (openat_needs_fchdir): New function.
9999         * lib/openat.h (openat_needs_fchdir): Declare it.
10000
10001 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10002
10003         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
10004         Problem and fix reported by Pádraig Brady in
10005         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
10006
10007 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10008
10009         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
10010
10011 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10012
10013         * lib/memcoll.c (memcoll): Optimize for the common case where the
10014         arguments are bytewise equal.
10015
10016 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10017
10018         * doc/regexprops-generic.texi: Add a copyright notice.
10019
10020 2006-08-15  Bruno Haible  <bruno@clisp.org>
10021
10022         * modules/tmpdir (License): Change to LGPL.
10023
10024 2006-08-15  Bruno Haible  <bruno@clisp.org>
10025
10026         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
10027         module.
10028
10029 2006-08-14  Simon Josefsson  <jas@extundo.com>
10030
10031         * config/srclist.txt: Add gnupload.
10032
10033 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10034
10035         Change copyright notice from LGPL 2 to GPL 2, since that's the
10036         standard form used in the gnulib repository.
10037         * tests/test-lock.c: Likewise.
10038         * tests/test-stdint.c: Likewise.
10039         * tests/test-tls.c: Likewise.
10040
10041         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
10042         prelude-manager.  User shorter URLs for GNU projects, without '?'.
10043         Add copyright notice.
10044
10045         * check-module: Add copyright notice.  Output a copyright
10046         notice if "--version" is specified.
10047         * modules/COPYING: New file.
10048         * tests/test-getaddrinfo.c: Add copyright notice.
10049         * tests/test-verify.c: Likewise.
10050
10051 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10052
10053         Change copyright notice from LGPL 2 to GPL 2, since that's the
10054         standard form used in the gnulib repository.
10055         * lib/lock.c: LGPL -> GPL.
10056         * lib/lock.h: Likewise.
10057         * lib/strnlen1.c: Likewise.
10058         * lib/strnlen1.h: Likewise.
10059         * lib/tls.c: Likewise.
10060         * lib/tls.h: Likewise.
10061         * lib/tmpdir.c: Likewise.
10062
10063         * lib/TODO: Remove; this belongs only in coreutils.
10064
10065 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10066
10067         Add copyright notices to long-enough files that lack them, since
10068         otherwise the files aren't clearly free.  Use the same notice that
10069         getdate.texi already uses.
10070         * doc/alloca-opt.texi: Add copyright notice.
10071         * doc/alloca.texi: Likewise.
10072         * doc/ctime.texi: Likewise.
10073         * doc/functions.texi: Likewise.
10074         * doc/gcd.texi: Likewise.
10075         * doc/gnulib-tool.texi: Likewise.
10076         * doc/inet_ntoa.texi: Likewise.
10077         * doc/visibility.texi: Likewise.
10078
10079         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
10080         * doc/quote.texi: Add copyright notice.
10081
10082         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
10083         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
10084         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
10085         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
10086         is now obsolete, and give a pointer to the Sun list.
10087         Add copyright notice.
10088
10089 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10090
10091         * config/srclistvars.sh: Add copyright notice.
10092
10093 2006-08-14  Eric Blake  <ebb9@byu.net>
10094
10095         Import the following change from libc:
10096
10097         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10098
10099         Upstream bug 2997.
10100         * lib/misc/error.c: Add space between program name and message if file
10101         name is missing.
10102
10103 2006-08-12  Karl Berry  <karl@gnu.org>
10104
10105         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
10106         remove, these originate in gnulib now.
10107
10108 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10109
10110         * doc/Makefile (standards.info standards.html standards.dvi):
10111         Also depend on make-stds.texi.
10112
10113 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10114
10115         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
10116         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
10117
10118         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
10119         in wchar_t.  Problem reported by Eric Blake.
10120
10121         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
10122         LEN is smaller than SIZE.  Suggested by Bruno Haible.
10123         Also, help the compiler to keep LEN in a register.
10124
10125 2006-08-11  Eric Blake  <ebb9@byu.net>
10126
10127         * users.txt: Sort.  Add tar.
10128
10129 2006-08-11  Bruno Haible  <bruno@clisp.org>
10130
10131         * users.txt: New file.
10132
10133 2006-08-11  Bruno Haible  <bruno@clisp.org>
10134
10135         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
10136         before <wchar.h>. Needed for OSF/1 and BSD/OS.
10137
10138 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * modules/snprintf (Depends-on): Remove minmax.
10141         (Maintainer): Add self and Bruno.
10142
10143 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10144
10145         * lib/.cppi-disable: Add snprintf.h, socket_.h.
10146         * lib/snprintf.c: Include <errno.h> and <limits.h>.
10147         (EOVERFLOW): Define if the system does not.
10148         Do not include "minmax.h"; it wasn't used.
10149         (snprintf): Don't assume size_t promotes to an unsigned type.
10150         Fix bug when generated string was too long for the buffer: the
10151         buffer's contents are supposed to be the initial prefix of the
10152         output.  Don't assume vasnprintf returns EOVERFLOW if the size
10153         exceeds INT_MAX; do the check ourselves.
10154
10155         Import the following changes from libc:
10156
10157         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10158
10159         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
10160         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
10161         set wc to the byte which couldn't be converted.
10162         (re_string_reconstruct): Don't clear valid_raw_len before calling
10163         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10164         tip_context using re_string_context_at.
10165
10166         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
10167
10168         * lib/posix/regex.h: g++ still cannot handled [restrict].
10169
10170         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
10171
10172         * lib/posix/regex.h: Remove special handling for VMS.
10173
10174 2006-08-10  Jim Meyering  <jim@meyering.net>
10175
10176         * modules/same-inode: New module.
10177         * modules/dev-ino: New module.
10178         * modules/cycle-check: Depend on these modules, rather than simply
10179         including their .h files.
10180         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
10181         required via m4/cycle-check.m4.
10182         * modules/same: Depend on new same-inode module, rather than
10183         including same-inode.h.
10184         * modules/chdir-safer: New file.
10185
10186         * modules/chown (Depends-on): Add stat-macros.
10187
10188 2006-08-10  Jim Meyering  <jim@meyering.net>
10189
10190         * m4/cycle-check.m4: New file.
10191         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
10192         * m4/dev-ino.m4, m4/same-inode.m4: New files.
10193
10194 2006-08-10  Eric Blake  <ebb9@byu.net>
10195
10196         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
10197         in from original proposal.
10198
10199 2006-08-10  Eric Blake  <ebb9@byu.net>
10200         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10201
10202         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
10203         namespace.
10204
10205 2006-08-10  Bruno Haible  <bruno@clisp.org>
10206
10207         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
10208         as well.
10209
10210 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10211
10212         Sync from coreutils.
10213
10214         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
10215
10216         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
10217         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
10218
10219 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * modules/restrict: Remove; no longer needed now that we assume
10222         Autoconf 2.59 or later.
10223         * MODULES.html.sh: Remove 'restrict'.
10224         * modules/argp (Depends-on): Remove 'restrict'.
10225         * modules/base64 (Depends-on): Likewise.
10226         * modules/gc (Depends-on): Likewise.
10227         * modules/getaddrinfo (Depends-on): Likewise.
10228         * modules/glob (Depends-on): Likewise.
10229         * modules/inet_ntop (Depends-on): Likewise.
10230         * modules/inet_pton (Depends-on): Likewise.
10231         * modules/memxor (Depends-on): Likewise.
10232         * modules/regex (Depends-on): Likewise.
10233         * modules/strtok_r (Depends-on): Likewise.
10234         * modules/time_r (Depends-on): Likewise.
10235
10236 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10237
10238         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
10239         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
10240         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10241         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
10242         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
10243         * m4/memxor.m4 (gl_MEMXOR): Likewise.
10244         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
10245         gl_C_RESTRICT replaced by AC_C_RESTRICT.
10246
10247         Merge from coreutils.
10248         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
10249         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
10250         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10251         * m4/time_r.m4 (gl_TIME_R): Likewise.
10252
10253 2006-08-09  Karl Berry  <karl@gnu.org>
10254
10255         * config/srclist.txt: no more gettext-tools, per Bruno.
10256
10257 2006-08-08  Eric Blake  <ebb9@byu.net>
10258
10259         * modules/verror: New module.
10260         * MODULES.html.sh: Document it.
10261
10262 2006-08-08  Eric Blake  <ebb9@byu.net>
10263
10264         * lib/verror.h, lib/verror.c: New files.
10265
10266 2006-08-08  Eric Blake  <ebb9@byu.net>
10267
10268         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
10269         verror_at_line output complies with GNU Coding Standards even when
10270         file is NULL.
10271
10272 2006-08-07  Bruno Haible  <bruno@clisp.org>
10273
10274         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
10275         versions of AIX.
10276         Reported by Ralf Wildenhues.
10277
10278 2006-08-07  Bruno Haible  <bruno@clisp.org>
10279
10280         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
10281         in an AC_DEFUN. Needed so that the autoconf snippets can use
10282         AC_REQUIRE.
10283
10284 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10285
10286         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10287         Initialize pkgdata_DATA.
10288         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
10289         overriding it.
10290
10291 2006-08-06  Eric Blake  <ebb9@byu.net>
10292
10293         * lib/error.h: Fold in some upstream changes from glibc.
10294         * lib/error.c: Likewise.
10295
10296 2006-08-04  Bruno Haible  <bruno@clisp.org>
10297
10298         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10299         Make the mostlyclean-local rule depend on mostlyclean-generic.
10300         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
10301
10302 2006-07-31  Bruno Haible  <bruno@clisp.org>
10303
10304         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
10305         <stdlib.h>, <string.h>.
10306
10307 2006-07-30  Bruno Haible  <bruno@clisp.org>
10308
10309         * modules/readlink (License): Change to LGPL.
10310
10311 2006-07-30  Bruno Haible  <bruno@clisp.org>
10312
10313         * modules/javaversion (Makefile.am): Distribute javaversion.java and
10314         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
10315         set PKGDATADIR to point to it.
10316
10317 2006-07-30  Bruno Haible  <bruno@clisp.org>
10318
10319         * modules/csharpexec (configure.ac): Comment out macro invocation.
10320         * modules/javaexec (configure.ac): Likewise.
10321         * modules/javacomp-script (configure.ac): Likewise.
10322
10323         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
10324
10325 2006-07-30  Bruno Haible  <bruno@clisp.org>
10326
10327         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
10328         linked-list.
10329
10330 2006-07-30  Bruno Haible  <bruno@clisp.org>
10331
10332         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
10333
10334 2006-07-30  Bruno Haible  <bruno@clisp.org>
10335
10336         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10337         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
10338         get removed.
10339
10340 2006-07-29  Bruno Haible  <bruno@clisp.org>
10341
10342         Make it possible for gnulib-tool to work with locally modified or
10343         augmented gnulib repositories.
10344         * gnulib-tool (func_usage): Document --local-dir option.
10345         (local_gnulib_dir): New variable.
10346         Handle --local-dir option.
10347         (func_lookup_file): New function.
10348         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
10349         (func_get_description, func_get_filelist, func_get_description,
10350         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
10351         func_get_automake_snippet, func_get_include_directive,
10352         func_get_license, func_get_maintainer): Use func_lookup_file.
10353         (func_import, func_create_testdir): Use func_lookup_file.
10354
10355 2006-07-29  Bruno Haible  <bruno@clisp.org>
10356
10357         * modules/setenv (Depends-on): Add unistd.
10358
10359 2006-07-29  Bruno Haible  <bruno@clisp.org>
10360
10361         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
10362
10363 2006-07-29  Bruno Haible  <bruno@clisp.org>
10364
10365         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
10366
10367 2006-07-29  Bruno Haible  <bruno@clisp.org>
10368
10369         * gnulib-tool (import, update): If there is no Makefile.am, look at
10370         aclocal.m4, instead of bailing out.
10371
10372 2006-07-29  Bruno Haible  <bruno@clisp.org>
10373
10374         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
10375         Categorize the options by when they are useful.
10376
10377 2006-07-29  Bruno Haible  <bruno@clisp.org>
10378
10379         * gnulib-tool (func_usage): Document option --no-libtool.
10380         Handle option --no-libtool.
10381         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
10382         for changed semantics of $libtool variable.
10383         (func_import): Likewise. If libtool is not used, show this through
10384         an option --no-libtool.
10385         (func_create_testdir): Update.
10386
10387 2006-07-29  Bruno Haible  <bruno@clisp.org>
10388
10389         * gnulib-tool (func_import): Extend error message about missing
10390         --doc-base.
10391
10392 2006-07-29  Bruno Haible  <bruno@clisp.org>
10393
10394         * gnulib-tool (func_import): Don't create the $docbase directory if
10395         there is no file to store there.
10396
10397 2006-07-29  Bruno Haible  <bruno@clisp.org>
10398
10399         * gnulib-tool (autoconf_minversion): If a --dir option is given and
10400         relevant, look for configure.ac there, not in the current directory.
10401         Also use a simple search for AC_PREREQ, not "autoconf --trace".
10402
10403 2006-07-29  Bruno Haible  <bruno@clisp.org>
10404
10405         * gnulib-tool (SORT): New variable.
10406         (func_usage): Undocument --assume-autoconf option.
10407         Remove --assume-autoconf option handling.
10408         (autoconf_minversion): Determine from the contents of configure.ac.
10409         (func_import): Remove autoconf_minversion handling.
10410         Suggested by Eric Blake.
10411
10412 2006-07-29  Bruno Haible  <bruno@clisp.org>
10413
10414         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
10415
10416 2006-07-29  Bruno Haible  <bruno@clisp.org>
10417
10418         * config/srclist.txt (*setenv.[ch]): Remove rules.
10419
10420 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10421
10422         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
10423
10424 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10425
10426         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
10427         arpa/inet.h.
10428
10429 2006-07-28  Simon Josefsson  <jas@extundo.com>
10430
10431         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
10432         * modules/inet_pton (Depends-on): Likewise.
10433
10434 2006-07-28  Simon Josefsson  <jas@extundo.com>
10435
10436         * m4/netinet_in_h.m4: New file.
10437
10438 2006-07-28  Simon Josefsson  <jas@extundo.com>
10439
10440         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
10441         #include's.
10442
10443 2006-07-28  Simon Josefsson  <jas@extundo.com>
10444
10445         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
10446         #include's.
10447
10448 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
10449
10450         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
10451         setgid on directories only if they set these bits.
10452         * lib/modechange.h: Remove obsolete comment about masks.
10453
10454 2006-07-28  Eric Blake  <ebb9@byu.net>
10455
10456         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
10457         macro expansion.
10458
10459 2006-07-28  Bruno Haible  <bruno@clisp.org>
10460
10461         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
10462
10463 2006-07-28  Bruno Haible  <bruno@clisp.org>
10464
10465         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
10466
10467 2006-07-28  Bruno Haible  <bruno@clisp.org>
10468
10469         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10470         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10471         Define fallbacks.
10472         Avoids link error on FreeBSD 4.x.
10473         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10474
10475         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
10476         encoding.
10477         * lib/mbswidth.c (iswcntrl): Likewise.
10478
10479 2006-07-27  Bruno Haible  <bruno@clisp.org>
10480
10481         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
10482         test.
10483
10484 2006-07-27  Bruno Haible  <bruno@clisp.org>
10485
10486         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
10487         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
10488         defined.
10489
10490 2006-07-26  Eric Blake  <ebb9@byu.net>
10491
10492         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
10493
10494 2006-07-26  Eric Blake  <ebb9@byu.net>
10495
10496         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
10497         like mingw that lack mkstemp.
10498         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
10499         avoid compilation warning on mingw.
10500
10501 2006-07-26  Bruno Haible  <bruno@clisp.org>
10502
10503         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
10504         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
10505         INT_FAST*_MIN, INTPTR_MIN.
10506
10507 2006-07-25  Bruno Haible  <bruno@clisp.org>
10508
10509         * modules/version-etc (Depends-on): Add stdarg.
10510
10511 2006-07-25  Bruno Haible  <bruno@clisp.org>
10512
10513         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
10514         complex commands.
10515
10516 2006-07-25  Bruno Haible  <bruno@clisp.org>
10517
10518         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
10519         defined in <stdarg.h> or config.h.
10520
10521 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10522
10523         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
10524         (gl_STDIO_SAFER): Remove.
10525
10526 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10527
10528         * MODULES.html.sh (File stream based Input/Output):
10529         Add fopen-safer, tmpfile-safer; remove stdio-safer.
10530         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
10531         * modules/fopen-safer, modules/tmpfile-safer: New files.
10532         * modules/stdio-safer: Remove.
10533
10534 2006-07-24  Bruno Haible  <bruno@clisp.org>
10535
10536         * modules/tmpdir: New file.
10537         * MODULES.html.sh (File system functions): Add it.
10538
10539 2006-07-24  Bruno Haible  <bruno@clisp.org>
10540
10541         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
10542         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
10543
10544 2006-07-24  Bruno Haible  <bruno@clisp.org>
10545
10546         * modules/clean-temp: New file.
10547
10548 2006-07-24  Bruno Haible  <bruno@clisp.org>
10549
10550         * m4/tmpdir.m4: New file, from GNU gettext.
10551
10552 2006-07-24  Bruno Haible  <bruno@clisp.org>
10553
10554         * lib/tmpdir.h: New file, from GNU gettext.
10555         * lib/tmpdir.c: New file, from GNU gettext.
10556
10557 2006-07-24  Bruno Haible  <bruno@clisp.org>
10558
10559         * lib/clean-temp.h: New file, from GNU gettext.
10560         * lib/clean-temp.c: New file, from GNU gettext.
10561
10562 2006-07-23  Eric Blake  <ebb9@byu.net>
10563
10564         * modules/stdio-safer (Files): Add tmpfile-safer.c.
10565         (Depends-on): Add binary-io.
10566
10567 2006-07-23  Eric Blake  <ebb9@byu.net>
10568
10569         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
10570
10571 2006-07-23  Eric Blake  <ebb9@byu.net>
10572
10573         * lib/tmpfile-safer.c: New file.
10574         * lib/stdio-safer.h (fopen_safer): Add prototype.
10575         * lib/stdio--.h (tmpfile): Make safer.
10576
10577 2006-07-23  Bruno Haible  <bruno@clisp.org>
10578
10579         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
10580         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
10581         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
10582         gl_linked_remove_at): Use it.
10583
10584 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10585         and Simon Josefsson <jas@extundo.com>
10586
10587         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
10588
10589         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
10590
10591 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10592
10593         * modules/close-stream: New file.
10594         * modules/closeout (Description): Make it clear that it exits
10595         with a diagnostic on error.
10596         (Depends-on): Add close-stream.  Remove fpending, stdbool.
10597         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
10598
10599 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         * m4/close-stream.m4: New file.
10602
10603 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * lib/close-stream.c, lib/close-stream.h: New files.
10606
10607 2006-07-22  Bruno Haible  <bruno@clisp.org>
10608
10609         Merge from GNU gettext 0.15.
10610
10611         2006-05-01  Bruno Haible  <bruno@clisp.org>
10612
10613                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
10614
10615         2006-07-22  Bruno Haible  <bruno@clisp.org>
10616
10617                 * modules/javaversion: New file.
10618                 * MODULES.html.sh (Java): Add javaversion.
10619
10620         2006-03-12  Bruno Haible  <bruno@clisp.org>
10621
10622                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
10623
10624         2005-12-04  Bruno Haible  <bruno@clisp.org>
10625
10626                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
10627                 (untested).
10628
10629         2006-06-21  Bruno Haible  <bruno@clisp.org>
10630
10631                 Avoid warnings from recent versions of mcs.
10632                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
10633                 -o, -L, -r any more. Use options documented since mcs-1.0
10634                 instead. Similarly for -g.
10635
10636         2005-12-04  Bruno Haible  <bruno@clisp.org>
10637
10638                 * build-aux/csharpcomp.sh.in: Suffix for resources is
10639                 .resources, not .resource.
10640
10641         2005-07-09  Bruno Haible  <bruno@clisp.org>
10642
10643                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
10644                 add a .dll suffix.
10645                 Reported by Mark Junker <mjscod@gmx.de>.
10646
10647         2006-07-22  Bruno Haible  <bruno@clisp.org>
10648
10649                 * modules/gettext: Upgrade to gettext-0.15.
10650                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
10651                 m4/visibility.m4.
10652                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
10653
10654 2006-07-22  Bruno Haible  <bruno@clisp.org>
10655
10656         Merge from GNU gettext 0.15.
10657
10658         2006-03-25  Bruno Haible  <bruno@clisp.org>
10659
10660                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
10661
10662         2006-07-21  Bruno Haible  <bruno@clisp.org>
10663
10664                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
10665                 "1.1".
10666
10667         2006-05-09  Bruno Haible  <bruno@clisp.org>
10668
10669                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
10670                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
10671                 for the conftestver execution.
10672
10673         2006-05-01  Bruno Haible  <bruno@clisp.org>
10674
10675                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10676                 optional target-version argument. Verify that the compiler
10677                 groks source of the specified source-version, or add -source
10678                 option as necessary. Verify that the compiler produces
10679                 bytecode in the specified target-version, or add -target and
10680                 -source options as necessary. Make the result of the test
10681                 available as variable CONF_JAVAC. Also log error output in
10682                 config.log.
10683
10684         2006-03-11  Bruno Haible  <bruno@clisp.org>
10685
10686                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10687
10688         2006-05-09  Bruno Haible  <bruno@clisp.org>
10689
10690                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10691                 CLASSPATH_SEPARATOR to a semicolon.
10692
10693         2006-03-12  Bruno Haible  <bruno@clisp.org>
10694
10695                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10696                 available as variable CONF_JAVA, for subsequent autoconf
10697                 tests. Also log error output in config.log.
10698
10699         2006-07-19  Bruno Haible  <bruno@clisp.org>
10700
10701                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10702                 that getline works on glibc2 systems. Needed to avoid trouble
10703                 in relocatable.c.
10704                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10705
10706         2005-12-04  Bruno Haible  <bruno@clisp.org>
10707
10708                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10709                 launcher (untested).
10710
10711         2005-12-04  Bruno Haible  <bruno@clisp.org>
10712
10713                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10714
10715         2006-07-22  Bruno Haible  <bruno@clisp.org>
10716
10717                 * gettext.m4: Update from GNU gettext-0.15.
10718                 * nls.m4: Likewise.
10719                 * po.m4: Likewise.
10720                 * inttypes-pri.m4: Likewise.
10721                 * inttypes-h.m4: Renamed from inttypes.m4.
10722                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10723
10724 2006-07-22  Bruno Haible  <bruno@clisp.org>
10725
10726         Merge from GNU gettext 0.15.
10727
10728         2005-07-05  Bruno Haible  <bruno@clisp.org>
10729
10730                 * printf-args.c (printf_fetchargs): Work around broken
10731                 definition of wint_t on mingw.
10732
10733         2005-02-12  Bruno Haible  <bruno@clisp.org>
10734
10735                 * xallocsa.h: Add extern "C" for C++.
10736
10737         2006-05-17  Bruno Haible  <bruno@clisp.org>
10738
10739                 Cygwin portability.
10740                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10741
10742         2006-04-30  Bruno Haible  <bruno@clisp.org>
10743
10744                 * progreloc.c: Include <mach-o/dyld.h> if available.
10745                 (find_executable): Use _NSGetExecutablePath when possible.
10746
10747         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10748
10749                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10750                 function.
10751
10752         2005-12-29  Bruno Haible  <bruno@clisp.org>
10753
10754                 * progreloc.c (set_program_name_and_installdir): Fix
10755                 compilation error.
10756
10757         2005-12-04  Bruno Haible  <bruno@clisp.org>
10758
10759                 Cygwin portability.
10760                 * progreloc.c: Include <windows.h> also on Cygwin.
10761                 (find_executable): Add support for Cygwin.
10762                 (set_program_name_and_installdir): Handle also platforms with
10763                 nonempty EXEEXT.
10764
10765         2006-07-11  Bruno Haible  <bruno@clisp.org>
10766
10767                 * javacomp.c: Fix a comment.
10768                 Reported by Jim Meyering.
10769
10770         2006-04-30  Bruno Haible  <bruno@clisp.org>
10771
10772                 * javacomp.h (compile_java_class): Add source_version,
10773                 target_version arguments.
10774                 * javacomp.c: Rewritten to choose only a compiler that
10775                 respects the specified source_version and target_version.
10776
10777         2006-06-27  Bruno Haible  <bruno@clisp.org>
10778
10779                 Assume correct S_ISDIR macro.
10780                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10781
10782         2006-07-22  Bruno Haible  <bruno@clisp.org>
10783
10784                 * javaversion.h: New file, from GNU gettext.
10785                 * javaversion.c: New file, from GNU gettext.
10786                 * javaversion.java: New file, from GNU gettext.
10787                 * javaversion.class: New file, from GNU gettext.
10788
10789         2006-05-17  Bruno Haible  <bruno@clisp.org>
10790
10791                 Cygwin portability.
10792                 * javaexec.c (execute_java_class): Test for jview program
10793                 also on Cygwin.
10794
10795         2006-04-09  Bruno Haible  <bruno@clisp.org>
10796
10797                 * fatal-signal.c: Don't include string.h.
10798                 (at_fatal_signal): Use a copying loop instead of memcpy.
10799
10800         2005-12-04  Bruno Haible  <bruno@clisp.org>
10801
10802                 * csharpexec.c: Add support for 'clix' launcher (untested).
10803                 (execute_csharp_using_sscli): New function.
10804                 (execute_csharp_program): Call it.
10805
10806         2006-06-21  Bruno Haible  <bruno@clisp.org>
10807
10808                 Avoid warnings from recent versions of mcs.
10809                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10810                 -o, -L, -r any more. Use options documented since mcs-1.0
10811                 instead. Similarly for -g.
10812
10813         2005-07-09  Bruno Haible  <bruno@clisp.org>
10814
10815                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10816                 add a .dll suffix.
10817                 Reported by Mark Junker <mjscod@gmx.de>.
10818
10819         2006-06-17  Bruno Haible  <bruno@clisp.org>
10820
10821                 * config.charset: Update for NetBSD 3.0.
10822
10823         2006-05-17  Bruno Haible  <bruno@clisp.org>
10824
10825                 Cygwin portability.
10826                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10827
10828         2006-05-16  Bruno Haible  <bruno@clisp.org>
10829
10830                 * localcharset.c [CYGWIN]: Include <windows.h>.
10831                 (get_charset_aliases): For Cygwin, return the same CPxxx
10832                 aliases list as under WIN32.
10833                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10834                 the environment variables. Fall back to GetACP().
10835
10836         2006-04-05  Bruno Haible  <bruno@clisp.org>
10837
10838                 * config.charset: Update Juan Manuel Guerrero's address.
10839
10840         2005-02-12  Bruno Haible  <bruno@clisp.org>
10841
10842                 * allocsa.h: Add extern "C" for C++.
10843
10844         2005-02-10  Bruno Haible  <bruno@clisp.org>
10845
10846                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10847                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10848
10849         2006-07-22  Bruno Haible  <bruno@clisp.org>
10850
10851                 * gettext.h: Update to GNU gettext-0.15.
10852
10853 2006-07-22  Bruno Haible  <bruno@clisp.org>
10854
10855         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10856         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10857         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10858
10859 2006-07-21  Eric Blake  <ebb9@byu.net>
10860
10861         * modules/stdlib-safer: New file.
10862         * MODULES.html.sh (File stream based Input/Output): Add
10863         stdlib-safer.
10864
10865 2006-07-21  Eric Blake  <ebb9@byu.net>
10866
10867         * lib/stdlib-safer.h: New file from coreutils, required by
10868         stdlib--.h.
10869
10870 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10871
10872         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10873
10874 2006-07-20  Bruno Haible  <bruno@clisp.org>
10875
10876         * gnulib-tool: Recognize new option --assume-autoconf.
10877         (autoconf_minversion): New variable.
10878         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10879
10880 2006-07-20  Bruno Haible  <bruno@clisp.org>
10881
10882         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10883
10884 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10885
10886         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10887         Reindent and repaginate.
10888
10889 2006-07-19  Derek Price  <derek@ximbiot.com>
10890
10891         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10892         Correct grammar.
10893
10894 2006-07-17  Bruno Haible  <bruno@clisp.org>
10895
10896         * modules/list: New file.
10897         * modules/array-list: New file.
10898         * modules/carray-list, modules/carray-list-tests: New files.
10899         * modules/linked-list, modules/linked-list-tests: New files.
10900         * modules/avltree-list, modules/avltree-list-tests: New files.
10901         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10902         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10903         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10904         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10905         * modules/oset: New file.
10906         * modules/array-oset: New file.
10907         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10908         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10909         * tests/test-carray_list.c: New file.
10910         * tests/test-linked_list.c: New file.
10911         * tests/test-avltree_list.c: New file.
10912         * tests/test-rbtree_list.c: New file.
10913         * tests/test-linkedhash_list.c: New file.
10914         * tests/test-avltreehash_list.c: New file.
10915         * tests/test-rbtreehash_list.c: New file.
10916         * tests/test-avltree_oset.c: New file.
10917         * tests/test-rbtree_oset.c: New file.
10918         * MODULES.html.sh (Container data structures): New section.
10919
10920 2006-07-17  Bruno Haible  <bruno@clisp.org>
10921
10922         * m4/gl_list.m4: New file.
10923
10924 2006-07-17  Bruno Haible  <bruno@clisp.org>
10925
10926         * lib/gl_list.h: New file.
10927         * lib/gl_list.c: New file.
10928         * lib/gl_array_list.h: New file.
10929         * lib/gl_array_list.c: New file.
10930         * lib/gl_carray_list.h: New file.
10931         * lib/gl_carray_list.c: New file.
10932         * lib/gl_linked_list.h: New file.
10933         * lib/gl_linked_list.c: New file.
10934         * lib/gl_anylinked_list1.h: New file.
10935         * lib/gl_anylinked_list2.h: New file.
10936         * lib/gl_avltree_list.h: New file.
10937         * lib/gl_avltree_list.c: New file.
10938         * lib/gl_anyavltree_list1.h: New file.
10939         * lib/gl_anyavltree_list2.h: New file.
10940         * lib/gl_rbtree_list.h: New file.
10941         * lib/gl_rbtree_list.c: New file.
10942         * lib/gl_anyrbtree_list1.h: New file.
10943         * lib/gl_anyrbtree_list2.h: New file.
10944         * lib/gl_anytree_list1.h: New file.
10945         * lib/gl_anytree_list2.h: New file.
10946         * lib/gl_linkedhash_list.h: New file.
10947         * lib/gl_linkedhash_list.c: New file.
10948         * lib/gl_anyhash_list1.h: New file.
10949         * lib/gl_anyhash_list2.h: New file.
10950         * lib/gl_avltreehash_list.h: New file.
10951         * lib/gl_avltreehash_list.c: New file.
10952         * lib/gl_rbtreehash_list.h: New file.
10953         * lib/gl_rbtreehash_list.c: New file.
10954         * lib/gl_anytreehash_list1.h: New file.
10955         * lib/gl_anytreehash_list2.h: New file.
10956
10957         * lib/gl_oset.h: New file.
10958         * lib/gl_oset.c: New file.
10959         * lib/gl_array_oset.h: New file.
10960         * lib/gl_array_oset.c: New file.
10961         * lib/gl_avltree_oset.h: New file.
10962         * lib/gl_avltree_oset.c: New file.
10963         * lib/gl_rbtree_oset.h: New file.
10964         * lib/gl_rbtree_oset.c: New file.
10965         * lib/gl_anytree_oset.h: New file.
10966
10967 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10968
10969         * m4/mkancesdirs.m4: New file.
10970         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10971         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10972         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10973         it.
10974
10975 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10978         * lib/mkancesdirs.h: New files.
10979         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10980         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10981         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10982         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10983         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10984         callers changed.  Revamp internals significantly, by not
10985         attempting to create directories that are temporarily more
10986         permissive than the final results.  Do not attempt to use
10987         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10988         This removes some race conditions, fixes some bugs, and simplifies
10989         things.  Use new dirchownmod function to do owner and mode changes.
10990         * lib/mkdir-p.h: Likewise.
10991         * lib/modechange.c (octal_to_mode): New function.
10992         (struct mode_change): New member mentioned.
10993         (make_node_op_equals): New arg mentioned.  All callers changed.
10994         (mode_compile): Keep track of which mode bits the user has explicitly
10995         mentioned.
10996         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10997         New arg PMODE_BITS, to keep track of which mode bits the user
10998         mentioned; it treats S_ISUID and S_ISGID speciall.
10999         All callers changed.
11000         * lib/modechange.h: Likewise.
11001
11002 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11003
11004         * MODULES.html.sh: Add mkancestors.
11005         * modules/mkancesdirs: New module.
11006         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
11007         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
11008         The chdir-safer and afs files are now orphans; I'll remove them
11009         unless someone speaks up.
11010         Add lib/dirchownmod.c, lib/dirchownmod.h.
11011         (Depends-on): Remove alloca, chown, save-cwd, dirname.
11012         Add lchown, mkancesdirs.
11013         (Maintainer): Add self.
11014
11015 2006-07-15  Karl Berry  <karl@gnu.org>
11016
11017         * gnulib-tool: help message wording/arrangement.
11018
11019 2006-07-14  Simon Josefsson  <jas@extundo.com>
11020
11021         * doc/gnulib.texi (Libtool and Windows): New section.
11022
11023 2006-07-12  Simon Josefsson  <jas@extundo.com>
11024
11025         * modules/gendocs (License): Fix license, approved by Karl.
11026
11027 2006-07-12  Eric Blake  <ebb9@byu.net>
11028
11029         * MODULES.html.sh: Add gendocs.
11030
11031 2006-07-11  Eric Blake  <ebb9@byu.net>
11032
11033         * modules/fdl: New module, to install doc/fdl.texi.
11034         * MODULES.html.sh: Add new section for documentation modules.
11035         * gnulib-tool: Avoid space-tab.
11036         (--doc-base): New option, to manage files from doc.
11037
11038 2006-07-11  Eric Blake  <ebb9@byu.net>
11039
11040         * m4/absolute-header.m4: Fix comments to match recent change.
11041
11042 2006-07-11  Eric Blake  <ebb9@byu.net>
11043
11044         * gnulib-tool: List --doc-base before --tests-base.
11045
11046 2006-07-11  Derek R. Price  <derek@ximbiot.com>
11047
11048         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
11049
11050 2006-07-11  Bruno Haible  <bruno@clisp.org>
11051
11052         * README: Mention where to put documentation.
11053
11054 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11055
11056         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
11057
11058 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11059
11060         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
11061         to stdint.m4.
11062
11063 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
11066         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
11067         "no/such/file/stdint.h" when there is no such file, so that
11068         the resulting C code can be parsed by dodgy compilers.
11069         Problems reported by Bob Proulx.
11070
11071 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11072
11073         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
11074         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11075         macros into the GNU _D_EXACT_NAMLEN.
11076         * lib/savedir.c:  Likewise.
11077         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
11078
11079 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11080         and Paul Eggert  <eggert@cs.ucla.edu>
11081
11082         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
11083         * m4/savedir.m4:
11084         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11085         macros into the GNU _D_EXACT_NAMLEN.
11086
11087 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11088
11089         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
11090         around the absolute name, to work around a problem with the HP-UX
11091         11.23 native C compiler, reported by Bob Proulx.
11092
11093 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11094
11095         * doc/maintain.texi, make-stds.texi: Sync from
11096         <http://savannah.gnu.org/projects/gnustandards>.
11097
11098 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11099
11100         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
11101
11102 2006-07-09  Jim Meyering  <jim@meyering.net>
11103
11104         * m4/glob.m4: Remove a doubled word in a comment.
11105
11106 2006-07-09  Jim Meyering  <jim@meyering.net>
11107
11108         * lib/argp-pv.c: Remove a doubled word in a comment.
11109         * lib/check-version.c (check_version): Likewise.
11110         * lib/javacomp.c (compile_java_class): Likewise.
11111
11112 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11113
11114         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
11115         for the benefit of people using Autoconf 2.60.  If you want to
11116         support older Autoconf versions you can copy m4/onceonly_2_57.m4
11117         (or m4/onceonly.m4, if pre-2.57) manually.
11118
11119 2006-07-08  Jim Meyering  <jim@meyering.net>
11120
11121         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
11122         comment.
11123         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
11124         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
11125         comment.
11126
11127 2006-07-08  Jim Meyering  <jim@meyering.net>
11128
11129         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
11130
11131 2006-07-07  Simon Josefsson  <jas@extundo.com>
11132
11133         * tests/test-crc.c: Change expected crc value, the test vector
11134         were probably computed using the old broken crc.c?
11135
11136 2006-07-06  Simon Josefsson  <jas@extundo.com>
11137
11138         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
11139         now the canonical place for the M4 file).
11140
11141         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
11142         from the sys_socket dependency now.
11143
11144         * modules/inet_pton (Files): Ditto.
11145
11146         * modules/inet_ntop (Files): Ditto.
11147
11148 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11149
11150         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
11151         not gl_PREREQ_GETUSERSHELL.
11152
11153 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11154
11155         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
11156         with only one argument, for Autoconf 2.60.
11157         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
11158         expand to nothing, so add a shell command to avoid syntax error.
11159         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11160
11161 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11162
11163         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
11164
11165 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
11168         no longer needed.  Check for isblank decl.
11169         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
11170         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
11171         of existence.
11172
11173 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * lib/getloadavg.c: Use __VMS, not VMS.
11176         * lib/getopt.c: Likewise.
11177         * lib/getpagesize.h: Likewise.
11178         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
11179         and probably does not work.
11180
11181 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11182
11183         * lib/.cppi-disable: Add wcwidth.
11184         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
11185         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
11186         (ISGRAPH): Remove.  All uses changed to isgraph.
11187         (FOLD) [!defined _LIBC]: Remove special case.
11188         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
11189         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
11190         HAVE_ISBLANK.
11191         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
11192         case.
11193
11194 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11195
11196         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
11197         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
11198         brackets.  Other minor changes to suppress some compiler
11199         warnings.
11200
11201 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11202         and Paul Eggert  <eggert@cs.ucla.edu>
11203
11204         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
11205         of invoking obsolescent AC_HEADER_DIRENT macro.
11206         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
11207         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
11208         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11209         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
11210         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
11211         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11212         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
11213         * m4/readdir.m4: Remove; no longer needed.
11214
11215 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11216         and Paul Eggert  <eggert@cs.ucla.edu>
11217
11218         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
11219         Don't worry about this obsolete case any more.
11220         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
11221         directories.
11222         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
11223         worry about this obsolete case any more.
11224         * lib/fts.c: Likewise.
11225         * lib/getcwd.c: Likewise.
11226         * lib/glob.h: Likewise.
11227         * lib/savedir.c: Likewise.
11228
11229 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11230
11231         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
11232         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
11233         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
11234         needed.
11235         All uses removed.
11236         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11237         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11238         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
11239         needed.
11240         * m4/getdate.m4 (gl_GETDATE): Likewise.
11241         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11242         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11243         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11244         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11245         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11246         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11247         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
11248         needed.
11249
11250 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         * lib/memcasecmp.c: Include <limits.h>.
11253         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
11254         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
11255         Don't assume isdigit succeeds only on '0' through '9'.
11256
11257 2006-07-05  Eric Blake  <ebb9@byu.net>
11258
11259         * modules/getaddrinfo (Depends-on): Add snprintf.
11260
11261 2006-07-05  Eric Blake  <ebb9@byu.net>
11262
11263         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
11264         to avoid 'header present but could not be compiled' on cygwin.
11265
11266 2006-07-05  Eric Blake  <ebb9@byu.net>
11267
11268         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
11269         missing from netdb.h.
11270         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
11271
11272 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11273
11274         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
11275         no longer needed.
11276         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
11277         * m4/getdate.m4 (gl_GETDATE): Likewise.
11278         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11279         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11280         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11281         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11282         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11283
11284 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11285
11286         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
11287         All uses of is_space replaced by isspace.
11288         * lib/exit.h: Don't talk about STDC_HEADERS.
11289         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
11290         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
11291         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
11292         replaced by isprint etc.
11293         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
11294         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11295         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
11296         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
11297         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
11298         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
11299
11300 2006-07-05  Bruno Haible  <bruno@clisp.org>
11301
11302         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
11303         the function exists, before testing against AIX.
11304         Reported by Martin Lambers <marlam@marlam.de>.
11305
11306 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11307
11308         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
11309         From Mark D. Baushke.
11310
11311 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11312
11313         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
11314         to the absolute name, not just one, to bypass Sun C 5.8's
11315         "warning: #include of /usr/include/... may be non-portable".
11316
11317 2006-07-04  Eric Blake  <ebb9@byu.net>
11318
11319         * modules/dirname-tests: New test module.
11320         * tests/test-dirname.c: New file, replacing dirname.c
11321         TEST_DIRNAME section that was recently deleted.
11322
11323 2006-07-04  Bruno Haible  <bruno@clisp.org>
11324
11325         Assume ANSI C header files and <ctype.h> functions.
11326         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
11327         (mbsnwidth): Use isprint, iscntrl instead.
11328
11329 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11330
11331         Merge from coreutils.
11332         * MODULES.html.sh: Add xstrtold.
11333         * modules/xstrtold: New file.
11334         * modules/cycle-check (Files): Add lib/same-inode.h.
11335         * modules/dirname (Files): Add m4/double-slash-root.m4.
11336         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
11337         * modules/mkdir-p (Files): Add lib/same-inode.h.
11338         * modules/same (Files): Add lib/same-inode.h.
11339
11340 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11341
11342         * m4/absolute-header.m4: Renamed from full-header-path.m4.
11343         This is to keep the terminology clean; POSIX talks about
11344         "absolute pathnames", not "full pathnames", but the GNU
11345         Coding Standards say to use "path" for something else;
11346         so use "absolute" to keep both sides happy.
11347         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
11348         Set gl_absolute_header, not gl_full_header_path.
11349         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
11350         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
11351         All uses changed.
11352
11353         Merge from coreutils.
11354
11355         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
11358         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
11359         want to require the building of c-strtod.o.
11360         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
11361         needs -lm directly.
11362         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
11363
11364         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11365
11366         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
11367         --as-needed option if available.  Problem reported by Albert Chin in
11368         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
11369         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
11370         cc merely issues a bunch of annoying warnings for --as-needed
11371         (this problem was reported by Bob Proulx).  Also, try linking with
11372         -lm to detect a bug in binutils 2.16 (this problem was reported
11373         by Ralf Wildenhues).
11374
11375         2006-06-18  Jim Meyering  <jim@meyering.net>
11376
11377         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
11378         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
11379         macro.
11380         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
11381         also check for glibc-2.4's abort-inducing bug.
11382
11383         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
11384         Low-probability clean-up should be to use rmdir to get rid of
11385         the just-created directory, not unlink.
11386
11387         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
11388         configure fail, and request a bug report to inform us about it.
11389         Add a comment that, barring reports to the contrary, in 2007 we'll
11390         assume ftruncate is universally available.
11391
11392         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11393
11394         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
11395
11396         2006-03-12  Jim Meyering  <jim@meyering.net>
11397
11398         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
11399         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
11400         * m4/same.m4 (gl_SAME): Likewise.
11401         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
11402
11403         2006-03-11  Eric Blake  <ebb9@byu.net>
11404
11405         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
11406         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
11407         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
11408         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
11409
11410 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11411
11412         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
11413         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
11414         reported by Mark D. Baushke, one in
11415         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
11416
11417         Merge from coreutils.
11418
11419         * lib/.cppi-disable: Add stdint_.h.
11420         * lib/.cvsignore: Add stdint.h.
11421
11422         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
11425         both double and long double versions.
11426         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
11427         * lib/xstrtold.c: New file.
11428         * lib/xstrtod.h (xstrtold): New decl.
11429
11430         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11431
11432         * lib/filemode.c (setst): Remove.
11433         (strmode): Rewrite to avoid setst.  This makes the code shorter,
11434         (arguably) clearer, and the generated code is a bit smaller on my
11435         Debian GNU/Linux stable x86 host.
11436
11437         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
11438
11439         * lib/filemode.c: Include "filemode.h" first, to test the interface.
11440         Assume that filemode.h includes sys/types.h and sys/stat.h.
11441         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
11442         (ftypelet): Reorder to put common cases first, for efficiency.
11443         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
11444         to do 'M'.
11445         (strmode): Renamed from mode_string, and now stores 12 bytes instead
11446         of 10, for compatibility with FreeBSD.  All callers changed.
11447         (filemodestring): Now stores 12 bytes instead of 10, and sets file
11448         types that can't be deduced solely from st_mode.  First arg is now a
11449         const pointer.
11450         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
11451         (strmode): Renamed from mode_string.
11452         (filemodestring): New decl.
11453         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
11454         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
11455         needed.
11456         (S_ISPORT, S_ISWHT): New macros, if not already defined.
11457
11458         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
11459
11460         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
11461         fsusage.h now does that.  Include fsusage.h first, to test interface.
11462         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
11463         at most one method (the old code could have generated decls that
11464         didn't conform to C89, not that this was ever exercised).
11465         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
11466
11467         2006-03-19  Jim Meyering  <jim@meyering.net>
11468
11469         Work even in a chroot where d_ino values for entries in "/"
11470         don't match the stat.st_ino values for the same names.
11471         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
11472         number, iterate through all entries again, using lstat instead.
11473         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
11474         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
11475
11476         * lib/getcwd.c (__getcwd): Clarify a comment.
11477         Use memcpy in place of a call to strcpy.
11478
11479         2006-03-12  Jim Meyering  <jim@meyering.net>
11480
11481         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
11482         matches that of the current directory (which we're about to chdir ".."
11483         out of), then save the dev-ino of the parent, instead.
11484
11485         * lib/same-inode.h (SAME_INODE): New file/macro.
11486         * lib/chdir-safer.c (SAME_INODE): Remove definition.
11487         Include "same-inode.h", instead.
11488         * lib/same.c: Likewise.
11489         * lib/cycle-check.h: Include "same-inode.h".
11490         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
11491         * lib/cycle-check.c (SAME_INODE): Remove definition.
11492         * lib/root-dev-ino.h: Include "same-inode.h".
11493
11494         2006-03-11  Eric Blake  <ebb9@byu.net>
11495
11496         * lib/same.c (same_name): s/base_name/last_component/
11497         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
11498         * lib/filenamecat.c (file_name_concat): Likewise.
11499
11500         2006-03-11  Eric Blake  <ebb9@byu.net>,
11501                     Paul Eggert  <eggert@cs.ucla.edu>
11502
11503         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
11504         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
11505         drive prefix.
11506         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
11507         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
11508         (last_component): New method.
11509         * lib/dirname.c (dir_len): Determine when drive letters need a
11510         subsequent slash.  Preserve // when it is special.
11511         (dir_name): Don't append dot when drive letter is absolute.
11512         [TEST_DIRNAME]: Move into a full-blown gnulib test.
11513         * lib/basename.c (base_name): New semantics - malloc the result.
11514         Preserve // when it is special.  Preserve relative files that look
11515         like drive letters.
11516         (base_len): Preserve // when it is special.
11517         (last_component): New method, similar to old base_name semantics.
11518         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
11519         base_name.  Strip redundant slashes from ///.
11520
11521 2006-07-03  Jim Meyering  <jim@meyering.net>
11522
11523         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
11524         macro is used before the first cycle_check call.
11525
11526 2006-07-03  Eric Blake  <ebb9@byu.net>
11527
11528         * modules/dirname (Depends-on): Add xstrndup.
11529
11530 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
11533         test cases, so that config.log is a bit easier to follow.
11534
11535 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
11538         both are 64 bits, since this seems to be the tradition, and this
11539         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
11540         we ever run into a host that prefers long long to long in this
11541         case, we'll need another configure-time test.  Problem reported by
11542         Jim Meyering.
11543
11544 2006-07-02  Eric Blake  <ebb9@byu.net>
11545
11546         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
11547
11548 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11549
11550         * modules/inttypes (Depends-on): No longer depends on stdint.
11551         * modules/stdint (Description): Say more about assumptions.
11552         Say that the fast types might differ.  Say macros are used.
11553         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
11554         (Makefile.am): Revise list of substituted symbols to match
11555         new stdint.m4.
11556         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
11557         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
11558         * tests/test-stdint.c (verify_same_types)
11559         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
11560         the code conforms to C99/C89.
11561         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
11562         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
11563
11564 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
11567         but fix a bug, by requiring at least 64 bits.
11568         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11569         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
11570         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
11571         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
11572
11573         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
11574         changes.  Make 2.59 a prerequisite.  Check and substitute for
11575         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
11576         inttypes.h.  Do not use special include files; just use the
11577         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
11578         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
11579         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
11580         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
11581         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
11582         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
11583         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
11584         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
11585         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
11586         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
11587         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
11588         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
11589         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
11590         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
11591         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
11592         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
11593         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
11594         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
11595         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
11596         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
11597         WINT_MAX.  Check for C99 conformance more strictly, by detecting
11598         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
11599         not check for things that C99 does not require, e.g., int8_t.  If
11600         a test isn't needed unless <stdint.h> isn't working, and is
11601         unlikely to be needed for any other reason, then don't do it
11602         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
11603         size_t, since we assume C89 freestanding at least.  Do not check
11604         for sig_atomic_t, wchar_t, or wint_t, since the code now does
11605         the right thing even if the types are not defined.  Instead use:
11606         (gl_STDINT_TYPE_PROPERTIES): New macro.
11607         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
11608         testing whether <sys/types.h> clashes, as Autoconf does this for
11609         us now.  All uses removed.
11610         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
11611         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
11612         (gl_CHECK_TYPE_SAME):
11613         Remove; no longer needed.
11614         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
11615         exists, since we'll return 0 anyway in that case.
11616         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
11617
11618 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11619
11620         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
11621         possible collision with system files.
11622         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
11623         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
11624         WCHAR_MIN and WCHAR_MAX in this case.
11625         (<stddef.h>): Do not include; no longer needed.
11626         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
11627         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
11628         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
11629         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
11630         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
11631         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
11632         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
11633         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
11634         !defined(__c99))]: Include in this case too, since it's harmless
11635         now.
11636         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
11637         dangerous to do so.
11638         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
11639         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
11640         (_STDINT_MIN, _STDINT_MAX): New macros.
11641         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
11642         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
11643         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
11644         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
11645         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
11646         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
11647         macros, not typedefs; this simplifies things quite a bit.
11648         Use long int for all types narrower than int64_t.
11649         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
11650         Define in terms of long long int or int64_t or long int,
11651         not int64_t or int32_t.  This saves some compile-time testing.
11652         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
11653         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
11654         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
11655         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
11656         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
11657         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
11658         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
11659         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
11660         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
11661         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
11662         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11663         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11664         undef any previous version and define our own version, for
11665         simplicity and consistency with the new macros for types.
11666         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11667         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11668         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
11669         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
11670         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
11671         @WINT_T_SUFFIX@ to keep things simple here.
11672         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11673         Simplify by assuming typical 8/16/32/64 host, since we're
11674         already doing that elsewhere anyway.
11675         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11676         and assume long long int is 64 bits if available.  This
11677         speeds up 'configure'.
11678
11679 2006-07-01  Eric Blake  <ebb9@byu.net>
11680
11681         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11682         Reported by Andreas Buening.
11683
11684 2006-07-01  Eric Blake  <ebb9@byu.net>
11685
11686         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11687
11688 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11689
11690         * lib/getaddrinfo.c: fixed typo
11691
11692 2006-06-29  Jim Meyering  <jim@meyering.net>
11693
11694         * modules/strftime (Maintainer): Add my name, since with the
11695         FPRINTFTIME changes strftime.c has forked from glibc.
11696
11697 2006-06-29  Eric Blake  <ebb9@byu.net>
11698
11699         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11700
11701 2006-06-29  Eric Blake  <ebb9@byu.net>
11702
11703         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11704
11705 2006-06-29  Eric Blake  <ebb9@byu.net>
11706
11707         * lib/stat_.h: New file.
11708
11709 2006-06-29  Eric Blake  <ebb9@byu.net>
11710
11711         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11712         unused static function.
11713
11714 2006-06-29  Eric Blake  <ebb9@byu.net>
11715
11716         * doc/functions.texi (Function Portability): Document missing lstat
11717         on mingw.
11718
11719 2006-06-29  Eric Blake  <ebb9@byu.net>
11720
11721         * MODULES.html.sh: Add sys_stat.
11722         * modules/sys_stat: New module.
11723         * modules/mkstemp (Depends-on): Add sys_stat.
11724
11725 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11726
11727         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11728
11729 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11730
11731         * m4/c-bs-a.m4: Removed.
11732
11733 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11734
11735         * lib/strftime.c: Assume strftime() exists.
11736
11737 2006-06-29  Derek Price  <derek@ximbiot.com>
11738
11739         * modules/c-bs-a: Removed - \a is C89.
11740         * MODULES.html.sh: Remove c-bs-a.
11741
11742 2006-06-29  Bruno Haible  <bruno@clisp.org>
11743
11744         * modules/wcwidth (License): Change to LGPL.
11745
11746 2006-06-28  Simon Josefsson  <jas@extundo.com>
11747
11748         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11749         on _WIN32.
11750
11751         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11752         getnameinfo.
11753
11754 2006-06-28  Simon Josefsson  <jas@extundo.com>
11755
11756         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11757
11758 2006-06-28  Simon Josefsson  <jas@extundo.com>
11759
11760         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11761         functions there.  It will succeed on Windows XP, but on Windows
11762         2000 and (presumably) earlier, it will fail, and use the internal
11763         re-implementation.
11764         (use_win32_p): New function.
11765         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11766         Support AI_NUMERICSERV to disable getservbyname.
11767         (getnameinfo): New function, only supports
11768         NI_NUMERICHOST|NI_NUMERICSERV for now.
11769
11770         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11771         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11772         getnameinfo.
11773
11774 2006-06-28  Eric Blake  <ebb9@byu.net>
11775
11776         * modules/wcwidth: New file.
11777         * modules/mbchar (Depends-on): Add wcwidth.
11778         * modules/mbswidth (Depends-on): Add wcwidth.
11779         * MODULES.html.sh: Add wcwidth.
11780
11781 2006-06-28  Eric Blake  <ebb9@byu.net>
11782
11783         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11784         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11785
11786 2006-06-28  Eric Blake  <ebb9@byu.net>
11787
11788         * lib/xvasprintf.h: Fix comments.
11789
11790 2006-06-28  Eric Blake  <ebb9@byu.net>
11791
11792         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11793         * lib/mbswidth.c (wcwidth): Move from here...
11794         * lib/wcwidth.h: ...to this new file.
11795
11796 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11797
11798         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11799
11800         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11801         it's obsolete.
11802         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11803
11804 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11805
11806         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11807         Autoconf 2.60 says this stuff was obsolete.
11808
11809 2006-06-28  Bruno Haible  <bruno@clisp.org>
11810
11811         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11812
11813 2006-06-28  Bruno Haible  <bruno@clisp.org>
11814
11815         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11816         gt_TYPE_WCHAR_T.
11817
11818 2006-06-28  Bruno Haible  <bruno@clisp.org>
11819
11820         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11821         declaration for wcwidth.
11822         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11823
11824 2006-06-28  Bruno Haible  <bruno@clisp.org>
11825
11826         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11827         (mkdir): Define using _mkdir.
11828
11829 2006-06-28  Bruno Haible  <bruno@clisp.org>
11830
11831         * lib/getaddrinfo.h: Fix POSIX URL.
11832         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11833         _WIN32.
11834         (use_win32_p): Make static.
11835         (getaddrinfo): Reject service name if it is empty or does not consist
11836         solely of decimal digits, or if its value is > 65535.
11837         (getnameinfo): Remove useless casts.
11838
11839 2006-06-27  Simon Josefsson  <jas@extundo.com>
11840
11841         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11842         Eggert and Martin Lambers.
11843
11844 2006-06-27  Simon Josefsson  <jas@extundo.com>
11845
11846         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11847         Eggert and Martin Lambers.
11848
11849 2006-06-27  Bruno Haible  <bruno@clisp.org>
11850
11851         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11852         result to 0, not to empty.
11853         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11854
11855 2006-06-27  Bruno Haible  <bruno@clisp.org>
11856
11857         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11858
11859 2006-06-26  Simon Josefsson  <jas@extundo.com>
11860
11861         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11862         present.
11863
11864 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11865
11866         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11867         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11868         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11869
11870 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11871
11872         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11873
11874 2006-06-26  Bruno Haible  <bruno@clisp.org>
11875
11876         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11877
11878 2006-06-26  Bruno Haible  <bruno@clisp.org>
11879
11880         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11881
11882 2006-06-26  Bruno Haible  <bruno@clisp.org>
11883
11884         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11885         SGI C compiler in pre-C99 mode.
11886         Suggested by Mark D. Baushke and Larry Jones.
11887
11888 2006-06-26  Bruno Haible  <bruno@clisp.org>
11889
11890         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11891         WCHAR_MAX.
11892         Reported by Mark D. Baushke and Larry Jones.
11893
11894 2006-06-26  Bruno Haible  <bruno@clisp.org>
11895
11896         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11897         in pre-C99 mode.
11898         Suggested by Mark D. Baushke and Larry Jones.
11899
11900 2006-06-23  Simon Josefsson  <jas@extundo.com>
11901             Bruno Haible  <bruno@clisp.org>
11902
11903         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11904         Emit mostlyclean-local rule.
11905         (func_emit_tests_Makefile_am): Likewise.
11906         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11907
11908 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11909
11910         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11911
11912 2006-06-23  Bruno Haible  <bruno@clisp.org>
11913
11914         * tests/test-stdint.c: Update to match ISO C 99 Technical
11915         Corrigendum 1.
11916
11917 2006-06-23  Bruno Haible  <bruno@clisp.org>
11918
11919         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11920
11921 2006-06-23  Bruno Haible  <bruno@clisp.org>
11922
11923         * lib/stdint_.h: Treat IRIX like OpenBSD.
11924
11925 2006-06-23  Bruno Haible  <bruno@clisp.org>
11926
11927         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11928         ISO C 99 Technical Corrigendum 1.
11929
11930 2006-06-22  Simon Josefsson  <jas@extundo.com>
11931
11932         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11933         MinGW.
11934
11935 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11936
11937         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11938         needed.  Some compiler complained about some of them.  Problem reported
11939         by Larry Jones in
11940         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11941
11942 2006-06-21  Simon Josefsson  <jas@extundo.com>
11943
11944         * tests/test-getaddrinfo.c: New file.
11945
11946         * modules/getaddrinfo-tests: New file.
11947
11948         * MODULES.html.sh: Add inet_pton.
11949
11950         * modules/inet_pton: New file.
11951
11952 2006-06-21  Simon Josefsson  <jas@extundo.com>
11953
11954         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11955         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11956         of using the (limited) gnulib implementation on Windows XP.
11957
11958         * m4/inet_pton.m4: New file.
11959
11960 2006-06-21  Simon Josefsson  <jas@extundo.com>
11961
11962         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11963         variable.
11964
11965         * lib/socket_.h: Don't define WINVER.
11966
11967         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11968         slightly modified to work in gnulib.
11969
11970 2006-06-21  Simon Josefsson  <jas@extundo.com>
11971
11972         * doc/gnulib.texi (Windows sockets): Add.
11973
11974 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * lib/read-file.c (fread_file): Start with buffer allocation of
11977         0 bytes rather than 1 byte; this simplifies the code.
11978         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11979         code to free buffer and save/restore errno.
11980         (internal_read_file): Remove unused local.
11981
11982 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11983
11984         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11985         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11986         Problem reported by Denis Excoffier in
11987         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11988
11989 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11990
11991         * modules/sys_socket, modules/socklen: Include sys/types since
11992         FreeBSD 4.x's sys/socket.h needs it.
11993
11994 2006-06-19  Simon Josefsson  <jas@extundo.com>
11995
11996         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11997
11998 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
12001
12002 2006-06-19  Bruno Haible  <bruno@clisp.org>
12003
12004         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
12005         and FULL_PATH_INTTYPES_H in angle brackets.
12006         Reported by Mark D. Baushke <mdb@gnu.org>.
12007
12008 2006-06-17  Eric Blake  <ebb9@byu.net>
12009
12010         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
12011         errno.
12012
12013 2006-06-17  Bruno Haible  <bruno@clisp.org>
12014
12015         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
12016         <sys/inttypes.h>.
12017
12018 2006-06-17  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
12021         whether errno is declared. Assume <errno.h> declares errno.
12022
12023 2006-06-17  Bruno Haible  <bruno@clisp.org>
12024
12025         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
12026
12027 2006-06-17  Bruno Haible  <bruno@clisp.org>
12028
12029         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
12030         problem on Solaris 2.5.1.
12031
12032 2006-06-16  Eric Blake  <ebb9@byu.net>
12033
12034         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
12035         * lib/unicodeio.c [!defined errno]: Likewise.
12036         * lib/strtol.c [!defined errno]: Likewise.
12037         * lib/strtod.c [!defined errno]: Likewise.
12038
12039 2006-06-15  Eric Blake  <ebb9@byu.net>
12040
12041         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
12042
12043 2006-06-15  Eric Blake  <ebb9@byu.net>
12044
12045         * config/srclist.txt (ssize_t.m4): Lose sync.
12046
12047 2006-06-15  Bruno Haible  <bruno@clisp.org>
12048
12049         * modules/stdint (Files): Include m4/full-header-path.m4,
12050         m4/size_max.m4, m4/wchar_t.m4.
12051         (Makefile.am): Many more substitutions.
12052         * modules/stdint-tests: New file.
12053         * tests/test-stdint.c: New file.
12054
12055 2006-06-15  Bruno Haible  <bruno@clisp.org>
12056
12057         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
12058         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
12059         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
12060         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
12061         gl_CHECK_TYPE_SAME): New macros.
12062
12063 2006-06-15  Bruno Haible  <bruno@clisp.org>
12064
12065         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
12066
12067 2006-06-15  Bruno Haible  <bruno@clisp.org>
12068
12069         * lib/stdint_.h: Rewritten to be fully auto-configured.
12070         Fixes bug on HP-UX/IA64.
12071
12072 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
12073
12074         * lib/getdate.y (__attribute__): Don't define if already defined.
12075         Problem reported by Larry Jones.
12076         * lib/utimens.c (__attribute__): Likewise.
12077
12078 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
12079
12080         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
12081         reported by Andreas Schwab.
12082
12083 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12084             Bruno Haible  <bruno@clisp.org>
12085
12086         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
12087         check for the declaration of strnlen and a run test that exposes the
12088         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
12089         rpl_strndup.
12090
12091 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12092             Bruno Haible  <bruno@clisp.org>
12093
12094         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
12095
12096 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12097
12098         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
12099         compile test, for Tru64 4.0D.
12100
12101 2006-05-28  Karl Berry  <karl@gnu.org>
12102
12103         * config/srclist.txt (printf-args.c): lose sync.
12104
12105 2006-05-26  Martin Lambers  <marlam@marlam.de>
12106
12107         * lib/getpass.c: Updates the test for the native W32 API, and adds
12108         missing includes, thus fixing compilation warnings.
12109
12110 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12111
12112         * lib/exclude.c (exclude_fnmatch): New function.
12113         (excluded_file_name): Call exclude_fnmatch.
12114         * lib/exclude.h (excluded_file_name): New prototype
12115
12116 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         * lib/tempname.c (small_open, large_open): New macros.
12119         (__open, __open64) [!_LIBC]: Remove.
12120         (__gen_tempname): Use small_open and large_open instead of __open
12121         and __open64.  This fixes a portability bug on HP-UX 11.11i
12122         reported by Simon Wing-Tang in
12123         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
12124
12125 2006-05-24  Bruno Haible  <bruno@clisp.org>
12126
12127         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
12128         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
12129         Reported by Thorsten Maerz <torte@netztorte.de> via
12130         Aaron Stone <aaron@serendipity.cx>.
12131
12132 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
12135         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
12136         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
12137         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
12138         not really conditional on the cache.
12139         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
12140
12141 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12142
12143         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
12144         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
12145         (my_usleep): Don't mishandle maximum value.
12146
12147 2006-05-19  Jim Meyering  <jim@meyering.net>
12148
12149         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
12150
12151 2006-05-17  Bruno Haible  <bruno@clisp.org>
12152
12153         Cygwin portability.
12154         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
12155
12156 2006-05-17  Bruno Haible  <bruno@clisp.org>
12157
12158         * lib/stdint_.h: Fix recognition of Cygwin.
12159
12160 2006-05-15  Bruno Haible  <bruno@clisp.org>
12161
12162         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
12163         on libtool patch by Ralf Wildenhues.
12164
12165 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12166
12167         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
12168         test for C99 conformance; (bool) 0.5 is an integer constant
12169         expression, but (bool) -0.5 is not.  Problem reported by Fedor
12170         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
12171
12172 2006-05-11  Simon Josefsson  <jas@extundo.com>
12173
12174         * m4/xvasprintf.m4: Fix obvious typo.
12175
12176 2006-05-11  Jim Meyering  <jim@meyering.net>
12177
12178         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
12179         James Lemley.
12180
12181 2006-05-10  Simon Josefsson  <jas@extundo.com>
12182
12183         * lib/md4.c: Typo fix, update copyright years.
12184         (K1, K2): Don't use L because it turn computations into 64-bit on
12185         64-bit platforms.
12186
12187 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
12190         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
12191         unwanted sign propagation, e.g., on hosts with 64-bit int.
12192         There still are some problems with reeelly weird theoretical hosts
12193         (e.g., 33-bit int) but it's not worth worrying about now.
12194         * lib/sha1.c (rol): Likewise.
12195         (K1, K2, K3, K4): Remove unnecessary L suffix.
12196
12197 2006-05-10  Bruno Haible  <bruno@clisp.org>
12198
12199         * lib/des.c: Cast to avoid warnings.
12200
12201 2006-05-09  Bruno Haible  <bruno@clisp.org>
12202
12203         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
12204         (Depends-on): Depend also on xsize, stdarg.
12205         (configure.ac): Add gl_XVASPRINTF.
12206
12207 2006-05-09  Bruno Haible  <bruno@clisp.org>
12208
12209         * m4/xvasprintf.m4: New file.
12210
12211 2006-05-09  Bruno Haible  <bruno@clisp.org>
12212
12213         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
12214         (EOVERFLOW): Define fallback value.
12215         (xstrcat): New function.
12216         (xvasprintf): Recognize the special case of a string concatenation.
12217
12218 2006-05-08  Eric Blake  <ebb9@byu.net>
12219
12220         * gnulib-tool (func_version): Base copyright year on CVS date.
12221         (func_emit_copyright_notice): New function.
12222         (func_emit_lib_Makefile_am): Use it.
12223         (func_emit_tests_Makefile_am): Likewise.
12224         (func_import): Likewise.
12225
12226 2006-05-08  Bruno Haible  <bruno@clisp.org>
12227
12228         * modules/stdarg: New file.
12229         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
12230
12231 2006-05-08  Bruno Haible  <bruno@clisp.org>
12232
12233         * m4/stdarg.m4: New file, from GNU gettext.
12234
12235 2006-05-08  Bruno Haible  <bruno@clisp.org>
12236
12237         * config/srclist.txt (build-aux/config.rpath): different from latest
12238         release.
12239
12240 2006-05-08  Bruno Haible  <bruno@clisp.org>
12241
12242         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
12243
12244 2006-05-05  Jim Meyering  <jim@meyering.net>
12245
12246         * m4/warning.m4: New file, derived from bison's file by the same name.
12247
12248 2006-05-03  Bruno Haible  <bruno@clisp.org>
12249
12250         * lib/stdint_.h: Shorter URL.
12251         * lib/inttypes.h: Likewise.
12252
12253 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
12256
12257 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12258
12259         * lib/verify.h: Document the internals better.  Most of this change
12260         was written by Bruno Haible.
12261
12262 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12263
12264         * doc/verify.texi: New file, partly based on a proposal by
12265         Bruno Haible.
12266
12267 2006-05-02  Bruno Haible  <bruno@clisp.org>
12268
12269         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
12270         test from here...
12271         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
12272
12273 2006-04-29  Bruno Haible  <bruno@clisp.org>
12274
12275         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
12276         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
12277
12278 2006-04-29  Bruno Haible  <bruno@clisp.org>
12279
12280         * gnulib-tool: Make --update option actually work.
12281
12282 2006-04-29  Bruno Haible  <bruno@clisp.org>
12283
12284         * doc/gcd.texi: New file.
12285         * doc/gnulib.texi: Include it.
12286
12287 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12288
12289         * lib/getdate.y (get_date): When adding relative date, start with the
12290         initial time, not with the result of the first mktime call.
12291
12292 2006-04-25  Bruno Haible  <bruno@clisp.org>
12293
12294         * gnulib-tool (func_import): Output the include directives in three
12295         blocks, sorted separately.
12296         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12297
12298 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12299
12300         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
12301         to define main with arguments, for C++.  Reported by Eric Blake.
12302         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
12303         Prefer 'int main ()' to 'int main (void)', for C++.
12304         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
12305         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
12306         for 'main', for C99 and C++.
12307
12308 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
12309
12310         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
12311         Don't assume that exit status -1 is valid.
12312         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12313         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12314         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12315         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
12316         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
12317         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
12318         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
12319         functions can be used without declaring them, or that you can
12320         exit with status -1.
12321         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12322
12323 2006-04-24  Karl Berry  <karl@gnu.org>
12324
12325         * config/srclist.txt (longdouble.m4): sync lost.
12326
12327 2006-04-24  Eric Blake  <ebb9@byu.net>
12328
12329         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
12330
12331 2006-04-24  Bruno Haible  <bruno@clisp.org>
12332
12333         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
12334         poll() implementation in AIX.
12335         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12336
12337 2006-04-24  Bruno Haible  <bruno@clisp.org>
12338
12339         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
12340         assigned exactly once.
12341
12342 2006-04-23  Claudio Fontana  <claudio@gnu.org>
12343             Bruno Haible  <bruno@clisp.org>
12344
12345         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
12346         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
12347         for AM_CPPFLAGS.
12348
12349 2006-04-23  Bruno Haible  <bruno@clisp.org>
12350
12351         * modules/copy-file: Depend on unistd.
12352         * modules/execute: Likewise.
12353         * modules/fatal-signal: Likewise.
12354         * modules/findprog: Likewise.
12355         * modules/mkdtemp : Likewise.
12356         * modules/pipe: Likewise.
12357         * modules/wait-process: Likewise.
12358
12359 2006-04-23  Bruno Haible  <bruno@clisp.org>
12360
12361         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
12362         condition was already detected.
12363         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12364
12365 2006-04-23  Bruno Haible  <bruno@clisp.org>
12366
12367         * lib/copy-file.c: Include <unistd.h> unconditionally.
12368         * lib/execute.c: Likewise.
12369         * lib/fatal-signal.c: Likewise.
12370         * lib/findprog.c: Likewise.
12371         * lib/mkdtemp.c: Likewise.
12372         * lib/pipe.h: Likewise.
12373         * lib/pipe.c: Likewise.
12374         * lib/wait-process.h: Likewise.
12375
12376 2006-04-23  Bruno Haible  <bruno@clisp.org>
12377
12378         * gnulib-tool (func_usage): Fix --import description. Document
12379         --update.
12380         (func_import): Create temporary file in a temporary directory, if
12381         --dry-run is specified. Silence errors from 'grep' when there are no
12382         m4 files in $m4dir.
12383         (func_create_testdir): Silence errors from 'grep' when there are no
12384         m4 files in $m4dir.
12385         Reported by Karl Berry <karl@freefriends.org>.
12386
12387 2006-04-20  Bruno Haible  <bruno@clisp.org>
12388
12389         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
12390         one argument, so that the code will be portable to Autoconf 2.60.
12391         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
12392         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
12393         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
12394
12395 2006-04-19  Derek Price  <derek@ximbiot.com>
12396             Eric Blake  <ebb9@byu.net>
12397
12398         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
12399         rather than "/full/path.h".  Update comment to match.  Shorten &
12400         generalize m4_translit call via AS_TR_CPP.
12401
12402 2006-04-19  Derek Price  <derek@ximbiot.com>
12403             Eric Blake  <ebb9@byu.net>
12404
12405         * lib/inttypes.h: Correct grammar in comment.
12406
12407 2006-04-18  Derek Price  <derek@ximbiot.com>
12408             Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * modules/inttypes: New file.
12411         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
12412
12413 2006-04-18  Derek Price  <derek@ximbiot.com>
12414             Paul Eggert  <eggert@cs.ucla.edu>
12415
12416         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
12417         New files.
12418
12419 2006-04-18  Derek Price  <derek@ximbiot.com>
12420             Paul Eggert  <eggert@cs.ucla.edu>
12421
12422         * lib/inttypes.h: New file.
12423         * lib/strtoimax.c: Assume <inttypes.h>.
12424
12425 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
12426
12427         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
12428         isn't mounted.  Problem reported by Kir Kolyshkin.
12429
12430 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12431
12432         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
12433         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
12434         Derek R. Price.
12435         * lib/regex.h (RE_DUP_MAX): Update comment to match current
12436         implementation.
12437
12438 2006-04-12  Eric Blake  <ebb9@byu.net>
12439
12440         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
12441         is now done automatically by the corresponding Autoconf macro.
12442
12443 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
12444
12445         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
12446         time_r.h.
12447
12448 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12449
12450         Merge regex changes from libc, removing some of our
12451         POSIX-conformance changes that were rejected and redoing them in a
12452         less-intrusive way.
12453
12454         * lib/regcomp.c (re_compile_internal, init_dfa):
12455         Length arg is now size_t, not Idx.  All uses changed.
12456         (peek_token): Forward decl now says internal_function.
12457         (__re_error_msgid, __re_error_msgid_idx):
12458         Now static rather than extern with attribute_hidden.
12459         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
12460         For some reason libc prefers K&R style defns for external functions.
12461         (regerror) [!defined _LIBC]: Likewise.
12462         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
12463         (seek_collating_symbol_entry, lookup_collation_sequence_value):
12464         (build_range_exp, build_collating_symbol):
12465         Use K&R-style defn.
12466         (re_compile_fastmap): Use '\0' to memset, not 0.
12467         (utf8_sb_map): Make the calculations more obvious.
12468         (init_dfa, parse_bracket_exp, build_charclass_op):
12469         Call calloc and cast result, as glibc does.
12470         (init_word_char, fetch_token, peek_token, peek_token_bracket):
12471         (build_range_exp, build_collating_symbol):
12472         Now internal functions.
12473
12474         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
12475
12476         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
12477         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
12478         Don't depend on VMS; depend on __VMS instead, for POSIX
12479         namespace cleanness.
12480         (regoff_t): Define to ssize_t, not long int.
12481
12482         Remove the REG_ macros named below.  Instead, make the old names
12483         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
12484         __USE_GNU_REGEX.
12485         (REG_BACKSLASH_ESCAPE_IN_LISTS):
12486         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
12487         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
12488         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
12489         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
12490         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
12491         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
12492         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
12493         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
12494         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
12495         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
12496         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
12497         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
12498         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
12499         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
12500         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
12501         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
12502         (REG_NREGS):
12503         Remove.  All uses replaced by the old RE_* names.
12504         (RE_BACKSLASH_ESCAPE_IN_LISTS):
12505         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
12506         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
12507         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
12508         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
12509         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
12510         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
12511         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
12512         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
12513         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
12514         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
12515         Don't bother having these macros be independent of each others'
12516         values, since they no longer exist in the POSIX name space.
12517
12518         Rename the following member names back to their old names,
12519         unless !__USE_GNU_REGEX.  All uses changed back.
12520         (buffer): Renamed from re_buffer.
12521         (allocated): Renamed from re_allocated.
12522         (used): Renamed from re_used.
12523         (syntax): Renamed from re_syntax.
12524         (fastmap): Renamed from re_fastmap.
12525         (translate): Renamed from re_translate.
12526         (can_be_null): Renamed from re_can_be_null.
12527         (regs_allocated): Renamed from re_regs_allocated.
12528         (fastmap_accurate): Renamed from re_fastmap_accurate.
12529         (no_sub): Renamed from re_no_sub.
12530         (not_bol): Renamed from re_not_bol.
12531         (not_eol): Renamed from re_not_eol.
12532         (newline_anchor): Renamed from re_newline_anchor.
12533         (num_regs): Renamed from rm_num_regs.
12534         (start): Renamed from rm_start.
12535         (end): Renamed from rm_end.
12536
12537         (free_state): Move up a bit.
12538
12539         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
12540         #define to be empty.
12541         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
12542         when that is what is intended.
12543         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
12544         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
12545         (MAX): New macro.
12546         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
12547         All uses changed back to re_malloc, etc.  It's now the caller's
12548         responsibility to check for overflow; all callers changed.
12549         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
12550         (re_x2nrealloc): Remove.
12551         (free_state): Remove decl.
12552
12553         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
12554         (re_set_registers, re_exec):
12555         Use K&R-style defn.
12556
12557         2006-01-31  Roland McGrath  <roland@redhat.com>
12558
12559         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
12560         Reported by Mike Frysinger <vapier@gentoo.org>.
12561
12562         2006-01-15  Andreas Jaeger  <aj@suse.de>
12563
12564         [BZ #1950]
12565         * lib/regex_internal.c (re_string_reconstruct): Adjust for
12566         build_wcs_upper_buffer change.
12567         (build_wcs_upper_buffer): Change return type.
12568
12569         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
12570
12571         * lib/regex_internal.h: Include <stdint.h> if available.
12572
12573         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
12574
12575         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
12576
12577         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
12578
12579         * lib/regcomp.c: Adjust for changed secondary hash function.
12580
12581         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
12582
12583         * lib/regex.h: Pretty printing.
12584         Clean up namespace a bit.
12585
12586         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
12587
12588         * lib/regexec.c (update_cur_sifted_state, check_arrival,
12589         check_arrival_add_next_nodes): Avoid using uninitialized variable.
12590
12591         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12592                     Ulrich Drepper  <drepper@redhat.com>
12593
12594         [BZ #1302]
12595         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
12596         changed.
12597         (bitset_word_t): Renamed from bitset_word.  All uses changed.
12598
12599         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
12600
12601         [BZ #281]
12602         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
12603         * lib/regcomp.c: Remove unnecessary uses of
12604         unsigned RE_TRANSLATE_TYPE.
12605         * lib/regex_internal.h: Likewise.
12606         * lib/regex_internal.c: Likewise.
12607         * lib/regexec.c: Likewise.
12608         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
12609
12610         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
12611
12612         * lib/regexec.c (find_recover_state): Remove unnecessary
12613         initialization.
12614         (transit_state_bkref): Make DFA a const pointer.
12615         (get_subexp): Likewise.
12616         (check_arrival): Likewise.
12617         (update_cur_sifted_state): Likewise.
12618         (re_search_internal): Likewise.
12619         (prune_impossible_nodes): Likewise.
12620         (acquire_init_state_context): Likewise.
12621         (proceed_next_node): Likewise.
12622         (set_regs): Likewise.
12623         (free_fail_stack_return): Likewise.
12624         (check_arrival_expand_ecl): Mark DFA parameter as const.
12625         (check_arrival_expand_ecl_sub): Likewise.
12626         (check_subexp_limits): Likewise.
12627         (sub_epsilon_src_nodes):  Likewise.
12628         (add_epsilon_src_nodes):  Likewise.
12629         (merge_state_array): Likewise.
12630         (update_regs): Likewise.
12631         (build_trtable): Likewise.
12632         (sift_states_backward): Mark MCTX parameter as const.
12633         (build_sifted_states): Likewise.
12634         (update_cur_sifted_state): Likewise.
12635         (sift_states_mkref): Likewise.
12636         (check_arrival_expand_ecl): Mark eclosure as const.
12637         (check_dst_limits_calc_pos_1): Likewise.
12638         * lib/regex_internal.h (re_match_context_t): Make dfa a const
12639         pointer.
12640
12641         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
12642
12643         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
12644         (transit_state_sb): Likewise.
12645         (transit_state_mb): Likewise.
12646         (sift_states_iter_mb): Likewise.
12647         (check_arrival_add_next_nodes): Likewise.
12648         (check_node_accept_bytes): Change first parameter to pointer-to-const.
12649         [_LIBC] (re_search_2_stub): Use mempcpy.
12650
12651         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
12652         mbrtowc for very simple UTF-8 case.
12653
12654         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
12655         a pointer-to-const.
12656         (re_acquire_state_context): Likewise.
12657         * lib/regex_internal.h: Adjust prototypes.
12658
12659         * lib/regex.c: Prevent using C++ compilers.
12660
12661         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
12662         (re_acquire_state_context): Likewise.
12663
12664 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12665
12666         * modules/regex (Depends-on): Add ssize_t.
12667
12668 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
12671         translation table.
12672
12673 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12674
12675         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12676
12677 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12678             Bruno Haible  <bruno@clisp.org>
12679
12680         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12681         <sys/types.h> and <inttypes.h>.
12682
12683 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12684
12685         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12686         `__error_t_defined', so argp.h will not typedef the former.
12687
12688 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12689
12690         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12691         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12692         glibc names.  Even if glibc is changed to conform to POSIX, the
12693         traditional names will be available anyway, since regex depends on
12694         the extensions module.  Also, fix a longstanding typo in the
12695         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12696         reported by Emanuele Giaquinta.  Also, change sense of cached
12697         variable, so that the message makes sense.
12698
12699 2006-03-24  Simon Josefsson  <jas@extundo.com>
12700
12701         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12702         including some doc fixes.
12703         (base64_encode_alloc): Fix +1 bug on allocation failures.
12704
12705 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12706
12707         * lib/base64.c (base64_encode): Do not read past end of array with
12708         unsanitized input on systems with CHAR_BIT > 8.
12709
12710 2006-03-24  Eric Blake  <ebb9@byu.net>
12711
12712         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12713
12714 2006-03-22  Karl Berry  <karl@gnu.org>
12715
12716         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12717         * config/srclistvars.sh (COREUTILS): new var.
12718
12719 2006-03-17  Jim Meyering  <jim@meyering.net>
12720
12721         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12722         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12723
12724 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12725
12726         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12727         no longer needs it.  Instead, check that regoff_t is as least
12728         as wide as ptrdiff_t.
12729
12730         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12731         so that our regex.h stays compatible with the installed regex.
12732         This is helpful for installers who configure --without-included-regex.
12733         Problem reported by Emanuele Giaquinta.
12734
12735 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12736
12737         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12738         Typedef to long int, not to off_, as POSIX will likely change
12739         in that direction.
12740
12741 2006-03-15  Eric Blake  <ebb9@byu.net>
12742
12743         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12744
12745 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12746
12747         * lib/argp-help.c (validate_uparams): Fix typo
12748         * lib/argp-parse.c (argp_default_options): Consistently begin help
12749         messages with a lowercase letter.
12750
12751 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12752
12753         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12754         overrun buffers and shouldn't be used (much as gets shouldn't be
12755         used).
12756         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12757
12758 2006-03-08  Simon Josefsson  <jas@extundo.com>
12759
12760         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12761         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12762
12763 2006-03-08  Simon Josefsson  <jas@extundo.com>
12764
12765         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12766         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12767
12768 2006-03-08  Simon Josefsson  <jas@extundo.com>
12769
12770         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12771         signal that configure disabled the device.
12772
12773 2006-03-08  Simon Josefsson  <jas@extundo.com>
12774
12775         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12776         languages.
12777
12778 2006-03-07  Simon Josefsson  <jas@extundo.com>
12779
12780         * modules/getopt (Depends-on): Add unistd.
12781
12782         * modules/unistd: New file.
12783
12784 2006-03-07  Simon Josefsson  <jas@extundo.com>
12785
12786         * modules/gc-random: New file.
12787
12788 2006-03-07  Simon Josefsson  <jas@extundo.com>
12789
12790         * m4/unistd_h.m4: New file.
12791
12792 2006-03-07  Simon Josefsson  <jas@extundo.com>
12793
12794         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12795         test to be side-effect free by storing the result in the cache
12796         variable gl_cv_lib_readline, and moving the assignment of
12797         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12798         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12799
12800 2006-03-07  Simon Josefsson  <jas@extundo.com>
12801
12802         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12803         error on missing devices (the functions will return an error).
12804
12805         * m4/gc.m4: Move random stuff to gc-random.m4
12806
12807 2006-03-07  Simon Josefsson  <jas@extundo.com>
12808
12809         * lib/unistd_.h: New file.
12810
12811 2006-03-07  Simon Josefsson  <jas@extundo.com>
12812
12813         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12814
12815 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12818         Problem reported by Juan Manuel Guerrero.
12819
12820 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12821
12822         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12823         the unistd module.
12824         * lib/getlogin_r.c: Likewise.
12825         * lib/getlogin_r.h: Likewise.
12826         * lib/glob.c: Likewise.
12827         * lib/pagealign_alloc.c: Likewise.
12828         * lib/unistd_.h: Remove; no longer needed.
12829
12830 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12831
12832         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12833         Add unistd.
12834         * modules/c-stack (Depends-on): Add unistd.
12835         * modules/getlogin_r: Likewise.
12836         * modules/glob: Likewise.
12837         * modules/pagealign_alloc: Likewise.
12838         * modules/unistd (Files): Remove lib/unistd_.h.
12839         (EXTRA_DIST): Remove.
12840         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12841         need unistd_.h.
12842         (MOSTLYCLEANFILES): Remove unistd.h-t.
12843
12844 2006-03-03  Simon Josefsson  <jas@extundo.com>
12845
12846         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12847
12848 2006-03-03  Simon Josefsson  <jas@extundo.com>
12849
12850         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12851         libidn and bison.
12852
12853 2006-03-03  Simon Josefsson  <jas@extundo.com>
12854
12855         * build-aux/maint.mk: Add indent target.
12856
12857 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12858
12859         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12860         our replacement poll.h in any case, to avoid a differing
12861         declaration from a system header.  Seen on AIX.
12862
12863 2006-03-01  Simon Josefsson  <jas@extundo.com>
12864
12865         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12866         <kasal@ucw.cz>.
12867
12868 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * modules/gettime (Depends-on): Add extensions module.
12871         * modules/nanosleep (Depends-on): Likewise.
12872         * modules/settime (Depends-on): Likewise.
12873
12874 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12875
12876         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12877         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12878         pedantically.
12879         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12880         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12881
12882         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12883         not "==".  Reported by Ralf Wildenhues.
12884
12885 2006-03-01  Karl Berry  <karl@gnu.org>
12886
12887         * doc/Copyright/request-*: new files, synced from gnuorg.
12888
12889 2006-03-01  Karl Berry  <karl@gnu.org>
12890
12891         * config/srclist.txt (Copyright/*): new entries.
12892
12893 2006-02-28  Simon Josefsson  <jas@extundo.com>
12894
12895         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12896
12897 2006-02-27  Simon Josefsson  <jas@extundo.com>
12898
12899         * lib/base64.h: Indent #define's.  From Jim Meyering
12900         <jim@meyering.net>.
12901
12902 2006-02-27  Jim Meyering  <jim@meyering.net>
12903
12904         Revert the change of 2006-02-24, so these files can continue
12905         to be sync'd from gettext.
12906         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12907         of `config.h'.
12908
12909 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12910
12911         * modules/intprops: New file.
12912         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12913         Add intprops.
12914         * modules/getloadavg (Files): Remove lib/intprops.h.
12915         (Depends-on): Add intprops.
12916         * modules/human: Likewise.
12917         * modules/inttostr: Likewise.
12918         * modules/openat: Likewise.
12919         * modules/sig2str: Likewise.
12920         * modules/userspec: Likewise.
12921         * modules/utimecmp: Likewise.
12922         * modules/xnanosleep: Likewise.
12923         * modules/xstrtol: Likewise.
12924
12925 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12926
12927         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12928         * modules/lock-tests (TESTS): Use $(EXEEXT).
12929         * modules/tls-tests: Likewise.
12930         * modules/argp-tests: Likewise.
12931         (check_PROGRAMS): New var, replacing...
12932         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12933
12934 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12935
12936         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12937         `config.h'.
12938
12939 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12940
12941         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12942
12943 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12944
12945         Sync from coreutils.
12946         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12947         gl_CHDIR_SAFER.
12948
12949 2006-02-22  Jim Meyering  <jim@meyering.net>
12950
12951         Sync from coreutils.
12952         * m4/chdir-safer.m4: New file.
12953
12954 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12957         AT_FDCWD exceeds INT_MAX.
12958         * lib/openat.h (AT_FDCWD): Likewise.
12959
12960 2006-02-17  Eric Blake  <address@hidden>
12961
12962         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12963
12964 2006-02-16  Simon Josefsson  <jas@extundo.com>
12965
12966         * modules/getaddrinfo (Depends-on): Add sys_socket.
12967
12968 2006-02-15  Simon Josefsson  <jas@extundo.com>
12969
12970         * build-aux/maint.mk: Add dsyntax-check rule.
12971
12972 2006-02-15  Eric Blake  <ebb9@byu.net>
12973
12974         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12975         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12976         'present but cannot compile' warnings on cygwin.
12977         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12978         use ws2tcpip.h if sys/socket.h works.
12979         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12980         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12981
12982 2006-02-14  Simon Josefsson  <jas@extundo.com>
12983
12984         * modules/maintainer-makefile (Files): Rename.
12985
12986         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12987         and (the local) Makefile.cfg to maint-cfg.mk.
12988
12989         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12990         to the latter.
12991
12992         * modules/maintainer-makefile: New module.
12993
12994         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12995         severaly stripped to make it possible to build it up from scratch
12996         with reliable tests.
12997
12998         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12999         fixes to permit overriding the default actions when configure and
13000         makefile are not available.
13001
13002 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13003
13004         Sync from coreutils.
13005         * modules/lstat (Depends-on): Don't depend on xalloc.
13006         (License): Change from GPL to LGPL, since this is now simply a
13007         replacement for a libc function.
13008
13009 2006-02-14  Jim Meyering  <jim@meyering.net>
13010
13011         Sync from coreutils.
13012
13013         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
13014         failure on deficient systems, and simplify gnulib lgpl dependencies.
13015         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
13016         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
13017
13018         * lib/xalloc-die.c: Remove unused definition of N_.
13019
13020 2006-02-14  Jim Meyering  <jim@meyering.net>
13021
13022         Sync from coreutils.
13023         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
13024         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
13025         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
13026         double-quote uses of that variable, to accommodate the rare case in
13027         which getmntent is available in none of the libraries checked.  This
13028         happens at least on FreeBSD 5.0.
13029
13030 2006-02-13  Simon Josefsson  <jas@extundo.com>
13031
13032         * gnulib-tool (Usage): Fix --import, from
13033         karl@freefriends.org (Karl Berry).
13034
13035 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
13036
13037         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
13038
13039 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
13040
13041         * lib/argp-namefrob.h: Restore changes accidentally lost during the
13042         "autoupdate" on 2005-12-12.
13043
13044 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         * modules/closeout (Depends-on): Remove atexit.
13047
13048 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13049
13050         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
13051         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
13052
13053 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13054
13055         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
13056         __EXTENSIONS__ if this causes compilation to fail.  Problem
13057         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
13058         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
13059
13060 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
13063         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
13064         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
13065         All uses changed.
13066
13067 2006-01-26  Simon Josefsson  <jas@extundo.com>
13068
13069         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
13070         prototype is visible on mingw32.
13071
13072         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
13073         for mingw32.
13074
13075         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
13076         mingw32).
13077
13078 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13079
13080         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
13081         attempt to open for write; this always fails, at least on POSIX
13082         hosts.  This reinstates the 2006-01-09 change, which was
13083         inadvertently removed.
13084
13085 2006-01-26  Bruno Haible  <bruno@clisp.org>
13086
13087         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
13088         Reported by Paul Eggert.
13089
13090 2006-01-26  Bruno Haible  <bruno@clisp.org>
13091             Paul Eggert  <eggert@cs.ucla.edu>
13092
13093         * lib/stdbool_.h (_Bool)
13094         [(! (defined __cplusplus || defined __BEOS__)
13095           && !defined __GNUC__
13096           && !(defined __HP_cc || defined __xlc__
13097                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
13098                || defined __sgi))]:
13099         #define to signed char in these cases too; this simplifies
13100         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
13101         etc., separately) and makes it more conservative.
13102
13103 2006-01-25  Simon Josefsson  <jas@extundo.com>
13104
13105         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
13106         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
13107         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
13108
13109 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13110
13111         * lib/argp-namefrob.h: Bugfix. Remove stray #
13112
13113 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
13114
13115         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
13116         so that we test the test.
13117         Check for yet another HP-UX cc bug involving *bool |= bool.
13118
13119 2006-01-25  Karl Berry  <karl@gnu.org>
13120
13121         * config/srclist.txt (vasnprintf.c): sync lost.
13122
13123 2006-01-25  Jim Meyering  <jim@meyering.net>
13124
13125         Sync from the stable (b5) branch of coreutils:
13126
13127         * lib/fts.c (fts_children): Don't let close() clobber errno from
13128         failed fchdir().
13129
13130         * lib/fts.c (fts_stat): When following a symlink-to-directory,
13131         don't necessarily interpret stat-fails+lstat-succeeds as indicating
13132         a dangling symlink.  That can also happen at least for ELOOP.
13133         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
13134         FYI, this bug predates the inclusion of fts.c in coreutils.
13135
13136         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
13137         in their own block, so pre-c99 compilers don't object.
13138
13139         Avoid the double-free (first in fts_read, second in fts_close) that
13140         would occur when an `active' directory is made inaccessible (e.g.,
13141         via chmod a-x) during a traversal.
13142         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13143         before returning.  Reproduce this failure by
13144         mkdir -p a/b; cd a; chmod a-x . b
13145         Reported by Stavros Passas.
13146
13147 2006-01-25  Jim Meyering  <jim@meyering.net>
13148
13149         * lib/fileblocks.c: Remove more useless parentheses.
13150         * lib/readutmp.h: Likewise.
13151
13152 2006-01-25  Bruno Haible  <bruno@clisp.org>
13153
13154         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
13155         warnings.
13156         Reported by Paul Eggert.
13157
13158 2006-01-25  Bruno Haible  <bruno@clisp.org>
13159
13160         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
13161         rid of a trap command. For Solaris sh.
13162         Reported by Mark D. Baushke <mdb@gnu.org>.
13163
13164 2006-01-24  Simon Josefsson  <jas@extundo.com>
13165
13166         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
13167         Bruno.
13168
13169 2006-01-24  Karl Berry  <karl@gnu.org>
13170
13171         * config/srclist.txt (argp-namefrob.h): sync lost.
13172
13173 2006-01-24  Jim Meyering  <jim@meyering.net>
13174
13175         * modules/openat (Files): Add lib/intprops.h.
13176         From Mark D. Baushke.
13177
13178 2006-01-24  Jim Meyering  <jim@meyering.net>
13179
13180         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
13181         Reported by Mark D. Baushke.
13182
13183 2006-01-24  Jim Meyering  <jim@meyering.net>
13184
13185         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
13186
13187 2006-01-24  Bruno Haible  <bruno@clisp.org>
13188
13189         * modules/strnlen (Maintainer): Change from glibc to all.
13190
13191 2006-01-24  Bruno Haible  <bruno@clisp.org>
13192
13193         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
13194         Patch by Paul Eggert.
13195
13196 2006-01-24  Bruno Haible  <bruno@clisp.org>
13197
13198         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
13199         already has it.
13200         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
13201         2005-11-26.
13202
13203         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
13204         'signed char' to avoid problems with the built-in _Bool type.
13205         Reported by Paul Eggert on 2005-11-26.
13206
13207 2006-01-24  Bruno Haible  <bruno@clisp.org>
13208
13209         * gnulib-tool (func_import): Avoid constructing complicated sed
13210         expressions inside backquote.
13211         Report and solution by Mark D. Baushke <mdb@gnu.org>.
13212
13213 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
13214
13215         These changes imported from libc.
13216         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
13217         test and two separate function calls.
13218         * lib/strndup.c (__strndup): Add libc_hidden_def.
13219
13220 2006-01-23  Simon Josefsson  <jas@extundo.com>
13221
13222         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
13223         Remove the test_*_SOURCES variable: automake infers it by default.
13224         * modules/tls-tests: Likewise.
13225
13226 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         Work around porting bugs reported by Dieter in
13229         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
13230         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
13231         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
13232         Include "getopt.h" first, to check interface.
13233         (getenv): Declare only if defined HAVE_DECL_GETENV &&
13234         !HAVE_DECL_GETENV.
13235         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
13236         (__strndup): Revert to K&R-style function dfns, the glibc style.
13237         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
13238         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
13239         Include strnlen.h first, to get prototype properly.
13240         (strnlen): Renamed from __strnlen.
13241         Remove weak alias.
13242
13243 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
13246
13247 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13248
13249         * config/srclist.txt: Adjust to reflect glibc reorganization.
13250         This affects only comments.
13251
13252 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13253
13254          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
13255          Reported by Bruce Korb <bkorb@gnu.org>.
13256
13257 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13258
13259         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
13260         to pacify gcc -Wswitch-default.
13261
13262 2006-01-22  Bruno Haible  <bruno@clisp.org>
13263
13264         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
13265         temporary buffer for sprintf, take into account the precision also
13266         for 'd', 'i', 'u', 'o', 'x', 'X'.
13267
13268 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13269
13270         * modules/argp-tests: New module
13271         * tests/test-argp.c: New file
13272         * tests/test-argp-2.sh: New file
13273
13274 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13275
13276         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
13277         (__argp_base_name): Removed
13278         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
13279         typo.
13280         (__argp_base_name): Provide macro definition or extern declaration
13281         depending on the configuration
13282
13283 2006-01-20  Simon Josefsson  <jas@extundo.com>
13284
13285         * modules/inet_ntop (Depends-on): Depend on sys_socket.
13286
13287 2006-01-20  Simon Josefsson  <jas@extundo.com>
13288
13289         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
13290
13291 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13292
13293         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
13294         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
13295         Suggested by Bruno Haible.
13296
13297 2006-01-20  Karl Berry  <karl@gnu.org>
13298
13299         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
13300         until changes propagate, I guess.
13301
13302 2006-01-19  Simon Josefsson  <jas@extundo.com>
13303
13304         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
13305
13306 2006-01-19  Simon Josefsson  <jas@extundo.com>
13307
13308         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
13309
13310 2006-01-19  Simon Josefsson  <jas@extundo.com>
13311
13312         * gnulib-tool: Set check_PROGRAMS.
13313
13314         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13315         modules/des-tests, modules/gc-arcfour-tests,
13316         modules/gc-arctwo-tests, modules/gc-des-tests,
13317         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13318         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13319         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13320         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13321         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13322         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
13323         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
13324         test_*_SOURCES.
13325
13326 2006-01-18  Simon Josefsson  <jas@extundo.com>
13327
13328         * modules/socklen (Depends-on): Depend on sys_socket.
13329
13330 2006-01-18  Simon Josefsson  <jas@extundo.com>
13331
13332         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
13333         modules/des-tests, modules/gc-arcfour-tests,
13334         modules/gc-arctwo-tests, modules/gc-des-tests,
13335         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
13336         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
13337         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
13338         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
13339         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
13340         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
13341         $(EXEEXT) to automake TESTS variable, for mingw32.
13342
13343 2006-01-17  Simon Josefsson  <jas@extundo.com>
13344
13345         * modules/socklen (Include): Need sys/socket.h.
13346
13347 2006-01-17  Bruno Haible  <bruno@clisp.org>
13348
13349         * modules/ssize_t (Include): Add <sys/types.h>.
13350
13351 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
13354         it's not portable and it doesn't work with cross-compiles.
13355         Problem reported by Bruno Haible.  Fix missing-$ typo in
13356         'test "gl_cv_ignore_unused_libraries" ...' that prevented
13357         -zignore from being used with Sun's C compiler.
13358
13359 2006-01-12  Simon Josefsson  <jas@extundo.com>
13360
13361         * lib/base64.c: Fix warning, reported by Bruno Haible
13362         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
13363
13364 2006-01-12  Bruno Haible  <bruno@clisp.org>
13365
13366         * modules/ldd: New file.
13367         * build-aux/ldd.sh.in: New file.
13368         * MODULES.html.sh (Support for building libraries and executables): Add
13369         ldd.
13370
13371 2006-01-12  Bruno Haible  <bruno@clisp.org>
13372
13373         * m4/ldd.m4: New file.
13374
13375 2006-01-12  Bruno Haible  <bruno@clisp.org>
13376
13377         * gnulib-tool (func_import, func_create_testdir): Don't go into an
13378         endless loop while replacing $auxdir with build-aux.
13379
13380 2006-01-11  Simon Josefsson  <jas@extundo.com>
13381
13382         * lib/stdint_.h (SIZE_MAX): Add missing (.
13383
13384 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
13385
13386         Sync from coreutils.
13387         * lib/md5.c: Fix commentary typos.
13388         (alignof, UNALIGNED_P): No need for a GCC-specific version.
13389         * lib/md5.h (__attribute__): Remove; unused.
13390         * lib/sha1.c: Fix commentary to match md5 better.
13391         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
13392         so that we don't need to worry about alignment.  All uses changed.
13393         This merges the 2005-10-28 md5 change into sha1.
13394
13395 2006-01-11  Jim Meyering  <jim@meyering.net>
13396
13397         Sync from coreutils.
13398         * lib/md5.c (OP): Fix spacing.
13399
13400 2006-01-11  Bruno Haible  <bruno@clisp.org>
13401
13402         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13403         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
13404         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
13405
13406 2006-01-11  Bruno Haible  <bruno@clisp.org>
13407
13408         Ensure automatic ordering between gl_LOCK and gl_ARGP.
13409         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
13410         the "early" section as well.
13411
13412 2006-01-11  Bruno Haible  <bruno@clisp.org>
13413
13414         Avoid "ar: no archive members specified" error on MacOS X.
13415         * gnulib-tool (func_modules_add_dummy): New function.
13416         (func_import, func_create_testdir): Invoke it.
13417
13418 2006-01-11  Bruno Haible  <bruno@clisp.org>
13419
13420         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
13421         with $auxdir in AC_CONFIG_FILES statements.
13422
13423 2006-01-11  Bruno Haible  <bruno@clisp.org>
13424
13425         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13426         Initialize also noinst_HEADERS to empty.
13427
13428 2006-01-11  Bruno Haible  <bruno@clisp.org>
13429
13430         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
13431         variables.
13432         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
13433         autoreconf.
13434
13435 2006-01-11  Bruno Haible  <bruno@clisp.org>
13436
13437         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
13438         overridable by the user.
13439         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13440
13441 2006-01-10  Simon Josefsson  <jas@extundo.com>
13442
13443         * modules/sys_socket: New file.
13444
13445 2006-01-10  Simon Josefsson  <jas@extundo.com>
13446
13447         * m4/sys_socket_h.m4: New file.
13448
13449 2006-01-10  Simon Josefsson  <jas@extundo.com>
13450
13451         * lib/socket_.h: New file.
13452
13453 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         * modules/readutmp (Maintainer): Add myself.
13456
13457 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13458
13459         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
13460         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
13461         People who are still concerned with buggy memcmp implementations
13462         can invoke gl_FUNC_MEMCMP themselves.
13463
13464 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13465
13466         * lib/regex_internal.h (BITSET_WORD_BITS):
13467         Work around a bug in 64-bit PGC (before version 6.1-2), where the
13468         preprocessor mishandles large unsigned values as if they were signed.
13469         Problem reported by Claudio Fontana in
13470         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
13471
13472 2006-01-10  Jim Meyering  <jim@meyering.net>
13473
13474         Avoid the double-free (first in fts_read, second in fts_close) that
13475         would occur when an `active' directory is made inaccessible (e.g.,
13476         via chmod a-x) during a traversal.
13477         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13478         before returning.  Reproduce this failure by
13479         mkdir -p a/b; cd a; chmod a-x . b
13480         Reported by Stavros Passas.
13481
13482         Sync from coreutils.
13483         * lib/sha1.c: Tweak grammar in a comment.
13484
13485 2006-01-10  Jim Meyering  <jim@meyering.net>
13486
13487         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
13488         Patch by Joerg Sonnenberger.
13489
13490 2006-01-10  Bruno Haible  <bruno@clisp.org>
13491
13492         * modules/readutmp: Depend on module free.
13493         * modules/strtok_r: Depend on module restrict.
13494
13495 2006-01-10  Bruno Haible  <bruno@clisp.org>
13496
13497         * modules/gettext (configure.ac): Add an invocation of
13498         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
13499
13500 2006-01-10  Bruno Haible  <bruno@clisp.org>
13501
13502         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
13503         Reported by Werner Lemberg <wl@gnu.org>.
13504
13505 2006-01-10  Bruno Haible  <bruno@clisp.org>
13506
13507         * lib/localcharset.c: Update from GNU gettext.
13508
13509 2006-01-10  Bruno Haible  <bruno@clisp.org>
13510
13511         * lib/argp.h (__const): Remove macro. Use const instead.
13512         * lib/argp-fmtstream.h (__const): Likewise.
13513         * lib/glob_.h (__const): Remove macro.
13514         * lib/glob-libc.h: Use const instead of __const.
13515
13516 2006-01-10  Bruno Haible  <bruno@clisp.org>
13517
13518         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
13519         variable.
13520         Needed to avoid an automake error regarding the 'gettext' module.
13521
13522 2006-01-09  Simon Josefsson  <jas@extundo.com>
13523
13524         * modules/inet_ntop (Depends-on): Add restrict.
13525
13526 2006-01-09  Simon Josefsson  <jas@extundo.com>
13527
13528         * modules/gc-rijndael-tests (License): Put under LGPL.
13529
13530         * modules/gc-des-tests (License): Likewise.
13531
13532         * modules/gc-arcfour-tests (License): Likewise.
13533
13534         * modules/gc-arctwo-tests (License): Likewise.
13535
13536         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
13537
13538         * modules/gc-hmac-sha1-tests (Files): Likewise.
13539
13540         * modules/gc-hmac-md5-tests (License): Likewise.
13541
13542         * modules/gc-sha1-tests (License): Likewise.
13543
13544         * modules/gc-md5-tests (License): Likewise.
13545
13546         * modules/gc-md4-tests (License): Likewise.
13547
13548         * modules/gc-md2-tests (License): Likewise.
13549
13550         * modules/gc-tests (License): Likewise.
13551
13552         * modules/des-tests (License): Likewise.
13553
13554         * modules/md4-tests (License): Likewise.
13555
13556         * modules/md2-tests (License): Likewise.
13557
13558 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         Sync from coreutils:
13561
13562         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
13563         * modules/lib-ignore: New file.
13564         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
13565         chdir-safer.m4, lchmod.m4.
13566         * modules/openat: Add mkdirat.c, openat-priv.h.
13567
13568 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13569
13570         Sync from coreutils.
13571         * m4/lib-ignore.m4: New file.
13572         * m4/lchmod.m4: New file.
13573
13574 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13575
13576         Sync from coreutils.
13577         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
13578         for write access: POSIX says that must fail.
13579         * lib/fts.c (diropen): Likewise.
13580         * lib/save-cwd.c (save_cwd): Likewise.
13581         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
13582         well, for minor improvements on hosts that lack O_DIRECTORY.
13583         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
13584         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
13585         Fall back on chown if open failed with EACCES.
13586
13587         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
13588         Report an error at compile-time if only a 1-second nominal clock
13589         resolution is found.
13590
13591         * lib/lchmod.h: New file.
13592         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
13593         (make_dir_parents): Use lchown rather than chown, and
13594         lchmod rather than chmod.
13595
13596         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
13597         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
13598         "proc" reported by n0dalus.
13599
13600         * lib/mountlist.c: Include <limits.h>.
13601         (dev_from_mount_options)
13602         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
13603         New function.  It no longer assumes "dev=" has the System V meaning
13604         on Linux (since it doesn't).  It also parses "dev=" more carefully.
13605         (read_file_system_list)
13606         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
13607         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
13608         dev= in that case.
13609
13610         * lib/posixtm.h (PDS_PRE_2000): New macro.
13611         * lib/posixtm.c (year): Arg is now syntax_bits rather than
13612         allow_century.  All usages changed.  Reject dates outside the range
13613         1969-1999 if PDS_PRE_2000 is used.
13614
13615 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13616
13617         Sync from coreutils.
13618         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
13619         (Time of day items): Mention the possibility of leap seconds.
13620         Problem reported by Dr. David Alan Gilbert.
13621
13622 2006-01-09  Jim Meyering  <jim@meyering.net>
13623
13624         Sync from coreutils.
13625
13626         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
13627
13628         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
13629
13630         * lib/modechange.c (mode_compile): Reject an invalid mode string
13631         that starts with an octal digit.  From Andreas Gruenbacher.
13632
13633         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
13634         and dup to open_safer and dup_safer, respectively.
13635         (openat_permissive): Fix typo in comment.
13636
13637         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
13638         "gettext.h"; either no longer needed or are guaranteed by openat.h.
13639         (_): Remove; no longer needed.
13640         (openat): Renamed from rpl_openat; no need for rpl_openat
13641         since openat.h renames openat for us.
13642         Replace most of the body with a call to openat_permissive,
13643         to avoid duplicate code.
13644         Port to (probably hypothetical) environments were mode_t is
13645         wider than int.
13646         (openat_permissive): Require mode arg, so that we can check
13647         types better.  Put it just after flags.  Change cwd failure
13648         indicator from pointer-to-bool to pointer-to-errno-value.
13649         All callers changed.
13650         Invoke openat_save_fail and/or openat_restore_fail if
13651         cwd_errno is null, so that openat can call us.
13652         (openat_permissive, fdopendir, fstatat, unlinkat):
13653         Simplify errno handling to avoid some duplicate code,
13654         as it's OK to set errno on success.
13655         * lib/openat.h: Revamp code so that function macros depend on
13656         __OPENAT_PREFIX only, not also on AT_FDCWD.
13657         (openat_ro): Remove.  Caller changed to use openat_permissive.
13658         (openat_permissive): Now a macro, if not a function.
13659         (openat_restore_fail, openat_save_fail): Now always functions,
13660         since mkdirat needs them even if __OPENAT_PREFIX is defined.
13661
13662         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
13663         and openat.c.
13664         * lib/mkdirat.c: Include openat-priv.h.
13665         Remove definitions of macros defined therein.
13666         * lib/openat.c: Likewise.
13667
13668         * lib/mkdirat.c (mkdirat): New file and function.
13669         * lib/openat.h (mkdirat): Declare.
13670
13671         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
13672
13673         * lib/openat.h (openat_permissive): Declare.
13674         (openat_ro): Define.
13675
13676         * lib/openat.c (EXPECTED_ERRNO): New macro.
13677         (openat_permissive): New function -- used in remove.c rewrite.
13678         (all functions): Set errno just before returning, only if there
13679         was an actual failure.
13680         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13681
13682         Emulate openat-family functions using Linux's procfs, if possible.
13683         Idea and some code based on Ulrich Drepper's glibc changes.
13684
13685         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13686         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13687         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13688         before falling back on save_cwd and restore_cwd.
13689         (fdopendir, fstatat, unlinkat): Likewise.
13690
13691         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13692         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13693
13694         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13695         as second argument to va_arg.  Otherwise, some versions of gcc
13696         warn that `if this code is reached, the program will abort'.
13697
13698 2006-01-09  Jim Meyering  <jim@meyering.net>
13699
13700         Sync from coreutils.
13701         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13702         Require openat-priv.h.
13703
13704 2006-01-09  Bruno Haible  <bruno@clisp.org>
13705
13706         * modules/strnlen (Include): Use strnlen.h.
13707
13708 2006-01-09  Bruno Haible  <bruno@clisp.org>
13709
13710         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13711
13712 2006-01-09  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/sysexit_.h (EX_OK): New macro.
13715         Suggested by Martin Lambers <marlam@marlam.de>.
13716
13717 2006-01-09  Bruno Haible  <bruno@clisp.org>
13718
13719         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13720         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13721
13722 2006-01-09  Bruno Haible  <bruno@clisp.org>
13723
13724         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13725         numbers.
13726
13727 2006-01-09  Bruno Haible  <bruno@clisp.org>
13728
13729         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13730         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13731         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13732         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13733
13734 2006-01-09  Bruno Haible  <bruno@clisp.org>
13735
13736         * build-aux/javacomp.sh.in: New file, moved from lib/.
13737         * modules/javacomp-script (Files): Update.
13738         (configure.ac): Add AC_CONFIG_FILES invocation.
13739         (EXTRA_DIST): Remove variable.
13740
13741         * build-aux/javaexec.sh.in: New file, moved from lib/.
13742         * modules/javaexec (Files): Update.
13743         (configure.ac): Add AC_CONFIG_FILES invocation.
13744         (EXTRA_DIST): Remove javaexec.sh.in.
13745
13746         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13747         * modules/csharpcomp-script (Files): Update.
13748         (configure.ac): Add AC_CONFIG_FILES invocation.
13749         (EXTRA_DIST): Remove variable.
13750
13751         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13752         * modules/csharpexec (Files): Update.
13753         (configure.ac): Add AC_CONFIG_FILES invocation.
13754         (EXTRA_DIST): Remove csharpexec.sh.in.
13755
13756 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13757
13758         Sync from coreutils.
13759
13760         Add POSIX ACL support
13761         * lib/acl.h (copy_acl, set_acl): Add declarations.
13762         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13763         systems other than Linux.
13764         (chmod_or_fchmod): New function: use fchmod when possible,
13765         and chmod otherwise.
13766         (file_has_acl): Add a POSIX ACL implementation, with a
13767         Linux-specific subcase.
13768         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13769         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13770         acls are unsupported.
13771         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13772         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13773         are unsupported.
13774
13775 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13776
13777         Sync from coreutils.
13778         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13779
13780 2006-01-07  Bruno Haible  <bruno@clisp.org>
13781
13782         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13783         gl_EARLY.
13784
13785 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13786
13787         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13788         Problem reported for Mingw by Mark Junker.
13789
13790 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13791
13792         * README: Gnulib normally doesn't generate a tarball.
13793
13794 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13795
13796         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13797         long int, not int, for nanosecond counts, so that people who are
13798         used to POSIX struct timespec won't be surprised.  Reported by Jim
13799         Meyering.
13800
13801 2005-12-28  Bruno Haible  <bruno@clisp.org>
13802
13803         * build-aux/config.rpath: Update from GNU gettext.
13804
13805 2005-12-16  Jim Meyering  <jim@meyering.net>
13806
13807         * modules/fprintftime: New module.
13808         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13809
13810 2005-12-16  Jim Meyering  <jim@meyering.net>
13811
13812         * m4/fprintftime.m4: New file.
13813
13814 2005-12-16  Jim Meyering  <jim@meyering.net>
13815
13816         * lib/fprintftime.c, lib/fprintftime.h: New files.
13817
13818 2005-12-15  Simon Josefsson  <jas@extundo.com>
13819
13820         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13821         new m4/socklen.m4.
13822
13823 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13824
13825         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13826         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13827
13828 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13829
13830         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13831         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13832         struct uparams is valid. Fall back to the default values if it is
13833         not.
13834
13835 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13836
13837         * modules/argp (Files): Add argp-pin.c
13838         (Depends-on): dirname
13839         (lib_SOURCES): Add argp-pin.c
13840
13841 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13842
13843         * m4/argp.m4:  Check if program_invocation_name and
13844         program_invocation_short_name are declared and define appropriate
13845         macros if they are not.
13846
13847 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13848
13849         * lib/argp-help.c (__argp_base_name): New function
13850         (__argp_short_program_name): Rewrite using __argp_base_name
13851         * lib/argp-namefrob.h: Define program_invocation_name and
13852         program_invocation_short_name if requested
13853         (__argp_base_name): Add prototype
13854         * lib/argp-parse.c (argp_def): Use gettext wrappers
13855         (argp_default_parser): Use __argp_base_name
13856         * lib/argp-pin.c: New file. Defines program_invocation_name and
13857         program_invocation_short_name on systems that lack them.
13858
13859 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13860
13861         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13862         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13863         porting problem reported by Georg Schwarz in
13864         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13865
13866 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13869         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13870         porting problem reported by Georg Schwarz in
13871         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13872
13873 2005-12-05  Bruno Haible  <bruno@clisp.org>
13874
13875         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13876         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13877         Reported by Mark Junker <mjscod@gmx.de>.
13878
13879 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13882         Use implementation from Albert Chin, with some
13883         comments/corrections by Stepan Kasal and myself.
13884
13885 2005-12-02  Bruno Haible  <bruno@clisp.org>
13886
13887         * gnulib-tool (func_import): Accept GPLed build tool modules when
13888         --lgpl is given.
13889         * modules/csharpcomp-script: New file.
13890         * modules/csharpcomp: Depend on it.
13891         * modules/javacomp-script: New file.
13892         * modules/javacomp: Depend on it.
13893         Suggested by Simon Josefsson.
13894
13895 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13898         statement, to work around an HP-UX 10.20 compiler bug reported by
13899         Peter O'Gorman.
13900
13901 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13902
13903         * modules/savedir (Depends-on): Add openat.
13904
13905 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13908         (uintmax_t) [defined uintmax_t]: Do not declare.
13909         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13910         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13911         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13912         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13913         sake of portability to weird hosts that C allows (though we don't
13914         know of any practical examples).
13915
13916         * lib/savedir.h (fdsavedir): New decl.
13917         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13918         contains most of the former guts of savedir.
13919         (savedir): Use savedirstream.
13920         Include "openat.h".
13921
13922 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13923
13924         * modules/obstack (Files): Add m4/ulonglong.m4.
13925         Problem reported by Davide Angelocola.
13926
13927 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13928
13929         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13930         coreutils no longer futzes with rounding modes.
13931
13932 2005-11-14  Jim Meyering  <jim@meyering.net>
13933
13934         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13935         replacement of mkstemp.
13936
13937 2005-11-10  Simon Josefsson  <jas@extundo.com>
13938
13939         * lib/readline.c: Remove EOL.
13940
13941 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13942
13943         * modules/gethrxtime (Depends-on): Add gettime.
13944
13945 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13946
13947         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13948         or gettimeofday; no longer needed.
13949
13950 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13951
13952         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13953         time business.
13954         (gethrxtime) [! (HAVE_NANOUPTIME
13955         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13956         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13957         our own approximation.
13958
13959 2005-11-08  Eric Blake  <ebb9@byu.net>
13960
13961         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13962
13963 2005-11-08  Eric Blake  <ebb9@byu.net>
13964
13965         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13966
13967 2005-11-04  Bruno Haible  <bruno@clisp.org>
13968
13969         * gnulib-tool: Implement --update mode.
13970
13971 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13972
13973         Fix porting problem reported by Theodoros V. Kalamatianos.
13974         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13975         Don't assume that futimes failing means we must fail.
13976
13977 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13980         variables to suggest the intended function of the PATH_MAX check.
13981
13982 2005-10-30  Kean Johnston  <jkj@sco.com>
13983
13984         Trivial changes to support SCO systems.
13985         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13986         as PATH_MAX.
13987         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13988         where __ptr is null when no I/O is pending.
13989
13990 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13991
13992         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13993         leave errno alone.  Problem reported by Dmitry V. Levin.
13994
13995 2005-10-28  Simon Josefsson  <jas@extundo.com>
13996
13997         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13998         Test more.
13999
14000         * tests/test-gc-md2.c, tests/test-md2.c: New files.
14001
14002         * modules/md2, modules/md2-tests: New files.
14003
14004 2005-10-28  Simon Josefsson  <jas@extundo.com>
14005
14006         * m4/inet_ntop.m4: More tests.
14007
14008         * m4/gc-md2.m4, md2.m4: New file.
14009
14010 2005-10-28  Simon Josefsson  <jas@extundo.com>
14011
14012         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
14013         "restrict" keywords, as per POSIX.  Protect the function
14014         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
14015         Don't use K&R prototypes.  Check the sprintf return values.
14016         Re-define EAFNOSUPPORT if not present.  Indent.
14017
14018         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
14019         suggested by Bruno Haible <bruno@clisp.org>.
14020
14021         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
14022
14023         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
14024
14025         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
14026         libgcrypt).
14027
14028         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
14029
14030         * lib/md2.h, lib/md2.c: New files.
14031
14032 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
14033
14034         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
14035         errno alone.  Problem reported by Frederic Jolliton.
14036
14037 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * modules/verify (License): Change from GPL to LGPL.  This is a
14040         tiny module and there are apparently near-equivalents that are
14041         under the BSD license.
14042
14043 2005-10-24  Simon Josefsson  <jas@extundo.com>
14044
14045         * modules/sha1: Relicense to LGPL.
14046
14047 2005-10-24  Simon Josefsson  <jas@extundo.com>
14048
14049         * lib/md4.h: Shrink buffer size, now that we changed the type.
14050
14051 2005-10-23  Simon Josefsson  <jas@extundo.com>
14052
14053         * gnulib-tool (func_import): Fix --tests-base.
14054
14055 2005-10-22  Simon Josefsson  <jas@extundo.com>
14056
14057         * modules/arcfour (Depends-on): Need stdint.
14058
14059 2005-10-22  Simon Josefsson  <jas@extundo.com>
14060
14061         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
14062         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
14063
14064 2005-10-22  Simon Josefsson  <jas@extundo.com>
14065
14066         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
14067         suggested by Bruno Haible <bruno@clisp.org>.
14068
14069 2005-10-22  Simon Josefsson  <jas@extundo.com>
14070
14071         * lib/crc.h: Include stddef.h, for size_t.
14072
14073 2005-10-22  Simon Josefsson  <jas@extundo.com>
14074
14075         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
14076         arcfour_context struct (simplify test vector testing in GNU
14077         Shishi).
14078
14079 2005-10-21  Simon Josefsson  <jas@extundo.com>
14080
14081         * modules/des, modules/des-tests: New files.
14082
14083         * modules/gc-des, modules/gc-des-tests: New files.
14084
14085         * tests/test-des.c, tests/test-gc-des.c: New file.
14086
14087 2005-10-21  Simon Josefsson  <jas@extundo.com>
14088
14089         * modules/arctwo, modules/arctwo-tests: New files.
14090
14091         * tests/test-arctwo.c: New file.
14092
14093         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
14094
14095         * tests/test-gc-arctwo.c: New file.
14096
14097 2005-10-21  Simon Josefsson  <jas@extundo.com>
14098
14099         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
14100         Bruno Haible <bruno@clisp.org>.
14101
14102         * m4/gc-des.m4: New file.
14103
14104 2005-10-21  Simon Josefsson  <jas@extundo.com>
14105
14106         * m4/arctwo.m4: New file.
14107
14108         * m4/gc-arctwo.m4: New file.
14109
14110 2005-10-21  Simon Josefsson  <jas@extundo.com>
14111
14112         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
14113         block.
14114
14115 2005-10-21  Simon Josefsson  <jas@extundo.com>
14116
14117         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
14118         <bruno@clisp.org>.
14119
14120         * lib/hmac-sha1.c (hmac_sha1): Likewise.
14121
14122         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
14123         Bruno Haible <bruno@clisp.org>.
14124
14125         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
14126         <bruno@clisp.org>.
14127
14128 2005-10-21  Simon Josefsson  <jas@extundo.com>
14129
14130         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
14131
14132 2005-10-21  Simon Josefsson  <jas@extundo.com>
14133
14134         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
14135
14136 2005-10-21  Simon Josefsson  <jas@extundo.com>
14137
14138         * lib/des.h, lib/des.c: New files.
14139
14140         * lib/gc-gnulib.c: Support DES.c
14141
14142 2005-10-21  Simon Josefsson  <jas@extundo.com>
14143
14144         * lib/arctwo.h, lib/arctwo.c: New files.
14145
14146         * lib/gc-gnulib.c: Support ARCTWO.
14147
14148 2005-10-21  Simon Josefsson  <jas@extundo.com>
14149
14150         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
14151         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14152
14153 2005-10-21  Simon Josefsson  <jas@extundo.com>
14154
14155         * gnulib-tool (func_import, func_create_testdir): Define automake
14156         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
14157         Makefile.am snippet),
14158         suggested by Bruno Haible <bruno@clisp.org>.
14159
14160         * modules/gc (Makefile.am): Use it.
14161
14162 2005-10-21  Bruno Haible  <bruno@clisp.org>
14163
14164         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
14165         patch.
14166
14167 2005-10-19  Simon Josefsson  <jas@extundo.com>
14168
14169         * tests/test-gc-rijndael.c: New file.
14170
14171         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
14172
14173 2005-10-19  Simon Josefsson  <jas@extundo.com>
14174
14175         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
14176         interface too.
14177
14178 2005-10-19  Simon Josefsson  <jas@extundo.com>
14179
14180         * tests/test-gc-arcfour.c: New file.
14181
14182         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
14183
14184 2005-10-19  Simon Josefsson  <jas@extundo.com>
14185
14186         * modules/gc-md4, modules/gc-md4-tests: New file.
14187
14188         * tests/test-gc-md4.c: New file.
14189
14190 2005-10-19  Simon Josefsson  <jas@extundo.com>
14191
14192         * m4/gc-md4.m4: New file.
14193
14194 2005-10-19  Simon Josefsson  <jas@extundo.com>
14195
14196         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
14197         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
14198         <kasal@ucw.cz>.
14199
14200 2005-10-19  Simon Josefsson  <jas@extundo.com>
14201
14202         * m4/gc-arcfour.m4: New file.
14203
14204         * m4/gc-rijndael.m4: New file.
14205
14206 2005-10-19  Simon Josefsson  <jas@extundo.com>
14207
14208         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
14209
14210 2005-10-19  Simon Josefsson  <jas@extundo.com>
14211
14212         * lib/gc-gnulib.c: Support ARCFOUR.
14213
14214 2005-10-19  Simon Josefsson  <jas@extundo.com>
14215
14216         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
14217         support.
14218
14219         * lib/gc.h: Add ECB enum type.
14220
14221         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
14222
14223 2005-10-18  Simon Josefsson  <jas@extundo.com>
14224
14225         * tests/test-md5.c: New file.
14226
14227         * modules/md5-tests: New file.
14228
14229 2005-10-18  Simon Josefsson  <jas@extundo.com>
14230
14231         * tests/test-md4.c: New file.
14232
14233         * modules/md4, modules/md4-tests: New files.
14234
14235 2005-10-18  Simon Josefsson  <jas@extundo.com>
14236
14237         * m4/md4.m4: New file.
14238
14239 2005-10-18  Simon Josefsson  <jas@extundo.com>
14240
14241         * lib/md4.h, lib/md4.c: New files, based on md5.?.
14242
14243 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
14244
14245         * gnulib-tool (func_create_testdir): Omit the second check whether
14246         BUILT_SOURCES in nonempty.
14247
14248 2005-10-17  Simon Josefsson  <jas@extundo.com>
14249
14250         * tests/test-rijndael.c: New file.
14251
14252 2005-10-17  Simon Josefsson  <jas@extundo.com>
14253
14254         * modules/sha1: Depend on stdint instead of md5.
14255
14256         * modules/md5: Depend on stdint, remove uint32_t.
14257
14258 2005-10-17  Simon Josefsson  <jas@extundo.com>
14259
14260         * modules/gc-sha1-tests: New file.
14261
14262         * tests/test-gc-sha1.c: New file.
14263
14264 2005-10-17  Simon Josefsson  <jas@extundo.com>
14265
14266         * m4/md5.m4: Remove call to uint32_t.m4.
14267
14268 2005-10-17  Simon Josefsson  <jas@extundo.com>
14269
14270         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
14271
14272         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
14273         md5.h.
14274
14275         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
14276
14277         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
14278
14279 2005-10-17  Simon Josefsson  <jas@extundo.com>
14280
14281         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
14282
14283 2005-10-17  Simon Josefsson  <jas@extundo.com>
14284
14285         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
14286
14287 2005-10-17  Simon Josefsson  <jas@extundo.com>
14288
14289         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
14290
14291         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
14292
14293 2005-10-17  Bruno Haible  <bruno@clisp.org>
14294
14295         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
14296         that it can also be used in a test.
14297
14298 2005-10-16  Bruno Haible  <bruno@clisp.org>
14299
14300         * gnulib-tool (func_emit_tests_Makefile_am): Also define
14301         TESTS_ENVIRONMENT, so that individual tests can augment it.
14302
14303         * gnulib-tool (func_create_testdir): Use an intermediate target for
14304         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
14305         macros, like $(ALLOCA_H), which cannot be passed through the command
14306         line.
14307
14308 2005-10-15  Simon Josefsson  <jas@extundo.com>
14309
14310         * modules/rijndael-tests: New file.
14311
14312         * modules/rijndael: New file.
14313
14314 2005-10-15  Simon Josefsson  <jas@extundo.com>
14315
14316         * m4/rijndael.m4: New file.
14317
14318 2005-10-15  Simon Josefsson  <jas@extundo.com>
14319
14320         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
14321
14322         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
14323
14324 2005-10-14  Simon Josefsson  <jas@extundo.com>
14325
14326         * tests/test-arcfour.c: New file.
14327
14328         * modules/arcfour, modules/arcfour-tests: New files.
14329
14330 2005-10-14  Simon Josefsson  <jas@extundo.com>
14331
14332         * m4/arcfour.m4: New file.
14333
14334 2005-10-14  Simon Josefsson  <jas@extundo.com>
14335
14336         * lib/arcfour.h, lib/arcfour.c: New files.
14337
14338 2005-10-14  Roland McGrath  <roland@redhat.com>
14339
14340         Import from libc.  [BZ #1331]
14341         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
14342         macro argument.
14343         Reported by Matej Vela <vela@debian.org>.
14344
14345 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14346
14347         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
14348         include <wchar.h>; no longer needed.
14349
14350 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
14351
14352         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
14353
14354 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
14355         and  Ulrich Drepper  <drepper@redhat.com>
14356
14357         Import from libc.
14358         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
14359         instead of inline stream orientation test and two separate
14360         function calls.  Pay no attention to USE_IN_LIBIO.
14361
14362 2005-10-13  Simon Josefsson  <jas@extundo.com>
14363
14364         * modules/gc-hmac-md5-tests: New file.
14365
14366         * tests/test-gc-hmac-sha1.c: New file.
14367
14368         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
14369
14370         * modules/gc-hmac-md5-tests: New file.
14371
14372         * tests/test-gc-md5.c: New file.
14373
14374         * modules/gc-md5-tests: New file.
14375
14376 2005-10-13  Simon Josefsson  <jas@extundo.com>
14377
14378         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
14379         Move memory allocation outside of loop.
14380
14381 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
14384         intermediate directory is in a read-only file system.  Problem
14385         reported by Eric Blake.
14386
14387 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
14388
14389         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
14390
14391 2005-10-12  Simon Josefsson  <jas@extundo.com>
14392
14393         * tests/test-hmac-sha1.c: New file.
14394
14395         * modules/hmac-sha1-tests: New file.
14396
14397         * modules/hmac-sha1: New file.
14398
14399 2005-10-12  Simon Josefsson  <jas@extundo.com>
14400
14401         * modules/gc-sha1: New file.
14402
14403 2005-10-12  Simon Josefsson  <jas@extundo.com>
14404
14405         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
14406
14407         * tests/test-gc-pbkdf2-sha1.c: New file.
14408
14409 2005-10-12  Simon Josefsson  <jas@extundo.com>
14410
14411         * modules/gc-md5, modules/gc-hmac-md5: New files.
14412
14413         * modules/gc (Files): Remove md5, memxor and hmac files.
14414
14415 2005-10-12  Simon Josefsson  <jas@extundo.com>
14416
14417         * m4/gc-pbkdf2-sha1.m4: New file.
14418
14419         * m4/gc-hmac-sha1.m4: New file.
14420
14421         * m4/gc-sha1: New file.
14422
14423         * m4/hmac-sha1.m4: New file.
14424
14425 2005-10-12  Simon Josefsson  <jas@extundo.com>
14426
14427         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
14428
14429         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
14430
14431 2005-10-12  Simon Josefsson  <jas@extundo.com>
14432
14433         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
14434         suggested by Bruno Haible <bruno@clisp.org>.
14435
14436 2005-10-12  Simon Josefsson  <jas@extundo.com>
14437
14438         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
14439
14440 2005-10-12  Simon Josefsson  <jas@extundo.com>
14441
14442         * lib/gc-pbkdf2-sha1.c: New file.
14443
14444         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
14445
14446 2005-10-12  Simon Josefsson  <jas@extundo.com>
14447
14448         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
14449
14450         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
14451
14452 2005-10-12  Simon Josefsson  <jas@extundo.com>
14453
14454         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
14455         GC_USE_HMAC_MD5, respectively.
14456
14457         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
14458         (gc_md5): Fix typo.
14459
14460         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
14461
14462         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
14463
14464         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
14465
14466 2005-10-12  Bruno Haible  <bruno@clisp.org>
14467
14468         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
14469         Reported by Stepan Kasal <kasal@ucw.cz>.
14470
14471 2005-10-11  Simon Josefsson  <jas@extundo.com>
14472
14473         * tests/test-crc.c: New file.
14474
14475         * modules/crc, modules/crc-tests: New files.
14476
14477 2005-10-11  Simon Josefsson  <jas@extundo.com>
14478
14479         * m4/crc.m4: New file.
14480
14481 2005-10-11  Simon Josefsson  <jas@extundo.com>
14482
14483         * lib/gc.h: Add gc_hash and gc_hash_buffer.
14484
14485         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
14486
14487         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
14488
14489 2005-10-11  Simon Josefsson  <jas@extundo.com>
14490
14491         * lib/crc.h, lib/crc.c: New files.
14492
14493         * lib/gc.h (gc_hash_buffer): Add doc.
14494
14495 2005-10-11  Bruno Haible  <bruno@clisp.org>
14496
14497         * modules/c-strcasestr: New file.
14498         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
14499
14500 2005-10-11  Bruno Haible  <bruno@clisp.org>
14501
14502         * modules/c-strcase: New file.
14503         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
14504
14505 2005-10-11  Bruno Haible  <bruno@clisp.org>
14506
14507         * lib/strcasecmp.c: Include limits.h.
14508         (strcasecmp): Avoid integer overflow on exotic platforms.
14509         * lib/strncasecmp.c: Include limits.h.
14510         (strncasecmp): Avoid integer overflow on exotic platforms.
14511         Reported by Paul Eggert.
14512
14513 2005-10-11  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/c-strcasestr.h: New file, from GNU gettext.
14516         * lib/c-strcasestr.c: New file, from GNU gettext.
14517
14518 2005-10-11  Bruno Haible  <bruno@clisp.org>
14519
14520         * lib/c-strcase.h: New file, from GNU gettext.
14521         * lib/c-strcasecmp.c: New file, from GNU gettext.
14522         * lib/c-strncasecmp.c: New file, from GNU gettext.
14523
14524 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         * modules/mempcpy (License): GPL -> LGPL.
14527         * modules/strchrnul (License): Likewise.
14528         * modules/sysexits (License): Likewise.
14529
14530 2005-10-08  Simon Josefsson  <jas@extundo.com>
14531
14532         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
14533
14534 2005-10-07  Simon Josefsson  <jas@extundo.com>
14535
14536         * m4/memxor.m4: Remove gl_C_RESTRICT call.
14537
14538 2005-10-06  Simon Josefsson  <jas@extundo.com>
14539
14540         * tests/test-hmac-md5.c: New file.
14541
14542         * modules/hmac-md5-tests: New file.
14543
14544         * modules/hmac-md5: New file.
14545
14546 2005-10-06  Simon Josefsson  <jas@extundo.com>
14547
14548         * m4/hmac-md5.m4: New file.
14549
14550         * m4/memxor.m4: Require gl_C_RESTRICT.
14551
14552 2005-10-06  Simon Josefsson  <jas@extundo.com>
14553
14554         * lib/memxor.c (memxor): Avoid casts and warnings.
14555
14556 2005-10-06  Simon Josefsson  <jas@extundo.com>
14557
14558         * lib/hmac-md5.c: New file.
14559
14560         * lib/hmac.h: New file.
14561
14562 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
14565         promotes to int, not unsigned int, to catch the AIX 5.3
14566         compiler bug.
14567
14568 2005-10-05  Simon Josefsson  <jas@extundo.com>
14569
14570         * modules/memxor: New file.
14571
14572         * modules/iconv (Files): Move config.rpath to havelib, it is used
14573         there.
14574
14575         * modules/havelib (Files): Add config.rpath.
14576
14577 2005-10-05  Simon Josefsson  <jas@extundo.com>
14578
14579         * m4/memxor.m4: New file.
14580
14581 2005-10-05  Simon Josefsson  <jas@extundo.com>
14582
14583         * lib/memxor.c (memxor): Fix compiler error.
14584
14585         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
14586         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
14587
14588         * lib/memxor.h, lib/memxor.c: New files.
14589
14590         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
14591         we assume all systems have it, suggested by Jim Meyering
14592         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
14593         any systems lack sys/socket.h; mingw32 is known to lack it, but we
14594         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
14595         same reasons.
14596
14597 2005-10-05  Simon Josefsson  <jas@extundo.com>
14598
14599         * config/srclist.txt: Add glibc bug 1423 for md5.h.
14600
14601 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14602
14603         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
14604         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
14605         needed, since the source code now assumes these .h files.
14606
14607 2005-10-05  Derek Price  <derek@ximbiot.com>
14608
14609         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
14610
14611 2005-10-05  Bruno Haible  <bruno@clisp.org>
14612
14613         * modules/stdint (License): Change to LGPL.
14614
14615 2005-10-04  Simon Josefsson  <jas@extundo.com>
14616
14617         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
14618         D. Baushke" <mdb@gnu.org>.
14619
14620 2005-10-04  Bruno Haible  <bruno@clisp.org>
14621
14622         * lib/verify.h (verify_true): Provide alternative definition for C++.
14623
14624 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
14625
14626         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
14627         (SSIZE_MAX): New macro, if not already defined.
14628         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
14629         than 2 GiB.
14630
14631 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         Sync from coreutils.
14634         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
14635         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
14636         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
14637         ULLONG_MAX doesn't work with 2.7.2.1.
14638
14639 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14640
14641         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
14642         From Ben Pfaff.
14643
14644         * modules/exclude (Depends-on): Depend on verify.
14645         * modules/strtoimax (Depends-on): Likewise.
14646         * modules/utimecmp (Depends-on): Likewise.
14647
14648 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * lib/exclude.c: Include verify.h.
14651         (verify): Remove.  All callers changed to use verify.h's version.
14652         * lib/strtoimax.c: Likewise.
14653         * lib/utimecmp.c: Likewis.e
14654
14655         Sync from coreutils.
14656         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
14657         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
14658         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
14659         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
14660         bother returning ENOSYS if settimeofday or stime fails; just let
14661         them return whatever errno they want to return.
14662         * lib/utimens.c: Include unistd.h, for dup2.
14663         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
14664         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
14665
14666 2005-10-02  Jim Meyering  <jim@meyering.net>
14667
14668         Sync from coreutils.
14669         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
14670         from glibc-2.2.5 that fails for read-only files.
14671
14672 2005-10-02  Jim Meyering  <jim@meyering.net>
14673
14674         Sync from coreutils.
14675         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14676         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14677         `#if HAVE_CONFIG_H'.
14678         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14679         Remove AT_FDCWD test.
14680         Do not consume the fd unless successful.
14681         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14682         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14683         block, so that we don't even try to compile it if settimeofday is
14684         available.  This works around a compilation failure on OSF1 V5.1,
14685         due to stime requiring a `long int*' while tv_sec is `int'.
14686
14687 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14688
14689         Sync from coreutils.
14690         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14691         against `yes', rather than just testing for nonempty.
14692
14693 2005-10-01  Simon Josefsson  <jas@extundo.com>
14694
14695         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14696         and Darwin.
14697
14698         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14699         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14700         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14701         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14702         Check if struct addrinfo is declared.
14703
14704 2005-10-01  Simon Josefsson  <jas@extundo.com>
14705
14706         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14707         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14708         AI_* and EAI_* definitions.  Protect function declarations.
14709
14710 2005-10-01  Jim Meyering  <jim@meyering.net>
14711
14712         Sync from coreutils.
14713
14714         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14715         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14716         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14717         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14718         in the inet and nsl libraries.  Required on Solaris 5.7.
14719
14720 2005-10-01  Jim Meyering  <jim@meyering.net>
14721
14722         Sync from coreutils.
14723         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14724         in the inet and nsl libraries.  Required on Solaris 5.7.
14725
14726 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14727
14728         * lib/getdelim.c (getdelim): Remove unused variables.
14729
14730 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14733         so that the code works even with ancient cpp.  Portability problem
14734         with GCC 2.7.2.1 reported by Thomas M.Ott.
14735
14736 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14737
14738         * modules/regex (Depends-on): Add strcase.
14739
14740         * modules/gethostname (Licence): Change from GPL to LGPL, since
14741         gethostname.c is a trivial implementation of a standard library
14742         function.
14743         * modules/poll (License): Change from GPL to LGPL, since it's
14744         derived from LGPL code.
14745
14746 2005-09-27  Jim Meyering  <jim@meyering.net>
14747
14748         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14749         HAVE_CONFIG_H.
14750
14751         * lib/intprops.h (signed_type_or_expr__): Define.
14752         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14753         for unsigned types.
14754
14755 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         * lib/verify.h (verify_expr): Remove, replacing with:
14758         (verify_true): New macro that returns true instead of void.
14759         (verify_type__): Remove.
14760         (verify): Use verify_true rather than verify_type__.
14761
14762 2005-09-26  Bruno Haible  <bruno@clisp.org>
14763
14764         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14765         is necessary.
14766         (lib_SOURCES): Remove mbchar.c.
14767         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14768         (Files): Add m4/mbrtowc.m4.
14769         * modules/mbiter: Likewise.
14770         * modules/mbuiter: Likewise.
14771
14772 2005-09-26  Bruno Haible  <bruno@clisp.org>
14773
14774         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14775         compile mbchar.c if they are not both present.
14776         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14777         * m4/mbiter.m4 (gl_MBITER): Likewise.
14778         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14779         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14780         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14781
14782 2005-09-25  Jim Meyering  <jim@meyering.net>
14783
14784         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14785         also uses socklen_t.
14786
14787 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14788
14789         * lib/utimens.c (ENOSYS): Define if not already defined.
14790         (futimens): Support having a null PATH if the file descriptor
14791         is nonnegative.
14792
14793         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14794         Remove.
14795         (__attribute): Define to empty unless GCC 3.1 or later.
14796         This works around a core dump on OpenBSD 3.4, which has GCC
14797         2.95.3, which dumps core when given __attribute__(()).  It also
14798         simplifies other tests, since we really don't want to bother with
14799         worrying about which ancient version of GCC supported what.
14800         Original problem reported by Yoann Vandoorselaere, with part of
14801         the fix suggested by Derek Price.
14802
14803 2005-09-24  Jim Meyering  <jim@meyering.net>
14804
14805         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14806         so we can once again use a positive bitfield width of 1 -- now we
14807         don't have to explain why we were using a bitfield width of 2.
14808
14809 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14812         and similarly for the other external symbols.  Problem reported
14813         by James Gallager.
14814
14815         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14816         bug reported by Jim Meyering.
14817
14818         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14819         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14820         not needed, since socklen is a prerequisite module.
14821
14822 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14823
14824         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14825         Problem reported by Eric Blake.
14826         (getaddrinfo): Initialize se so that it's not garbage.
14827         Redo internal storage allocation so that it doesn't make unportable
14828         assumptions about alignment.
14829         Fix a memory leak.
14830
14831         * lib/utimens.c (futimens): Use futimesat if available.
14832         Prefer it to futimes since it doesn't have the futimes bug.
14833
14834         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14835         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14836         Instead, declare a function that returns a pointer to an array,
14837         and use verify_type__ to declare the size of the array.
14838         Problem and germ of a solution reported by Bruno Haible.
14839         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14840         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14841
14842 2005-09-23  Jim Meyering  <jim@meyering.net>
14843
14844         Sync from coreutils.
14845         Correct build failure (socklen_t not defined) on at least
14846         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14847         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14848
14849 2005-09-23  Jim Meyering  <jim@meyering.net>
14850
14851         * modules/getaddrinfo (Depends-on): Add socklen.
14852
14853 2005-09-23  Bruno Haible  <bruno@clisp.org>
14854
14855         * tests/test-verify.c: New file.
14856
14857 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14858
14859         Sync from coreutils.
14860
14861         * modules/argmatch (Depends-on): Add verify.
14862         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14863         unistd-safer.
14864         * modules/save-cwd (Depends-on): Likewise.
14865
14866         * modules/openat (Files): Add lib/openat-die.c.
14867         (Depends-on): Remove error, exitfail.
14868         Add dirname.
14869
14870         * modules/verify: New file.
14871         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14872         with "verify" module.
14873
14874 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14875
14876         Sync from coreutils.
14877
14878         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14879         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14880         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14881         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14882         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14883         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14884         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14885         Don't bother checking for string.h, stdlib.h, unistd.h.
14886         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14887         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14888         module's job.
14889         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14890         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14891
14892         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14893         (gl_GETDATE): Use it.
14894
14895         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14896
14897 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14898
14899         Sync from coreutils.
14900
14901         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14902         stat-time.h.
14903         * lib/argmatch.h: Include verify.h
14904         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14905         (ARGMATCH_ASSERT): Remove; unused.
14906         * lib/canonicalize.c: Assume STDC_HEADERS.
14907         * lib/exclude.c: Include "strcase.h".
14908         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14909         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14910         and stdio-safer.h.
14911         (getusershell): Call fopen, not fopen_safer.
14912         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14913         Do not include unistd-safer.h.
14914         (save_cwd): Don't call fd_safer; no longer needed
14915         now that we include fcntl--.h.
14916
14917         * lib/getdate.y (relative_time): New type.
14918         (RELATIVE_TIME_0): New constant.
14919         (parser_control): Use relative_time instead of doing it ourselves.
14920         (%union): Add new relative_time rel member.
14921         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14922         Now typeless.
14923         (relunit, relunit_snumber): Now of type rel.
14924         (zone, rel, relunit, get_date): Adjust to above changes.
14925
14926         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14927         Do not include unistd-safer.h.
14928         (getloadavg): Don't call fd_safer; no longer needed
14929         now that we include fcntl--.h.
14930
14931         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14932         (make_dir_parents): Treat ENOSYS like EEXIST.
14933
14934         Improve quality of diagnostics on restore_cwd failure.
14935         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14936         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14937         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14938         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14939         each time through the loop.  Do not diagnose restore_cwd failure;
14940         that is the caller's job (and perhaps the caller does not care).
14941
14942         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14943         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14944         If the file already exists but is not a directory, don't bother
14945         to try to make its parents.
14946         Close potential file descriptor leak if we can't chdir("/") (!).
14947         Don't always return true if chdir($PWD) fails; return true only
14948         if the requested action was done successfully (except for the
14949         chdir($PWD)).
14950         Don't log final directory unless we actually made it.
14951         Refactor to avoid duplicate code to fix up permissions.
14952         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14953
14954         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14955         to make it a bit faster and (I hope) clearer.
14956         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14957         Fix bug in formats like %2N.
14958
14959         * lib/verify.h: New file.
14960
14961 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         Sync from coreutils.
14964         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14965
14966 2005-09-22  Jim Meyering  <jim@meyering.net>
14967
14968         Sync from coreutils.
14969
14970         * m4/lstat.m4 (gl_FUNC_LSTAT):
14971         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14972         Remove obsolete comment.
14973         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14974         * m4/xstrtod.m4: Likewise.
14975
14976         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14977
14978 2005-09-22  Jim Meyering  <jim@meyering.net>
14979
14980         Sync from coreutils.
14981
14982         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14983
14984         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14985         the .tm_year member, since otherwise gcc-4.0 would now warn about
14986         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14987
14988         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14989         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14990
14991         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14992         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14993         when run in a time zone for which daylight savings time is in effect
14994         for the starting date.
14995
14996         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14997         stop us from restricting permissions of just-created absolute-named
14998         directories.
14999         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
15000         to restore initial working directory.
15001         * lib/mkdir-p.c (make_dir_parents): New parameter:
15002         different_working_dir, to tell caller if/when we change the working
15003         directory and are unable to return to the initial one.
15004         * lib/mkdir-p.h (make_dir_parents): Update prototype.
15005         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
15006         `return false'.  This fixes a bug introduced on 2004-07-30.
15007
15008         * lib/openat.c (fdopendir): Be sure to close the supplied
15009         file descriptor before returning.  This makes our replacement
15010         implementation a little closer to Solaris's, where fdopendir
15011         ties the file descriptor to the returned DIR* pointer.
15012         * lib/openat.c (unlinkat): New function.
15013         * lib/openat.h (unlinkat): Add prototype.
15014         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
15015         (openat_restore_fail): Rename from openat_restore_die.
15016         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
15017
15018         Provide an alternative to exiting immediately upon save_cwd or
15019         restore_cwd failure.  Now, an application can arrange e.g.,
15020         to perform a longjump in that case.
15021         * lib/openat.c: Include dirname.h.
15022         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
15023         (rpl_openat, fdopendir, fstatat): Call openat_save_die
15024         and openat_restore_die rather than calling error directly.
15025         Don't include "error.h" or "exitfail.h"; they're no longer needed.
15026
15027         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
15028         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
15029         define.
15030
15031         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
15032         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
15033                             int utc, int nanoseconds);
15034         Background:
15035         date should not have to allocate a megabyte of virtual memory to
15036         handle a format argument like +%1048575T.  When implemented with
15037         strftime, it must allocate such a buffer, use strftime to fill it
15038         in, print it, then free it.
15039         With fprintftime, it simply prints everything and exits.
15040         With no need for memory allocation, that's one fewer way to fail.
15041         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
15042         optional field width, not before, so we accept %9:z, not %:9z.
15043         (my_strftime): Be sure to use L_('x') for literals.
15044
15045         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
15046         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
15047         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
15048         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
15049         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
15050         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
15051         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
15052         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
15053         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
15054         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
15055         * lib/xgethostname.c, lib/xreadlink.c:
15056         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
15057
15058         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
15059         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
15060         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
15061         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15062         and don't include <sys/file.h>).
15063
15064 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
15065
15066         Sync from coreutils.
15067
15068         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
15069         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
15070         [!LDAV_DONE]: Avoid unused variable warning.
15071
15072 2005-09-21  Bruno Haible  <bruno@clisp.org>
15073
15074         * lib/unicodeio.h (unicode_to_mb): New declaration.
15075
15076 2005-09-20  Derek Price  <derek@ximbiot.com>
15077
15078         * lib/getaddrinfo.c: Don't include <netdb.h> included from
15079         getaddrinfo.h.
15080
15081 2005-09-20  Bruno Haible  <bruno@clisp.org>
15082
15083         * gnulib-tool: Remove trailing slashes from the values specified for
15084         --source-base, --m4-base, --tests-base, --aux-dir.
15085         Suggested by Simon Josefsson <jas@extundo.com>.
15086
15087 2005-09-20  Bruno Haible  <bruno@clisp.org>
15088
15089         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
15090         func_modules_to_filelist, func_import, func_create_testdir): Make all
15091         sorting results locale-independent, so that gnulib-cache.m4 doesn't
15092         change when gnulib-tool is invoked in a different locale.
15093
15094 2005-09-19  Simon Josefsson  <jas@extundo.com>
15095
15096         * m4/socklen.m4: Fix typo.
15097
15098 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15099
15100         Use a consistent style for including <config.h>.
15101         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
15102         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
15103         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
15104         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
15105         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
15106         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
15107         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
15108         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
15109         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
15110         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
15111         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
15112         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
15113         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
15114         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
15115         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
15116         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
15117         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
15118         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
15119         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
15120         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
15121         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
15122         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
15123         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
15124         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
15125         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
15126         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
15127         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
15128         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
15129         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
15130         lib/xstrtoumax.c, lib/yesno.c:
15131         Standardize inclusion of config.h.
15132         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
15133         lib/inttostr.h:  Removed inclusion of config.h from header files.
15134         * lib/inttostr.c:  Adjusted in-tree users.
15135         * lib/timespec.h: Remove superfluous warning to include config.h.
15136         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
15137         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
15138         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
15139         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
15140         config.h with HAVE_CONFIG_H.
15141
15142 2005-09-19  Jim Meyering  <jim@meyering.net>
15143
15144         * modules/pathmax (License): Change to LGPL.
15145
15146 2005-09-19  Derek Price  <derek@ximbiot.com>
15147
15148         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
15149
15150 2005-09-19  Bruno Haible  <bruno@clisp.org>
15151
15152         * gnulib-tool (import): Provide default for --tests-base.
15153
15154 2005-09-19  Bruno Haible  <bruno@clisp.org>
15155
15156         * doc/quote.texi: New file, extracted from gnulib.texi.
15157         * doc/ctime.texi: New file, extracted from gnulib.texi.
15158         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
15159         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
15160         * doc/gnulib.texi: Include them.
15161
15162 2005-09-18  Bruno Haible  <bruno@clisp.org>
15163
15164         Portability fix.
15165         * gnulib-tool (func_readlink): New function.
15166         (func_ln_if_changed): Use it.
15167
15168 2005-09-18  Bruno Haible  <bruno@clisp.org>
15169
15170         * gnulib-tool: Support --with-tests also with --import.
15171         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
15172         (func_import): Use variables $testsbase and $inctests. Emit a
15173         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
15174         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
15175         SUBDIRS += $testsdir.
15176         (func_create_testdir): Update.
15177
15178 2005-09-18  Bruno Haible  <bruno@clisp.org>
15179
15180         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
15181         instead of $dry_run.
15182         (func_cp_if_changed, func_mv_if_changed): Remove functions.
15183         (func_ln_if_changed): Don't handle dry-run here.
15184         (func_import): In dry-run mode, detect more precisely which actions
15185         would be performed, and don't use "...ing" verbs.
15186
15187 2005-09-18  Bruno Haible  <bruno@clisp.org>
15188
15189         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
15190         (func_import): Use join on two temporary files instead of three nested
15191         loops, in order to determine which files are new or old.
15192
15193 2005-09-18  Bruno Haible  <bruno@clisp.org>
15194
15195         * gnulib-tool (func_import): Comment out code that spits out the
15196         new files with --dry-run.
15197
15198 2005-09-18  Bruno Haible  <bruno@clisp.org>
15199
15200         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
15201
15202 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15203
15204         * lib/stat-time.h: New file.
15205         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
15206         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
15207         in a different way.
15208         (timespec_cmp): New function.
15209         * lib/utimecmp.c: Include stat-time.h.
15210         (SYSCALL_RESOLUTION): Depend on whether various struct stat
15211         members exist, not on the obsolescent ST_MTIM_NSEC.
15212         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
15213
15214 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
15217
15218 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         * MODULES.html.sh (File system functions): Add stat-time.
15221         * modules/stat-time: New file.
15222         * modules/timespec (Files): Remove m4/st_mtim.m4; this
15223         is now done in a different way, by the stat-time module.
15224         * modules/utimecmp (Depends-on): Add stat-time.
15225
15226 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         * m4/st_mtim.m4: Remove.  Superseded by...
15229         * m4/stat-time.m4: New file.
15230         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
15231         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
15232
15233 2005-09-15  Derek Price  <derek@ximbiot.com>
15234
15235         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
15236
15237 2005-09-15  Derek Price  <derek@ximbiot.com>
15238
15239         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
15240         * lib/regex_internal.c: Ditto, using this...
15241         (__GNUC_PREREQ): ...new macro.
15242         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
15243         using...
15244         (__GNUC_PREREQ): ...this new macro.
15245
15246         * lib/strstr.h: Include string.h. Define strstr as a macro here.
15247
15248 2005-09-15  Derek Price  <derek@ximbiot.com>
15249             Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
15252         changes, consolidating in...
15253         * lib/regex_internal.h: ...this file.
15254
15255 2005-09-13  Jim Meyering  <jim@meyering.net>
15256
15257         * lib/canon-host.c: Filter through gnu indent and reword comments
15258         slightly.
15259         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
15260
15261 2005-09-13  Derek Price  <derek@ximbiot.com>
15262
15263         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
15264         failure.
15265         Reported by Jim Meyering  <jim@meyering.net>.
15266
15267 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15268
15269         * lib/base64.c: Typo.
15270         (base64_encode): Put b64str in initialized data section.
15271
15272 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
15273
15274         Merge glibc and coreutils changes into gnulib, plus a few
15275         extra fixes.
15276         * lib/md5.c: Use #error rather than a string.
15277         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
15278         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
15279         (__attribute__): Define to empty for non recent-GCC.
15280         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
15281         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
15282         Renamed from their non-__ counterparts, with new macros replacing
15283         them if not _LIBC.  Add __THROW attribute.
15284         (rol): Remove.
15285         (struct md5_ctx): Align buffer if using GCC.
15286         * lib/sha1.h (struct sha1_ctx): Likewise.
15287         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
15288         The old name was backwards.
15289         (NOTSWAP): Remove; not used.
15290         (rol): New macro, moved here from md5.h.
15291         (sha1_process_block): Remove a FIXME that doesn't make sense.
15292
15293 2005-09-12  Derek Price  <derek@ximbiot.com>
15294
15295         Return usable errors from canon-host.
15296         * lib/canon-host.h: New file.
15297         * lib/canon-host.c (canon_host): Wrap...
15298         (canon_host_r): ...this new function, which now relies exclusively on
15299         getaddrinfo.
15300         (ch_strerror): New function.
15301         (last_cherror): New global.
15302         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
15303         interface.
15304         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
15305         void *.
15306         (freeaddrinfo): Free ai->ai_canonname when set.
15307
15308 2005-09-12  Derek Price  <derek@ximbiot.com>
15309
15310         Make canon-host require getaddrinfo.
15311         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
15312         AC_LIBSOURCE canon-host.h.  Call...
15313         (gl_PREREQ_CANON_HOST): ...this new function, which requires
15314         gl_GETADDRINFO.
15315         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
15316
15317 2005-09-12  Derek Price  <derek@ximbiot.com>
15318
15319         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
15320         LGPL.
15321         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
15322
15323 2005-09-12  Derek Price  <derek@ximbiot.com>
15324
15325         * lib/gai_strerror.c: Include config.h when available.  Include
15326         getaddrinfo.h before other headers to test interface.
15327         Reported by Larry Jones <lawrence.jones@ugs.com>.
15328
15329 2005-09-12  Derek Price  <derek@ximbiot.com>
15330             Paul Eggert  <eggert@cs.ucla.edu>
15331
15332         * modules/glob (Files): Add glob-libc.h.
15333
15334 2005-09-12  Derek Price  <derek@ximbiot.com>
15335             Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
15338         glob_.h, glob-libc.h.
15339         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
15340
15341 2005-09-12  Derek Price  <derek@ximbiot.com>
15342             Paul Eggert  <eggert@cs.ucla.edu>
15343
15344         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
15345         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
15346         protecting things that should be done only in gnulib contexts.
15347         * lib/glob_.h: New file, containing only the glob things needed for
15348         gnulib.
15349         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
15350         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
15351         (glob, globfree, glob_pattern_p): Now defined simply in terms of
15352         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
15353         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
15354         and to respect the namespace rules better.
15355
15356 2005-09-08  Simon Josefsson  <jas@extundo.com>
15357
15358         * modules/socklen: New file.
15359
15360 2005-09-08  Simon Josefsson  <jas@extundo.com>
15361
15362         * m4/socklen.m4: New file.
15363
15364 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * modules/utimens (Files): Add m4/utimbuf.m4, since
15367         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
15368         Reported by Sergey Poznyakoff.
15369
15370 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15371
15372         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
15373         definitions, since that's the preferred style in glibc.
15374         Fix a minor spacing issue, and update copyright notice to match
15375         glibc's.
15376
15377 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15378
15379         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
15380
15381 2005-09-06  Simon Josefsson  <jas@extundo.com>
15382
15383         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
15384         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
15385
15386 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
15389         warning.
15390
15391 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15392
15393         * config/srclist.txt: Add glibc bug 1302.
15394
15395 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
15396
15397         Change bitset word type from unsigned int to unsigned long int,
15398         as this has better performance on typical 64-bit hosts.
15399         Port bitset code to hosts with unusual word sizes.
15400         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
15401         (build_collating_symbol):
15402         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
15403         argument is a bitset.  This is merely a style issue, but it makes
15404         it clearer that an entire array is expected.
15405         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
15406         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
15407         Port to the case where bitset_word is not the same as unsigned int.
15408         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15409         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
15410         Likewise.
15411         * lib/regexec.c (check_dst_limits_calc_pos_1,
15412         check_subexp_matching_top):
15413         (build_trtable, group_nodes_into_DFAstates):
15414         Likewise.
15415         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
15416         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
15417         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
15418         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
15419         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
15420         * lib/regcomp.c (optimize_subexps, lower_subexp):
15421         Work even if bitset_word has holes in its bitwise representation.
15422         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
15423         * lib/regexec.c (check_dst_limits_calc_pos_1,
15424         check_subexp_matching_top):
15425         Likewise.
15426         * lib/regex_internal.c (re_string_reconstruct):
15427         Don't assume UCHAR_MAX == 255.
15428         * lib/regex_internal.h (bitset_set_all): Likewise.
15429         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
15430         All uses changed.
15431         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
15432         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
15433         All uses changed.
15434         (BITSET_WORD_MAX): New macro.
15435         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
15436         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
15437         (bitset_empty, bitset_copy):
15438         Prefer sizeof (bitset) to multiplying it out ourselves.
15439         (bitset_not_merge): Remove; unused.
15440         (bitset_contain): Return bool, not unsigned int with one bit on.
15441         All callers changed.
15442         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
15443         alignment than re_node_set; do this by defining a new internal
15444         type struct dests_alloc and using it to allocate memory.
15445
15446 2005-09-05  Bruno Haible  <bruno@clisp.org>
15447
15448         * gnulib-tool (func_import): Fix comparison in handling of symbolic
15449         links.
15450
15451 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
15452
15453         * modules/size_max (Makefile.am): Add size_max.h
15454
15455 2005-09-04  Derek Price  <derek@ximbiot.com>
15456
15457         * gnulib-tool (func_import): Fix reversed $symbolic logic.
15458
15459 2005-09-03  Simon Josefsson  <jas@extundo.com>
15460
15461         * gnulib-tool: Fix typo.
15462
15463 2005-09-03  Simon Josefsson  <jas@extundo.com>
15464
15465         * config/srclist.txt: Add glibc bug 1293.
15466
15467 2005-09-03  Derek Price  <derek@ximbiot.com>
15468
15469         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
15470         From Larry Jones <lawrence.jones@ugs.com>.
15471
15472 2005-09-02  Simon Josefsson  <jas@extundo.com>
15473
15474         * modules/socklen: New file.
15475
15476 2005-09-02  Simon Josefsson  <jas@extundo.com>
15477
15478         * modules/havelib: New module.
15479
15480         * modules/gettext, modules/iconv, modules/lock, modules/readline:
15481         Use havelib.
15482
15483 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15484
15485         Check for arithmetic overflow when calculating sizes, to prevent
15486         some buffer-overflow issues.  These patches are conservative, in the
15487         sense that when I couldn't determine whether an overflow was possible,
15488         I inserted a run-time check.
15489         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
15490         macros.
15491         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
15492         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
15493         (re_xnrealloc, re_x2nrealloc): New inline functions.
15494         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
15495         parse_bracket_exp):
15496         (build_equiv_class, build_charclass): Check for arithmetic overflow
15497         in size expression calculations.
15498         * lib/regex_internal.c (re_string_realloc_buffers):
15499         (build_wcs_upper_buffer, re_node_set_add_intersect):
15500         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
15501         (re_dfa_add_node, register_state): Likewise.
15502         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
15503         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
15504         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
15505         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
15506
15507 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
15508
15509         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15510         m4/ulonglong.m4.  Problem reported by Martin Lambers.
15511
15512 2005-09-02  Bruno Haible  <bruno@clisp.org>
15513
15514         Support for lib vs. lib64 distinction on biarch platforms.
15515         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
15516         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
15517         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
15518
15519 2005-09-02  Bruno Haible  <bruno@clisp.org>
15520
15521         * gnulib-tool (import): In the other first-use case, provide defaults
15522         as well.
15523
15524 2005-09-02  Bruno Haible  <bruno@clisp.org>
15525
15526         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
15527         patches not yet found in the latest gettext release.
15528
15529 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
15532         to avoid a collision with bits/local_lim.h in glibc.
15533         All uses changed.  Problem reported by Dmitry V. Levin in
15534         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
15535
15536         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
15537         bugs in int versus size_t comparisons.
15538         (re_string_context_at): Fix bug where the code assumed that
15539         Idx is signed.
15540
15541         Use bool where appropriate.
15542         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
15543         All callers changed.
15544         (calc_eclosure_iter): Likewise, for ROOT arg.
15545         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
15546         (build_charclass_op): Likewise, for NON_MATCH arg.
15547         * lib/regex_internal.c (re_string_allocate, re_string_construct):
15548         (re_string_construct_common): Likewise, for ICASE arg.
15549         * lib/regexec.c (re_search_2_stub, re_search_stub):
15550         Likewise, for RET_LEN arg.
15551         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
15552         (set_regs): Likewise, for FL_BACKTRACK arg.
15553         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
15554         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
15555         (calc_eclosure_iter, parse_bracket_exp):
15556         Use bool for internal variables that are booleans.
15557         * lib/regexec.c (re_search_internal, check_matching,
15558         proceed_next_node):
15559         (set_regs, build_sifted_states, sift_states_bkref):
15560         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
15561         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15562         (find_collation_sequence_value):
15563         Likewise.
15564         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
15565         (re_node_set_compare):
15566         Return bool, not int. All callers changed.
15567         * lib/regexec.c (check_halt_node_context, check_dst_limits):
15568         (build_trtable, check_node_accept): Likewise.
15569         * lib/regex_internal.h: Include stdbool.h.
15570
15571         Fix bugs uncovered when converting to bool.
15572         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
15573         failure instead of charging ahead blindly.
15574         * lib/regex_internal.c (register_state): Likewise.
15575         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
15576         for freeing internal storage.
15577         (group_nodes_into_DFA_states): Use unsigned int, not int, for
15578         bitset pieces used as boolean, to avoid undefined behavior
15579         on hosts that do int overflow checking.
15580
15581 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15582
15583         * config/srclist.txt: Add glibc bugs 1285-1287.
15584
15585 2005-09-01  Jim Meyering  <jim@meyering.net>
15586
15587         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
15588         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
15589         Require gl_STAT_MACROS, too.
15590
15591 2005-09-01  Bruno Haible  <bruno@clisp.org>
15592
15593         * gnulib-tool (import): In the first-use case, provide defaults.
15594
15595 2005-09-01  Bruno Haible  <bruno@clisp.org>
15596
15597         * gnulib-tool (func_import): Remove the .tmp files.
15598
15599 2005-09-01  Bruno Haible  <bruno@clisp.org>
15600
15601         * gnulib-tool (func_import): Fix handling of symbolic links.
15602
15603 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
15606         old glibc regex code mishandles strings longer than 2**31 bytes.
15607         This patch fixes this when the regex code is used in gnulib
15608         (i.e., outside glibc).
15609
15610         This patch should not affect the use of the regex code inside
15611         glibc.  No doubt this problem also needs to be handled for glibc
15612         as well, but the result will be an incompatible change to the
15613         glibc ABI, and the old ABI will have to be supported too.  That
15614         can be the the subject for another patch.
15615
15616         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
15617         governing whether the rest of this patch is active.  By default,
15618         the macro is disabled and the patch has no effect.
15619         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
15620         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
15621         (struct re_pattern_buffer, re_search, re_search_2, re_match):
15622         (re_match_2, re_set_registers): Use the new types.
15623         * lib/regex_internal.h (Idx, re_hashval_t): New types.
15624         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
15625         New macros.
15626         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
15627         (re_string_context_at, bin_tree_t, re_dfastate_t):
15628         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
15629         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
15630         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
15631         (re_string_char_size_at, re_string_wchar_at):
15632         (re_string_elem_size_at):
15633         Use the new types and macros to port to 64-bit hosts.
15634         Use unsigned types for internal values, so that the code
15635         mostly works even for arrays larger than SSIZE_MAX.
15636         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
15637         (search_duplicated_node, calc_eclosure_iter, fetch_number):
15638         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
15639         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
15640         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
15641         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
15642         (calc_inveclosure, parse_dup_op, build_range_exp):
15643         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
15644         (fetch_number, create_token_tree, mark_opt_subexp):
15645         Likewise.
15646         * lib/regex_internal.c (re_string_construct_common,
15647         create_ci_newstate):
15648         (create_cd_newstate, re_string_allocate, re_string_construct):
15649         (re_string_realloc_buffers, build_wcs_upper_buffer):
15650         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15651         (re_string_reconstruct, re_string_peek_byte_case):
15652         (re_string_fetch_byte_case, re_string_context_at):
15653         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15654         (re_node_set_init_copy, re_node_set_add_intersect):
15655         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15656         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15657         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15658         (re_acquire_state, re_acquire_state_context, register_state):
15659         Likewise.
15660         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
15661         search_cur_bkref_entry):
15662         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
15663         (re_search_internal, re_search_2_stub, re_search_stub)
15664         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
15665         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
15666         (update_cur_sifted_state, check_dst_limits):
15667         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15668         (check_subexp_limits, sift_states_bkref, merge_state_array):
15669         (check_subexp_matching_top, get_subexp, get_subexp_sub):
15670         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
15671         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15672         (expand_bkref_cache, check_node_accept_bytes):
15673         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15674         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15675         (acquire_init_state_context, check_halt_node_context):
15676         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15677         (sift_states_backward, clean_state_log_if_needed):
15678         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15679         (find_recover_state, transit_state_sb, transit_state_mb):
15680         (transit_state_bkref, build_trtable, match_ctx_clean):
15681         Likewise.
15682         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15683         to work around an assumption that REG_MISSING is negative.
15684
15685         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15686         (seek_collating_symbol_entry) [defined _LIBC]:
15687         (lookup_collation_sequence_value) [defined _LIBC]:
15688         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15689         Use prototypes rather than old-style function definitions.
15690         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15691         (transit_state_sb) [0]:
15692         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15693
15694         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15695         rm_eo.
15696
15697         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15698         (optimize_subexps, lower_subexp):
15699         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15700         since the signed shift might overflow.  Use 1u<<31 instead.
15701         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15702         Likewise.
15703         * lib/regexec.c (check_dst_limits_calc_pos_1,
15704         check_subexp_matching_top): Likewise.
15705
15706         * lib/regcomp.c (optimize_subexps, lower_subexp):
15707         Use CHAR_BIT rather than 8, for clarity.
15708         * lib/regexec.c (check_dst_limits_calc_pos_1):
15709         (check_subexp_matching_top): Likewise.
15710         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15711         have to worry about portability issues when shifting it left.
15712         Remove no-longer-needed test for table_size > 0.
15713         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15714         in a word, as the resulting behavior is undefined.
15715         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15716         in one case, a <= should have been an <, and in another case the
15717         whole test was missing.
15718         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15719         the standard name CHAR_BIT.
15720         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15721         this is not true on one's complement and signed-magnitude hosts.
15722
15723         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15724         next_last_offset.
15725         (struct re_dfa_t): Remove unused member states_alloc.
15726         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15727
15728 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15729
15730         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15731         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15732         and large-file glibc and in 32-bit large-file Solaris.
15733
15734 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15737         lengths fit in regoff_t; this isn't true if regoff_t is the same
15738         width as size_t.
15739         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15740         (= START + RANGE) instead of RANGE.  This avoids overflow
15741         problems when regoff_t is the same width as size_t.
15742         All callers changed.
15743         (re_search_2_stub): Check for overflow when adding the
15744         sizes of the two strings.
15745         (re_search_stub): Check for overflow when adding START
15746         to RANGE; if it occurs, substitute the extreme value.
15747
15748 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15751
15752 2005-08-31  Jim Meyering  <jim@meyering.net>
15753
15754         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15755         a pointer-to-const.
15756         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15757         (register_state): Likewise.
15758         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15759         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15760         (group_nodes_into_DFAstates): Likewise.
15761
15762 2005-08-31  Jim Meyering  <jim@meyering.net>
15763
15764         * check-module: Add a FIXME comment.
15765
15766 2005-08-31  Eric Blake  <ebb9@byu.net>
15767
15768         * modules/unistd-safer (Files): Add unistd--.h.
15769         * modules/stdio-safer (Files): Add stdio--.h.
15770
15771 2005-08-31  Derek Price  <derek@ximbiot.com>
15772
15773         * lib/getdelim.c (getdelim): Return EOF on EOF.
15774         Reported by Larry Jones <lawrence.jones@ugs.com>.
15775
15776 2005-08-31  Bruno Haible  <bruno@clisp.org>
15777
15778         Avoid unnecessary diffs in the generated lib/Makefile.am.
15779         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15780         the generated files.
15781         (func_import): Don't set cmd.
15782
15783 2005-08-31  Bruno Haible  <bruno@clisp.org>
15784
15785         * lib/strstr.c: Include <stddef.h>, for NULL.
15786         * lib/strcasestr.c: Likewise.
15787         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15788
15789 2005-08-31  Bruno Haible  <bruno@clisp.org>
15790
15791         * gnulib-tool: New option --macro-prefix.
15792         (func_import): Use macro_prefix.
15793         (import): Handle option --macro-prefix.
15794
15795 2005-08-31  Bruno Haible  <bruno@clisp.org>
15796
15797         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15798         Also use new variables cached_lgpl, cached_libtool.
15799
15800 2005-08-31  Bruno Haible  <bruno@clisp.org>
15801
15802         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15803         always instantiating them.
15804
15805 2005-08-31  Bruno Haible  <bruno@clisp.org>
15806
15807         * gnulib-tool (func_import): Read the previous cached settings
15808         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15809         earlier added by gnulib but are now dropped. Warn when a gnulib file
15810         overwrites a non-gnulib file.
15811
15812 2005-08-31  Bruno Haible  <bruno@clisp.org>
15813
15814         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15815         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15816         projects that don't keep autogenerated files in CVS. Put into
15817         actioncmd only the specified modules, not the transitive closure.
15818
15819 2005-08-31  Bruno Haible  <bruno@clisp.org>
15820
15821         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15822         Create directories that shall be filled.
15823         (import): Don't look for gl_* macros in configure.ac. Recurse across
15824         all directories containing a gnulib-cache.m4 files, if meaningful.
15825
15826 2005-08-31  Bruno Haible  <bruno@clisp.org>
15827
15828         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15829         (import): Set seen_libtool when we see gl_LIBTOOL.
15830
15831 2005-08-31  Bruno Haible  <bruno@clisp.org>
15832
15833         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15834         declaration macro definitions from generated gnulib.m4.
15835
15836 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15837
15838         * lib/iconvme.h: Add prototype for iconv_alloc.
15839
15840 2005-08-29  Simon Josefsson  <jas@extundo.com>
15841
15842         * lib/iconvme.c: Fix errno.
15843
15844 2005-08-29  Bruno Haible  <bruno@clisp.org>
15845
15846         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15847         that it works when the directory contains spaces.
15848
15849 2005-08-29  Bruno Haible  <bruno@clisp.org>
15850
15851         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15852
15853 2005-08-29  Bruno Haible  <bruno@clisp.org>
15854
15855         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15856         Emit more advice.
15857
15858 2005-08-29  Bruno Haible  <bruno@clisp.org>
15859         and Stepan Kasal  <kasal@ucw.cz>
15860
15861         * check-module: If more parameters are given, check each of them
15862         separately; add more exceptions, as noted by Jim Meyering.
15863         (check_module): New procedure.
15864         (%exempt_header): Now contains all exceptions.
15865
15866 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15867
15868         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15869
15870 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15871
15872         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15873
15874 2005-08-28  Bruno Haible  <bruno@clisp.org>
15875
15876         * m4/gnulib-tool.m4: New file.
15877
15878 2005-08-27  Jim Meyering  <jim@meyering.net>
15879
15880         * modules/unistd-safer (Files): Add pipe-safer.c.
15881         * modules/fcntl-safer (Files): Add creat-safer.c.
15882
15883 2005-08-27  Jim Meyering  <jim@meyering.net>
15884
15885         * m4/stdlib-safer.m4: New file.  From coreutils.
15886         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15887         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15888         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15889         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15890         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15891
15892 2005-08-27  Jim Meyering  <jim@meyering.net>
15893
15894         * lib/fopen-safer.c: Merge minor changes from coreutils.
15895         * lib/dup-safer.c: Likewise.
15896         * lib/fd-safer.c: Likewise.
15897
15898         Merge from coreutils.
15899         * lib/stdio--.h: New file.
15900         * lib/stdlib--.h: New file.
15901         * lib/mkstemp-safer.c: New file.
15902
15903         GNU tar needs these.
15904         * lib/pipe-safer.c: New file.
15905         * lib/creat-safer.c: New file.
15906         * lib/fcntl--.h (creat): Define to creat_safer.
15907         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15908         * lib/unistd--.h (pipe): Define to pipe_safer.
15909         * lib/unistd-safer.h: Declare pipe_safer.
15910
15911 2005-08-26  Simon Josefsson  <jas@extundo.com>
15912
15913         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15914         Haible <bruno@clisp.org>.
15915
15916 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15917
15918         * lib/regex_internal.h: Remove all references to
15919         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15920         or better.
15921         (bitset_not, bitset_merge, bitset_not_merge):
15922         (bitset_mask, re_string_allocate, re_string_construct):
15923         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15924         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15925         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15926         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15927         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15928         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15929         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15930         (re_acquire_state_context):
15931         Remove unnecessary forward decls.
15932         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15933         Put __attribute at function definition,
15934         now that the function decl has been removed.
15935         * lib/regex_internal.c (re_string_peek_byte_case):
15936         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15937         Likewise.
15938
15939 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15940
15941         * m4/regex.m4: Add AC_PREREQ(2.50).
15942         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15943
15944 2005-08-25  Simon Josefsson  <jas@extundo.com>
15945
15946         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15947         __fsetlocking.
15948
15949 2005-08-25  Simon Josefsson  <jas@extundo.com>
15950
15951         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15952         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15953         GLIBC specific code.
15954
15955 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15956
15957         Make regex safe for g++.  This fixes one real bug (an "err"
15958         that should have been "*err").  g++ problem reported by
15959         Sam Steingold.
15960         * lib/regex_internal.h (re_calloc): New macro, consistent with
15961         re_malloc etc.  All callers of calloc changed to use re_calloc.
15962         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15963         not int.  All callers changed.
15964         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15965         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15966         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15967         (find_recover_state): Change "err" to "*err"; this fixes what
15968         appears to be a real bug.
15969         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15970         versus int.
15971
15972 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15973
15974         * modules/regex (Depends-on): Add malloc, since the code
15975         assumes that !malloc(0) means failure.
15976
15977 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15978
15979         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15980
15981         alloca modernization/simplification for regex.
15982         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15983         needs to be at the start of the file, and can be moved into
15984         regex_internal.h and simplified.
15985         * lib/regex_internal.h: Include <alloca.h>.
15986         (__libc_use_alloca) [!defined _LIBC]: New macro.
15987         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15988         now works outside glibc.
15989
15990 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * config/srclist.txt: Add glibc bugs 1241, 1245.
15993
15994 2005-08-25  Jim Meyering  <jim@meyering.net>
15995
15996         * lib/open-safer.c: Include <config.h>.
15997         Otherwise, we'd lose LARGEFILE support in any file using
15998         e.g. "fcntl--.h"
15999
16000 2005-08-25  Bruno Haible  <bruno@clisp.org>
16001
16002         * m4/minmax.m4: Require autoconf 2.52.
16003         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
16004         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
16005         alternatives of translit over the alphabet.
16006         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
16007
16008 2005-08-24  Simon Josefsson  <jas@extundo.com>
16009
16010         * tests/test-getpass.c: New file.
16011
16012 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
16015         for GNU regex features.
16016
16017 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
16020         * lib/regex.h (regerror): Likewise.
16021
16022         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
16023         requires this.  (The code never needed it.)
16024
16025         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
16026         All uses of recently-renamed identifiers changed to use the new,
16027         POSIX-compliant names.  The code will build and run just fine
16028         without these changes, but it's better to eat our own dog food
16029         and use the standard-conforming names.
16030
16031         * lib/regex.h: Fix a multitude of POSIX name space violations.
16032         These changes have an effect only for programs that define
16033         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
16034         do not change anything for programs compiled in the normal way.
16035         Also, there is no effect on the ABI.
16036
16037         (_REGEX_SOURCE): New macro.
16038         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
16039         defined and _GNU_SOURCE is not; this fixes a name space violation.
16040
16041         Rename the following macros to obey POSIX requirements.
16042         The old names are still visible as macros if _REGEX_SOURCE is defined.
16043         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
16044         RE_BACKSLASH_ESCAPE_IN_LISTS.
16045         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
16046         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
16047         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
16048         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
16049         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
16050         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
16051         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
16052         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
16053         (REG_INTERVALS): renamed from RE_INTERVALS.
16054         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
16055         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
16056         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
16057         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
16058         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
16059         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
16060         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
16061         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
16062         RE_UNMATCHED_RIGHT_PAREN_ORD.
16063         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
16064         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
16065         (REG_DEBUG): renamed from RE_DEBUG.
16066         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
16067         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
16068         unusual, since we can't clash with the POSIX REG_ICASE.
16069         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
16070         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
16071         (REG_NO_SUB): renamed from RE_NO_SUB.
16072         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
16073         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
16074         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
16075         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
16076         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
16077         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
16078         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
16079         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
16080         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
16081         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
16082         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
16083         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
16084         RE_SYNTAX_POSIX_MINIMAL_BASIC.
16085         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
16086         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
16087         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
16088         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
16089         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
16090         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
16091         (REG_FIXED): Renamed from REGS_FIXED.
16092         (REG_NREGS): Renamed from RE_NREGS.
16093
16094         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
16095         of other REG_* macros, since POSIX says the user is allowed to
16096         #undef these macros selectively.
16097
16098         (reg_errcode_t): Update comment stating what other tables need
16099         to be consistent.
16100
16101         Rename the following enum values to obey POSIX requirements.
16102         The old names are still visible as macros.
16103         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
16104         is not defined, since GNU is supposed to be a superset of POSIX as
16105         much as possible, and since we want reg_errcode_t to be a signed
16106         type for implementation consistency.
16107         (_REG_NOERROR): Renamed from REG_NOERROR.
16108         (_REG_NOMATCH): Renamed from REG_NOMATCH.
16109         (_REG_BADPAT): Renamed from REG_BADPAT.
16110         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
16111         (_REG_ECTYPE): Renamed from REG_ECTYPE.
16112         (_REG_EESCAPE): Renamed from REG_EESCAPE.
16113         (_REG_ESUBREG): Renamed from REG_ESUBREG.
16114         (_REG_EBRACK): Renamed from REG_EBRACK.
16115         (_REG_EPAREN): Renamed from REG_EPAREN.
16116         (_REG_EBRACE): Renamed from REG_EBRACE.
16117         (_REG_BADBR): Renamed from REG_BADBR.
16118         (_REG_ERANGE): Renamed from REG_ERANGE.
16119         (_REG_ESPACE): Renamed from REG_ESPACE.
16120         (_REG_BADRPT): Renamed from REG_BADRPT.
16121         (_REG_EEND): Renamed from REG_EEND.
16122         (_REG_ESIZE): Renamed from REG_ESIZE.
16123         (_REG_ERPAREN): Renamed from REG_ERPAREN.
16124         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
16125         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
16126         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
16127         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
16128
16129         (_REG_RE_NAME, _REG_RM_NAME): New macros.
16130         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
16131         changed.  But support the old name if the new one is not defined
16132         and if _REGEX_SOURCE.
16133
16134         Change the following member names in struct re_pattern_buffer.
16135         The old names are still supported if !_REGEX_SOURCE.
16136         The new names are always supported, regardless of _REGEX_SOURCE.
16137         (re_buffer): Renamed from buffer.
16138         (re_allocated): Renamed from allocated.
16139         (re_used): Renamed from used.
16140         (re_syntax): Renamed from syntax.
16141         (re_fastmap): Renamed from fastmap.
16142         (re_translate): Renamed from translate.
16143         (re_can_be_null): Renamed from can_be_null.
16144         (re_regs_allocated): Renamed from regs_allocated.
16145         (re_fastmap_accurate): Renamed from fastmap_accurate.
16146         (re_no_sub): Renamed from no_sub.
16147         (re_not_bol): Renamed from not_bol.
16148         (re_not_eol): Renamed from not_eol.
16149         (re_newline_anchor): Renamed from newline_anchor.
16150
16151         Change the following member names in struct re_registers.
16152         The old names are still supported if !_REGEX_SOURCE.
16153         The new names are always supported, regardless of _REGEX_SOURCE.
16154         (rm_num_regs): Renamed from num_regs.
16155         (rm_start): Renamed from start.
16156         (rm_end): Renamed from end.
16157
16158         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
16159         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
16160         Prepend __ to parameter names.
16161
16162         Undo yesterday's changes.
16163
16164 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16165
16166         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
16167         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
16168         lib/regex.c.
16169
16170 2005-08-24  Jim Meyering  <jim@meyering.net>
16171
16172         Sync from coreutils.
16173         * m4/fcntl-safer.m4: New file.
16174
16175         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
16176         and object files for this module.
16177
16178 2005-08-24  Jim Meyering  <jim@meyering.net>
16179
16180         Sync from coreutils.
16181         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
16182
16183 2005-08-24  Jim Meyering  <jim@meyering.net>
16184
16185         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
16186         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
16187
16188 2005-08-24  Jim Meyering  <jim@meyering.net>
16189
16190         * modules/fcntl-safer: New module.
16191         * modules/fts (Depends-on): Add fcntl-safer.
16192         * MODULES.html.sh (File descriptor based Input/Output):
16193         Add fcntl-safer.
16194
16195 2005-08-24  Bruno Haible  <bruno@clisp.org>
16196
16197         Support for unit test modules.
16198         * modules/README: Mention tests modules.
16199         * modules/TEMPLATE-TESTS: New file.
16200         * gnulib-tool: New options --extract-tests-module, --with-tests and
16201         --tests-base (unused for the moment).
16202         (testsbase, inctests): New variables.
16203         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
16204         (func_verify_module): Exclude TEMPLATE-TESTS.
16205         (func_verify_nontests_module, func_verify_tests_module): New functions.
16206         (func_get_dependencies): Add implicit dependency for tests modules.
16207         (func_get_tests_module): New function.
16208         (func_modules_transitive_closure): When --with-tests was specified,
16209         include the unit tests as well, unless explicitly avoided.
16210         (func_emit_lib_Makefile_am): Ignore the tests modules here.
16211         (func_emit_tests_Makefile_am): New function.
16212         (func_create_testdir): When --with-tests was specified, emit a
16213         tests/ directory.
16214         * MODULES.html.sh (Future developments): Update.
16215
16216 2005-08-24  Bruno Haible  <bruno@clisp.org>
16217
16218         * modules/tls-tests: New file.
16219         * tests/test-tls.c: New file, from GNU gettext.
16220
16221 2005-08-24  Bruno Haible  <bruno@clisp.org>
16222
16223         * modules/lock-tests: New file.
16224         * tests/test-lock.c: New file, from GNU gettext.
16225
16226 2005-08-24  Bruno Haible  <bruno@clisp.org>
16227
16228         * lib/lock.h: Add multiple inclusion guard.
16229         * lib/tls.h: Add multiple inclusion guard.
16230
16231 2005-08-24  Bruno Haible  <bruno@clisp.org>
16232
16233         * gnulib-tool: Add support for the --aux-dir option to
16234         --create-testdir, --create-megatestdir, --test, --megatest.
16235         (func_create_testdir, func_create_megatestdir): Optionally emit a
16236         AC_CONFIG_AUX_DIR directive.
16237         (create-testdir, create-megatestdir, test, megatest): Provide a
16238         default value for $auxdir.
16239
16240 2005-08-24  Bruno Haible  <bruno@clisp.org>
16241
16242         * gnulib-tool (import): Use compound statement instead of subshell
16243         where possible.
16244
16245 2005-08-24  Bruno Haible  <bruno@clisp.org>
16246
16247         * gnulib-tool (import): Change --aux-dir default to "build-aux".
16248
16249 2005-08-24  Bruno Haible  <bruno@clisp.org>
16250
16251         * gnulib-tool (func_version): Update.
16252
16253 2005-08-24  Bruno Haible  <bruno@clisp.org>
16254
16255         * gnulib-tool (func_import, func_create_testdir,
16256         func_create_megatestdir): Quote all autoconf macro arguments.
16257
16258 2005-08-24  Bruno Haible  <bruno@clisp.org>
16259
16260         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
16261         option --force, because --force causes the aclocal.m4 of each
16262         subdirectory to be newer than the corresponding config.h.in.
16263
16264 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
16267         All contents moved to gl_REGEX.
16268         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
16269         assume that it does.
16270
16271 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * lib/regex.h (REG_NOSYS)
16274         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
16275         Define, since POSIX requires it as of 2001.
16276         (_REG_ENOSYS)
16277         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
16278         New private symbol, used to keep the enum signed in all cases.
16279         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
16280         Youngman in
16281         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
16282
16283         * lib/regex_internal.c (re_string_skip_chars, register_state):
16284         (calc_state_hash):
16285         Remove forward decls; no longer needed now that we use prototypes.
16286         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
16287         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
16288         (clean_state_log_if_needed): Likewise.
16289
16290 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16291
16292         * config/srclist.txt: Add glibc bugs 1231-1233.
16293
16294 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         Fix problems reported by Sam Steingold in
16297         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
16298         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
16299         assumed that reg_errcode_t is a signed type, which is not
16300         necessarily true if _XOPEN_SOURCE is not defined.
16301         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
16302         since some compilers warn about it otherwise.
16303
16304 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16305
16306         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
16307         (init_word_char, create_initial_state, duplicate_node_closure):
16308         (fetch_token, peek_token_bracket, build_range_exp):
16309         (build_collating_symbol): Remove forward decls; no longer needed
16310         now that we use prototypes.
16311
16312         * lib/regcomp.c:
16313         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
16314         (re_compile_fastmap_iter, regcomp, regerror, regfree):
16315         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
16316         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
16317         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
16318         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
16319         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
16320         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
16321         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
16322         (build_range_exp, build_collating_symbol, parse_bracket_exp):
16323         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
16324         (build_charclass, build_charclass_op, fetch_number, create_tree):
16325         (create_token_tree, mark_opt_subexp, duplicate_tree):
16326         Use prototypes rather than old-style definitions.
16327
16328         * lib/regex_internal.c:
16329         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
16330         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
16331         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16332         (re_string_reconstruct, re_string_peek_byte_case):
16333         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
16334         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16335         (re_node_set_init_copy, re_node_set_add_intersect):
16336         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16337         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16338         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16339         (re_acquire_state, re_acquire_state_context, register_state):
16340         (create_ci_newstate, create_cd_newstate, free_state):
16341         Likewise.
16342         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
16343         re_search_2):
16344         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
16345         (re_search_internal, prune_impossible_nodes):
16346         (acquire_init_state_context, check_matching, static):
16347         (check_halt_node_context, check_halt_state_context, proceed_next_node):
16348         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
16349         (update_regs, sift_states_backward, build_sifted_states):
16350         (clean_state_log_if_needed, merge_state_array):
16351         (update_cur_sifted_state, add_epsilon_src_nodes):
16352         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
16353         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
16354         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
16355         (find_recover_state, check_subexp_matching_top, transit_state_mb):
16356         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
16357         (check_arrival, check_arrival_add_next_nodes):
16358         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16359         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16360         (check_node_accept_bytes, check_node_accept, extend_buffers):
16361         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
16362         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
16363         (sift_ctx_init):
16364         Likewise.
16365
16366         * lib/regex_internal.h:
16367         (re_string_allocate, re_string_construct, re_string_reconstruct):
16368         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
16369         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
16370         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
16371         (re_string_context_at, re_string_peek_byte_case):
16372         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
16373         is defined, since we now use prototypes always.
16374
16375         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
16376         C89 or better.  All uses removed.
16377
16378 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         * config/srclist.txt: Add glibc bugs 1220-1227.
16381
16382 2005-08-20  Jim Meyering  <jim@meyering.net>
16383
16384         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
16385         of unused local, dfa.
16386
16387 2005-08-20  Bruno Haible  <bruno@clisp.org>
16388
16389         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
16390
16391 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
16394         (re_node_set_insert_last, re_dfa_add_node):
16395         Rename local variables to avoid GCC shadowing warnings.
16396
16397 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16398
16399         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
16400         [defined lint]: Suppress bogus uninitialized-variable warnings.
16401
16402         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
16403         and let the caller return REG_ESPACE if out of space.  This
16404         removes an uninitialied-variable warning with GCC 4.0.1, and also
16405         avoids taking the address of a local variable.  All callers
16406         changed.
16407
16408 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16409
16410         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
16411         $LIBCSRC/posix/regexec.c.
16412         Add glibc bug 1217 for regcomp.c.
16413
16414 2005-08-19  Jim Meyering  <jim@meyering.net>
16415
16416         * lib/regexec.c (proceed_next_node): Redo local variables to
16417         avoid GCC shadowing warnings.
16418
16419 2005-08-18  Bruno Haible  <bruno@clisp.org>
16420
16421         * lib/strstr.c (strstr): Fix return value in multibyte case.
16422         * lib/strcasestr.c (strcasestr): Likewise.
16423
16424 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
16427
16428 2005-08-17  Jim Meyering  <jim@meyering.net>
16429
16430         Make the %s format (seconds since the epoch) work for a negative
16431         number and when used with a zero-padded field width, e.g. %015s.
16432
16433         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
16434         label so that it precedes the code to set `digits'.  Otherwise,
16435         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
16436         print `00-22'.  Now, it prints `-0022', as it should.
16437
16438 2005-08-17  Bruno Haible  <bruno@clisp.org>
16439
16440         * modules/strstr (Files): Add m4/mbrtowc.m4.
16441         (Depends-on): Add mbuiter.
16442
16443 2005-08-17  Bruno Haible  <bruno@clisp.org>
16444
16445         * modules/strcasestr: New file.
16446         * MODULES.html.sh (String handling, based on ANSI C 89): Add
16447         strcasestr.
16448
16449 2005-08-17  Bruno Haible  <bruno@clisp.org>
16450
16451         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
16452
16453 2005-08-17  Bruno Haible  <bruno@clisp.org>
16454
16455         * modules/mbuiter: New file.
16456         * MODULES.html.sh (Extended multibyte and wide character utilities):
16457         Add mbuiter.
16458
16459 2005-08-17  Bruno Haible  <bruno@clisp.org>
16460
16461         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
16462         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
16463
16464 2005-08-17  Bruno Haible  <bruno@clisp.org>
16465
16466         * m4/strcasestr.m4: New file.
16467
16468 2005-08-17  Bruno Haible  <bruno@clisp.org>
16469
16470         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
16471         * lib/strstr.c: Completely rewritten, with multibyte locale support.
16472
16473 2005-08-17  Bruno Haible  <bruno@clisp.org>
16474
16475         * lib/strcasestr.h: New file.
16476         * lib/strcasestr.c: New file.
16477
16478 2005-08-17  Bruno Haible  <bruno@clisp.org>
16479
16480         * lib/strcasecmp.c: Use mbuiter.h.
16481
16482 2005-08-17  Bruno Haible  <bruno@clisp.org>
16483
16484         * lib/mbuiter.h: New file.
16485
16486 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16487
16488         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
16489         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
16490         and gl_GETOPT are both invoked via different paths (as happens
16491         with GNU tar CVS because it uses both argp and getopt), the former
16492         wins.
16493
16494 2005-08-16  Bruno Haible  <bruno@clisp.org>
16495
16496         * modules/tls: New file.
16497         * MODULES.html.sh (Multithreading): Add tls.
16498
16499 2005-08-16  Bruno Haible  <bruno@clisp.org>
16500
16501         * modules/strnlen1: New file.
16502         * MODULES.html.sh (String handling): Add strnlen1.
16503
16504 2005-08-16  Bruno Haible  <bruno@clisp.org>
16505
16506         * modules/strcase (Files): Add m4/mbrtowc.m4.
16507         (Depends-on): Add strnlen1, mbchar.
16508
16509 2005-08-16  Bruno Haible  <bruno@clisp.org>
16510
16511         * modules/mbiter: New file.
16512         * MODULES.html.sh (Extended multibyte and wide character utilities):
16513         Add mbiter.
16514
16515 2005-08-16  Bruno Haible  <bruno@clisp.org>
16516
16517         * modules/mbfile: New file.
16518         * MODULES.html.sh (Extended multibyte and wide character utilities):
16519         Add mbfile.
16520
16521 2005-08-16  Bruno Haible  <bruno@clisp.org>
16522
16523         * modules/mbchar: New file.
16524         * MODULES.html.sh (Extended multibyte and wide character utilities):
16525         New section.
16526
16527 2005-08-16  Bruno Haible  <bruno@clisp.org>
16528
16529         * m4/tls.m4: New file, from GNU gettext.
16530
16531 2005-08-16  Bruno Haible  <bruno@clisp.org>
16532
16533         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
16534         always.
16535         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
16536
16537 2005-08-16  Bruno Haible  <bruno@clisp.org>
16538
16539         * m4/mbiter.m4: New file.
16540
16541 2005-08-16  Bruno Haible  <bruno@clisp.org>
16542
16543         * m4/mbfile.m4: New file.
16544
16545 2005-08-16  Bruno Haible  <bruno@clisp.org>
16546
16547         * m4/mbchar.m4: New file.
16548
16549 2005-08-16  Bruno Haible  <bruno@clisp.org>
16550
16551         * lib/tls.h: New file, from GNU gettext.
16552         * lib/tls.c: New file, from GNU gettext.
16553
16554 2005-08-16  Bruno Haible  <bruno@clisp.org>
16555
16556         * lib/strnlen1.h: New file.
16557         * lib/strnlen1.c: New file.
16558
16559 2005-08-16  Bruno Haible  <bruno@clisp.org>
16560
16561         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
16562         (mbi_init): Update.
16563         (mbi_avail, mbi_advance): Let the iteration end before the terminating
16564         NUL byte, not after it.
16565
16566 2005-08-16  Bruno Haible  <bruno@clisp.org>
16567
16568         * lib/strcase.h (strcasecmp): Add note in comments.
16569         * lib/strncasecmp.c: Use code from strcasecmp.c.
16570         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
16571         (strcasecmp): Work correctly in multibyte locales.
16572
16573 2005-08-16  Bruno Haible  <bruno@clisp.org>
16574
16575         * lib/mbiter.h: New file.
16576
16577 2005-08-16  Bruno Haible  <bruno@clisp.org>
16578
16579         * lib/mbfile.h: New file.
16580
16581 2005-08-16  Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/mbchar.h: New file.
16584         * lib/mbchar.c: New file.
16585
16586 2005-08-16  Bruno Haible  <bruno@clisp.org>
16587
16588         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
16589         the valid ones. Makes the comparison operations transitive:
16590         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
16591         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
16592
16593 2005-08-15  Simon Josefsson  <jas@extundo.com>
16594
16595         * modules/ssize_t (License): Change to 'unlimited'.
16596
16597         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
16598
16599 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
16602         Add comments for each pending glibc patch.
16603
16604 2005-08-15  Bruno Haible  <bruno@clisp.org>
16605
16606         * lib/regex.h (__restrict_arr): Don't define to __restrict if
16607         __cplusplus is defined.
16608
16609 2005-08-14  Jim Meyering  <jim@meyering.net>
16610
16611         Sync from coreutils.
16612
16613         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
16614         Use the hash-table-based cycle-detection code not just when
16615         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
16616         Reported by James Youngman in
16617         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
16618         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
16619         FTS_TIGHT_CYCLE_CHECK.
16620         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
16621         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
16622         once again.
16623         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
16624         * lib/fts.c (fd_safer): Remove decl.
16625         Include fcntl--.h rather than unistd-safer.h
16626         (fts_safe_changedir): Don't call fd_safer; no longer needed
16627         now that we include fcntl--.h.
16628
16629 2005-08-12  Simon Josefsson  <jas@extundo.com>
16630
16631         * modules/getndelim2: Use ssize_t module.
16632         * modules/getnline: Likewise.
16633         * modules/safe-read: Likewise.
16634         * modules/xreadlink: Likewise.
16635
16636         * modules/ssize_t: New file.
16637
16638 2005-08-12  Simon Josefsson  <jas@extundo.com>
16639
16640         * m4/readline.m4: Look for termcap, curses or ncurses if required.
16641
16642 2005-08-12  Simon Josefsson  <jas@extundo.com>
16643
16644         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16645         ssize_t.
16646
16647 2005-08-12  Simon Josefsson  <jas@extundo.com>
16648
16649         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
16650         readline, getdelim and check_version.
16651         (Support for systems lacking ISO C 99: Sizes of integer types):
16652         Add size_max.
16653
16654 2005-08-12  Bruno Haible  <bruno@clisp.org>
16655
16656         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
16657
16658 2005-08-11  Simon Josefsson  <jas@extundo.com>
16659
16660         * modules/readline: New file.
16661
16662         * modules/strnlen (Files): Add strnlen.h.
16663
16664 2005-08-11  Simon Josefsson  <jas@extundo.com>
16665
16666         * m4/readline.m4: New file.
16667
16668 2005-08-11  Simon Josefsson  <jas@extundo.com>
16669
16670         * lib/readline.h, readline.c: New file.
16671
16672 2005-08-11  Simon Josefsson  <jas@extundo.com>
16673
16674         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16675         gl_AVOID.
16676
16677 2005-08-11  Bruno Haible  <bruno@clisp.org>
16678
16679         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16680
16681 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16682
16683         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16684
16685 2005-08-10  Simon Josefsson  <jas@extundo.com>
16686
16687         * tests/test-iconvme.c: New file.
16688
16689 2005-08-10  Simon Josefsson  <jas@extundo.com>
16690
16691         * m4/strnlen.m4: New file.
16692
16693         * m4/strndup.m4: Don't check for strnlen declaration, done in
16694         strnlen.m4.
16695
16696 2005-08-10  Simon Josefsson  <jas@extundo.com>
16697
16698         * lib/strndup.c: Use strnlen.h.
16699
16700         * lib/strnlen.h: New file.
16701
16702 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16703
16704         * README: Typos.
16705
16706 2005-08-02  Simon Josefsson  <jas@extundo.com>
16707
16708         * modules/readline: New file.
16709
16710 2005-08-02  Simon Josefsson  <jas@extundo.com>
16711
16712         * modules/getdelim: New file.
16713
16714         * modules/getline: Rewrite, don't use getndelim2.
16715
16716 2005-08-02  Simon Josefsson  <jas@extundo.com>
16717
16718         * m4/getline.m4: Separate out getdelim stuff into separate module.
16719
16720         * m4/getdelim.m4: New file.
16721
16722 2005-08-02  Simon Josefsson  <jas@extundo.com>
16723
16724         * lib/getline.h, getline.c: Rewrite.
16725
16726         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16727
16728 2005-07-31  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/lock.h (gl_lock_initializer): New macro.
16731         (gl_lock_define_initialized): Use it.
16732         (gl_rwlock_initializer): New macro.
16733         (gl_rwlock_define_initialized): Use it.
16734         (gl_recursive_lock_initializer): New macro.
16735         (gl_recursive_lock_define_initialized): Use it.
16736
16737 2005-07-30  Karl Berry  <karl@gnu.org>
16738
16739         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16740         Report from Ben Pfaff, regarding getopt.
16741
16742 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16743
16744         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16745         normal way.
16746         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16747         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16748         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16749         (gl_GETOPT): Use the new macros.  Most of the implementation
16750         is moved to the new macros.  This is for programs like Emacs
16751         that don't want all the functionality of gl_GETOPT.
16752
16753 2005-07-26  Bruno Haible  <bruno@clisp.org>
16754
16755         * m4/lock.m4: Update from GNU gettext.
16756
16757 2005-07-26  Bruno Haible  <bruno@clisp.org>
16758
16759         * lib/lock.h: Update from GNU gettext.
16760         * lib/lock.c: Update from GNU gettext.
16761
16762 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16765         obsolescent AC_TRY_RUN.  Include the default includes files, for
16766         'exit'.
16767
16768 2005-07-24  Bruno Haible  <bruno@clisp.org>
16769
16770         * modules/visibility: New file.
16771         * MODULES.html.sh (Misc): Add visibility.
16772
16773 2005-07-24  Bruno Haible  <bruno@clisp.org>
16774
16775         * m4/visibility.m4: New file.
16776
16777 2005-07-24  Bruno Haible  <bruno@clisp.org>
16778
16779         * doc/visibility.texi: New file.
16780
16781 2005-07-22  Bruno Haible  <bruno@clisp.org>
16782
16783         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16784         $(ALLOCA_H), redundant through BUILT_SOURCES.
16785         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16786         redundant through BUILT_SOURCES.
16787         * modules/byteswap (Makefile.am): Remove explicit dependency on
16788         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16789         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16790         $(FNMATCH_H), redundant through BUILT_SOURCES.
16791         * modules/getopt (Makefile.am): Remove explicit dependency on
16792         $(GETOPT_H), redundant through BUILT_SOURCES.
16793         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16794         redundant through BUILT_SOURCES.
16795         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16796         redundant through BUILT_SOURCES.
16797         * modules/stdbool (Makefile.am): Remove explicit dependency on
16798         $(STDBOOL_H), redundant through BUILT_SOURCES.
16799         * modules/stdint (Makefile.am): Remove explicit dependency on
16800         $(STDINT_H), redundant through BUILT_SOURCES.
16801         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16802         Remove explicit dependency on $(SYSEXITS_H).
16803         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16804
16805 2005-07-18  Simon Josefsson  <jas@extundo.com>
16806
16807         * lib/check-version.c (check_version): Accept identical versions too.
16808
16809 2005-07-18  Bruno Haible  <bruno@clisp.org>
16810
16811         * modules/lock: New file.
16812         * MODULES.html.sh (Multithreading): New section.
16813
16814 2005-07-18  Bruno Haible  <bruno@clisp.org>
16815
16816         * m4/lock.m4: New file, from GNU gettext.
16817
16818 2005-07-18  Bruno Haible  <bruno@clisp.org>
16819
16820         * lib/lock.h: New file, from GNU gettext.
16821         * lib/lock.c: New file, from GNU gettext.
16822
16823 2005-07-18  Bruno Haible  <bruno@clisp.org>
16824
16825         * lib/lock.h (gl_once_t): New type.
16826         (gl_once_define, gl_once): New macros.
16827         * lib/lock.c (fresh_once): New variable.
16828         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16829         functions.
16830
16831 2005-07-16  Simon Josefsson  <jas@extundo.com>
16832
16833         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16834         workaround, suggested by Bruno.
16835
16836 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16837
16838         * modules/xalloc (Depends-on): Add xalloc-die.
16839         * modules/xvasprintf (Depends-on): Add xalloc-die.
16840
16841 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16842
16843         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16844         with a minor change.
16845
16846 2005-07-15  Bruno Haible  <bruno@clisp.org>
16847
16848         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16849         When using lib/poll.c, define poll as rpl_poll.
16850
16851 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16852
16853         * modules/argp (Depends-on): Remove unlocked-io.
16854
16855 2005-07-14  Derek Price  <derek@ximbiot.com>
16856
16857         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16858         for glob symlink bug.
16859
16860 2005-07-14  Bruno Haible  <bruno@clisp.org>
16861
16862         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16863         Instead, test for *_unlocked function declarations directly.
16864
16865 2005-07-11  Simon Josefsson  <jas@extundo.com>
16866
16867         * modules/size_max: New file.
16868
16869         * modules/xsize: Depend on size_max module for size_max.m4.
16870
16871 2005-07-11  Simon Josefsson  <jas@extundo.com>
16872
16873         * lib/size_max.h: New file.
16874
16875 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16876
16877         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16878         copyright symbol and the year.
16879         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16880         (version_etc_va): Use parameterized copyright notice.
16881         Reword to conform to the current GNU coding standards.
16882
16883 2005-07-11  Karl Berry  <karl@gnu.org>
16884
16885         * doc/gnulib.texi (Quoting): new node.
16886         (Initial import): more info, from Patrice.
16887
16888 2005-07-11  Bruno Haible  <bruno@clisp.org>
16889
16890         * gnulib-tool (func_usage): Document option --avoid.
16891         (Command line options): Handle --avoid.
16892         (func_acceptable): New function.
16893         (func_modules_transitive_closure): Use it.
16894
16895 2005-07-11  Bruno Haible  <bruno@clisp.org>
16896
16897         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16898         Reported by Jim Meyering.
16899
16900 2005-07-10  Bruno Haible  <bruno@clisp.org>
16901
16902         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16903         Needed when size_t is smaller than 'unsigned int'.
16904         Reported by Paul Eggert.
16905
16906 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16907
16908         * modules/argp (Depends-on): Add unlocked-io
16909
16910 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16911
16912         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16913         block of defines.
16914
16915 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16916
16917         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16918         fix now.
16919
16920 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16921         and Paul Eggert  <eggert@cs.ucla.edu>
16922
16923         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16924         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16925
16926 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16927
16928         * modules/regex (Files): Add lib/regex_internal.c,
16929         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16930         (Depends-on): Add extensions.
16931         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16932
16933 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16934
16935         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16936         pathconf.
16937         * m4/same.m4 (gl_SAME): Likewise.
16938         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16939
16940         * m4/regex.m4: Adjust to new libc regex implementation.
16941         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16942         all the .c and .h parts of (the new) regex.
16943         Quote the m4 stuff better.
16944         Check for RE_ICASE bug of old gnulib.
16945         Check for REG_STARTEND of recent libc.
16946         Rename local variables from jm_* to gl_*.
16947         Quote operand of "test -f".
16948         Say "recent enough" version of libc, not "version 2".
16949         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16950         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16951         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16952         Remove check for btowc, isascii.
16953         Require AM_LANGINFO_CODESET.
16954
16955 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16956
16957         * lib/regex.c, regex.h: Sync from libc.
16958         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16959         * lib/regexec.c:
16960         New files, synced from libc, except that regex_internal.h
16961         currently has a small porting fix.
16962
16963 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16964
16965         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16966         regex_internal.c, regexec.c.
16967         Add regex_internal.h too, but as a comment, since the libc version
16968         is currently broken in gnulib mode.
16969
16970 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         Support programs like Emacs that use gnulib but not gettext.
16973         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16974         * modules/gettext-h: New file.
16975         * modules/gettext (Files): Remove lib/gettext.h.
16976         (Depends-on): Add gettext-h.
16977         (Makefile.am): Remove lib_SOURCES.
16978         * modules/argmatch, modules/c-stack, modules/closeout:
16979         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16980         * modules/execute, modules/file-type, modules/getaddrinfo:
16981         * modules/getopt, modules/human, modules/javacomp:
16982         * modules/javaexec, modules/mkdir-p, modules/obstack:
16983         * modules/openat, modules/pagealign_alloc, modules/pipe:
16984         * modules/quotearg, modules/regex, modules/rpmatch:
16985         * modules/unicodeio, modules/userspec, modules/version-etc:
16986         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16987         * modules/xsetenv:
16988         Depend on gettext-h, not gettext.
16989
16990 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16991
16992         * gnulib-tool (func_import): Add support for 'public domain' license.
16993         * modules/alloca, modules/atexit, modules/memmove:
16994         Now public domain, not GPL.
16995         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16996         * modules/realloc, modules/strerror, modules/strtod:
16997         Now LGPL, not GPL.
16998
16999 2005-07-05  Bruno Haible  <bruno@clisp.org>
17000
17001         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
17002         autoconf CVS. Needed for mingw.
17003
17004 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17005
17006         Remove the dependency of the strftime module on the tzset module.
17007         * modules/strftime (Depends-on): Remove dependency on tzset.
17008
17009 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17010
17011         Remove the dependency of the strftime module on the tzset module.
17012         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
17013         gl_FUNC_TZSET_CLOBBER.
17014
17015 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17016
17017         Remove the dependency of the strftime module on the tzset module.
17018         * lib/strftime.c (my_strftime)
17019         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
17020         Copy the input structure, to work around some of the bug with
17021         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
17022         Solaris releases, you should also use the tzset module, but we won't
17023         require it as a dependency any more since we don't want LGPLed code
17024         to depend on GPLed code.
17025
17026 2005-07-02  Jim Meyering  <jim@meyering.net>
17027
17028         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
17029         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
17030         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
17031         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
17032
17033 2005-07-02  Jim Meyering  <jim@meyering.net>
17034
17035         * lib/backupfile.c (backup_args): Change a `0' to NULL.
17036
17037 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17038
17039         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
17040         declares only 'struct timespec;' (!).
17041
17042 2005-07-01  Jim Meyering  <jim@meyering.net>
17043
17044         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
17045         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
17046         * lib/save-cwd.c, tempname.c:
17047         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17048         and don't include <sys/file.h>).
17049
17050 2005-06-29  Jim Meyering  <jim@meyering.net>
17051
17052         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
17053         type name.  Use the variable name instead.
17054         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
17055         Likewise.
17056
17057 2005-06-28  Simon Josefsson  <jas@extundo.com>
17058
17059         * modules/check-version (Files): Add check-version.m4.
17060
17061 2005-06-28  Simon Josefsson  <jas@extundo.com>
17062
17063         * m4/check-version.m4: New file, suggested by Jim Meyering
17064         <jim@meyering.net>.
17065
17066 2005-06-28  Simon Josefsson  <jas@extundo.com>
17067
17068         * lib/check-version.h, lib/check-version.c: New files.
17069
17070 2005-06-28  Simon Josefsson  <jas@extundo.com>
17071
17072         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
17073         collision with global variable.  Better indentation.  Don't
17074         increment buffer pointer beyond buffer end.  Based on comments
17075         from Paul Eggert <eggert@cs.ucla.edu>.
17076
17077         * lib/base64.h: Indent.
17078
17079 2005-06-28  Simon Josefsson  <jas@extundo.com>
17080
17081         * doc/gnulib.texi (Library version handling): New section.
17082
17083 2005-06-28  Jim Meyering  <jim@meyering.net>
17084
17085         * check-module (find_included_lib_files): Hard-code another
17086         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
17087         but modules/fts-lgpl (correctly) does not list those files.
17088
17089         * modules/canonicalize (Files): Add lib/pathmax.h.
17090
17091 2005-06-25  Simon Josefsson  <jas@extundo.com>
17092
17093         * modules/check-version: New file.
17094
17095 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
17096
17097         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
17098         initializer of struct addrinfo, as an indication that we don't
17099         care how many members the structure has.
17100
17101 2005-06-24  Derek Price  <derek@ximbiot.com>
17102         and Bruno Haible  <bruno@clisp.org>
17103
17104         Remove stat module & update lstat.
17105         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
17106         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17107         * m4/stat.m4: Remove this file.
17108
17109 2005-06-24  Derek Price  <derek@ximbiot.com>
17110         and Bruno Haible  <bruno@clisp.org>
17111
17112         Remove stat module & update lstat.
17113         * lib/stat.c: Remove this file...
17114         (slash_aware_lstat): ...moving this content and its support...
17115         * lib/lstat.c (rpl_lstat): ...into here.
17116         * lib/lstat.h: New file.
17117
17118 2005-06-24  Derek Price  <derek@ximbiot.com>
17119         and Bruno Haible  <bruno@clisp.org>
17120
17121         Remove stat module & update lstat.
17122         * config/srclist.txt (libc sources): Remove stat.
17123
17124 2005-06-24  Derek Price  <derek@ximbiot.com>
17125         and Bruno Haible  <bruno@clisp.org>
17126
17127         Remove stat module & update lstat.
17128         * MODULES.html.sh (stat): Remove.
17129         * MODULES.html: Regenerated.
17130         * modules/lstat (Description): Correct function name.
17131         (Files): Add "lstat.h".
17132         (Depends-on): Remove stat, add xalloc, stat-macros.
17133         * modules/stat: Remove this file.
17134         (Include): Add "lstat.h", remove <sys/stat.h>.
17135
17136 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17137
17138         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
17139         (ranged_convert): Don't save conversion in a temporary struct.
17140         This causes a warning with GCC 4.0.0, and anyway in the typical
17141         case it's not worth the extra 100 bytes or so of code.
17142         (ranged_convert, __mktime_internal): When calling a function via a
17143         pointer P, use P () rather than (*P) (), as we now assume C89 or
17144         better.
17145
17146 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17147
17148         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
17149         "who -r" failed to give output.  Problem reported by Tim Waugh.
17150
17151         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
17152         (xcalloc): Use it to avoid needless tests.
17153         Problem reported by Jim Meyering.
17154
17155 2005-06-20  Derek Price  <derek@ximbiot.com>
17156
17157         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
17158         unnecessary for Autoconfs > 2.59c.
17159
17160 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17161
17162         * lib/argp.h (__option_is_short): Check upper limit of
17163         __key. Isprint() requires its argument to have the value
17164         of an unsigned char or EOF.
17165
17166 2005-06-16  Jim Meyering  <jim@meyering.net>
17167
17168         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
17169         when either N or S is zero.
17170
17171 2005-06-16  Derek Price  <derek@ximbiot.com>
17172
17173         * m4/bison.m4: Declare YACC & YFLAGS precious.
17174
17175 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
17176
17177         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
17178         multibyte string or pattern, fall back on unibyte matching.
17179         Problem reported by James Youngman.
17180
17181 2005-06-08  Bruno Haible  <bruno@clisp.org>
17182
17183         * modules/csharpcomp: New file.
17184         * MODULES.html.sh (C#): Add csharpcomp.
17185
17186 2005-06-08  Bruno Haible  <bruno@clisp.org>
17187
17188         * m4/csharpcomp.m4: New file, from GNU gettext.
17189
17190 2005-06-08  Bruno Haible  <bruno@clisp.org>
17191
17192         * lib/csharpcomp.h: New file, from GNU gettext.
17193         * lib/csharpcomp.c: New file, from GNU gettext.
17194         * lib/csharpcomp.sh.in: New file, from GNU gettext.
17195
17196 2005-06-08  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
17199         warning on mingw.
17200
17201 2005-06-07  Derek Price  <derek@ximbiot.com>
17202
17203         Sync from CVS.
17204         * lib/glob_.h: Indent nested #ifdef.
17205
17206 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17207
17208         Sync from coreutils.
17209         Use "file name" when talking about file names, instead of "filename"
17210         or "path", as per the GNU coding standards.
17211         * lib/mkdir-p.c: Renamed from makepath.c.
17212         (make_dir_parents): Renamed from make_path.  All callers changed.
17213         * lib/mkdir-p.h: Likewise.  All includers changed.
17214         * lib/filenamecat.c: Renamed from path-concat.c.
17215         (file_name_concat): Renamed from path_concat.  All callers changed.
17216         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
17217         * lib/filenamecat.h: Likewise.  All includers changed.
17218         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
17219         in comments or local variable names.
17220         * lib/basename.c: Likewise.
17221         * lib/canonicalize.c, canonicalize.h: Likewise.
17222         * lib/dirname.c, dirname.h: Likewise.
17223         * lib/euidaccess.c: Likewise.
17224         * lib/exclude.c: Likewise
17225         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
17226         * lib/fsusage.c, fsuage.h: Likewise.
17227         * lib/fts.c, fts_.h: Likewise.
17228         * lib/getcwd.c: Likewise.
17229         * lib/getloadavg.c: Likewise.
17230         * lib/mkstemp.c: Likewise.
17231         * lib/mountlist.c, mountlist.h: Likewise.
17232         * lib/openat.c, openat.h: Likewise.
17233         * lib/readlink-stub.c: Likewise.
17234         * lib/readutmp.c, readutmp.h: Likewise.
17235         * lib/rename.c: Likewise.
17236         * lib/rmdir.c: Likewise.
17237         * lib/same.c: Likewise.
17238         * lib/savedir.c: Likewise.
17239         * lib/stripslash.c: Likewise.
17240         * lib/tempname.c: Likewise.
17241         * lib/xreadlink.c: Likewise.
17242         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
17243         All uses changed.
17244         * lib/exclude.h: Likewise.
17245
17246         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
17247         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17248         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
17249         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17250         * lib/pathmax.h: Include <limits.h> unconditionally, since other
17251         files have been getting away with it for years (MORE/BSD 4.3
17252         is extinct now).
17253         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
17254         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17255
17256         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
17257         Define to 256, not 255, as per modern POSIX.
17258
17259 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         Sync from coreutils.
17262         Use "file name" when talking about file names, instead of "filename"
17263         or "path", as per the GNU coding standards.
17264         * MODULES.html.sh: mkdir-p renamed from makepath.
17265         filenamecat renamed from path-concat.
17266         * modules/filenamecat: Renamed from modules/path-concat.
17267         (Files): filenamecat.h and filenamecat.c renamed from
17268         path-concat.h and path-concat.c.
17269         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
17270         (Include): filenamecat.h, not path-concat.h.
17271         * modules/mkdir-p: Renamed from modules/makepath.
17272         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
17273         makepath.c.
17274         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
17275         (Include): mkdir-p.h, not makepath.h.
17276
17277 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17278
17279         Sync from coreutils.
17280         * m4/mkdir-p.m4: Renamed from makepath.m4.
17281         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
17282         Rename files from makepath.c to mkdir-p.c, and from
17283         makepath.h to mkdir-p.h.
17284         * m4/filenamecat.m4: Renamed from path-concat.m4.
17285         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
17286         Rename files from path-concat.c to filenamecat.c,
17287         and from path-concat.h to filenamecat.h.
17288         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
17289         "file name" in local variables or comments.
17290         * m4/rename.m4: Likewise.
17291
17292 2005-06-01  Bruno Haible  <bruno@clisp.org>
17293
17294         * modules/csharpexec: New file.
17295         * MODULES.html.sh (C#): New section.
17296
17297 2005-06-01  Bruno Haible  <bruno@clisp.org>
17298
17299         * m4/csharp.m4: New file, from GNU gettext.
17300         * m4/csharpexec.m4: New file, from GNU gettext.
17301
17302 2005-06-01  Bruno Haible  <bruno@clisp.org>
17303
17304         * lib/csharpexec.h: New file, from GNU gettext.
17305         * lib/csharpexec.c: New file, from GNU gettext.
17306         * lib/csharpexec.sh.in: New file, from GNU gettext.
17307
17308 2005-05-31  Derek Price  <derek@ximbiot.com>
17309             Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         Sync from cvs.
17312         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17313
17314 2005-05-31  Derek Price  <derek@ximbiot.com>
17315             Paul Eggert  <eggert@cs.ucla.edu>
17316
17317         Sync from cvs.
17318         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
17319
17320 2005-05-29  Derek Price  <derek@ximbiot.com>
17321
17322         * config/srclist.txt (glob_.h, glob.c): Add these files.
17323
17324 2005-05-29  Derek Price  <derek@ximbiot.com>
17325
17326         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
17327         * modules/glob: New file.
17328         * modules/getlogin_r: Add link to POSIX spec in description.
17329
17330 2005-05-29  Derek Price  <derek@ximbiot.com>
17331             Paul Eggert  <eggert@cs.ucla.edu>
17332
17333         * m4/glob.m4: New file.
17334
17335 2005-05-29  Derek Price  <derek@ximbiot.com>
17336             Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         * lib/glob_.h, lib/glob.c: New files.
17339
17340 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * modules/fts (Files): Remove m4/inttypes-pri.m4.
17343         * modules/fts-lgpl (Depends-on): Remove gettext.
17344
17345 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17346
17347         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
17348         and don't require gt_INTTYPES_PRI.
17349
17350 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
17351
17352         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
17353
17354         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
17355         the configuration hassle isn't worth it.
17356         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
17357         (LONGEST_MODIFIER, PRIuMAX): Remove.
17358
17359 2005-05-27  Bruno Haible  <bruno@clisp.org>
17360
17361         * lib/getlogin_r.h: Remove second include of <stddef.h>.
17362
17363 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
17364
17365         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
17366         _POSIX_PTHREAD_SEMANTICS for Solaris.
17367
17368 2005-05-25  Derek Price  <derek@ximbiot.com>
17369
17370         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
17371
17372 2005-05-25  Derek Price  <derek@ximbiot.com>
17373             Paul Eggert  <eggert@cs.ucla.edu>
17374
17375         * modules/getlogin_r, m4/getlogin_r.m4: New files.
17376         * lib/getlogin_r.c, getlogin_r.h: New files.
17377
17378 2005-05-25  Bruno Haible  <bruno@clisp.org>
17379             Derek Price  <derek@ximbiot.com>
17380
17381         * lib/getlogin_r.h: Simplify API documentation.
17382
17383 2005-05-23  Derek Price  <derek@ximbiot.com>
17384
17385         * modules/minmax (Files): Add m4/minmax.m4.
17386         (configure.ac): Add gl_MINMAX.
17387
17388 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17389
17390         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
17391         so that unistd-safer.h (GPL'ed code) need not be included.
17392
17393 2005-05-22  Bruno Haible  <bruno@clisp.org>
17394
17395         * m4/minmax.m4: New file.
17396         Based on a patch by Derek Price <derek@ximbiot.com>.
17397
17398 2005-05-22  Bruno Haible  <bruno@clisp.org>
17399
17400         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
17401         (INT64_MIN): Fix definition.
17402         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
17403
17404         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
17405         NEED_SIGNED_INT_TYPES.
17406
17407         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
17408         HAVE_SYSTEM_INTTYPES.
17409
17410 2005-05-22  Bruno Haible  <bruno@clisp.org>
17411
17412         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
17413         Also include <sys/param.h> if it defines MIN, MAX.
17414         Based on a patch by Derek Price <derek@ximbiot.com>.
17415
17416 2005-05-21  Jim Meyering  <jim@meyering.net>
17417
17418         * modules/fts (Files): Add m4/inttypes-pri.m4.
17419         (Depends-on): Add lstat and remove gettext.  Alphabetize.
17420
17421 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17422
17423         New fts module.
17424         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
17425         (setup_dir, free_dir): New functions.
17426         (enter_dir, leave_dir): Define trivial
17427         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
17428         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
17429         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
17430         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
17431         Move to fts-cycle.c.
17432         (fts_open): Use setup_dir.
17433         (fts_close): Use free_dir.
17434         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
17435         This adds a label and some gotos, but the alternatives were messier.
17436         Check for memory allocation failure when entering a dir.
17437         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
17438         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
17439         (FTS): New member fts_cycle, that is a union that contains the
17440         old active_dir_ht and cycle_state.  All uses changed to mention
17441         fts_cycle.ht and fts_cycle.state.
17442         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
17443         fts.c, with the following changes:
17444         (setup_dir, free_dir): New functions.
17445         (enter_dir): Now returns bool.  Return true if successful, false
17446         if memory exhausted.  All callers changed.
17447         Do not bother partly cleaning up on
17448         memory allocation failure; that is free_dir's job.
17449         However, free ad if hash_insert fails, to avoid memory leak.
17450         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
17451         fts->fts_options to see which union member to use.
17452
17453 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17454
17455         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
17456         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
17457
17458 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17459
17460         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
17461
17462 2005-05-20  Jim Meyering  <jim@meyering.net>
17463
17464         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
17465         Now a macro, to pacify GCC.
17466
17467 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17468
17469         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
17470         of -1.
17471
17472 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
17473
17474         * lib/chown.c (rpl_chown): Return -1 on failure.
17475
17476 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17477
17478         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
17479         Don't check for stddef.h.
17480         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
17481         don't use its results.
17482         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
17483         since we include them unconditionally.  Don't require
17484         AM_STDBOOL_H, since stdbool is a prerequisite.
17485         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
17486         since we assume C89 or better.
17487         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
17488         as we don't use their results.
17489         Don't check for fchdir, memmove, memset, strrchr, as we use
17490         them unconditionally.
17491         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
17492         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
17493
17494 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
17495
17496         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
17497         Include <stddef.h> unconditionally, since we assume C89 now.
17498         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
17499         * lib/fts.c: Include fts_.h first, to check interface.
17500         Do not include intprops.h; no longer needed.
17501         Include cycle-check.h and hash.h, since fts_.h no longer does.
17502         Remove unnecessary casts of closedir to void.
17503         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
17504         decide whether to decrement nlinks.
17505         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
17506         (FTS): Use struct hash_table * instead of Hash_table, so that
17507         we no longer need to include hash.h here.
17508
17509 2005-05-18  Jim Meyering  <jim@meyering.net>
17510
17511         * modules/dirfd (License): Change to LGPL.  Most of the code
17512         is already in the public domain.
17513
17514 2005-05-18  Jim Meyering  <jim@meyering.net>
17515
17516         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
17517         Reported by Yoann Vandoorselaere.
17518
17519 2005-05-17  Jim Meyering  <jim@meyering.net>
17520
17521         * m4/fts.m4: New file, from coreutils.
17522
17523 2005-05-17  Jim Meyering  <jim@meyering.net>
17524
17525         * lib/fts.c, lib/fts_.h: New files, from coreutils.
17526
17527 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17528
17529         Sync from coreutils.
17530         * m4/unlinkdir.m4: New file.
17531
17532 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17533
17534         Sync from coreutils.
17535         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
17536         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
17537         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
17538         White space changes only.
17539         * lib/makepath.c (make_path): Port to hosts where leading "//" is
17540         special.
17541         * lib/yesno.c: Include getline.h, not ctype.h.
17542         (yesno): Don't remove leading white space; POSIX doesn't allow it.
17543         Use getline to remove arbitrary restriction on response length.
17544
17545 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17546
17547         * config/srclist-update: Spell out "Street" in FSF postal
17548         mail address; this is the style the FSF seems to prefer.
17549
17550         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
17551         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
17552         this updates FSF postal mail address.
17553
17554         Sync from coreutils.
17555         * modules/unlinkdir: New file.
17556         * modules/yesno (Depends-on): Add getline.
17557         * MODULES.html.sh (File system functions): Add unlinkdir.
17558
17559 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17560
17561         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
17562         lib/strsep.h:
17563         Change the initial comment to refer to GPL, not LGPL.
17564         gnulib-tool will change it to LGPL as needed.
17565
17566         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
17567         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
17568         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
17569         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
17570         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
17571         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
17572         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
17573         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
17574         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
17575         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
17576         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
17577         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
17578         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
17579         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
17580         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
17581         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
17582         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
17583         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
17584         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
17585         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
17586         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
17587         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
17588         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
17589         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
17590         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
17591         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
17592         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
17593         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
17594         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
17595         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
17596         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
17597         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
17598         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
17599         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
17600         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
17601         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
17602         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
17603         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
17604         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
17605         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
17606         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
17607         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
17608         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
17609         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
17610         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
17611         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
17612         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
17613         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
17614         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
17615         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
17616         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17617         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
17618         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
17619         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
17620         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
17621         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
17622         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
17623         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
17624         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
17625         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
17626         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
17627         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
17628         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
17629         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
17630         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
17631         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
17632         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
17633         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
17634         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
17635         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
17636         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
17637         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
17638         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
17639         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
17640         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
17641         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
17642         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
17643         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
17644         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
17645         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
17646         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
17647         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
17648         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
17649         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
17650         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
17651         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
17652         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
17653         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
17654         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
17655         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
17656         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
17657         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
17658         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
17659         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
17660         lib/yesno.c, lib/yesno.h:
17661         Update FSF postal mail address.
17662
17663 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17664
17665         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
17666         tests/test-memmem.c, tests/test-stpncpy.c:
17667         Update FSF postal mail address.
17668
17669 2005-05-13  Bruno Haible  <bruno@clisp.org>
17670
17671         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
17672         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17673         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17674         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17675         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17676         Add support for 64-bit integers in the MSVC compiler.
17677
17678 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17679
17680         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17681
17682 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17683
17684         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17685
17686 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17687
17688         * doc/getdate.texi (General date syntax): Don't say that date
17689         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17690         Problem reported by Nic Ferrier.
17691
17692 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17693
17694         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17695         specified in ai_socktype. Fix invalid ai_protocol
17696         check. ai_protocol is usually set to 0 or depending on
17697         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17698         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17699         ai_socktype / ai_protocol in the returned addrinfo structure.
17700
17701 2005-05-10  Simon Josefsson  <jas@extundo.com>
17702
17703         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17704         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17705
17706 2005-05-10  Karl Berry  <karl@gnu.org>
17707
17708         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17709         (from http://www.gnu.org/licenses).
17710         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17711         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17712         fdl.texi suffices.
17713
17714 2005-05-10  Karl Berry  <karl@gnu.org>
17715
17716         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17717         (COPYING.DOC): remove.
17718
17719         * config/srclist-update: new FSF address.
17720
17721 2005-05-10  Derek Price  <derek@ximbiot.com>
17722
17723         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17724         possible.
17725
17726 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17727             Bruno Haible  <bruno@clisp.org>
17728
17729         * modules/inet_ntop: New file.
17730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17731         inet_ntop.
17732
17733 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17734             Bruno Haible  <bruno@clisp.org>
17735
17736         * m4/inet_ntop.m4: New file.
17737
17738 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17739             Bruno Haible  <bruno@clisp.org>
17740
17741         * lib/inet_ntop.h: New file.
17742         * lib/inet_ntop.c: New file, from glibc with modifications.
17743
17744 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17745
17746         * modules/time_r (License): Change to LGPL.
17747         * modules/extensions (License): Change to LGPL.  Actually,
17748         the license is more permissive than that, but currently gnulib-tool
17749         doesn't know how to handle more-permissive licenses.
17750
17751         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17752         Problem reported by Dave Love.
17753
17754 2005-05-08  Jim Meyering  <jim@meyering.net>
17755
17756         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17757         blank.
17758
17759 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         * modules/argmatch (Depends-on): Add stdbool.
17762         * modules/backupfile (Depends-on): Likewise.
17763         * modules/chdir-long (Depends-on): Likewise.
17764         * modules/closeout (Depends-on): Likewise.
17765         * modules/cycle-check (Depends-on): Likewise.
17766         * modules/dirname (Depends-on): Likewise.
17767         * modules/fnmatch (Depends-on): Likewise.
17768         * modules/fsusage (Depends-on): Likewise.
17769         * modules/fwriteerror (Depends-on): Likewise.
17770         * modules/getcwd (Depends-on): Likewise.
17771         * modules/getloadavg (Depends-on): Likewise.
17772         * modules/hard-locale (Depends-on): Likewise.
17773         * modules/makepath (Depends-on): Likewise.
17774         * modules/mountlist (Depends-on): Likewise.
17775         * modules/nanosleep (Depends-on): Likewise.
17776         * modules/posixtm (Depends-on): Likewise.
17777         * modules/quotearg (Depends-on): Likewise.
17778         * modules/readtokens (Depends-on): Likewise.
17779         * modules/readtokens0 (Depends-on): Likewise.
17780         * modules/readutmp (Depends-on): Likewise.
17781         * modules/save-cwd (Depends-on): Likewise.
17782         * modules/strftime (Depends-on): Likewise.
17783         * modules/userspec (Depends-on): Likewise.
17784         * modules/utimecmp (Depends-on): Likewise.
17785         * modules/xgetcwd (Depends-on): Likewise.
17786         * modules/xnanosleep (Depends-on): Likewise.
17787         * modules/xstrtod (Depends-on): Likewise.
17788         * modules/yesno (Depends-on): Likewise.
17789
17790 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17791
17792         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17793         needless checks.
17794
17795 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         Merge from coreutils.  Among other things,
17798         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17799         * lib/fd-safer.c: New file.
17800         * lib/fcntl-safer.h, open-safer.c: Remove.
17801         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17802         * lib/dup-safer.c: Include unistd-safer.h first.
17803         Don't include errno.h.
17804         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17805         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17806         * lib/file-type.c: Rely on file-type.h change.
17807         * lib/getloadavg.c: Include unistd-safer.h.
17808         (getloadavg): Use safer open.
17809         * lib/getusershell.c: Include "stdio-safer.h".
17810         (getusershell): Use safer fopen.
17811         * lib/long-options.c (long_options): Use NULL rather than 0.
17812         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17813         'free'.
17814         * lib/modechange.c: Likewise.
17815         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17816         (MODE_DONE): New constant.
17817         (struct mode_change): Remove 'next' member.
17818         (make_node_op_equals): New function; like the old one of the
17819         same name, except it allocates an array.
17820         (mode_compile, mode_create_from_ref): Use it.
17821         (mode_compile): Allocate result as an array, not a linked list.
17822         Parse octal string ourself, so that we catch mistakes like "+0".
17823         (mode_adjust): Arg is an array, not a linked list.
17824         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17825         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17826         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17827         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17828         Remove.  This is now stat-macros.h's job.
17829         (talloc): Remove.  All callers replaced by xalloc, so that
17830         our invokers don't have to worry about reporting memory failures.
17831         (make_node_op_equals): Remove.
17832         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17833         New constants.
17834         (struct mode_change): Moved here from modechange.h.
17835         (mode_append_entry): Remove.
17836         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17837         apps to have incorrect behavior.  Use simpler algorithm for head
17838         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17839         Detect more invalid usages rather than having somewhat-random behavior.
17840         Don't insert an "a=" action, as that leads to incorrect behavior.
17841         (mode_compile, mode_create_from_ref): Return NULL on error instead
17842         of an enum, since now there's only one way to have an error.  All
17843         callers changed.
17844         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17845         at the correct time.  Simplify calculation of "+u" and its ilk.
17846         Don't mishandle "+X".
17847         (mode_free): Remove "register" and localize decls.
17848         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17849         (struct mode_change): Move to modechange.c; callers don't
17850         need to see this stuff.
17851         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17852         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17853         (mode_change, mode_adjust): Reflect the new signatures noted above.
17854         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17855         that might redefine system include files.
17856         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17857         (my_usleep): Use NULL rather than (void *) 0.
17858         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17859         Use siginterrupt to specify that system calls should be interrupted.
17860         (rpl_nanosleep): Move initialization of suspended closer to call of
17861         my_usleep.
17862         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17863         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17864         (desirable_utmp_entry): New function.
17865         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17866         using x2nrealloc, to simplify logic.
17867         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17868         size calculation.  Do not assume utmp file is a regular file.
17869         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17870         (READ_UTMP_CHECK_PIDS): New constant.
17871         * lib/save-cwd.c: Include unistd-safer.h.
17872         (save_cwd): Use fd_safer.
17873         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17874         [!_LIBC] Include "stat-macros.h" instead.
17875         * lib/unistd-safer.h (fd_safer): New decl.
17876
17877 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         * modules/getloadavg (Depends-on): Add unistd-safer.
17880         * modules/getusershell (Depends-on): Add stdio-safer.
17881         * modules/lstat (Depends-on): Remove xalloc.
17882         * modules/mkstemp (Depends-on): Add stat-macros.
17883         * modules/modechange (Depends-on): Remove xstrtol.
17884         Add stat-macros, xalloc.
17885         * modules/save-cwd (Depends-on): Add unistd-safer.
17886         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17887         * modules/unistd-safer (Files): Add lib/fd-safer.c
17888         (Makefile.am): Remove lib_SOURCES.
17889
17890         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17891         Remove fcntl-safer; unistd-safer supersedes it.
17892
17893 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17896         AC_HEADER_STAT.
17897         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17898         (gl_PREREQ_CHOWN): Remove.
17899         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17900         it.  Don't require AC_HEADER_STAT.
17901         (gl_PREREQ_LSTAT): Remove.
17902         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17903         Don't require AC_HEADER_STAT.
17904         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17905         (gl_PREREQ_RMDIR): Remove.
17906         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17907         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17908         the stat-macros module a prerequisite.
17909         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17910         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17911         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17912         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17913         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17914         variable names.
17915         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17916         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17917         variable prefixes.
17918         * m4/fcntl-safer.m4: Remove.
17919         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17920         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17921         Invoke gl_PREREQ_FD_SAFER.
17922         (gl_PREREQ_FD_SAFER): New macro.
17923         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17924         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17925         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17926         Remove duplicate call to AC_LIBOBJ(readutmp).
17927         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17928
17929         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17930         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17931
17932 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         * MODULES.html.sh (Misc): Add byteswap.
17935
17936 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17937
17938         * modules/getcwd (Depends-on): Add extensions.
17939         * modules/openat (Depends-on): Likewise.
17940
17941 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17942
17943         * modules/byteswap: New file.
17944
17945 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17946
17947         * m4/byteswap.m4: New file.
17948
17949 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17950
17951         * lib/byteswap_.h: New file.
17952
17953 2005-04-25  Karl Berry  <karl@gnu.org>
17954
17955         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17956
17957 2005-04-25  Albert Chin  <china@thewrittenword.com>
17958
17959         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17960         Toolkit C bug.
17961
17962 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17963
17964         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17965         (func_ln_if_changed) Remove forcibly for no error message
17966         in case file does not exist.
17967
17968 2005-04-19  Simon Josefsson  <jas@extundo.com>
17969
17970         * gnulib-tool (Options): Make --symlink mean --symbolic.
17971
17972 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17973
17974         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17975
17976 2005-04-16  Simon Josefsson  <jas@extundo.com>
17977
17978         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17979
17980 2005-04-15  Simon Josefsson  <jas@extundo.com>
17981
17982         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17983
17984 2005-04-15  Simon Josefsson  <jas@extundo.com>
17985
17986         * gnulib-tool: Rename --symlink to --symbolic.
17987
17988 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17989
17990         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17991         symbolic links to files instead of copying/moving.  Add --aux-dir,
17992         specifying directory relative --dir where auxiliary build tools
17993         are placed.
17994
17995 2005-04-14  Bruno Haible  <bruno@clisp.org>
17996
17997         * modules/allocsa (License): Change to LGPL.
17998         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17999
18000 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18001
18002         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
18003         that "UTC +1 second" continues to work.  Problem reported
18004         by Dmitry V. Levin.
18005         (relunit_snumber): New rule.
18006         (relunit): Use it.
18007
18008 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
18009
18010         * lib/getdate.y (universal_time_zone_table): New constant.
18011         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
18012         universal_time_zone_table.
18013         (lookup_zone): Prefer universal_time_zone_table to
18014         local_time_zone_table, so that "GMT" time stamps are allowed in
18015         London during the summer.  Problem reported by Ian Abbott.
18016
18017 2005-04-12  Jim Meyering  <jim@meyering.net>
18018
18019         * lib/human.c (humblock): Set *options even when returning due to
18020         xstrtoumax conversion failure.  Thanks to a used-uninitialized
18021         warning from gcc-4.
18022
18023 2005-04-09  Jim Meyering  <jim@meyering.net>
18024
18025         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
18026         -Wuninitialized: initialize tm0.tm_year.
18027
18028 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
18031         count, since there's no maximum.  All uses changed.
18032         Add member dsts_seen.
18033         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
18034         not being INT_MAX.
18035         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
18036         Use pc_rels_seen to decide whther a date is absolute.
18037
18038         * lib/getdate.y (number): Don't overwrite year.
18039         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
18040         check.
18041
18042 2005-04-02  Simon Josefsson  <jas@extundo.com>
18043
18044         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
18045         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
18046
18047 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
18048
18049         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
18050         where no absolute path name can be longer than PATH_MAX.
18051
18052 2005-03-27  Jim Meyering  <jim@meyering.net>
18053
18054         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
18055
18056 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
18059         "one's complement" -> "ones' complement" in comment, as per Knuth.
18060         "value of type" -> "type or expression" in comment.
18061         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
18062
18063 2005-03-26  Jim Meyering  <jim@meyering.net>
18064
18065         Comment nits.
18066         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
18067         Correct typos: s/or/of/.
18068
18069 2005-03-26  Jim Meyering  <jim@meyering.net>
18070
18071         * modules/check-include-files: Move to ../ and rename to...
18072         * check-module: ...this.
18073
18074 2005-03-25  Jim Meyering  <jim@meyering.net>
18075
18076         * modules/xvasprintf (Files): Add xalloc.h.
18077
18078 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         * modules/gettext (Files): config/config.rpath ->
18081         build-aux/config.rpath
18082         * modules/iconv (Files): Likewise.
18083         Problem reported by Oskar Liljeblad.
18084
18085 2005-03-23  Jim Meyering  <jim@meyering.net>
18086
18087         * modules/check-include-files: New script to check for
18088         missing dependencies, multiple includes, etc.
18089
18090         * modules/c-strtold (Depends-on): Add xalloc.
18091         * modules/c-strtod (Depends-on): Add xalloc.
18092         * modules/hash (Depends-on): Add xalloc.
18093         (Files): Remove lib/xalloc.h.
18094
18095         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
18096         * modules/userspec (Files): Add lib/inttostr.h.
18097
18098 2005-03-23  Jim Meyering  <jim@meyering.net>
18099
18100         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
18101
18102 2005-03-22  Jim Meyering  <jim@meyering.net>
18103
18104         * modules/stat-macros: New module.
18105         * modules/canonicalize, modules/euidaccess, modules/file-type,
18106         * modules/filemode, modules/lchown, modules/makepath,
18107         * modules/rmdir, modules/stat: Depend on new stat-macros module
18108         rather than listing lib/stat-macros.h manually.
18109         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
18110
18111 2005-03-22  Jim Meyering  <jim@meyering.net>
18112
18113         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
18114
18115 2005-03-22  Bruno Haible  <bruno@clisp.org>
18116
18117         * config/srclist.txt: Replace target directory 'config' with
18118         'build-aux'.
18119         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
18120         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
18121         ../build-aux/.
18122
18123 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
18124
18125         * modules/chdir-long (Depends-on): Add mempcpy.
18126
18127         * modules/acl, modules/backupfile, modules/c-strtod,
18128         modules/c-strtold, modules/canon-host, modules/canonicalize,
18129         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
18130         modules/exclude, modules/exitfail, modules/file-type,
18131         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
18132         modules/getdate, modules/getline, modules/getpagesize,
18133         modules/getpass, modules/getugroups, modules/group-member,
18134         modules/hard-locale, modules/hash, modules/human, modules/idcache,
18135         modules/inttostr, modules/long-options, modules/makepath,
18136         modules/md5, modules/memcasecmp, modules/memcoll,
18137         modules/modechange, modules/mountlist, modules/path-concat,
18138         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
18139         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
18140         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
18141         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
18142         modules/strftime, modules/strndup, modules/strverscmp,
18143         modules/timespec, modules/unlocked-io, modules/userspec,
18144         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
18145         modules/yesno:
18146         Remove lib_SOURCES line from Makefile.am section, as this is now
18147         done automatically by the corresponding Autoconf macro.
18148
18149 2005-03-21  Jim Meyering  <jim@meyering.net>
18150
18151         Changes imported from coreutils.
18152
18153         * lib/cycle-check.c: Don't include xalloc.h.
18154
18155         * lib/path-concat.c: Don't include assert.h.
18156         (path_concat): Remove assertion that would have triggered
18157         for ABASE starting with more than one slash.
18158         Reported by Andreas Schwab.
18159
18160         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
18161         properly when ABASE is an absolute file name.
18162         Correct the description of this function.
18163         Include <assert.h>.
18164         Add an assertion and a test driver.
18165         This fixes a bug introduced on 2004-07-02.
18166         Andreas Schwab reported the resulting failure of cp --parents:
18167         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
18168
18169 2005-03-21  Jim Meyering  <jim@meyering.net>
18170
18171         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
18172         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
18173
18174 2005-03-21  Jim Meyering  <jim@meyering.net>
18175         and  Paul Eggert  <eggert@cs.ucla.edu>
18176
18177         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
18178         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
18179         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
18180         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
18181         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
18182         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
18183         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
18184         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
18185         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
18186         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
18187         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
18188         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
18189         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
18190         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
18191         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
18192         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
18193         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
18194         for these modules.
18195
18196 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18197
18198         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
18199         (which shouldn't happen), generate nothing instead of returning 0
18200         immediately, so that nstrftime (NULL, ...) doesn't return 0.
18201
18202 2005-03-16  Bruno Haible  <bruno@clisp.org>
18203
18204         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
18205         HAVE_LONGLONG_64BIT.
18206
18207 2005-03-16  Bruno Haible  <bruno@clisp.org>
18208
18209         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
18210         HAVE_LONGLONG_64BIT.
18211
18212 2005-03-16  Bruno Haible  <bruno@clisp.org>
18213
18214         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
18215         HAVE_LONGLONG_64BIT.
18216
18217 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18218
18219         * lib/strftime.c (my_strftime): Prepend space to format so that we can
18220         reliably distinguish strftime failure from empty output on POSIX
18221         hosts.
18222
18223 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18224
18225         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
18226         (iconv_string): Don't guess a size-zero buffer, as that might cause
18227         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
18228         result would be 'too large', where 'too large' is (heuristically)
18229         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
18230         overflow concerns.  This will prevent some unwanted malloc failures
18231         when the inputs are very large.
18232
18233 2005-03-15  Karl Berry  <karl@gnu.org>
18234
18235         * config/srclist.txt (config.rpath): from gettext.
18236         * config/config.rpath: update.
18237
18238 2005-03-15  Bruno Haible  <bruno@clisp.org>
18239
18240         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
18241         to 'negate'.
18242
18243         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
18244         variable.
18245
18246         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
18247         results.
18248
18249 2005-03-14  Simon Josefsson  <jas@extundo.com>
18250
18251         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
18252         <fx@gnu.org>.
18253
18254 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
18255
18256         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
18257         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
18258         intprops.h.
18259         * lib/strtol.c: Likewise.
18260
18261 2005-03-14  Jim Meyering  <jim@meyering.net>
18262
18263         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
18264         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
18265         to be nonzero so that we (and caller) can detect the difference
18266         between a valid zero-length expansion and an error return, even
18267         when the underlying strftime fails before writing anything into
18268         that location.
18269
18270 2005-03-14  Bruno Haible  <bruno@clisp.org>
18271
18272         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
18273         Update from GNU gettext 0.14.3.
18274
18275 2005-03-10  Jim Meyering  <jim@meyering.net>
18276
18277         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
18278
18279 2005-03-10  Jim Meyering  <jim@meyering.net>
18280
18281         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
18282         so that this module works on systems without fchdir.
18283
18284 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         Factor int-properties macros into a single file, except for
18287         glibc-related files.
18288         * lib/intprops.h: New file.
18289         * lib/getloadavg.c: Include it instead of limits.h.
18290         (INT_STRLEN_BOUND): Remove.
18291         * lib/human.c: Include intprops.h.
18292         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
18293         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
18294         302/1000.
18295         * lib/inttostr.h: Include intprops.h instead of limits.h.
18296         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
18297         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
18298         for consistency with intprops.h.
18299         (time_t_is_integer, twos_complement_arithmetic): Use them.
18300         * lib/sig2str.h: Include <signal.h>, intprops.h.
18301         (INT_STRLEN_BOUND): Remove.
18302         * lib/strftime.c (TYPE_SIGNED): Remove.
18303         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
18304         * lib/strtol.c: Adjust comments to match intprops.h.
18305         * lib/userspec.c: Include intprops.h.
18306         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
18307         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
18308         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
18309         instead of rolling our own expressions.
18310         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
18311
18312         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
18313         instead of int.
18314         (my_strftime): Do not mishandle years close to INT_MAX, by doing
18315         the right thing even if adding 1900 would overflow.  Similarly
18316         for tm_mon + 1 and tm_yday + 1.
18317         Make %Y always equivalent to %C%y, and similarly for %G and %g.
18318         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
18319         (DO_SIGNED_NUMBER): New macro.
18320         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
18321
18322 2005-03-07  Bruno Haible  <bruno@clisp.org>
18323
18324         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
18325
18326 2005-03-07  Bruno Haible  <bruno@clisp.org>
18327
18328         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
18329
18330 2005-03-04  Derek R. Price  <derek@ximbiot.com>
18331
18332         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
18333         (func_import): Only replace files via --import when they have actually
18334         changed.
18335
18336 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18337
18338         * m4/mmap-anon.m4: New file.
18339         * m4/pagealign_alloc.m4: New file.
18340
18341 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18342             Bruno Haible  <bruno@clisp.org>
18343
18344         * modules/pagealign_alloc: New file.
18345         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
18346
18347 2005-03-03  Derek R. Price  <derek@ximbiot.com>
18348             Bruno Haible  <bruno@clisp.org>
18349
18350         * lib/pagealign_alloc.h: New file.
18351         * lib/pagealign_alloc.c: New file.
18352
18353 2005-03-03  Bruno Haible  <bruno@clisp.org>
18354
18355         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
18356         Use an all-permissive copyright notice, recommended by RMS.
18357
18358 2005-03-02  Bruno Haible  <bruno@clisp.org>
18359
18360         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
18361         of AIX, the replacement has to be done only after <string.h> is
18362         included, therefore not in config.h. stpncpy.h does the replacement,
18363         and stpncpy.c uses it.
18364
18365 2005-03-02  Bruno Haible  <bruno@clisp.org>
18366
18367         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
18368         stpncpy.c uses it.
18369
18370 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18371
18372         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
18373         The workaround isn't strictly needed for POSIX conformance, and
18374         it's too much of a pain to configure and maintain.  We'll ask
18375         people to fix their kernels instead.
18376         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
18377         (NANOSLEEP_BUG_WORKAROUND): Remove.
18378         (xnanosleep): Remove the workaround.
18379
18380 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18381
18382         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
18383         Reported by Derek Price.
18384         (Include): Add "timespec.h".
18385
18386         * modules/xnanosleep (Depends-on): Remove gethrxtime.
18387
18388 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18389
18390         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
18391         to detect nanosleep bug.
18392
18393 2005-03-01  Bruno Haible  <bruno@clisp.org>
18394
18395         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
18396
18397 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18398
18399         * modules/gethrxtime: New file.
18400         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
18401         (Depends-on): Add gethrxtime.
18402         (configure.ac): Add gl_XNANOSLEEP.
18403         (Makefile.am): Remove lib_SOURCES line.
18404
18405 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
18408         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
18409
18410 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18411
18412         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
18413         * lib/timespec.h (gettime): Return void, since it always
18414         succeeds now.  All uses changed.
18415         * lib/gettime.c (gettime) Likewise.
18416         [HAVE_NANOTIME]: Prefer nanotime.
18417         Assume gettimeofday succeeds, as POSIX requires.
18418         Assime time () succeeds, since other code already does.
18419         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
18420         (timespec_subtract): Remove.
18421         (NANOSLEEP_BUG_WORKAROUND): New constant.
18422         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
18423         things considerably.  Use it only on GNU/Linux hosts, since the
18424         workaround shouldn't be needed elsewhere.
18425
18426 2005-02-24  Bruno Haible  <bruno@clisp.org>
18427
18428         * modules/gettext (Files): Add m4/glibc2.m4.
18429
18430 2005-02-24  Bruno Haible  <bruno@clisp.org>
18431
18432         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
18433         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
18434         * m4/progtest.m4:
18435         Update from GNU gettext 0.14.2.
18436         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
18437
18438 2005-02-24  Bruno Haible  <bruno@clisp.org>
18439
18440         * lib/localcharset.c: Update from GNU gettext 0.14.2.
18441         * lib/config.charset: Update from GNU gettext 0.14.2.
18442
18443 2005-02-24  Bruno Haible  <bruno@clisp.org>
18444
18445         * lib/gettext.h: Update from GNU gettext 0.14.2.
18446
18447 2005-02-23  Simon Josefsson  <jas@extundo.com>
18448
18449         * m4/iconvme.m4: New file.
18450
18451 2005-02-23  Jim Meyering  <jim@meyering.net>
18452
18453         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
18454         change.
18455         Thanks to Bruno Haible for catching it.
18456
18457 2005-02-22  Simon Josefsson  <jas@extundo.com>
18458
18459         * modules/iconvme: New file.
18460
18461         * MODULES.html.sh: Add iconvme.
18462
18463 2005-02-22  Simon Josefsson  <jas@extundo.com>
18464
18465         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
18466
18467 2005-02-22  Simon Josefsson  <jas@extundo.com>
18468
18469         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
18470
18471 2005-02-22  Jim Meyering  <jim@meyering.net>
18472
18473         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
18474         s/ifndef/ifdef/.
18475
18476 2005-02-20  Neil Conway  <neilc@samurai.com>
18477
18478         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
18479         returned by OSX/Darwin if the specified buffer is not large
18480         enough for the hostname.
18481
18482 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18483
18484         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
18485         pass it to _help, otherwise the latter coredumps trying to
18486         dereference state.root_argp.
18487
18488 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18489
18490         * modules/chdir-long (Depends-on): Add memrchr.
18491         * modules/memrchr (Files): Add lib/memrchr.h.
18492         (Include): "memrchr.h".
18493
18494 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18495
18496         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
18497
18498 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
18499
18500         * lib/memrchr.h: New file.
18501         * lib/chdir-long.c: Include it.
18502         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
18503         Don't bother including stddef.h.
18504
18505 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18506
18507         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
18508         inclusion.
18509         Include <sys/types.h>, for dev_t.
18510         (ME_DUMMY, ME_REMOTE): Move from here....
18511         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
18512         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
18513         Dmitry V. Levin.
18514         Include mountlist.h first, to test the interface.
18515
18516 2005-01-29  Bruno Haible  <bruno@clisp.org>
18517
18518         * lib/progname.c (program_name): Initialize.
18519         Needed when linking statically on MacOS X.
18520
18521 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18522
18523         Sync from coreutils.
18524         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
18525         (Depends-on): Add c-strtod.
18526         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
18527
18528 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18529
18530         Sync from coreutils.
18531         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
18532
18533         Remove files that are specific to coreutils.
18534         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
18535
18536 2005-01-28  Bruno Haible  <bruno@clisp.org>
18537
18538         * modules/javacomp: New file.
18539         * MODULES.html.sh (Java): Add javacomp.
18540
18541 2005-01-28  Bruno Haible  <bruno@clisp.org>
18542
18543         * m4/javacomp.m4: New file, from GNU gettext.
18544
18545 2005-01-28  Bruno Haible  <bruno@clisp.org>
18546
18547         * lib/javacomp.sh.in: New file, from GNU gettext.
18548         * lib/javacomp.h: New file, from GNU gettext.
18549         * lib/javacomp.c: New file, from GNU gettext.
18550
18551 2005-01-26  Simon Josefsson  <jas@extundo.com>
18552
18553         * lib/gai_strerror.c: Use GPL in header.
18554
18555 2005-01-26  Bruno Haible  <bruno@clisp.org>
18556
18557         * modules/javaexec: New file.
18558         * MODULES.html.sh (Java): Add javaexec.
18559
18560 2005-01-26  Bruno Haible  <bruno@clisp.org>
18561
18562         * m4/javaexec.m4: New file, from GNU gettext.
18563
18564 2005-01-26  Bruno Haible  <bruno@clisp.org>
18565
18566         * lib/javaexec.sh.in: New file, from GNU gettext.
18567         * lib/javaexec.h: New file, from GNU gettext.
18568         * lib/javaexec.c: New file, from GNU gettext.
18569
18570 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18571
18572         * modules/lchown (Depends-on): Remove lchown.h
18573
18574 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18575
18576         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
18577         must be defined if the header file was not found, in order
18578         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
18579
18580 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18581
18582         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
18583         initializers for struct pentry_state.
18584         (__argp_error): Check return value of __asprintf
18585         (__argp_failure): Translate error message
18586
18587         * lib/argp-parse.c: Removed braces around the expansion of N_()
18588
18589 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18590
18591         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
18592         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
18593         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
18594         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
18595         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
18596         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
18597         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
18598         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
18599         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
18600         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
18601         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
18602         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
18603         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
18604         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
18605         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
18606         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
18607         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
18608         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
18609         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
18610         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
18611         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
18612         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
18613         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
18614         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
18615         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
18616         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
18617         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
18618         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
18619         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
18620         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
18621         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
18622         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
18623         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
18624         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
18625         xstrtol.m4, xstrtoumax.m4, yesno.m4:
18626         Use an all-permissive copyright notice, recommended by RMS.
18627
18628 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
18629
18630         * modules/chdir-long (Depends-on): Remove mempcpy.
18631
18632 2005-01-21  Jim Meyering  <jim@meyering.net>
18633
18634         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
18635         same value as for Solaris 9.
18636
18637         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
18638         component length.  This included changing the parameter to be
18639         of type `char *' rather than `char const *'.
18640         * lib/chdir-long.h (chdir_long): Update prototype.
18641
18642         * lib/openat.c (fdopendir, fstatat): New functions.
18643         * lib/openat.h: Include headers required for use of DIR and struct
18644         stat.
18645         [AT_SYMLINK_NOFOLLOW]: Define.
18646         (fdopendir, fstatat): Add prototypes.
18647
18648 2005-01-21  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/classpath: New file.
18651         * MODULES.html.sh (Java): Add classpath.
18652
18653 2005-01-21  Bruno Haible  <bruno@clisp.org>
18654
18655         * lib/classpath.h: New file, from GNU gettext.
18656         * lib/classpath.c: New file, from GNU gettext.
18657
18658 2005-01-20  Simon Josefsson  <jas@extundo.com>
18659
18660         * modules/version-etc-fsf: New file.
18661
18662 2005-01-20  Simon Josefsson  <jas@extundo.com>
18663
18664         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
18665         * lib/version-etc.c: Remove version_etc_copyright.
18666         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
18667         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
18668
18669 2005-01-20  Simon Josefsson  <jas@extundo.com>
18670
18671         * lib/base64.h (isbase64): Add.
18672
18673         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18674         using a unsigned prototype, don't inline.
18675         (base64_decode): Use it.
18676
18677 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18678
18679         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18680         it.
18681
18682 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18683
18684         * lib/save-cwd.c (save_cwd): Remove code to support the case
18685         where fchdir is missing or flaky.
18686
18687 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18688
18689         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18690
18691 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18692
18693         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18694         AC_LIBSOURCES now does this.
18695         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18696         with new ullong_max module.
18697
18698 2005-01-19  Bruno Haible  <bruno@clisp.org>
18699
18700         * modules/sh-quote: New file.
18701         * MODULES.html.sh (Executing programs): Add sh-quote.
18702
18703 2005-01-19  Bruno Haible  <bruno@clisp.org>
18704
18705         * lib/sh-quote.h: New file, from GNU gettext.
18706         * lib/sh-quote.c: New file, from GNU gettext.
18707
18708 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18709
18710         Merge from coreutils.
18711         * m4/ullong_max.m4: New file.
18712         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18713         (gl_MACROS): Assume localeconv exists.
18714
18715 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18716
18717         Merge changes from coreutils, as described below in several
18718         changelogs dated today.
18719
18720         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18721         (O_DIRECTORY): Remove; not needed here, since "." must be
18722         a directory.  All uses removed.
18723         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18724         universal on Suns, and we also need to test for IRIX.
18725         Revamp code to use 'if' rather than '#if'.
18726         Avoid unnecessary comparison of cwd->desc to 0.
18727
18728         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18729         for known valid error numbers rather than observed invalid ones.
18730
18731 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18732
18733         * modules/ullong_max: New file.
18734
18735         * modules/chdir-long, modules/openat: New files.
18736         * modules/save-cwd (Depends-on): Depend on chdir-long.
18737         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18738
18739 2005-01-18  Jim Meyering  <jim@meyering.net>
18740
18741         Merge from coreutils.
18742         * m4/chdir-long.m4, m4/openat.m4: New files.
18743         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18744         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18745         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18746         is sane and DOES follow symlinks.  Besides, testing 20 different
18747         systems found no broken chown implementations.
18748         Prompted by a change in rsync's copy of this macro.
18749         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18750
18751         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18752
18753         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18754         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18755         NULL-means-set-to-current-time semantics.
18756         Remove temporary file immediately, rather than waiting
18757         for configure's at-exit trap code to do it.
18758
18759 2005-01-18  Jim Meyering  <jim@meyering.net>
18760
18761         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18762
18763         * lib/utimens.c (futimens): Account for the fact that futimes
18764         can also fail with errno == ENOSYS or errno == ENOENT.
18765         Patch from Dmitry V. Levin.
18766
18767         Change the name of the robust chdir function from chdir to chdir_long.
18768         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18769         (restore_cwd): Use chdir_long, not chdir.
18770         * lib/chdir-long.c: Renamed from chdir.c.
18771         * lib/chdir-long.h: Renamed from chdir.h.
18772         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18773         Hurd.
18774
18775 2005-01-18  Bruno Haible  <bruno@clisp.org>
18776
18777         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18778         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18779         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18780         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18781         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18782         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18783         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18784         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18785         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18786         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18787         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18788         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18789         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18790         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18791         Use an all-permissive copyright notice, recommended by RMS.
18792
18793 2005-01-18  Bob Proulx  <bob@proulx.com>
18794
18795         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18796         simplify offsetof() macro construct to avoid compile failure with
18797         native HP-UX 11.0 ANSI C compiler.
18798
18799 2005-01-17  Bruno Haible  <bruno@clisp.org>
18800
18801         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18802         redundant because stpncpy.m4 takes care of it.
18803
18804 2005-01-17  Bruno Haible  <bruno@clisp.org>
18805
18806         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18807
18808 2005-01-17  Bruno Haible  <bruno@clisp.org>
18809
18810         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18811         used.
18812
18813 2005-01-17  Bruno Haible  <bruno@clisp.org>
18814
18815         * lib/fwriteerror.h (fwriteerror): Change specification to include
18816         fclose.
18817         * lib/fwriteerror.c: Include <stdbool.h>.
18818         (fwriteerror): At the end, close the file stream. Record whether
18819         stdout was already closed.
18820
18821 2005-01-17  Bruno Haible  <bruno@clisp.org>
18822
18823         * lib/execute.c (environ): Declare if needed.
18824         * lib/pipe.c (environ): Likewise.
18825         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18826
18827 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18828
18829         * modules/argp: Depend on vsnprintf
18830
18831 2005-01-10  Jim Meyering  <jim@meyering.net>
18832
18833         * modules/closeout (Depends-on): Add atexit.
18834
18835 2005-01-06  Bruno Haible  <bruno@clisp.org>
18836
18837         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18838
18839 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18842         definitions to be after all include files, to avoid collisions.
18843         Problem reported by Bob Proulx.
18844
18845 2005-01-04  Jim Meyering  <jim@meyering.net>
18846
18847         Changes imported from coreutils.
18848         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18849         as the mkstemp template, use a temporary directory and an
18850         8.3-friendly template to avoid trouble on systems like DJGPP.
18851         Reported by Juan M. Guerrero via Stepan Kasal.
18852         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18853         close. Remove the temporary directory right away, rather than waiting
18854         for configure's at-exit trap code to do it.
18855         Suggestion from Stepan Kasal.
18856
18857 2005-01-01  Simon Josefsson  <jas@extundo.com>
18858
18859         * gnulib-tool: Print #include directives when --import'ing.
18860
18861 2004-12-28  Simon Josefsson  <jas@extundo.com>
18862
18863         * tests/test-base64.c: Include required header files.  Remove
18864         unused variables.
18865
18866 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18867
18868         * modules/error (Depends-on): Remove gettext.
18869
18870 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18871
18872         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18873         not needed.  This removes a dependency on the gettext module.
18874         [defined _LIBC]: Do not include <libintl.h>; not needed.
18875
18876 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18877
18878         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18879         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18880
18881 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18882
18883         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18884         HAVE_DECL_STRTOLD.
18885
18886 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18887
18888         * modules/getdate (Depends-on): Remove alloca-opt.
18889
18890 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18891
18892         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18893
18894 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18895
18896         * lib/argp-parse.c: Include <stddef.h>.
18897         (alignof, alignto): New macros.
18898         (parser_init): Don't assume that void * is aligned sufficiently
18899         for struct option.
18900
18901         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18902         need to extend the stack.
18903         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18904         large.
18905
18906 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18907
18908         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18909
18910 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18911
18912         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18913         (2004-10-24) change.  Apparently this was a false alarm.
18914
18915         * modules/getdate: Depend on alloca-opt, not alloca.
18916
18917 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18920         Remove now-obsolete comment about AIX.
18921         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18922         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18923         (YYMAXDEPTH): New macro.
18924
18925 2004-12-18  Simon Josefsson  <jas@extundo.com>
18926
18927         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18928
18929 2004-12-18  Bruno Haible  <bruno@clisp.org>
18930
18931         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18932
18933 2004-12-18  Bruno Haible  <bruno@clisp.org>
18934
18935         * lib/fatal-signal.c (fatal_signals): Make non-const.
18936         (init_fatal_signals): New function.
18937         (uninstall_handlers, install_handlers): Ignore signals that were set to
18938         SIG_IGN.
18939         (at_fatal_signal): Call init_fatal_signals.
18940         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18941         SIG_IGN.
18942         Reported by Paul Eggert.
18943
18944 2004-12-18  Bruno Haible  <bruno@clisp.org>
18945
18946         * doc/alloca.texi: New file.
18947         * doc/alloca-opt.texi: New file.
18948
18949 2004-12-17  Jim Meyering  <jim@meyering.net>
18950
18951         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18952         Otherwise, install-sh could exit with improper exit status when
18953         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18954
18955 2004-12-16  Simon Josefsson  <jas@extundo.com>
18956
18957         * tests/test-base64.c: Add license.
18958
18959 2004-12-15  Stepan Kasal  <address@hidden>
18960
18961         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18962
18963 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * modules/getcwd (Files): Add m4/d-ino.m4.
18966         Suggested by Mark D. Baushke.
18967
18968 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * lib/getdate.y (textint): New member "negative".
18971         (time_zone_hhmm): New function.
18972         Expect 14 shift-reduce conflicts, not 13.
18973         (o_colon_minutes): New rule.
18974         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18975         (yylex): Set the "negative" member of signed numbers.
18976
18977 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18978
18979         * doc/getdate.texi (Time of day items, Time zone items):
18980         Describe new formats +00:00, UTC+00:00.
18981
18982 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18985         spurious "-l"s.  Problem reported by Stepan Kasal.
18986
18987 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18988
18989         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18990         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18991
18992 2004-12-04  Simon Josefsson  <jas@extundo.com>
18993
18994         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18995         Vandoorselaere <yoann@prelude-ids.org>.
18996
18997 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         Changes imported from coreutils.
19000         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
19001         exist.
19002         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
19003
19004 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19005
19006         Changes imported from coreutils.
19007         * lib/hard-locale.c: Assume <locale.h> exists.
19008         Include "strdup.h".
19009         (GLIBC_VERSION): New macro.
19010         (hard_locale): Assume setlocale exists.
19011         Rewrite to avoid #ifdef.
19012         Use strdup rather than malloc + strcpy.
19013         * lib/human.c: Assume <locale.h> exists.
19014         (human_readable): Assume localeconv exists.
19015
19016 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19017
19018         * modules/hard-locale (Depends-on): Add strdup.
19019
19020 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19021
19022         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
19023         convert T2, not T.  (Imported from libc.)
19024
19025 2004-11-30  Simon Josefsson  <jas@extundo.com>
19026
19027         * modules/restrict (License): Change to LGPL.
19028
19029 2004-11-30  Simon Josefsson  <jas@extundo.com>
19030
19031         * m4/restrict.m4: Add copyright and copying conditions.
19032
19033 2004-11-30  Simon Josefsson  <jas@extundo.com>
19034
19035         * m4/base64.m4: New file.
19036
19037 2004-11-30  Simon Josefsson  <jas@extundo.com>
19038
19039         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
19040         base64.
19041
19042         * tests/test-base64.c: New file.
19043
19044         * modules/base64: New file.
19045
19046 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
19047
19048         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
19049         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
19050
19051         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
19052
19053 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
19054
19055         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
19056         (__getcwd.c): Don't restore errno; glibc doesn't.
19057         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
19058         first, falling back to our code only if its results look suspicious.
19059         Ensure that the resulting buffer is only as large as necessary.
19060
19061         * lib/readutmp.c: Include readutmp.h first.
19062         Include <errno.h>, since readutmp.h no longer does that.
19063         * lib/readutmp.h: Don't include <errno.h>,
19064         <sys/param.h>, <time.h>; not needed to establish interface.
19065         (errno): Remove decl.
19066         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
19067         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
19068         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
19069
19070 2004-11-28  Simon Josefsson  <jas@extundo.com>
19071
19072         * lib/base64.h, base64.c: New file.
19073
19074 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19075
19076         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
19077
19078 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19079
19080         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
19081         (Depends-on): Remove pathmax, same.  Add mempcpy.
19082         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
19083         (Makefile.am): Append getcwd.h to lib_SOURCES.
19084         (Include): Add getcwd.h.
19085         (Maintainer): Change from Jim Meyering to "all, glibc",
19086         since getdate now uses intended-for-glibc code.
19087         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
19088         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
19089
19090 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
19093         HP's ANSI C compiler.
19094         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
19095         Declaring int functions causes warnings on some modern systems and
19096         shouldn't be needed to compile on ancient ones.
19097         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
19098         defined.
19099
19100         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
19101         with the following changes.
19102         (__set_errno): Parenthesize properly.
19103         Include <stdbool.h>.
19104         (MIN, MAX, MATCHING_INO): New macros.
19105         (__getcwd): Define with prototype, not K&R form.
19106         Use heuristics to allocate default buffer on stack if possible.
19107         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
19108         behavior, and to avoid the PATH_MAX limit when computing
19109         ../../../../...
19110         Use MATCHING_INO to compare inode number to file.
19111         Check for arithmetic overflow in size calculations.
19112         Fix bug in reallocation of dot array that caused getcwd to fail
19113         on directories nested deeper than 75.
19114         Be more careful about saving errno on error.
19115         Do not use realloc; use only free+malloc, as this is a bit
19116         more flexible and avoids a needless copy operation.
19117         Do not inspect st_dev and st_ino for symbolic links; POSIX
19118         doesn't specify the latter.
19119         Check for closedir errors.
19120         Avoid needless casts.
19121         Use "#ifdef weak_alias" around weak_alias, to be like other
19122         glibc code.
19123         The following changes to getcwd.c have effect only when used in
19124         gnulib; they have no effect inside glibc proper.
19125         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
19126         as alloca isn't used.
19127         (alloca, __alloca): Likewise.
19128         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
19129         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19130         unconditionally, as gnulib assumes C89 or better.
19131         Do not include <sys/param.h>.
19132         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
19133         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
19134         better.
19135         (NULL) [!defined NULL]: Remove; we assume C89 or better.
19136         Include <dirent.h> in a way that is compatible with modern Autoconf.
19137         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
19138         New macros, if not already defined.
19139         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
19140         Use "_LIBC", not "defined _LIBC", for consistency.
19141         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
19142         a mempcpy module.
19143         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
19144         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
19145         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
19146         credit only to Jim Meyering and adjust the copyright dates.
19147         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
19148         <stdlib.h>, <unistd.h>, "pathmax.h".
19149         Instead, include "xgetcwd.h" (first) and "getcwd.h".
19150         (INITIAL_BUFFER_SIZE): Remove.
19151         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
19152
19153 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19154
19155         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
19156         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
19157         Use the _ONCE methods, for efficiency.
19158         Check for fcntl.h.  In test program, include <errno.h>
19159         and <fcntl.h> if available.  Remove old K&R cruft from
19160         test program.  Check for common errors in GNU/Linux,
19161         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
19162         don't do AC_LIBOBJ, as that's getcwd.m4's job.
19163         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
19164         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
19165         name accordingly.
19166         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
19167         accommodate new getcwd.c.
19168         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
19169         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
19170         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
19171         that's all we need now.
19172
19173 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19174
19175         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
19176         argp-parse.c depends on getopt internals, that means we should
19177         always use our getopt, to be on the safe side.
19178         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
19179         order not to spoil the result of an eventual previous invocation
19180         of gl_GETOPT_SUBSTITUTE.
19181
19182 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19183
19184         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
19185         redefinition warnings. To avoid them, include the defines
19186         in `#if !defined __need_getopt ... #endif'. The only place
19187         where __getopt_argv_const is used is in definitions
19188         of getopt_long and getopt_long_only below, which are as well
19189         protected by `#ifndef __need_getopt'.
19190         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
19191         __need_getopt after including <stdio.h> and <unistd.h> These
19192         headers might have defined it.
19193
19194 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19195
19196         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
19197
19198 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19199
19200         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
19201         (futimens): New function, which uses futimes if available.
19202         (futimens, utimens): Support timespec==NULL, with same semantics
19203         as utime and utimens.
19204         * lib/utimens.h (futimens): New decl.
19205
19206 2004-11-23  Jim Meyering  <jim@meyering.net>
19207
19208         * lib/getopt_.h: Remove trailing blanks.
19209
19210 2004-11-23  Jim Meyering  <jim@meyering.net>
19211
19212         * lib/__fpending.c: Add comment.
19213
19214 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
19215
19216         * modules/canonicalize (Depends-on): Add xreadlink.
19217         Problem reported by James Youngman.
19218
19219 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19220
19221         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
19222         New macros.
19223         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
19224         optopt): Use them instead of invoking ## directly; otherwise, the
19225         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
19226
19227 2004-11-19  Bruno Haible  <bruno@clisp.org>
19228
19229         * lib/strtok_r.c: Move comments from here...
19230         * lib/strtok_r.h: ... to here.
19231
19232 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19233
19234         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
19235         implementations that mishandle size_t overflow.
19236
19237 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19238
19239         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
19240         might fail.  Problem reported by Yoann Vandoorselaere.
19241         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
19242         implementations that mishandle size_t overflow.
19243
19244 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19245
19246         * modules/canon-host (Depends-on): Add strdup.
19247
19248 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19249
19250         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
19251
19252 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19253
19254         * lib/canon-host.c: Include "strdup.h".
19255         (canon_host): Use getaddrinfo if available, so that IPv6 works.
19256         Use strdup instead of malloc/strcpy to duplicate strings.
19257
19258         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
19259         (human_space_before_unit): New constant.
19260         * lib/human.c (human_readable): Support it.
19261
19262         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
19263         (xgetcwd): Set errno correctly when failing.
19264         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
19265         the failure is actually due to a PATH_MAX problem.
19266
19267         Further getopt changes to make it more likely that glibc will
19268         buy the changes back.
19269         * lib/getopt.c (POSIXLY_CORRECT): New constant.
19270         (getopt): Use it, so to preserve glibc semantic
19271         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
19272         when compiling for libc.
19273         * lib/getopt_.h (__getopt_argv_const): Bring it back.
19274         (getopt_long, getopt_long_only): Use it.
19275
19276         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19277         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
19278         (getopt): Argv is now char * const *, as per standard.
19279         (_getopt_internal_r, _getopt_internal): Argv is now char **,
19280         not char *__getopt_argv_const *.
19281         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19282         _getopt_long_only_r): Likewise.
19283         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
19284         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19285         _getopt_long_r, _getopt_long_only_r): Likewise.
19286         * lib/getopt_.h (__getopt_argv_const): Remove.
19287         (getopt): Argv is now char * const *, as per standard.
19288
19289         * lib/getdate.y (tORDINAL): New token.
19290         (day, relunit): Allow it for relative times.
19291         (relative_time_table): Use tORDINAL for ordinals.
19292
19293 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19294
19295         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
19296         Document that "second" isn't allowed as an ordinal number.
19297
19298 2004-11-16  Jim Meyering  <jim@meyering.net>
19299
19300         * modules/closeout (Depends-on): Add fpending.
19301
19302 2004-11-15  Jim Meyering  <jim@meyering.net>
19303
19304         * lib/closeout.c: Include "__fpending.h" once again.
19305         Include <stdbool.h>.
19306         (close_stdout): Don't fail just because stdout was closed initially,
19307         since some programs don't write to stdout in the normal course of
19308         operation (other than --version and --help), and we don't want this
19309         function to make e.g. `touch file >&-' fail.
19310         But do fail if it was closed and someone has tried to write to it.
19311         E.g., `printf foo >&-' must fail.
19312
19313 2004-11-13  Jim Meyering  <jim@meyering.net>
19314
19315         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
19316
19317 2004-11-12  Simon Josefsson  <jas@extundo.com>
19318
19319         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
19320         small doc fix is still pending.
19321
19322 2004-11-11  Simon Josefsson  <jas@extundo.com>
19323
19324         * modules/strtok_r: New file.
19325
19326         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19327         strtok_r.
19328
19329 2004-11-11  Simon Josefsson  <jas@extundo.com>
19330
19331         * m4/strtok_r.m4: New file.
19332
19333         * m4/getopt.m4: Replace opterr.
19334
19335 2004-11-11  Simon Josefsson  <jas@extundo.com>
19336
19337         * lib/strtok_r.h, strtok_r.c: New file.
19338
19339 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19340
19341         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
19342         of replacing opterr, getopt, etc.  This should handle the
19343         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
19344
19345 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
19346
19347         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
19348         we can stop lying to compilers about the constness of argv when we
19349         are compiled outside glibc.
19350         (getopt, getopt_long, getopt_long_only): Use it.
19351         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19352         _getopt_internal, getopt): Likewise.
19353         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
19354         _getopt_long_only_r): Likewise.
19355         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
19356         _getopt_long_r, _getopt_long_only_r): Likewise.
19357
19358         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
19359         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
19360         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
19361         the other external symbols.
19362         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
19363         declaration, since the above renaming now works around collisions.
19364
19365 2004-11-11  Jim Meyering  <jim@meyering.net>
19366
19367         * lib/linebreak.c: Remove trailing blanks.
19368         * lib/alloca_.h: Likewise.
19369         * lib/acosl.c: Likewise.
19370         * lib/euidaccess.c: Likewise.
19371         * lib/allocsa.h: Likewise.
19372
19373 2004-11-10  Simon Josefsson  <jas@extundo.com>
19374
19375         * m4/getaddrinfo.m4: New file.
19376
19377 2004-11-10  Simon Josefsson  <jas@extundo.com>
19378
19379         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
19380
19381 2004-11-10  Simon Josefsson  <jas@extundo.com>
19382
19383         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19384         getaddrinfo.
19385
19386         * modules/getaddrinfo: New file.
19387
19388 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19389
19390         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
19391
19392 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19393
19394         * lib/mktime.c (SHR): New macro, which is a portable
19395         substitute for >> that should work even on Crays.
19396         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
19397         Problem reported by Mark D. Baushke in
19398         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
19399         * lib/getdate.y (SHR): Likewise.
19400         (tm_diff): Use it.
19401         * lib/strftime.c (SHR): Likewise.
19402         (tm_diff): Use it.
19403         * lib/quotearg.c (struct quoting_options): Use unsigned int for
19404         quote_these_too, so that right shifts are well defined.  All uses
19405         changed.
19406
19407 2004-11-10  Jim Meyering  <jim@meyering.net>
19408
19409         Ensure that no close failure goes unreported.
19410         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
19411         return early when it seems there's nothing to flush.
19412         Don't include __fpending.h.
19413
19414 2004-11-10  Jim Meyering  <jim@meyering.net>
19415
19416         * modules/closeout (Depends-on): Remove fpending.
19417
19418 2004-11-10  Jim Meyering  <jim@meyering.net>
19419
19420         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
19421
19422 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
19425         gl_FUNC_STRFTIME.
19426         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
19427         and AC_REQUIRE when possible, to avoid duplicate checks.
19428         Check for <wchar.h>.
19429
19430 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19431
19432         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
19433
19434 2004-11-09  Bruno Haible  <bruno@clisp.org>
19435
19436         * m4/sockpfaf.m4: New file.
19437
19438 2004-11-05  Bruno Haible  <bruno@clisp.org>
19439
19440         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
19441         Reported by Mark D. Baushke <mdb@cvshome.org>.
19442
19443 2004-11-04  Bruno Haible  <bruno@clisp.org>
19444
19445         2004-09-11  Bruno Haible  <bruno@clisp.org>
19446                 * allocsa.valgrind: New file.
19447         2004-02-06  Bruno Haible  <bruno@clisp.org>
19448                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
19449                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
19450                 Reported by Christopher Seip <chris.seip@hp.com>.
19451
19452 2004-11-04  Bruno Haible  <bruno@clisp.org>
19453
19454         * modules/allocsa (Files): Add lib/allocsa.valgrind.
19455         (Makefile.am): Distribute it.
19456
19457 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19458
19459         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
19460         with errno == ERANGE if the buffer is too small.
19461         Problem reported by Mark D. Baushke.
19462
19463 2004-11-03  Albert Chin  <china@thewrittenword.com>
19464             Paul Eggert  <eggert@cs.ucla.edu>
19465
19466         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
19467         equivalent, substitute $ac_type for equivalent type rather than
19468         blindly using uint32_t *always* which won't work if uint32_t is not
19469         available.  Define _UINT32_T to work around typedef of uint32_t if
19470         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
19471         2.5.1.
19472
19473 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * m4/jm-macros.m4: Sync from coreutils.
19476         (gl_MACROS): Check for mbrlen, for pathchk.
19477         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
19478
19479 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19480
19481         * lib/xreadlink.c (MAXSIZE): New macro.
19482         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
19483         size does not exceed MAXSIZE.  Avoid cast.
19484         As suggested by Mark D. Baushke in
19485         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
19486         if readlink fails with buffer size just under MAXSIZE, try again
19487         with MAXSIZE.
19488
19489 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
19490
19491         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
19492
19493 2004-11-02  Derek R. Price  <derek@ximbiot.com>
19494         and  Paul Eggert  <eggert@cs.ucla.edu>
19495
19496         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
19497         (get_date): Overparenthesize to avoid GCC warning.
19498
19499 2004-11-02  Bruno Haible  <bruno@clisp.org>
19500
19501         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
19502         returns void.
19503
19504 2004-11-02  Bruno Haible  <bruno@clisp.org>
19505
19506         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
19507         function returns void.
19508
19509 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19510
19511         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
19512         fflush_unlocked, flockfile, funlockfile, funlockfile,
19513         fputs_unlocked, putc_unlocked.
19514
19515 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
19516
19517         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19518         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
19519         already declared.
19520
19521 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19522
19523         * modules/getdate (Files): Add doc/getdate.texi.
19524         (Depends-on): Add setenv, xalloc.
19525
19526 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19527
19528         * lib/getdate.y: Add support for TZ="foo" within a date string.
19529         Fix some bugs near time_t boundaries.  Reject dates with
19530         out-of-range components, e.g., "Sept 31".
19531         Include <stdlib.h>, "setenv.h", "xalloc.h".
19532         (ISDIGIT_LOCALE): Remove; unused.
19533         Note that the TZ and time functions used here are not reentrant.
19534         (mktime_ok, get_tz): New functions.
19535         (TZBUFSIZE): New constant.
19536         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
19537         This requires that we sometimes generate our own TZ="XXX..." setting.
19538
19539 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19540
19541         * doc/getdate.texi: New file, from coreutils with modifications for
19542         the new TZ parsing.
19543
19544 2004-10-27  Derek R. Price  <derek@ximbiot.com>
19545
19546         * lib/mktime.c (not_equal_tm): Remove redundant check.
19547
19548 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19549
19550         * modules/regex (lib_SOURCES): Add regex.c.
19551         Reported by James Youngman in
19552         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
19553
19554 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * lib/getdate.y: Use Bison 1.875 features, and some minor
19557         code cleanups.  This change does not affect semantics.
19558         Don't include <stdlib.h>; no longer needed.
19559         Don't include unlocked-io.h; only the "#if TEST" code uses
19560         stdio, and performance isn't crucial there.
19561         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
19562         Bison 1.875 features as described below.
19563         All uses of "PC." replaced by "pc->".
19564         (YYSTYPE): Add a forward declaration.
19565         (yylex, yyerror): Use full prototypes in forward decls.
19566         Use "%pure-parser" rather than obsolescent "%pure_parser".
19567         Use %parse-param and %lex-param instead of obsolescent
19568         YYPARSE_PARAM and YYLEX_PARAM.
19569         (meridian_table, month_and_day_table, time_units_table,
19570         relative_time_table, time_zone_table, military_table,
19571         lookup_zone, lookup_word, get_date):
19572         Use NULL instead of 0 where appropriate.
19573         (to_hour): Avoid abort (), to avoid a dependency on
19574         stdlib.h.
19575         (yyerror, yylex): Now accepts parser_control * arg.
19576         (main) [TEST]: Use '\0' rather than 0 for char.
19577
19578 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
19581
19582 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
19585         It's now the caller's responsibility to handle the case where
19586         !HAVE_GETPAGESIZE && !defined getpagesize.
19587
19588         * lib/mktime.c (leapyear): Arg is long int, not int.
19589
19590 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
19591
19592         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
19593
19594 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19595
19596         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
19597         missing.  Problem reported by James Youngman.
19598
19599 2004-10-16  Simon Josefsson  <jas@extundo.com>
19600
19601         * gnulib-tool: Fix comments.  Fix parse problem.
19602         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
19603
19604 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
19605
19606         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
19607         implementation of getopt_long.  Problem reported by Alexander Taler in:
19608         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
19609
19610 2004-10-15  Bruno Haible  <bruno@clisp.org>
19611
19612         * gnulib-tool: Untabify. Initialize supplied_libname.
19613         (func_usage): More homogenous output.
19614         (func_modules_transitive_closure, func_modules_to_filelist,
19615         func_emit_lib_Makefile_am): New functions.
19616         (func_import): New function, extracted from big case statement. Use
19617         func_get_license, func_modules_transitive_closure,
19618         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
19619         opt_lgpl. Don't use test -a, as it's not portable.
19620         (func_create_testdir): Use func_modules_transitive_closure,
19621         func_modules_to_filelist, func_emit_lib_Makefile_am.
19622
19623 2004-10-15  Bruno Haible  <bruno@clisp.org>
19624
19625         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
19626
19627 2004-10-15  Bruno Haible  <bruno@clisp.org>
19628
19629         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
19630         the portions belonging to each module.
19631         Suggested by Derek Robert Price <derek@ximbiot.com>.
19632
19633 2004-10-12  Simon Josefsson  <jas@extundo.com>
19634
19635         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19636         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
19637         to real functions.
19638
19639 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19640
19641         * modules/vsnprintf: New file.
19642
19643 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19644
19645         * m4/vsnprintf.m4: New file.
19646
19647 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19648
19649         * lib/vsnprintf.h: New file.
19650         * lib/vsnprintf.c: New file.
19651
19652 2004-10-11  Bruno Haible  <bruno@clisp.org>
19653
19654         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
19655         vsnprintf.
19656
19657 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19658
19659         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
19660
19661 2004-10-07  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
19664         fits into the provided buffer.
19665
19666 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         * lib/diacrit.c, diacrit.h: Add GPL notice.
19669
19670         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
19671         notice.
19672         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19673         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19674         This avoids a potential constant-folding bug.
19675
19676 2004-10-05  Bruno Haible  <bruno@clisp.org>
19677
19678         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19679         for the declaration of strsep.
19680
19681 2004-10-05  Bruno Haible  <bruno@clisp.org>
19682
19683         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19684
19685 2004-10-04  Simon Josefsson  <jas@extundo.com>
19686
19687         * modules/memmem: New file.
19688         * tests/test-memmem.c: New file.
19689         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19690
19691 2004-10-04  Simon Josefsson  <jas@extundo.com>
19692
19693         * m4/memmem.m4: New file.
19694
19695 2004-10-04  Simon Josefsson  <jas@extundo.com>
19696
19697         * lib/memmem.h: New file.
19698         * lib/memmem.c: New file, taken from glibc.
19699
19700 2004-10-04  Simon Josefsson  <jas@extundo.com>
19701
19702         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19703         '#ifdef USE_UNLOCKED_IO'.
19704
19705 2004-10-04  Simon Josefsson  <jas@extundo.com>
19706
19707         * config/srclist.txt: Add memmem from glibc.
19708
19709 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19710
19711         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19712
19713         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19714         modules/exclude, modules/getdate, modules/getline,
19715         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19716         modules/getusershell, modules/linebuffer, modules/md5,
19717         modules/mountlist, modules/posixtm, modules/readtokens,
19718         modules/readutmp, modules/regex, modules/sha1,
19719         modules/version-etc, modules/yesno:
19720         Remove dependency on unlocked-io.
19721
19722 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19723
19724         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19725
19726         * m4/unlocked-io.m4: Add copyright notice.
19727         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19728
19729 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19730
19731         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19732         * lib/xmalloc.c (xmemdup): Likewise.
19733         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19734         XFREE): Remove these long-obsolescent macros.
19735         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19736         * lib/xstrdup.c: Remove.
19737
19738         * lib/regex.c (re_comp): Cast gettext return value to char *,
19739         Problem reported by Martin Neitzel via Mark D. Baushke.
19740
19741 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19742
19743         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19744         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19745         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19746         regex.c, sha1.c, version-etc.c, yesno.c:
19747         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19748         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19749         the includer's responsibility.
19750
19751         Sync from coreutils.
19752
19753         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19754         points to the start of a string, as the C Standard says the
19755         resulting behavior is undefined.
19756
19757         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19758         simple -> simple_backups, numbered_existing ->
19759         numbered_existing_backups, numbered -> numbered_backups
19760         to avoid shadowing problems.  All uses changed.
19761         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19762         * lib/backupfile.c (check_extension, numbered_backup):
19763         Rename locals to avoid shadowing 'basename'.
19764         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19765         once.
19766
19767         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19768         * lib/.cvsignore: Add getopt.h.
19769
19770 2004-10-04  Bruno Haible  <bruno@clisp.org>
19771
19772         * modules/README: New file.
19773         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19774         not a module.
19775
19776 2004-10-02  Jim Meyering  <jim@meyering.net>
19777
19778         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19779
19780 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19781
19782         * modules/strsep: New file.
19783
19784 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19785
19786         * m4/strsep.m4: New file.
19787
19788 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19789
19790         * lib/strsep.h: New file.
19791         * lib/strsep.c: New file.
19792
19793 2004-10-01  Simon Josefsson  <jas@extundo.com>
19794
19795         * lib/snprintf.c (snprintf): Handle size==0.
19796
19797 2004-10-01  Simon Josefsson  <jas@extundo.com>
19798             Bruno Haible  <bruno@clisp.org>
19799
19800         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19801         (snprintf): Declare 'args'.
19802
19803 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19804
19805         * lib/snprintf.c: Remove comments as to why each header is needed.
19806
19807 2004-10-01  Bruno Haible  <bruno@clisp.org>
19808
19809         * MODULES.html.sh: Add strsep.
19810
19811 2004-09-30  Simon Josefsson  <jas@extundo.com>
19812
19813         * modules/snprintf: New file.
19814
19815 2004-09-30  Simon Josefsson  <jas@extundo.com>
19816
19817         * m4/snprintf.m4: New file.
19818
19819 2004-09-30  Simon Josefsson  <jas@extundo.com>
19820
19821         * lib/snprintf.h, lib/snprintf.c: New files.
19822
19823 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19824
19825         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19826         (hol_entry_help): Never translate an empty string.
19827         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19828         * lib/argp.h (OPTION_NO_TRANS): New option.
19829
19830 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * modules/argp (Maintainer): Replace Simon Josefsson
19833         by Sergey Poznyakoff.
19834
19835 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19838         changes merged back into glibc.
19839
19840 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19843
19844 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19845
19846         * lib/xvasprintf.c: Include xalloc.h.
19847         (xvasprintf): Use xalloc_die, not xmalloc_die.
19848
19849 2004-09-29  Bruno Haible  <bruno@clisp.org>
19850
19851         * modules/alloca-opt: New file, derived from modules/alloca.
19852         * modules/allocsa: Depend on alloca-opt instead of alloca.
19853         * modules/setenv: Likewise.
19854         * modules/vasnprintf: Likewise.
19855         * MODULES.html.sh: Add alloca-opt.
19856
19857 2004-09-28  Simon Josefsson  <jas@extundo.com>
19858
19859         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19860         LGPL, and to replace license template from GPL to LGPL.
19861
19862 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19863
19864         * modules/dummy: Change license to LGPL.
19865
19866 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19867
19868         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19869
19870 2004-09-24  Simon Josefsson  <jas@extundo.com>
19871
19872         * modules/minmax (License): Change from GPL to LGPL.
19873
19874 2004-09-23  Simon Josefsson  <jas@extundo.com>
19875
19876         * gnulib-tool (--import): Typo.
19877
19878 2004-09-23  Simon Josefsson  <jas@extundo.com>
19879
19880         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19881
19882 2004-09-22  Bruno Haible  <bruno@clisp.org>
19883
19884         * modules/*: Add 'License' field.
19885         * gnulib-tool: Accept --extract-license option.
19886         (func_get_license): New function.
19887
19888 2004-09-21  Bruno Haible  <bruno@clisp.org>
19889
19890         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19891         Reported by Simon Josefsson.
19892
19893 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19894
19895         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19896         gl_AC_TYPE_LONG_LONG.
19897
19898 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19899
19900         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19901
19902 2004-09-18  Simon Josefsson  <jas@extundo.com>
19903         and  Paul Eggert  <eggert@cs.ucla.edu>
19904
19905         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19906         calls with autoreconf.  Define GL_LIB.
19907
19908 2004-09-14  Karl Berry  <karl@gnu.org>
19909
19910         * config/srclist.txt: unsync setenv.c, sigh.
19911
19912 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19913
19914         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19915         Problem reported by Bruno Haible in:
19916         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19917
19918 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19919
19920         * config/srclist.txt: Comment out argp-pvh.c.
19921
19922 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19923
19924         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19925         in case some system header has #define'd it.  Problem reported by
19926         Soeren D. Schulze in
19927         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19928
19929 2004-09-09  Karl Berry  <karl@gnu.org>
19930
19931         * regex.[ch]: delete from the root.  These were supposed to be
19932                 synced with emacs cvs, but this has not happened for about
19933                 a year, and anyway nothing else uses emacs regex.[ch].
19934                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19935                 lib/regex[.ch] is untouched.
19936
19937 2004-09-09  Bruno Haible  <bruno@clisp.org>
19938
19939         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19940
19941 2004-09-09  Bruno Haible  <bruno@clisp.org>
19942
19943         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19944         modifications.
19945         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19946
19947 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19948
19949         * modules/xvasprintf: New file.
19950         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19951
19952 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19953
19954         * lib/xvasprintf.h: New file.
19955         * lib/xvasprintf.c: New file.
19956         * lib/xasprintf.c: New file.
19957
19958 2004-09-08  Bruno Haible  <bruno@clisp.org>
19959
19960         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19961
19962 2004-09-08  Bruno Haible  <bruno@clisp.org>
19963
19964         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19965         length is > INT_MAX.
19966         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19967         more.
19968
19969 2004-09-08  Bruno Haible  <bruno@clisp.org>
19970
19971         * lib/stdint_.h: New file, taken from GNU clisp.
19972
19973 2004-09-08  Bruno Haible  <bruno@clisp.org>
19974             Oskar Liljeblad  <oskar@osk.mine.nu>
19975
19976         * modules/stdint: New file.
19977         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19978
19979 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19980
19981         Import from coreutils.
19982         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19983         strings on unbounded length.  alloca's performance benefits aren't
19984         that important here.
19985         (V_STRDUP): Remove.
19986         (parse_with_separator): New function, with most of the internals
19987         of the old parse_user_spec.  Allow user to omit both user and group,
19988         for compatibility with FreeBSD.
19989         Clone only the user name, not the entire spec.
19990         Do not set *uid, *gid unless entirely successful.
19991         Avoid memory leak in some failing cases.
19992         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19993         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19994         (parse_user_spec): Rewrite to use parse_with_separator.
19995
19996 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19997
19998         * modules/userspec: Don't depend on alloca.
19999
20000 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20001
20002         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
20003
20004 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20005
20006         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
20007         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
20008         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
20009
20010 2004-08-16  Simon Josefsson  <jas@extundo.com>
20011
20012         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
20013         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
20014         Add --dry-run for --import.
20015         Let user provided command line parameters override configure.ac
20016         settings.
20017
20018 2004-08-12  Simon Josefsson  <jas@extundo.com>
20019
20020         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
20021         as discussed with Paul Eggert in threads rooted at
20022         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
20023         and
20024         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
20025         Before, the test was empty, and relied on ELIDE_CODE in source
20026         code.)
20027         (gl_PREREQ_GETOPT): New macro.
20028         (gl_GETOPT): Use them.
20029
20030 2004-08-12  Simon Josefsson  <jas@extundo.com>
20031
20032         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
20033         * lib/getopt_.h: Renamed from getopt.h.
20034
20035 2004-08-12  Simon Josefsson  <jas@extundo.com>
20036
20037         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
20038         Change default library name from libfoo to libgnu.
20039         Now, if you have a configure.ac that says:
20040                 gl_SOURCE_BASE(gl)
20041                 gl_M4_BASE(gl/m4)
20042                 gl_MODULES(error getopt etcetera)
20043                 gl_INIT
20044         you can import all you need by running:
20045                 ../gnulib/gnulib-tool --import
20046
20047         * modules/getopt (Files): Rename getopt.h to getopt_.h.
20048         (Makefile.am): Rewrite, use logic from argz.
20049         (Include): Use <getopt.h> instead of "getopt.h".
20050
20051 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20052
20053         * modules/argp (Files): Add m4/unlocked-io.m4.
20054         (Depends-on): Add extensions.
20055
20056 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20057
20058         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
20059         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
20060         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
20061         Check for program_invocation_name, program_invocation_short_name,
20062         flockfile, funlockfile, features.h, _getopt_long_only_r.
20063
20064 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20065
20066         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
20067         its complicated substitute.
20068         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
20069         and program_invocation_name.
20070         (__argp_basename) [!_LIBC]: Remove; the only use was
20071         replaced by its body.
20072         (__argp_short_program_name): Change condition from
20073         !defined __argp_short_program_name to
20074         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
20075         to match argp-namefrob.h.
20076         (__argp_failure): Don't assume strerror_r returns char *.
20077         * lib/argp-parse.c (N_): Define unconditionally.
20078         (argp_default_options): Fill out initializers with 0 to avoid
20079         gcc warnings.
20080
20081 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20082
20083         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
20084         getopt1.c.
20085
20086 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20087
20088         Merge from coreutils.
20089
20090         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
20091
20092         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
20093         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
20094
20095 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20096
20097         Merge from coreutils.
20098
20099         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
20100         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
20101         for Reliant Unix 5.43.
20102
20103         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
20104         (union fooround): Use uintmax_t, not long int.
20105         The rest is a merge from libc:
20106         [defined _LIBC]: Include <shlib-compat.h>.
20107         (_obstack) [defined _LIBC]: Remove after 2.3.4.
20108
20109         * lib/settime.c (settime): Recode to avoid warning with
20110         Sun Forte C 6U2.
20111
20112         * lib/strverscmp.c: Convert to UTF-8.
20113
20114 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20115
20116         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20117         m4/uintmax_t.m4.
20118
20119 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20120
20121         * modules/xalloc-die: New file.
20122         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
20123
20124         * modules/md5 (Files): Add m4/uint32_t.m4.
20125         * modules/sha1: Renamed from modules/sha.
20126         (Files):
20127         Rename lib/sha.h to lib/sha1.h.
20128         Rename lib/sha.c to lib/sha1.c.
20129         Rename m4/sha.m4 to m4/sha1.m4.
20130         (lib_SOURCES): Likewise.
20131         (configure.ac): Rename gl_SHA to gl_SHA1.
20132         (Include): sha.h -> sha1.h.
20133
20134 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20135
20136         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
20137         * m4/sha1.m4: Renamed from sha.m4.
20138         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
20139
20140 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * lib/obstack.h (obstack_empty_p):
20143         Don't assume that chunk->contents is suitably aligned.
20144         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
20145         Likewise. Problem reported by Benno in
20146         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
20147
20148         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
20149         readable.  This could be improved further but it'd take some work.
20150
20151 2004-08-08  Simon Josefsson  <jas@extundo.com>
20152
20153         * modules/xgethostname (Depends-on): Remove exit and error (not
20154         used).
20155
20156         * modules/getpass-gnu: Add getpass.h.
20157         (Depends-on): Add stdbool.
20158         * modules/getpass: Add getpass.h.
20159
20160 2004-08-08  Simon Josefsson  <jas@extundo.com>
20161
20162         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
20163         Check getpass declaration.
20164
20165 2004-08-08  Simon Josefsson  <jas@extundo.com>
20166
20167         * lib/xgethostname.c: Don't include error.h (not used).
20168
20169         * lib/getpass.h: Add.
20170         * lib/getpass.c: Include getpass.h first.
20171
20172 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
20173
20174         * lib/xalloc-die.c: New file.
20175         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
20176         All uses removed.
20177         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
20178         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
20179         xalloc-die.c.
20180         (_, N_, xalloc_die): Move to xalloc-die.c.
20181         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
20182         so that we needn't mess with xalloc_msg_memory_exhausted.
20183
20184         * lib/sha1.h: Renamed from sha.h.
20185         (SHA1_H): Renamed from _SHA_H.
20186         (sha1_ctx): Renamed from sha_ctx.
20187         (sha1_init_ctx): Renamed from sha_init_ctx.
20188         (sha1_process_block): Renamed from sha_process_block.
20189         (sha1_process_bytes): Renamed from sha_process_bytes.
20190         (sha1_finish_ctx): Renamed from sha_finish_ctx.
20191         (sha1_read_ctx): Renamed from sha_read_ctx.
20192         (sha1_stream): Renamed from sha_stream.
20193         (sha1_buffer): Renamed from sha_buffer.
20194         * lib/sha1.c: Likewise; renamed from sha.c.
20195         Do not include <sys/types.h>.
20196         Include <stddef.h> rather than <stdlib.h>.
20197
20198 2004-08-08  Bruno Haible  <bruno@clisp.org>
20199
20200         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
20201         FILESYSTEM_PREFIX_LEN.
20202         * lib/progreloc.c: Likewise.
20203         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
20204
20205 2004-08-06  Simon Josefsson  <jas@extundo.com>
20206
20207         * modules/progname (Depends-on): Don't depend on stdbool.
20208
20209 2004-08-06  Simon Josefsson  <jas@extundo.com>
20210
20211         * modules/getsubopt: New file.
20212         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20213         getsubopt.
20214
20215 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20216
20217         More merge from coreutils.
20218
20219         * m4/utimens.m4, m4/utimecmp.m4: New files.
20220         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
20221         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
20222         prereq.m4, sha.m4: Import changes from coreutils.
20223
20224 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20225
20226         More merge from coreutils.
20227         * modules/raise, modules/readtokens0, modules/utimens:
20228         * modules/utimecmp, module/xnanosleep: New files.
20229         * modules/strftime: Add lib/strftime.h.
20230         Change include from <time.h> to "strftime.h".
20231         * modules/yesno: Add lib/yesno.h.
20232         * modules/backupfile: Remove lib/addext.c.
20233         * modules/euidaccess: Add stat-macros.h.
20234         * modules/canonicalize, modules/euidaccess,
20235         modules/filemode, modules/lchown, modules/makepath,
20236         modules/rmdir, modules/stat: Likewise.
20237
20238 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20239
20240         Merge from tar.
20241         * lib/argp-help.c (make_hol, hol_append): Don't assume that
20242         SIZE_MAX is a valid preprocessor constant.
20243         (__argp_basename): Change from "#ifndef _LIBC"
20244         to "#ifndef __argp_short_program_name", so that
20245         we don't compile these functions for tar.
20246
20247         More merges from coreutils.
20248         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
20249         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
20250         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
20251         * lib/addext.c: Remove; no longer needed.
20252         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
20253         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
20254         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
20255         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
20256         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
20257         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
20258         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
20259         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
20260         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
20261         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20262         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
20263         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
20264         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
20265         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
20266         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
20267         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
20268         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
20269         Import changes from coreutils.
20270
20271 2004-08-05  Simon Josefsson  <jas@extundo.com>
20272
20273         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
20274
20275 2004-08-05  Simon Josefsson  <jas@extundo.com>
20276
20277         * m4/getsubopt.m4: New file.
20278
20279 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20280
20281         Merge from coreutils.
20282
20283         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
20284         * m4/getcwd-path-max.m4: New files.
20285
20286         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
20287         FILESYSTEM_PREFIX_LEN ->
20288         FILE_SYSTEM_PREFIX_LEN.
20289         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
20290         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
20291         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
20292         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
20293
20294         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
20295         prerequisite modules now handle the DOS stuff.
20296         Don't check for unistd.h.
20297
20298 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20299
20300         Merge from coreutils.
20301
20302         * lib/.gdb-history: Remove; this doesn't belong here.
20303
20304         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
20305         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
20306         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
20307         * lib/getcwd.c: New files.
20308
20309         * lib/dirname.h: Include <stdbool.h>.
20310         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
20311         for consistency with POSIX terminology.  All uses changed.
20312         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
20313         (strip_trailing_slashes): Use bool for booleans.
20314         * lib/stripslash.c (strip_trailing_slashes): Likewise.
20315
20316         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
20317         sometimes returns a positive errno value even when it succeeds.
20318         (print_errno_message) [!LIBC]: Fall back on strerror if
20319         __strerror_r fails.
20320
20321         * lib/path-concat.c (mempcpy): Don't define if a system header defines
20322         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
20323         (longest_relative_suffix): New function.
20324         (path_concat): Use it.  Assume first argument is not NULL.
20325         Port to DOS.  Omit redundant separators.
20326         Report an error instead of returning NULL.
20327         Use mempcpy instead of memcpy.
20328         (xpath_concat): Remove: not declared or used.
20329
20330         * lib/same.h: Include <stdbool.h>
20331         (same_name): Return bool, not int.
20332         * lib/same.c (same_name): Likewise.
20333         (errno): Don't declare; we assume C89 or better now.
20334
20335         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
20336         if not already defined.
20337
20338         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
20339         * lib/dup-safer.c (errno): Likewise.
20340
20341 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20342
20343         Merge from coreutils.
20344         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
20345         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
20346         * modules/path-concat: Don't depend on strdup.
20347
20348 2004-08-03  Simon Josefsson  <jas@extundo.com>
20349
20350         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
20351         * lib/progname.h: Don't include stdbool.h.
20352
20353 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20354
20355         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
20356         * MODULES.html.sh (func_all_modules): Remove fatal.
20357
20358 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20359
20360         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
20361
20362 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
20363
20364         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
20365         working.
20366
20367 2004-08-02  Simon Josefsson  <jas@extundo.com>
20368
20369         * lib/getsubopt.h: New file, with comments from Bruno Haible.
20370         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
20371         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
20372
20373 2004-08-01  Simon Josefsson  <jas@extundo.com>
20374
20375         * lib/xgetdomainname.c: Include stdlib.h, for free().
20376
20377 2004-07-19  Bruno Haible  <bruno@clisp.org>
20378
20379         * MODULES.html.sh (func_all_modules): Add dummy.
20380
20381 2004-07-16  Simon Josefsson  <jas@extundo.com>
20382
20383         * modules/dummy: New file.
20384
20385 2004-07-16  Simon Josefsson  <jas@extundo.com>
20386
20387         * lib/dummy.c: New file.
20388
20389 2004-07-16  Bruno Haible  <bruno@clisp.org>
20390
20391         * lib/backupfile.h: Add extern "C" for C++.
20392         * lib/closeout.h: Likewise.
20393         * lib/copy-file.h: Likewise.
20394         * lib/findprog.h: Likewise.
20395         * lib/full-write.h: Likewise.
20396         * lib/pathname.h: Likewise.
20397         * lib/progname.h: Likewise.
20398         * lib/stpcpy.h: Likewise.
20399         * lib/stpncpy.h: Likewise.
20400         * lib/strcase.h: Likewise.
20401         * lib/strstr.h: Likewise.
20402         * lib/xalloc.h: Likewise.
20403
20404         * lib/mbswidth.h: Add extern "C" for C++.
20405         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
20406
20407 2004-07-13  Robert Millan  <robertmh@gnu.org>
20408
20409         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
20410
20411 2004-07-09  Simon Josefsson  <jas@extundo.com>
20412
20413         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
20414         failed without this.)
20415
20416 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         * modules/chown (Files): Add lib/fchown-stub.c, since
20419         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
20420
20421 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20422
20423         * lib/fchown-stub.c: New file.
20424
20425 2004-06-24  Jim Meyering  <jim@meyering.net>
20426
20427         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
20428
20429 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20430
20431         * modules/argz: Omit "#include".
20432
20433         * MODULES.html.sh (func_all_modules): Add calloc, to match
20434         2004-06-01 addition of calloc module.
20435
20436 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20437
20438         * m4/argz.m4: New file, which is autoupdated from libtool.
20439
20440 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20441
20442         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
20443         libtool.
20444
20445 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20446
20447         * config/srclist-update: Don't insist on "USA." before the
20448         close-comment, as libtool omits the period and puts the */ on a
20449         separate line.
20450         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
20451         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
20452
20453 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
20454
20455         * modules/argz: New file.
20456         * MODULES.html.sh (func_all_modules): Add argz.
20457
20458 2004-06-12  Jim Meyering  <jim@meyering.net>
20459         and  Paul Eggert  <eggert@cs.ucla.edu>
20460
20461         * modules/hash (Files): Add lib/xalloc.h.
20462         * modules/pipe (Depends-on): Add wait-process.
20463         * modules/stat (Depends-on): Add xalloc.
20464         * modules/userspec (Files): Add lib/userspec.h.
20465         * modules/xstrto
20466
20467         Upgrade from gettext-0.13.
20468         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
20469         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
20470         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
20471
20472 2004-06-10  Jim Meyering  <jim@meyering.net>
20473
20474         * lib/calloc.c: New file.
20475
20476 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20477
20478         * lib/getdate.y (yylex): Allow space between sign and number.
20479         Problem reported by Dan Jacobson.
20480
20481 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20482
20483         Merge from coreutils CVS.
20484
20485         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
20486         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
20487         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
20488         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
20489         xstrtol.m4: Fix copyright date and/or serial number.
20490
20491         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
20492         See if we need an fchown replacement.
20493         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
20494         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
20495         and use the replacement function if we detect either defect.
20496
20497         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
20498         gl_UTIMECMP.
20499
20500 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
20501         and  Jim Meyering  <jim@meyering.net>
20502
20503         Merge from coreutils CVS.
20504
20505         * lib/stat-macros.h: New file, with contents from file-type.h
20506         and coreutils' system.h.
20507         * lib/file-type.c: Include "stat-macros.h".
20508         * lib/file-type.h (file_type): Move all macro definitions to new file,
20509         stat-macros.h.
20510
20511         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
20512         Wrap old code with this conditional.
20513         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
20514         function that does not dereference symlinks.
20515         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
20516
20517         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
20518         dependency problems.
20519         (xreadlink): Accept new arg SIZE, for efficiency.
20520         All decls and uses changed.
20521         * lib/xreadlink.h: Include <stddef.h>, for size_t.
20522
20523         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
20524         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
20525
20526         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
20527         sysexits.h.
20528
20529 2004-06-01  Jim Meyering  <jim@meyering.net>
20530
20531         * m4/calloc.m4: New file.
20532
20533 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
20534
20535         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
20536         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
20537         Also, fix a typo in a diagnostic.
20538
20539 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20540
20541         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
20542         or AC_FUNC_REALLOC.
20543
20544 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
20545
20546         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
20547         macros to be defined.
20548         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
20549         the allocator returns NULL because the requested size is zero.
20550
20551 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
20554         var.  Add comment explaining why libc still defines it.  This
20555         merges the following patch from glibc:
20556         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
20557
20558 2004-05-20  Andreas Schwab  <schwab@suse.de>
20559
20560         * m4/free.m4: Replace free if it not known to work, not the other
20561         way round.
20562
20563 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20564
20565         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
20566         present in glibc since revision 1.1 of this file.
20567         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
20568         obstack_alignment_mask, obstack_alloc, obstack_base,
20569         obstack_blank, obstack_blank_fast, obstack_chunk_size,
20570         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
20571         obstack_grow0, obstack_init, obstack_int_grow,
20572         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
20573         obstack_next_free, obstack_object_size, obstack_ptr_grow,
20574         obstack_ptr_grow_fast, obstack_room): Remove declarations of
20575         nonexistent functions.
20576
20577 2004-05-18  Karl Berry  <karl@gnu.org>
20578
20579         * config/srclist.txt: break link for vasnprintf.c.
20580
20581 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20582
20583         Port obstack to the AS/400, where pointers are 16 bytes wide and
20584         you cannot cast an integer to a valid pointer.  This patch is
20585         currently waiting to be integrated into glibc; see
20586         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
20587
20588         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
20589         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
20590         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
20591         (struct obstack): temp member is now a union of a pointer and
20592         an integer, instead of an integer.  All integer uses changed.
20593         This does not affect the physical layout of struct obstack,
20594         except on hosts (like the AS/400) where the size or alignment of
20595         void * is greater than that of ptrdiff_t.
20596         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
20597         __STDC__)]: Store temporary in pointer member of union, not
20598         integer member.
20599         * lib/obstack.c: Include <stddef.h>, for offsetof.
20600         (struct fooalign): Remove; it doesn't need a name.
20601         (union fooround): Change double to long double, and add void *.
20602         (DEFAULT_ALIGNMENT): Use offsetof to compute.
20603         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
20604         not a macro.  Hence the values are always int; so remove all
20605         casts-to-int in uses.
20606
20607 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20608
20609         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
20610         we can get this patch merged into glibc.
20611
20612 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20613             Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         * m4/argp: Depend on alloca.
20616
20617 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20618             Paul Eggert  <eggert@cs.ucla.edu>
20619
20620         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
20621         freecoding.
20622
20623 2004-05-17  Bruno Haible  <bruno@clisp.org>
20624
20625         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
20626         precision that consists of a '.' followed by an empty digit string.
20627         Patch by Tor Lillqvist <tml@iki.fi>.
20628
20629 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20630
20631         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
20632         for backward compatibility with older code.  We need our own
20633         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
20634         it under some other name, and our alloca.h will define it.
20635
20636 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20637             Derek Price  <derek@ximbiot.com>
20638
20639         * lib/alloca.c: Include <alloca.h>, to get our interface.
20640         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
20641         include <alloca.h> first.  Use C89 prototype for alloca; this
20642         requires including <stddef.h> for size_t.  Use extern "C" if C++.
20643         Use #elif for simplicity, since we can assume C89 now.
20644         Don't try to source the system alloca.h since it will not be found
20645         and to prevent recursively including its replacement.
20646         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
20647         * lib/regex.c: Likewise.
20648
20649 2004-05-16  Derek Price  <derek@ximbiot.com>
20650             Paul Eggert  <eggert@cs.ucla.edu>
20651
20652         getline cleanup.  This changes the getndelim2 API: both order of
20653         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
20654         no delimiter).
20655
20656         * lib/getline.c: Don't include stddef.h or stdio.h, since our
20657         interface does that.
20658         (getline): Always use getdelim, so that we don't have two
20659         copies of this code.
20660         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
20661         if available.
20662         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
20663         (GETNDELIM2_MAXIMUM): New macro.
20664         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
20665         instead of the old practice of delim2==0.  All callers changed.
20666         Return -1 on overflow, instead of returning junk.
20667         Do not set *linesize unless allocation succeeds.
20668         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
20669         that we include sys/types.h.
20670         * lib/getnline.h: Likewise.
20671         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
20672         (getndelim2): Reorder arguments.
20673         * lib/getnline.c (getnline, getndelim):
20674         Don't discard the NMAX argument.
20675         (getnline): Invoke getndelim, to avoid code duplication.
20676         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20677         of (size_t) -1 by callers of the getnline family.
20678
20679 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20680
20681         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20682         Check for gettimeofday.
20683         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20684         Check for settimeofday, stime.
20685
20686 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20687
20688         * lib/nanosleep.c (suspended): Change its type from int to
20689         sig_atomic_t volatile.
20690         (first_call): Make it private to rpl_nanosleep, and have it
20691         be zero initially as that's a bit faster.
20692         (my_usleep): Round up fractional times instead of truncating them,
20693         as this is the usual meaning for 'sleep'.
20694
20695         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20696         doesn't work.
20697         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20698         (ENOSYS): Define if not defined.
20699         (settime): Fall back on stime if it exists and settimeofday fails.
20700         But don't bother with fallbacks if a method fails with errno == EPERM.
20701
20702 2004-05-11  Jim Meyering  <jim@meyering.net>
20703
20704         Prior to this change, the save_cwd caller required read access to the
20705         current directory on most systems (ones with the fchdir function).
20706
20707         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20708         fails, try write-only, and finally, resort to using xgetcwd.
20709
20710 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * lib/obstack.c, obstack.h: Import changes from libc.
20713
20714 2004-04-28  Bruno Haible  <bruno@clisp.org>
20715
20716         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20717         also implicitly appends .exe to executables.
20718         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20719         accepts Windows pathnames.
20720         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20721         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20722         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20723         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20724         Reported by Derek Robert Price <derek@ximbiot.com>.
20725
20726 2004-04-21  Karl Berry  <karl@gnu.org>
20727
20728         * config/srclist.txt (localcharset.c): break sync.
20729
20730 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20731
20732         * m4/host-os.m4: Add a copyright notice.
20733
20734 2004-04-20  Jim Meyering  <jim@meyering.net>
20735
20736         Change UTILS_ to gl_ in AC_DEFINE'd names.
20737         Change utils_- and jm_-prefixed variables, too.
20738         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20739         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20740         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20741
20742         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20743         Don't emit trailing blanks.
20744         Also rename jm_-prefixed variables to have gl_ prefix.
20745
20746         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20747         Also rename jm_-prefixed variables to have gl_ prefix.
20748
20749         * m4/jm-macros.m4: Reflect the renamings.
20750         * m4/prereq.m4: Likewise.
20751
20752 2004-04-20  Jim Meyering  <jim@meyering.net>
20753
20754         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20755         memory.
20756
20757 2004-04-20  Jim Meyering  <jim@meyering.net>
20758             Bruno Haible  <bruno@clisp.org>
20759
20760         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20761         memory when realloc fails.
20762
20763 2004-04-19  Jim Meyering  <jim@meyering.net>
20764
20765         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20766         now that readutmp.c may call `free (0)'.
20767
20768 2004-04-19  Bruno Haible  <bruno@clisp.org>
20769
20770         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20771         * m4/inttypes_h.m4: Likewise.
20772         * m4/stdint_h.m4: Likewise.
20773         * m4/intmax_t.m4: Likewise.
20774         * m4/uintmax_t.m4: Likewise.
20775
20776 2004-04-18  Jim Meyering  <jim@meyering.net>
20777
20778         * m4/prereq.m4: Don't forbid jm_ prefix.
20779
20780         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20781         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20782         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20783         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20784         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20785         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20786         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20787         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20788         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20789         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20790         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20791         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20792         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20793         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20794         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20795         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20796         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20797         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20798         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20799
20800 2004-04-18  Jim Meyering  <jim@meyering.net>
20801
20802         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20803         failure, don't leak memory and do call END_UTMP_ENT.
20804
20805 2004-04-16  Jim Meyering  <jim@meyering.net>
20806
20807         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20808         coreutils' stat program.
20809         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20810
20811 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20812
20813         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20814         C89.
20815         (CHAR_BIT): Remove, since we assume C89.
20816         Include <stdint.h> if available, as per current Autoconf CVS advice.
20817
20818 2004-03-31  Jim Meyering  <jim@meyering.net>
20819
20820         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20821         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20822         * m4/xalloc.m4: Likewise.
20823
20824 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20825
20826         Merge from coreutils.
20827
20828         * m4/inttostr.m4: New file.
20829         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20830         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20831         Require gl_CLOCK_TIME.
20832         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20833
20834 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20835
20836         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20837         not bool, to be more consistent with Unix conventions.
20838         Suggested by Bruno Haible.
20839
20840         Merge from coreutils.
20841
20842         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20843         * lib/umaxtostr.c: New files.
20844
20845         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20846         the usual <time.h> dance.
20847         (get_date): Change signature to support fractional time stamps.
20848         All callers changed.
20849         * lib/getdate.y: Include "getdate.h" first, as we can now
20850         assume C89 and don't need to worry about 'const'.
20851         Similarly, include "unlocked-io.h" near start, not in middle.
20852         Include <limits.h>.
20853         (textint.value): Use long int rather than int.
20854         (textint.digits): Use size_t rather than int.
20855         (BILLION, LOG10_BILLION): New constants.
20856         (parser_control): New member rel_ns.  Members day_ordinal,
20857         time_zone, month, day, hour, minutes, rel_year, rel_month,
20858         rel_day, rel_hour, rel_minutes, rel_seconds
20859         are now long int, not int.  Member seconds is now struct timespec,
20860         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20861         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20862         not int.
20863         (%union.intval): Now long int, not int.
20864         New member timespec.
20865         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20866         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20867         (spec): Now is a timespec or an item list.
20868         (timespec, items): New nonterminals.
20869         (time, rel, relunit, number, get_date):
20870         Add support for fractional seconds.
20871         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20872         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20873         (to_hour): First arg is now long int, not int.
20874         (to_year): Returns long int, not int.
20875         Don't treat year -70 like 70.
20876         (tm_diff): Returns long int, not int.
20877         (lookup_word): Use bool instead of int when appropriate.
20878         (yylex): Use size_t for count, not int.
20879         Detect overflow when parsing large integer constants.
20880         Add support for fractions.
20881         (get_date): Make pointers 'const' if possible.
20882         Use more-portable code to detect integer overflow.
20883         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20884         Don't use ctime; it's not reliable if the year has >4 digits.
20885
20886         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20887         This is for compatibility with BSD.
20888
20889         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20890         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20891         From coreutils' system.h.
20892
20893         * lib/userspec.c: Don't include "posixver.h".
20894         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20895         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20896         compatible extension.  Simplify code by removing a boolean int
20897         that was always nonzero if a string was nonnull.
20898
20899 2004-03-30  Jim Meyering  <jim@meyering.net>
20900
20901         Merge from coreutils.
20902
20903         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20904         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20905         on some systems one must include <grp.h> before it.
20906         Reported by Christian Krackowizer.
20907
20908 2004-03-30  Jim Meyering  <jim@meyering.net>
20909
20910         Merge from coreutils.
20911
20912         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20913
20914         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20915         an empty input stream.
20916
20917         * lib/readtokens.c: Include <stdbool.h>.
20918         (readtoken): Use `size_t' rather than int/long.
20919         All callers adjusted.
20920         Use `bool' rather than `int' where appropriate.
20921         Use memset rather than an explicit loop.
20922         Use x2nrealloc rather than xrealloc.
20923         Allow the use of `\0' as a delimiter.
20924         (readtokens): Likewise.
20925         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20926
20927 2004-03-30  Jim Meyering  <jim@meyering.net>
20928
20929         * m4/realloc.m4: Remove file, since now it does no more than
20930         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20931         the `configure.ac' section of module/realloc.
20932         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20933
20934 2004-03-30  Bruno Haible  <bruno@clisp.org>
20935
20936         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20937         nonnull.
20938
20939 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20940
20941         Merge changes to getloadavg.c from coreutils and Emacs.
20942
20943         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20944         Define to an expression, not to the empty string.
20945         Include cloexec.h and xalloc.h.
20946         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20947         Use set_cloexec_flag rather than rolling our own.
20948         * lib/cloexec.c, lib/cloexec.h: New files.
20949
20950 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20951
20952         * m4/cloexec.m4: New file.
20953
20954 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20955
20956         * lib/getopt.h: Sync with libc CVS.
20957
20958 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20959             Bruno Haible  <bruno@clisp.org>
20960
20961         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20962         mbswidth.
20963
20964 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20965             Bruno Haible  <bruno@clisp.org>
20966
20967         * lib/mbswidth.h: Include <wchar.h> only if
20968         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20969         <wchar.h>.
20970         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20971
20972 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20973
20974         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20975         Sync with libc CVS.
20976         * lib/getopt_int.h: New file, also synced from libc.
20977
20978 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20979
20980         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20981         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20982         Bring back getopt.c, getopt.h, getopt1.c.
20983
20984 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20985
20986         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20987         All uses changed.  Check for sa_sigaction member; this fixes
20988         a bug first reported by Jason Andrade in
20989         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20990
20991 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20992
20993         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20994         '#if' expressions.  Unlike the code it replaces, it does not
20995         depend on (defined _SC_PAGESIZE).  However, it does depend on
20996         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20997         first reported by Jason Andrade in
20998         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20999
21000 2004-02-25  Simon Josefsson  <jas@extundo.com>
21001
21002         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
21003
21004 2004-02-25  Simon Josefsson  <jas@extundo.com>
21005
21006         * lib/strdup.h: New file.
21007         * lib/strdup.c: Include it.
21008         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
21009         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
21010
21011 2004-02-23  Karl Berry  <karl@gnu.org>
21012
21013         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
21014         (from fencepost.gnu.org:/gd/gnuorg).
21015
21016 2004-02-23  Karl Berry  <karl@gnu.org>
21017
21018         * config/srclistvars.sh (GNUORG) [karl]: redefine.
21019         * config/srclist.txt: add maintain/standards documents.
21020
21021 2004-02-18  Bruno Haible  <bruno@clisp.org>
21022
21023         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
21024         Reported by Derek Robert Price <derek@ximbiot.com>.
21025
21026 2004-02-16  Karl Berry  <karl@gnu.org>
21027
21028         * config/mkinstalldirs, install-sh: update from automake.
21029
21030 2004-02-06  Karl Berry  <karl@gnu.org>
21031
21032         * m4/po.m4: update from gettext 0.14.1.
21033
21034 2004-02-06  Karl Berry  <karl@gnu.org>
21035
21036         * lib/config.charset: update from gettext 0.14.1.
21037
21038 2004-02-05  Paul Eggert  <eggert@twinsun.com>
21039
21040         Add comments and code, prompted by suggestions from Bruno Haible
21041         for sh-quote.
21042         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
21043         describing the enum quoting_style values.
21044         * lib/quotearg.c (quotearg_alloc): New function.
21045         (quotearg_buffer_restyled): Treat lone { and } as special.
21046         Treat = as special.  Work around bug with older shells
21047         that "see" a '\' that is really the 2nd byte of a multibyte char.
21048         Quote empty string with shell_quoting_style.
21049
21050 2004-02-03  Bruno Haible  <bruno@clisp.org>
21051
21052         * m4/pipe.m4: New file, from GNU gettext.
21053
21054 2004-02-03  Bruno Haible  <bruno@clisp.org>
21055
21056         * lib/pipe.h: New file, from GNU gettext.
21057         * lib/pipe.c: New file, from GNU gettext.
21058
21059 2004-01-27  Bruno Haible  <bruno@clisp.org>
21060
21061         * m4/execute.m4: New file, from GNU gettext.
21062
21063 2004-01-27  Bruno Haible  <bruno@clisp.org>
21064
21065         * lib/execute.h: New file, from GNU gettext.
21066         * lib/execute.c: New file, from GNU gettext.
21067         * lib/w32spawn.h: New file, from GNU gettext.
21068
21069 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21070
21071         Merge from diffutils.
21072
21073         * lib/file-type.c (file_type): Add typed memory objects.
21074         * lib/file-type.h (S_TYPEISTMO): New macro.
21075
21076         * lib/c-stack.h (c_stack_action): Remove argv argument.
21077         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
21078         (die): Don't calculate message unless segv_action returns.
21079         (get_stack_location, min_address_from_argv, max_address_from_argv,
21080         volatile stack_base, volatile_stack_size): Remove.
21081         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
21082         that every segmentation violation is a stack overflow.  (Ouch!)
21083         See Debian bug 136249 (still outstanding) for more info about why
21084         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
21085
21086 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21087
21088         Exit-status fix from coreutils.
21089
21090         Use exit_failure consistently in place of EXIT_FAILURE,
21091         so that program exit statuses are consistent on failure.
21092
21093         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
21094         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
21095         * lib/argmatch.h: Comment fix to match the above.
21096         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
21097         Now a macro referring to exit_failure, instead of a separate
21098         variable.  Include "exitfail.h" to get it.
21099         * lib/xstrtol.h: Include "exitfail.h".
21100         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
21101
21102         * lib/long-options.c (parse_long_options): Use prototype
21103         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
21104         for clarity.
21105
21106 2004-01-21  Jim Meyering  <jim@meyering.net>
21107
21108         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
21109         so as not to conflict with a different-sized __mktime_internal
21110         function in GNU libc.
21111         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
21112         Problem building statically-linked `ls' reported by Michael Brunnbauer.
21113
21114 2004-01-20  Karl Berry  <karl@gnu.org>
21115
21116         * config/config.guess: update from config.
21117
21118         * config/srclistvars.sh: GNUWWWLICENSES for karl.
21119
21120 2004-01-20  Bruno Haible  <bruno@clisp.org>
21121
21122         Safer stack allocation.
21123         * lib/setenv.c: Include allocsa.h.
21124         (alloca): Remove fallback definition.
21125         (freea): Remove macro.
21126         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
21127         instead of freea.
21128
21129 2004-01-20  Bruno Haible  <bruno@clisp.org>
21130
21131         * m4/eealloc.m4: New file, from GNU gettext.
21132
21133 2004-01-20  Bruno Haible  <bruno@clisp.org>
21134
21135         * m4/allocsa.m4: New file, from GNU gettext.
21136
21137 2004-01-20  Bruno Haible  <bruno@clisp.org>
21138
21139         * lib/xallocsa.h: New file, from GNU gettext.
21140         * lib/xallocsa.c: New file, from GNU gettext.
21141
21142 2004-01-20  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
21145
21146 2004-01-20  Bruno Haible  <bruno@clisp.org>
21147
21148         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
21149         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
21150         specially.
21151
21152 2004-01-20  Bruno Haible  <bruno@clisp.org>
21153
21154         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
21155         patch.
21156
21157 2004-01-20  Bruno Haible  <bruno@clisp.org>
21158
21159         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
21160
21161 2004-01-20  Bruno Haible  <bruno@clisp.org>
21162
21163         * lib/eealloc.h: New file.
21164
21165 2004-01-20  Bruno Haible  <bruno@clisp.org>
21166
21167         * lib/binary-io.h: Avoid warnings on Cygwin.
21168
21169 2004-01-20  Bruno Haible  <bruno@clisp.org>
21170
21171         * lib/allocsa.h: New file, from GNU gettext.
21172         * lib/allocsa.c: New file, from GNU gettext.
21173
21174 2004-01-18  Karl Berry  <karl@gnu.org>
21175
21176         * doc/gpl.texi, doc/lgpl.texi: new files.
21177
21178 2004-01-18  Karl Berry  <karl@gnu.org>
21179
21180         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
21181         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
21182
21183 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21184
21185         Merge from coreutils.
21186
21187         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
21188         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
21189         (gl_DEFAULT_POSIX2_VERSION): Move
21190         the documentation from 'configure' into 'config.hin',
21191         so that 'configure --help' isn't burdened by it and
21192         we don't have to worry about its formatting there.
21193         Reword the documentation so that it's more succinct
21194         and can be run together into a single paragraph.
21195         * m4/same.m4 (gl_SAME): Check for pathconf.
21196
21197 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21198
21199         Merge from coreutils.
21200
21201         * lib/posixver.c: Include posixver.h.
21202
21203         * lib/same.c: Include <stdbool.h>, <limits.h>.
21204         (_POSIX_NAME_MAX): Define if not defined.
21205         (MIN): New macro.
21206         (same_name): If file names are silently truncated, report
21207         that the file names are the same if they are the same after
21208         the silent truncation.
21209
21210         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
21211         conversion function.
21212         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
21213         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
21214         longer needed.
21215
21216 2004-01-15  Jim Meyering  <jim@meyering.net>
21217
21218         Merge from coreutils.
21219
21220         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
21221         if no library is required.
21222         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
21223         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
21224         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
21225         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
21226         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
21227         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
21228         value, $ac_cv_search_crypt, if it's "none required".
21229         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
21230         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
21231         not gl_FUNC_GETLOADAVG.
21232         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
21233         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
21234
21235 2004-01-15  Jim Meyering  <jim@meyering.net>
21236
21237         Merge from coreutils.
21238
21239         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
21240         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
21241         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
21242
21243         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
21244         optional configure-time default.
21245
21246         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21247
21248         * lib/xreadlink.c (xreadlink): Correct outdated comment.
21249
21250 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
21251
21252         Merge from coreutils.
21253
21254         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
21255         value, $ac_cv_search_nanosleep, if it's "none required".
21256
21257 2004-01-14  Paul Eggert  <eggert@twinsun.com>
21258
21259         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
21260         with like-named macro in fnmatch.c.
21261         (EXT): Use an internal constant instead.
21262
21263         Merge fnmatch patches from glibc.
21264         * lib/fnmatch.c (mbsinit): Remove define.
21265         Add libc_hidden_ver (__fnmatch, fnmatch).
21266         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
21267         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
21268
21269 2004-01-14  Karl Berry  <karl@gnu.org>
21270
21271         * config/install-sh: update from automake.
21272
21273 2004-01-13  Karl Berry  <karl@gnu.org>
21274
21275         * config/install-sh: update from automake.
21276
21277 2004-01-09  Karl Berry  <karl@gnu.org>
21278
21279         * config/install-sh: update from automake.
21280
21281 2004-01-05  Karl Berry  <karl@gnu.org>
21282
21283         * config/config.{sub,guess}: update from config.
21284
21285 2003-12-31  Karl Berry  <karl@gnu.org>
21286
21287         * config/depcomp: update from automake.
21288
21289 2003-12-14  Karl Berry  <karl@gnu.org>
21290
21291         * lib/config.charset: update from gettext-runtime.
21292
21293 2003-12-03  Paul Eggert  <eggert@twinsun.com>
21294
21295         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
21296         Bug reported by Alfred M. Szmidt.
21297
21298 2003-12-03  Bruno Haible  <bruno@clisp.org>
21299
21300         * m4/gettext.m4: Upgrade from gettext-0.13.
21301         * m4/po.m4: Upgrade from gettext-0.13.
21302         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
21303         * m4/intmax.m4: New file, from gettext-0.13.
21304         * m4/printf-posix.m4: New file, from gettext-0.13.
21305
21306 2003-11-29  Karl Berry  <karl@gnu.org>
21307
21308         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
21309
21310 2003-11-25  Paul Eggert  <eggert@twinsun.com>
21311             Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/printf-parse.h: Don't include sys/types.h.
21314         (ARG_NONE): New macro.
21315         (char_directive): Change type of *arg_index fields to size_t.
21316         * lib/printf-parse.c: Don't include sys/types.h.
21317         (SSIZE_MAX): Remove macro.
21318         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
21319         Remove unnecessary overflow check.
21320         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
21321         fields.
21322
21323 2003-11-25  Bruno Haible  <bruno@clisp.org>
21324
21325         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
21326
21327 2003-11-25  Bruno Haible  <bruno@clisp.org>
21328
21329         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
21330         gt_TYPE_SSIZE_T.
21331
21332 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21333
21334         * modules/alloca: Remove dependency on xalloc.
21335
21336 2003-11-24  Paul Eggert  <eggert@twinsun.com>
21337
21338         * lib/alloca.c: Remove dependency on xalloc module.
21339         (xalloc_die): Remove.
21340         (memory_full) [!defined emacs]: New macro.
21341         [!defined emacs]: Don't include xalloc.h.
21342         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
21343         address arithmetic overflows.  Change datatypes a bit to avoid
21344         unnecessary casts.
21345
21346 2003-11-22  Jim Meyering  <jim@meyering.net>
21347
21348         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
21349         s/size/size_t/.
21350
21351 2003-11-21  Karl Berry  <karl@gnu.org>
21352
21353         * config/config.{sub,guess}: update from config.
21354
21355 2003-11-18  Karl Berry  <karl@gnu.org>
21356
21357         * config/config.{sub,guess}: update from config.
21358
21359         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
21360
21361 2003-11-17  Paul Eggert  <eggert@twinsun.com>
21362
21363         * README: Mention that S+T cannot overflow if S is the size of
21364         an existing object and T is sufficiently small.
21365
21366 2003-11-17  Jim Meyering  <jim@meyering.net>
21367
21368         On systems without utime and without a utimes function capable of
21369         dealing with a NULL struct utimbuf* argument, this utime replacement
21370         could -- in unusual circumstances -- leak a file descriptor.
21371         * lib/utime.c: Include <unistd.h> and <errno.h>.
21372         (utime_null): Be sure to close `fd' and to preserve errno.
21373         Reported by Geoff Collyer via Arnold Robbins.
21374
21375 2003-11-17  Bruno Haible  <bruno@clisp.org>
21376
21377         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
21378         (Depends-on): Add xsize.
21379
21380 2003-11-17  Bruno Haible  <bruno@clisp.org>
21381
21382         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
21383
21384 2003-11-17  Bruno Haible  <bruno@clisp.org>
21385
21386         * lib/vasnprintf.c (alloca): Remove fallback definition.
21387         (freea): Remove definition.
21388         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
21389         Reported by Paul Eggert.
21390
21391 2003-11-16  Paul Eggert  <eggert@twinsun.com>
21392             Bruno Haible  <bruno@clisp.org>
21393
21394         Protect against address arithmetic overflow.
21395         * lib/printf-args.h: Include stddef.h.
21396         (arguments): Change type of field 'count' to size_t.
21397         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
21398         'unsigned int' where appropriate.
21399         * lib/printf-parse.h: Include sys/types.h.
21400         (char_directive): Change type of *arg_index fields to ssize_t.
21401         (char_directives): Change type of fields 'count', max_*_length to
21402         size_t.
21403         * lib/printf-parse.c: Include sys/types.h and xsize.h.
21404         (SSIZE_MAX): Define fallback value.
21405         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
21406         instead of 'int' where appropriate. Check a_allocated, d_allocated
21407         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
21408         * lib/vasnprintf.c: Include xsize.h.
21409         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
21410         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
21411         overflow. Avoid wraparound when converting a width or precision from
21412         decimal to binary.
21413
21414 2003-11-16  Bruno Haible  <bruno@clisp.org>
21415
21416         Update from GNU gettext.
21417         * lib/printf-parse.c: Generalize to it can be compiled for wide
21418         strings.
21419         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
21420         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
21421         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
21422         SNPRINTF): New macros.
21423         Don't include <alloca.h> if the file is used inside libintl.
21424         (local_wcslen): New function, for Solaris 2.5.1.
21425         (VASNPRINTF): Use it instead of wcslen.
21426
21427 2003-11-16  Bruno Haible  <bruno@clisp.org>
21428
21429         * lib/xsize.h (xmax): New function.
21430         (xsum, xsum3, xsum4): Declare as "pure" functions.
21431
21432 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21433
21434         * modules/xalloc (Files): Undo latest change, since xalloc.h
21435         no longer needs SIZE_MAX or PTRDIFF_MAX.
21436
21437 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21438
21439         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
21440         gl_PTRDIFF_MAX.
21441
21442 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21443
21444         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
21445         "return", to pacify some unknown compiler.  Problem reported
21446         by Joerg Schilling.
21447
21448 2003-11-12  Paul Eggert  <eggert@twinsun.com>
21449
21450         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
21451         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
21452         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
21453         heuristic is just as accurate as far as we know, and it removes a
21454         dependency on size_max.m4 and ptrdiff_max.m4.
21455
21456 2003-11-11  Bruno Haible  <bruno@clisp.org>
21457
21458         * modules/xsize (Files): Add m4/size_max.m4.
21459         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
21460
21461 2003-11-11  Bruno Haible  <bruno@clisp.org>
21462
21463         * m4/size_max.m4: New file.
21464         * m4/ptrdiff_max.m4: New file.
21465         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
21466         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
21467         (gl_XALLOC): Invoke it.
21468
21469 2003-11-11  Bruno Haible  <bruno@clisp.org>
21470
21471         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
21472         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
21473         defined.
21474
21475 2003-11-10  Paul Eggert  <eggert@twinsun.com>
21476
21477         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
21478         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
21479         rejected some allocations of exactly SIZE_MAX - 2 bytes.
21480         From Bruno Haible.
21481         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
21482         not (size_t) -1, since it's defined here.
21483
21484 2003-11-09  Karl Berry  <karl@gnu.org>
21485
21486         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
21487
21488 2003-11-06  Paul Eggert  <eggert@twinsun.com>
21489
21490         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
21491         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
21492         Reject sizes of exactly SIZE_MAX bytes.
21493         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
21494         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
21495
21496 2003-11-05  Bruno Haible  <bruno@clisp.org>
21497
21498         * lib/xsize.h: Include limits.h, to avoid a possible collision with
21499         SIZE_MAX defined in <limits.h> on Solaris.
21500
21501 2003-11-04  Jim Meyering  <jim@meyering.net>
21502
21503         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
21504         variable names, rather than @VAR@.
21505         * modules/poll: Likewise.
21506
21507 2003-11-04  Bruno Haible  <bruno@clisp.org>
21508
21509         * modules/xsize: New file.
21510         * modules/linebreak: Depend on xsize.
21511         * MODULES.html.sh (func_all_modules): Add xsize.
21512
21513 2003-11-04  Bruno Haible  <bruno@clisp.org>
21514
21515         * m4/xsize.m4: New file.
21516
21517 2003-11-04  Bruno Haible  <bruno@clisp.org>
21518
21519         * lib/xsize.h: New file.
21520         * lib/linebreak.c: Include xsize.h.
21521         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
21522         argument for overflow.
21523         Suggested by Paul Eggert.
21524
21525 2003-11-03  Karl Berry  <karl@gnu.org>
21526
21527         * config/config.{guess,sub}: update from config.
21528
21529 2003-11-03  Jim Meyering  <jim@meyering.net>
21530
21531         * modules/userspec (lib_SOURCES): Add userspec.h.
21532         (Include): Add "userspec.h".
21533         Improve description.
21534
21535 2003-11-03  Jim Meyering  <jim@meyering.net>
21536
21537         * lib/userspec.c: Include "userspec.h".
21538         * lib/userspec.h: New file.
21539
21540 2003-11-03  Bruno Haible  <bruno@clisp.org>
21541
21542         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
21543
21544 2003-11-03  Bruno Haible  <bruno@clisp.org>
21545
21546         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
21547         available, to avoid (extremely rare) race condition.
21548         Suggested by Paul Eggert.
21549
21550 2003-11-02  Karl Berry  <karl@gnu.org>
21551
21552         * config/srclist.txt (vasprintf.c): sync broken, sigh.
21553
21554 2003-10-31  Paul Eggert  <eggert@twinsun.com>
21555
21556         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
21557         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
21558         (read_filesystem_list): Set and use me_type_malloced.
21559         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
21560         whatever the type happens to be), for brevity and consistency.
21561         Check for size calculation overflow on Alphas running OSF/1.
21562
21563 2003-10-31  Jim Meyering  <jim@meyering.net>
21564
21565         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
21566
21567         * lib/linebuffer.c: Include <string.h> for declaration of memset.
21568
21569 2003-10-30  Paul Eggert  <eggert@twinsun.com>
21570             Bruno Haible  <bruno@clisp.org>
21571
21572         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
21573         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
21574
21575 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
21576
21577         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
21578         netbsd*-gnu*.  Suggested by Robert Millan.
21579
21580 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21581
21582         * modules/group-member: Depend on stdbool.
21583
21584 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21585
21586         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
21587
21588 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21589
21590         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
21591         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
21592         after the 'gnu' in these cases.  This fixes some bugs in the
21593         previous change, and is based on suggestions by Robert Millan.
21594
21595 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21596
21597         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
21598         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
21599         no longer needed.
21600         * lib/quotearg.c (quotearg_n_options): Use it.
21601         * lib/group-member.c: Include <stdbool.h>.
21602         (free_group_info): Arg is now const *; don't free arg.
21603         (get_group_info): Now returns bool and accepts struct group_info *,
21604         rather than returning a malloc'ed struct group_info *.
21605         All uses changed.  Check for overflow in internal size calculation.
21606
21607         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
21608         rather than xmalloc/xrealloc.
21609         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
21610         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
21611         conformance bug: the old code used a pointer after freeing the
21612         storage that it addressed.
21613         * lib/hash.c (hash_initialize): Simplify the code by using
21614         xalloc_oversized rather than doing it by hand.
21615         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
21616         the buffer preserved.  Use free and xmalloc instead.
21617         * lib/quotearg.c (quotearg_n_options): Likewise.
21618         Use a simpler test for size overflow.  Don't use xalloc_oversized
21619         because unsigned int might be wider than size_t (!); this suggests
21620         that we should switch from unsigned int to size_t for slot numbers.
21621
21622 2003-10-28  Paul Eggert  <eggert@twinsun.com>
21623
21624         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
21625         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
21626         NetBSD kernels.  Requested by Richard Stallman.
21627
21628 2003-10-27  Paul Eggert  <eggert@twinsun.com>
21629
21630         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
21631         to allocate the returned structure.  Do not allocate a subarray,
21632         as x2nrealloc will do that.
21633         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
21634         instead of xnrealloc.
21635         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
21636
21637 2003-10-27  Bruno Haible  <bruno@clisp.org>
21638
21639         * lib/stdbool_.h: Better support for BeOS.
21640
21641 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21642
21643         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
21644         now uses inline.
21645
21646 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21647
21648         * lib/xalloc.h (xalloc_oversized): New static inline function, for
21649         callers that want to do their own size-overflow checking.  Include
21650         <stdbool.h>, since xalloc_oversized returns bool.
21651         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
21652         to use xalloc_oversized.
21653
21654         Add two functions x2realloc, x2nrealloc, for programs that grow
21655         arrays dynamically by doubling their sizes.
21656         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
21657         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
21658         New functions.
21659
21660         Port to C99 semantics for 'inline' of external functions.
21661         Bug reported by Bruno Haible.
21662         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
21663         with the old contents of xnmalloc.
21664         (xnmalloc, xmalloc): Use it.
21665         (xnrealloc_inline): New static inline function,
21666         with the old contents of xnrealloc.
21667         (xnrealloc, xrealloc): Use it.
21668
21669         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
21670         that.
21671
21672 2003-10-26  Karl Berry  <karl@gnu.org>
21673
21674         * config/srclist.txt (COPYING.DOC): no longer available from
21675         /gd/gnuorg; don't know where the ultimate source is.
21676
21677 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21678
21679         Fix several address-calculation bugs in the hash modules,
21680         plus some minor code cleanup.
21681
21682         * lib/hash.h: Include <stdbool.h>, for bool.
21683         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21684         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21685         hash_get_n_entries, hash_get_max_bucket_length,
21686         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21687         hash_rehash): Use size_t rather than unsigned.
21688         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21689         hash_get_n_buckets_used, hash_get_n_entries,
21690         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21691         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21692         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21693         Likewise.
21694         (SIZE_MAX): Define if not defined.
21695         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21696         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21697         hash_print):
21698         Use const * when possible.
21699         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21700         (check_tuning): Fix bug: if tuning parameters were very close to
21701         0 or 1, rounding errors could have caused subscript violations.
21702         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21703         (hash_initialize): Add 'fail:' label
21704         to free table and return NULL, and use it to simplify code.
21705         Use calloc rather than clearing the storage ourself.
21706         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21707         buffer size calculations.
21708         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21709         Include <stddef.h>, for size_t.
21710         * lib/hash-pjw.c (hash_pjw): Likewise.
21711         Switch to method described by Bruno Haible.
21712         Include <limits.h>, for CHAR_BIT.
21713         (SIZE_BITS): New macro.
21714
21715 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21716
21717         * m4/getline.m4 (AM_FUNC_GETLINE):
21718         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21719         hosts.  Problem reported by Derek Robert Price in
21720         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21721         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21722         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21723
21724 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21725
21726         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21727         ceiling the allocation at NMAX bytes rather than silently
21728         discarding input bytes before NMAX is reached.  This makes
21729         a difference only if NMAX exceeds SIZE_MAX / 2.
21730
21731         * lib/obstack.c: Merge from glibc.
21732         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21733         Add libc_hidden_def (_obstack_newchunk).
21734         (_obstack_free) [! defined _LIBC]: Remove.
21735         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21736         a clone of the function body.
21737         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21738         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21739
21740         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21741         glibc.
21742         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21743         arg to memcpy.
21744
21745         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21746         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21747         Don't use lvalue casts, as GCC plans to remove support for them
21748         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21749         was also present in the non-GCC version, indicating that this
21750         code had always been buggy and had never been widely used.
21751         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21752         Use the fast variant of each macro, rather than copying the
21753         definiens of the fast variant; that way, we'll be more likely to
21754         catch future bugs in the fast variants.
21755
21756 2003-10-20  Bruno Haible  <bruno@clisp.org>
21757
21758         * modules/wait-process: New file.
21759         * MODULES.html.sh (func_all_modules): Add wait-process.
21760
21761 2003-10-20  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/wait-process.m4: New file.
21764
21765 2003-10-20  Bruno Haible  <bruno@clisp.org>
21766
21767         * lib/wait-process.h: New file, from GNU gettext.
21768         * lib/wait-process.c: New file, from GNU gettext.
21769
21770 2003-10-19  Jim Meyering  <jim@meyering.net>
21771
21772         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21773         HPUX 10.20.
21774
21775 2003-10-18  Karl Berry  <karl@gnu.org>
21776
21777         * config/config.guess: update from config.
21778
21779 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21780
21781         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21782         (getgroups): First arg is int, not size_t.
21783         Don't let 'free' mangle errno.
21784
21785 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21786
21787         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21788
21789 2003-10-16  Karl Berry  <karl@gnu.org>
21790
21791         * config/config.{guess,sub}: update from config.
21792
21793 2003-10-16  Jim Meyering  <jim@meyering.net>
21794
21795         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21796         memcpy.
21797
21798 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21799
21800         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21801         (SIZE_MAX): Remove.
21802         (new_exclude, add_exclude_file): Initial size no longer needs to
21803         be a power of 2.
21804         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21805         our own address arithmetic overflow checking.
21806
21807         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21808         (fnmatch): Do not alloca more than 2000 wide characters;
21809         instead, use malloc for large buffers.
21810         Check for address arithmetic overflow, and return -1
21811         with errno set to ENOMEM in that case.
21812         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21813         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21814         instead, return -1.  Check for address arithmetic overflow.
21815
21816 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21817
21818         Handle invalid suffixes and overflow independently, so that
21819         callers can treat them independently as needed.  Fix some bugs in
21820         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21821         suffix for a human-readable blocksize.  The major caller-visible
21822         change is the addition of a new
21823         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21824         that both overflow and suffix chars were found.
21825
21826         * lib/human.c (humblock): Don't check separately for invalid suffix
21827         char; that is xstrtoumax's job (now that its bug is fixed).
21828         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21829         INTMAX_MAX]: New macros.
21830         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21831         TYPE_MAXIMUM): New macros.
21832         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21833         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21834         if overflow occurs, as it's what __strtol does and it's more useful
21835         in practice.
21836         (__xstrtol): If __strtol reports some error other than ERANGE,
21837         reflect it to the caller as LONGINT_INVALID.  If it reports
21838         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21839         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21840         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21841         value.
21842         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21843         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21844         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21845         [defined UINTMAX_MAX]: New macros.
21846
21847 2003-10-14  Bruno Haible  <bruno@clisp.org>
21848
21849         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21850
21851 2003-10-14  Bruno Haible  <bruno@clisp.org>
21852
21853         * m4/sig_atomic_t: New file, from GNU gettext.
21854         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21855
21856 2003-10-14  Bruno Haible  <bruno@clisp.org>
21857
21858         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21859         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21860         Also use volatile where needed.
21861
21862 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21863
21864         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21865         Change maintainer from Bruno Haible to 'all'.
21866
21867 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21868
21869         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21870
21871 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21872
21873         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21874         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21875         and define in terms of the other primitives.
21876         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21877         (SIZE_MAX): Define if not already defined.
21878         (array_size_overflow): New function.
21879         (xalloc_die): Abort instead of exiting if 'error' returns.
21880         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21881         (xmalloc, xrealloc): Use them.
21882         (xcalloc): Check for address arithmetic overflow.
21883         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21884         a bit faster than strcpy.
21885
21886 2003-10-10  Simon Josefsson  <jas@extundo.com>
21887
21888         * modules/argp (Depends-on): Add restrict and strcase.
21889
21890 2003-10-10  Simon Josefsson  <jas@extundo.com>
21891
21892         * m4/argp.m4: Add AC_C_INLINE.
21893
21894 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21895
21896         Merge getpass from libc, plus a few fixes.
21897
21898         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21899         Include <stdbool.h>.
21900         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21901         __fsetlocking to empty.
21902         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21903         do include <bits/libc-lock.h>.
21904         Do not include <fcntl.h>; not needed.
21905         [_LIBC]: Include <wchar.h>.
21906         (NOTCANCEL_MODE): New macro.
21907         (flockfile, funlockfile) [_LIBC]: New macros.
21908         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21909         [!_LIBC]: New macros.
21910         (call_fclose): New function.
21911         (getpass): Use it.  Save tty stream separately; this simplifies the
21912         code and makes it more reliable if stdin happens to equal stdout.
21913         Invoke __fsetlocking on tty.
21914         Handle thread cancellation if needed.
21915         Namespace cleanup (use __tcgetattr, __getline).
21916         Use bool for Booleans.
21917         [USE_IN_LIBIO]: Handle wide streams.
21918         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21919         stream might go where.
21920
21921         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21922         doesn't have to include <stdio.h> before us.
21923         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21924         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21925         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21926         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21927         if not declared, so that we can use getpass.c code from libc without
21928         rewriting it.
21929         (flockfile, ftrylockfile, funlockfile): New macros.
21930
21931 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21932
21933         * modules/getpass: Depend on stdbool.
21934
21935 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21936
21937         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21938
21939 2003-10-07  Karl Berry  <karl@gnu.org>
21940
21941         * config/config.{guess,sub}: update from config.
21942
21943 2003-10-06  Jim Meyering  <jim@meyering.net>
21944             Bruno Haible  <bruno@clisp.org>
21945
21946         This lets translators provide better translations for the
21947         "Written by ..." part of --version output.
21948         * lib/version-etc.h: Include stdarg.h.
21949         (version_etc_copyright): Declare as readonly.
21950         (version_etc): Make this function variadic with a NULL-terminated list
21951         of author name strings.
21952         (version_etc_va): New declaration.
21953         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21954         (version_etc_copyright): Declare as readonly.
21955         (version_etc_va): New function. Provide a different translatable string
21956         for each possible number of authors < 10. Abbreviate when there are 10
21957         authors or more.
21958         (version_etc): Make this function variadic. Call version_etc_va.
21959         Suggestion from Gary V. Vaughan.
21960
21961         * lib/long-options.h (parse_long_options): Change prototype: the
21962         authors string is moved to the end and becomes variadic.
21963         * lib/long-options.c: Include stdarg.h.
21964         (parse_long_options): Make this function variadic, too.
21965         Call version_etc_va, not version_etc.
21966
21967 2003-10-06  Bruno Haible  <bruno@clisp.org>
21968
21969         * modules/version-etc-2: Remove file.
21970         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21971
21972 2003-10-06  Bruno Haible  <bruno@clisp.org>
21973
21974         * modules/fatal-signal: New file.
21975         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21976
21977 2003-10-06  Bruno Haible  <bruno@clisp.org>
21978
21979         * m4/fatal-signal.m4: New file.
21980         * m4/signalblocking.m4: New file, from GNU gettext.
21981
21982 2003-10-06  Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/version-etc-2.h: Remove file.
21985         * lib/version-etc-2.c: Remove file.
21986
21987 2003-10-06  Bruno Haible  <bruno@clisp.org>
21988
21989         * lib/fatal-signal.h: New file, from GNU gettext.
21990         * lib/fatal-signal.c: New file, from GNU gettext.
21991
21992 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21993
21994         * README: Rework advice for preventing empty .o files.
21995         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21996         not <sys/types.h>.
21997
21998 2003-10-04  Karl Berry  <karl@gnu.org>
21999
22000         * lib/argp*: update from libc.
22001
22002 2003-10-04  Karl Berry  <karl@gnu.org>
22003
22004         * config/config.{guess,sub}: update from config.
22005
22006 2003-10-02  Bruno Haible  <bruno@clisp.org>
22007
22008         * modules/lchown (Include): Add lchown.h.
22009         * modules/time_r (Include): Use "..." syntax.
22010         * modules/xgetdomainname (Include): Add xgetdomainname.h.
22011
22012 2003-10-01  Simon Josefsson  <jas@extundo.com>
22013
22014         * MODULES.html.sh (func_all_modules): Move gethostname from section
22015         'based on' to section 'lacking' POSIX:2001.
22016
22017 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
22018
22019         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
22020         to output mode on the same stream.
22021
22022 2003-09-29  Paul Eggert  <eggert@twinsun.com>
22023
22024         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
22025         Fix arg typo in previous patch.
22026
22027 2003-09-28  Jim Meyering  <jim@meyering.net>
22028
22029         * lib/error.c: Correct cpp indentation.
22030
22031 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22032
22033         * modules/free: New file.
22034
22035 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22036
22037         * m4/free.m4: New file.
22038
22039 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22040
22041         * lib/minmax.h (MIN, MAX)
22042         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
22043         Omit the special code that used __typeof__, since we worry that
22044         it could be more trouble than it's worth.  See:
22045         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
22046         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
22047
22048         * lib/free.c: New file.
22049
22050 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
22051
22052         Trivial fixes to Makefile.am parts of module listings.
22053         * modules/strstr: Append strstr.h to lib_SOURCES.
22054         * modules/strcase: Likewise, for strcase.h.
22055
22056 2003-09-27  Karl Berry  <karl@gnu.org>
22057
22058         * config/mkinstalldirs: update from automake.
22059
22060 2003-09-26  Paul Eggert  <eggert@twinsun.com>
22061
22062         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
22063         (error_tail): Do not loop, reallocating temporary buffer, since
22064         the output cannot contain more wide characters than the input
22065         contains bytes, the size must be big enough already.  This avoids
22066         one potential size overflow calculation.  Check for size overflow
22067         when calculating temporary buffer size.  Free temporary buffer
22068         when done, if it was allocated with malloc; this plugs a memory
22069         leak.  Remove casts from void * to pointers, that are no longer
22070         needed now that we're assuming C89 or better.
22071
22072         Merge error changes from glibc.
22073
22074         * lib/error.c, error.h: Update copyright notice header to match glibc.
22075         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
22076         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
22077         Disable cancellation while printing error.
22078         * lib/error.h: Prepend __ to parameter names.
22079
22080 2003-09-26  Jim Meyering  <jim@meyering.net>
22081
22082         * lib/error.c (error_tail): Move some declarations
22083         into inner scope where the local variables are used.
22084
22085 2003-09-26  Bruno Haible  <bruno@clisp.org>
22086
22087         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
22088         stpncpy().
22089         Don't define stpncpy through config.h; it's now done through stpncpy.h.
22090
22091 2003-09-26  Bruno Haible  <bruno@clisp.org>
22092
22093         * lib/stpncpy.h (gnu_stpncpy): New declaration.
22094         (stpncpy): Define as alias for gnu_stpncpy.
22095         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
22096
22097 2003-09-25  Simon Josefsson  <jas@extundo.com>
22098
22099         * lib/xgetdomainname.h: New file.
22100         * lib/xgetdomainname.c: New file.
22101
22102 2003-09-25  Simon Josefsson  <jas@extundo.com>
22103             Bruno Haible  <bruno@clisp.org>
22104
22105         * modules/getdomainname: New file.
22106         * modules/xgetdomainname: New file.
22107         * MODULES.html.sh (func_all_modules): Add getdomainname,
22108         xgetdomainname.
22109
22110 2003-09-25  Simon Josefsson  <jas@extundo.com>
22111             Bruno Haible  <bruno@clisp.org>
22112
22113         * m4/getdomainname.m4: New file.
22114
22115 2003-09-25  Simon Josefsson  <jas@extundo.com>
22116             Bruno Haible  <bruno@clisp.org>
22117
22118         * lib/getdomainname.h: New file.
22119         * lib/getdomainname.c: New file.
22120
22121 2003-09-25  Karl Berry  <karl@gnu.org>
22122
22123         * lib/argp-fmtstream.c, argp-help.c: update from libc.
22124
22125 2003-09-25  Karl Berry  <karl@gnu.org>
22126
22127         * config/install-sh: update from automake.
22128
22129 2003-09-25  Bruno Haible  <bruno@clisp.org>
22130
22131         * modules/version-etc-2: New file, from modules/version-etc with
22132         modifications.
22133         * MODULES.html.sh (func_all_modules): Add version-etc-2.
22134
22135 2003-09-25  Bruno Haible  <bruno@clisp.org>
22136
22137         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
22138         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
22139
22140 2003-09-24  Simon Josefsson  <jas@extundo.com>
22141
22142         * modules/xgethostname: Add xgethostname.h.
22143
22144 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22145
22146         * lib/linebuffer.c (freebuffer): Don't free the argument, just
22147         the buffer associated with the argument.  Bug reported by
22148         Simon Josefsson.
22149
22150 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22151
22152         * README: Document assumptions that 'int' is at least 32 bits
22153         wide, that integer arithmetic is 2's complement without overflow,
22154         that there are no holes in integer values, that adding sizes of
22155         two nonoverlapping objects can't overflow, and that all-bits-zero
22156         yields scalar zero.  Fix spelling and capitalization typos.
22157
22158 2003-09-19  Karl Berry  <karl@gnu.org>
22159
22160         * lib/argp.h: update from libc.
22161
22162 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22163
22164         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
22165         to avoid spurious warnings like "AC_RUN_IFELSE was called before
22166         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
22167
22168 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22169
22170         * gnulib-tool: Use "test -h", not "test -L", for portability
22171         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
22172         (tags_regexp): Remove, since \| doesn't conform to POSIX.
22173         (sed_extract_prog): Issue s commands one-by-one, rather than
22174         using \| in one s command.
22175
22176 2003-09-16  Paul Eggert  <eggert@twinsun.com>
22177
22178         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
22179         input error, instead of returning NULL the next time we are called
22180         (and therefore losing track of errno).
22181
22182 2003-09-16  Bruno Haible  <bruno@clisp.org>
22183
22184         * gnulib-tool (func_create_testdir): Warn about duplicated
22185         dependencies.
22186
22187 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22188
22189         * modules/argmatch, modules/fatal, modules/obstack,
22190         modules/xalloc, modules/xgethostname: Sort dependencies by
22191         importance, not alphabetically.
22192
22193 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
22196         fails, so that the caller gets the proper errno.
22197
22198         * lib/readutmp.c (read_utmp): Likewise.
22199         Check for fstat error.  Close stream and free storage
22200         when failing.
22201
22202 2003-09-14  Karl Berry  <karl@gnu.org>
22203
22204         * config/srclist.txt (strdup.c): disable for c89 changes.
22205
22206 2003-09-14  Jim Meyering  <jim@meyering.net>
22207
22208         * lib/getloadavg.c: Correct cpp indentation.
22209         * lib/strdup.c: Likewise.
22210         * lib/vasnprintf.c: Likewise.
22211
22212 2003-09-14  Bruno Haible  <bruno@clisp.org>
22213
22214         * modules/fwriteerror: New file.
22215         * MODULES.html.sh (func_all_modules): Add fwriteerror.
22216
22217 2003-09-14  Bruno Haible  <bruno@clisp.org>
22218
22219         * lib/fwriteerror.h: New file.
22220         * lib/fwriteerror.c: New file.
22221
22222 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22223
22224         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
22225         modules/xgethostname, modules/xalloc: Depend on exit.
22226
22227 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22228
22229         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
22230
22231         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
22232         and AC_MINIX, too, so that their extensions are available.
22233
22234         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
22235         This macro has been superseded by gl_BACKUPFILE.
22236
22237         More patches to assume C89 or better.
22238
22239         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
22240
22241         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
22242         unconditionally.
22243         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
22244         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
22245         Include <string.h>, <stdlib.h> unconditionally.
22246         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
22247         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
22248         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
22249         headers or for string.h.
22250         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
22251         or strtoul.
22252
22253         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
22254         headers.
22255         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
22256         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22257         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
22258         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
22259         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22260         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
22261         memcpy, memset.
22262         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
22263         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
22264         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
22265         strtol.
22266         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
22267         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
22268         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
22269         strtoul.
22270
22271 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22272
22273         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
22274         * lib/obstack.c [!defined _LIBC]: Likewise.
22275         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
22276         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
22277         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
22278
22279         More changes to assume C89 or better.
22280
22281         * lib/error.c (error_tail): Assume vprintf.
22282
22283         * lib/argmatch.c (getenv): Remove decl.
22284         * lib/progreloc.c (get_full_program_name): Define via prototype.
22285         * lib/setenv.c (clearenv): Likewise.
22286         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
22287         needed.
22288         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
22289         (malloc, memcpy): Remove decls.
22290         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
22291         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
22292         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22293         (memcpy): Remove macro.
22294         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
22295         (__P): Remove.  All uses removed.
22296         (PTR): Remove.  All uses changed to void *.
22297         (CHAR_BIT, NULL): Remove.
22298         (spaces, zeros, memset_space, memset_zero)
22299         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
22300         Remove.
22301         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
22302         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
22303         Define with prototype.
22304         Remove now-unnecessary prototype decl.
22305         (extra_args_spec): Assume ANSI C.  All uses changed.
22306         (extra_args_spec_iso): Remove.
22307         (my_strftime, emacs_strftimeu): Define via prototype.
22308         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
22309         unconditionally.
22310         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
22311         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
22312         (strtoul, strtol): Remove decls.
22313         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
22314         LONG_MAX): Remove.
22315         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
22316         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
22317         (LOCALE_PARAM_PROTO): New macro.
22318         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
22319         (INTERNAL (strtol), strtol): Define with a prototype.
22320         (PARAMS): Remove.  All uses removed.
22321         * lib/tempname.c: Include <string.h> unconditionally.
22322         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
22323         * lib/xgethostname.c (main): Define with a prototype.
22324         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
22325         Include <stdlib.h> unconditionally.
22326         (calloc, malloc, realloc, free): Remove decls.
22327         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
22328         Include <stdlib.h> unconditionally.  Sort include file names.
22329         (strtod): Remove.
22330         (xstrtod): Define with a prototype.
22331         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
22332         (strtol, strtoul): Remove decls.
22333
22334 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22335
22336         More patches to assume C89 or better.
22337         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
22338         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
22339         string.h, memchr, STDC_HEADERS.
22340
22341 2003-09-11  Paul Eggert  <eggert@twinsun.com>
22342
22343         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
22344         Include <stdlib.h>, <string.h> unconditionally.
22345         Remove now-unnecessary cast to char *.
22346         * lib/strnlen.c: Include <string.h> unconditionally.
22347         * lib/yesno.c (yesno): Define with a prototype.
22348
22349 2003-09-11  Bruno Haible  <bruno@clisp.org>
22350
22351         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
22352
22353 2003-09-10  Jim Meyering  <jim@meyering.net>
22354
22355         * lib/error.c: Correct indentation of cpp directives.
22356
22357 2003-09-10  Bruno Haible  <bruno@clisp.org>
22358
22359         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
22360         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
22361         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
22362         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
22363         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
22364         <stdlib.h> and <string.h> checks.
22365         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
22366         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
22367
22368 2003-09-10  Bruno Haible  <bruno@clisp.org>
22369
22370         * lib/strcspn.c: Include <string.h> unconditionally.
22371         * lib/strpbrk.c: Include <string.h> unconditionally.
22372         * lib/strstr.c: Include <string.h> unconditionally.
22373         * lib/unicodeio.c: Include <string.h> unconditionally.
22374         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
22375         * lib/unsetenv.c: Likewise.
22376         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
22377         * lib/yesno.c: Include <stdlib.h> unconditionally.
22378         (rpmatch): Add prototype.
22379
22380 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22381
22382         More patches to assume C89 or better.
22383         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
22384         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
22385         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
22386         or for string.h.
22387         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
22388         stdlib.h.
22389         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
22390         C headers.
22391         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
22392         string.h.
22393         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
22394         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
22395         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
22396         or for string.h.
22397         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
22398         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
22399         C headers.
22400         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
22401         memcpy.
22402         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
22403         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
22404         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
22405         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
22406         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
22407         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
22408         string.h, free.
22409         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
22410         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
22411         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
22412         C headers, or for string.h.
22413         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
22414         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
22415         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
22416         headers, memory.h, stdlib.h, string.h, strings.h.
22417         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
22418         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
22419         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
22420         strchr.
22421         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
22422         headers, memory.h, string.h.
22423         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
22424         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
22425         free.
22426         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
22427         headers.
22428         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
22429         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
22430         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
22431         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
22432         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
22433
22434 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22435
22436         More K&R removal.
22437
22438         * lib/acosl.c (main): Use a prototype.
22439         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
22440         tanl.c: Likewise.
22441
22442         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
22443
22444         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
22445         (getopt, etopt_long, getopt_long_only, _getopt_internal)
22446         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
22447         with a prototype.
22448         * lib/getopt.c (const): Remove macro.
22449         Include <string.h> unconditionally.
22450         (my_index): Remove; all uses changed to strchr.
22451         (strlen): Remove decl.
22452         (exchange): Remove forward decl; no longer needed.
22453         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
22454         Define with prototype.
22455         * lib/getopt1.c (const): Remove macro.
22456         (getopt_long, getopt_long_only, main): Define with prototype.
22457
22458         * lib/getugroups.c: Include <string.h> unconditionally.
22459
22460         * lib/getusershell.c: Include <stdlib.h> unconditionally.
22461         (getusershell, setusershell, endusershell, readname, main):
22462         Define with prototypes.
22463
22464         * lib/group-member.c: Include group-member.h first.
22465         Include <stdlib.h> unconditionally.
22466
22467         * lib/hard-locale.c: Include hard-locale.h first.
22468         Include <stdlib.h>, <string.h> unconditionally.
22469
22470         * lib/hash.c (free, malloc): Remove decls.
22471         Include <stdlib.h> unconditionally.
22472
22473         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
22474         (getenv): Do not declare.
22475
22476         * lib/idcache.c: Include <string.h> unconditionally.
22477
22478         * lib/long-options.c: Include long-options.h first, to test interface.
22479         Include <stdlib.h> unconditionally.
22480
22481         * lib/makepath.c: Include makepath.h first, to test interface.
22482         Include <stdlib.h> and <string.h> unconditionally.
22483
22484         * lib/linebuffer.c: Include <stdlib.h>.
22485         (free): Remove decl.
22486
22487         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
22488         stddef.h. rpl_malloc returns void *, not char *.
22489         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
22490         prototype.
22491
22492         * lib/md5.h: Include <limits.h> unconditionally.
22493         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
22494         (__P): Remove; all uses removed.
22495         * lib/md5.c: Include "md5.h" first.
22496         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
22497         md5_buffer, md5_process_bytes, md5_process_block):
22498         Define with prototypes.
22499         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
22500         * lib/sha.c: Include "sha.h" first.
22501         Include <stdlib.h>, <string.h> unconditionally.
22502
22503         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
22504         * lib/memcmp.c (__ptr_t): Likewise.
22505         * lib/memrchr.c (__ptr_t): Likewise.
22506         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
22507         Include <string.h> unconditionally.
22508         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
22509         * lib/memchr.c: Include <stdlib.h> unconditionally.
22510         * lib/memchr.c (LONG_MAX): Remove.
22511         * lib/memrchr.c (LONG_MAX): Likewise.
22512         * lib/memchr.c (__memchr): Define via a prototype.
22513         * lib/memrchr.c (__memrchr): Likewise.
22514         * lib/memcmp.c (__P): Remove, and remove all uses.
22515         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
22516         Remove forward decls; no longer needed.
22517         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
22518         Use types required by C89 in prototype.
22519
22520         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
22521         * lib/savedir.c: Likewise.
22522         * lib/mkdir.c (free): Remove decl.
22523         * lib/rmdir.c (rmdir): Define with a prototype.
22524         * lib/savedir.c: Include savedir.h first, to test interface.
22525
22526         * lib/mktime.c (STDC_HEADERS): Remove.
22527         Include <stdlib.h>, <string.h> unconditionally.
22528
22529         * lib/modechange.c: Include <stdlib.h> unconditionally.
22530         (malloc): Remove decl.
22531
22532         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
22533         (free): Remove decl.
22534
22535         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
22536         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
22537         (This type really should be intptr_t, but that's a C99ism.)
22538         (_obstack_memcpy): Remove: all uses changed to memcpy.
22539         Include <string.h> unconditionally.
22540         (struct obstack): Assume __STDC__ for types of members
22541         chunkfun, freefun, extra_arg.
22542         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
22543         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
22544         obstack_begin, obstack_specify_allocation,
22545         obstack_specify_allocation_with_arg, obstack_chunkfun,
22546         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
22547         Remove unprototyped decls and the macros that use them.
22548         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
22549         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
22550         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
22551         (defined __STDC__ && __STDC__)]:
22552         Remove nonprototyped code.
22553         Include <stdlib.h> unconditionally.
22554         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
22555         _obstack_allocated_p, _obstack_free, obstack_free,
22556         _obstack_memory_used, print_and_abort):
22557         Define using prototypes.
22558         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
22559         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
22560         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
22561         obstack_next_free, obstack_object_size, obstack_room) [0]:
22562         Remove unused, unprototyped code.
22563
22564         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
22565
22566         * lib/physmem.c (physmem_total, physmem_available, main): Define
22567         with prototypes.
22568
22569         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
22570         (main): Define with a prototype.
22571
22572         * lib/posixver.c (getenv): Remove decl.
22573
22574         * lib/putenv.c (malloc): Returns void *, not char *.
22575         Include <string.h> unconditionally.
22576         (strchr, memcpy, NULL): Do not define.
22577
22578         * lib/readtokens.c: Include readtokens.h first, to test interface.
22579         Include <stdlib.h>, <string.h> unconditionally.
22580         (init_tokenbuffer): Define with a prototype.
22581
22582         * lib/regex.c (PARAMS): Remove.  All uses removed.
22583         All uses of _RE_ARGS removed, too.
22584         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22585         unconditionally.
22586         (bzero): Assume memset exists.
22587         (memcmp, memcpy, NULL): Remove.
22588         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
22589         char, or assignments to local vars of type signed char.
22590         (init_syntax_once, PREFIX(extract_number_and_incr),
22591         PREFIX(print_partial_compiled_pattern),
22592         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
22593         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
22594         PREFIX(regex_grow_registers), PREFIX(regex_compile),
22595         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
22596         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
22597         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
22598         wcs_compile_range, byte_compile_range, truncate_wchar,
22599         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
22600         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
22601         count_mbs_length, wcs_re_match_2_internal,
22602         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
22603         PREFIX(alt_match_null_string_p),
22604         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
22605         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
22606         regfree, PREFIX(extract_number)): Define with prototype.  Remove
22607         now-unnecessary declaration, if any.
22608         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
22609         regcomp, regexec):
22610         Remove now-unnecessary casts among pointer types.
22611         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
22612
22613         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
22614         (free): Remove decl.
22615
22616         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
22617
22618         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
22619         (free): Remove decl.
22620
22621         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
22622         * lib/xgetcwd.c: Likewise.
22623
22624         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
22625         (free): Remove decl.
22626
22627         * lib/strchrnul.c (strchrnul): Define with a prototype.
22628         Fix bug: c_in was not converted to char before searching.
22629
22630         The following changes are not K&R related:
22631
22632         * lib/group-member.h: Include <sys/types.h>, so that this file is
22633         self-contained.
22634         * lib/makepath.h: Likewise.
22635
22636         * lib/getusershell.c (readname, default_index, line_size, readname):
22637         Use size_t, not int, for sizes.
22638         (readname): If the size overflows, report an error instead of
22639         looping forever.
22640
22641 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22642
22643         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
22644         libc.
22645
22646 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22647
22648         * README: New section: portability guidelines.
22649
22650 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22651
22652         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
22653         C89 spec.
22654
22655 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22656
22657         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
22658
22659 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22660
22661         Assume C89 or better; remove K&R cruft.
22662         A few of these changes were first proposed by Derek Robert Price
22663         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
22664
22665         * lib/addext.c: Include <string.h> unconditionally.
22666         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
22667         Don't declare getenv or malloc.
22668
22669         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
22670         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
22671         (NULL): Remove.
22672         (find_stack_direction, alloca): Use prototypes.
22673
22674         * lib/atexit.c (atexit): Define using a prototype.
22675
22676         * lib/basename.c, dirname.c, stripslash.c:
22677         Include <string.h> unconditionally.
22678
22679         * lib/bcopy.c: Include <stddef.h>.
22680         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22681
22682         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22683
22684         * lib/error.h (error, error_at_line, error_print_progname)
22685         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22686         * lib/error.c: Include error.h first, to check interface.
22687         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22688         (VA_START): Remove; all uses changeed to va_start.
22689         (exit, strerror): Remove decls.
22690         (error_print_progname): Prototype uncondionally.
22691         Don't include <errno.h>; no longer needed.
22692         (private_strerror): Remove.
22693         (error_tail): Always define.
22694         (error, error_at_line): Assume C89 or better; always use prototypes.
22695         * lib/fatal.c: Include "fatal.h" first, to test interface.
22696         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22697         (VA_START): Remove; all uses changed to va_start.
22698         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22699         this case.
22700         (exit): Remove decl.
22701         (fatal): Prototype unconditionally.  Assume va_start works.
22702         Abort at end, to pacify gcc.
22703
22704         * lib/euidaccess.c (main): Define with a prototype.
22705
22706         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22707
22708         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22709
22710         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22711         prototypes.
22712         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22713         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22714         (getenv): Remove decl.
22715         (fnmatch): Define using a prototype.
22716         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22717         (FCT): Define using a prototype.
22718
22719         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22720
22721         * lib/gethostname.c: Include <stddef.h>.
22722         (gethostname): Define with prototype.  Length is size_t, not int.
22723
22724 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22725
22726         Assume C89 or better; remove K&R cruft.
22727         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22728         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22729         string.h, getenv, malloc.
22730         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22731         headers.
22732         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22733         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22734         do not check for strerror.
22735         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22736         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22737         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22738         do not check for doprnt or vprintf.
22739         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22740         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22741
22742 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22743
22744         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22745         getversion.c should have been removed then, but was accidentally
22746         preserved.
22747
22748         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22749         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22750
22751 2003-09-08  Karl Berry  <karl@gnu.org>
22752
22753         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22754                 config, forget about prep.
22755
22756         * config/depcomp, missing: update from automake.
22757
22758 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22759
22760         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22761         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22762
22763 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22764
22765         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22766         copy_tm_result.  Bug reported by Simon Josefsson in
22767         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22768
22769 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22770
22771         * m4/time_r.m4: New file.
22772         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22773         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22774         is. Check for timegm declaration.
22775         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22776         Do not check for gmtime_r.
22777         Replace mktime if __mktime_internal does not exist and if mktime
22778         hasn't been replaced already.
22779
22780 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22781
22782         * lib/time_r.c, lib/time_r.h: New files.
22783
22784         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22785         __localtime_r.
22786         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22787         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22788
22789         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22790         __gmtime_r.
22791         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22792         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22793         Include <time_r.h>.
22794
22795         * lib/timegm.c: Switch to glibc implementation, with the following
22796         changes:
22797         [defined HAVE_CONFIG_H]: Include <config.h>.
22798         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22799         (__mktime_internal) [!defined _LIBC]: New decl.
22800         (__gmtime_r) [!defined _LIBC]: New macro and function.
22801         (timegm): Use a prototype, since gnulib assumes C89.
22802         Do not bother declaring tmp to be const, as it's not really usefu.
22803         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22804         (timegm): Declare only if HAVE_DECL_TIMEGM.
22805
22806 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22807
22808         * MODULES.html.sh (func_all_modules): Add time_r.
22809         * modules/time_r: New file.
22810         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22811         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22812
22813 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22814
22815         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22816         Bug reported by Lute Kamstra in
22817         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22818
22819         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22820         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22821         course with correspondingly smaller numbers for tomorrow and
22822         yesterday.  From Tadayoshi Funaba.  Originally installed into
22823         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22824         coreutils merge?).
22825
22826 2003-08-31  Simon Josefsson  <jas@extundo.com>
22827
22828         * modules/timegm: New file.
22829         * MODULES.html.sh (func_all_modules): Add timegm.
22830
22831 2003-08-31  Simon Josefsson  <jas@extundo.com>
22832
22833         * m4/timegm.m4: New file.
22834
22835 2003-08-31  Simon Josefsson  <jas@extundo.com>
22836
22837         * lib/timegm.h: New file.
22838         * lib/timegm.c: New file.  Based on
22839         wget-1.8.2/src/http.c:mktime_from_utc.
22840
22841 2003-08-31  Karl Berry  <karl@gnu.org>
22842
22843         * lib/argp.h: update from libc.
22844
22845 2003-08-28  Bruno Haible  <bruno@clisp.org>
22846
22847         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22848         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22849         followed by '#define fnmatch fnmatch_posix' gives an error.
22850
22851 2003-08-28  Bruno Haible  <bruno@clisp.org>
22852
22853         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22854         warning on QNX, which defines O_BINARY to 000000.
22855
22856 2003-08-27  Jim Meyering  <jim@meyering.net>
22857
22858         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22859         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22860         would fail after 32.  Reported by Danny Levinson.  Details here:
22861         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22862
22863 2003-08-24  Bruno Haible  <bruno@clisp.org>
22864
22865         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22866         MSVC7 <stdio.h> is included later.
22867
22868 2003-08-22  Simon Josefsson  <jas@extundo.com>
22869
22870         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22871
22872 2003-08-20  Karl Berry  <karl@gnu.org>
22873
22874         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22875
22876 2003-08-20  Bruno Haible  <bruno@clisp.org>
22877
22878         * modules/progname: New file.
22879         * MODULES.html.sh (func_all_modules): Add progname.
22880
22881 2003-08-20  Bruno Haible  <bruno@clisp.org>
22882
22883         * lib/progname.h: New file, from GNU gettext.
22884         * lib/progname.c: New file, from GNU gettext.
22885         * lib/progreloc.c: New file, from GNU gettext.
22886
22887 2003-08-19  Jim Meyering  <jim@meyering.net>
22888
22889         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22890         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22891
22892 2003-08-19  Bruno Haible  <bruno@clisp.org>
22893
22894         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22895         more.
22896
22897 2003-08-19  Bruno Haible  <bruno@clisp.org>
22898
22899         * lib/xstrdup.c: Assume <string.h> exists.
22900
22901 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22902
22903         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22904         in makefile rules.
22905
22906 2003-08-18  Jim Meyering  <jim@meyering.net>
22907
22908         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22909         * m4/lib-ld.m4: Likewise.
22910
22911 2003-08-18  Jim Meyering  <jim@meyering.net>
22912
22913         * lib/setenv.h: Indent nested cpp directive.
22914         * lib/vasnprintf.c: Remove trailing blanks.
22915
22916 2003-08-17  Simon Josefsson  <jas@extundo.com>
22917
22918         * modules/xstrndup: New file.
22919         * MODULES.html.sh (func_all_modules): Add xstrndup.
22920
22921 2003-08-17  Simon Josefsson  <jas@extundo.com>
22922
22923         * modules/argp: Fix autoconf macro name. Add more dependencies.
22924
22925 2003-08-17  Simon Josefsson  <jas@extundo.com>
22926
22927         * m4/xstrndup.m4: New file.
22928
22929 2003-08-17  Simon Josefsson  <jas@extundo.com>
22930
22931         * m4/argp.m4: New file.
22932
22933 2003-08-17  Simon Josefsson  <jas@extundo.com>
22934             Bruno Haible  <bruno@clisp.org>
22935
22936         * lib/xstrndup.h: New file.
22937         * lib/xstrndup.c: New file.
22938
22939 2003-08-17  Bruno Haible  <bruno@clisp.org>
22940
22941         * modules/strndup (Files, Include): Add lib/strndup.h.
22942
22943 2003-08-17  Bruno Haible  <bruno@clisp.org>
22944
22945         * modules/euidaccess (Files): Add lib/euidaccess.h.
22946
22947 2003-08-17  Bruno Haible  <bruno@clisp.org>
22948
22949         * lib/strndup.h: New file.
22950
22951 2003-08-17  Bruno Haible  <bruno@clisp.org>
22952
22953         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22954         like AC_GNU_SOURCE.
22955         * modules/extensions (configure.ac): Comment out the invocation of
22956         gl_USE_SYSTEM_EXTENSIONS.
22957
22958 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22959
22960         Merges from coreutils, etc.
22961         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22962         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22963         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22964         fixing a typo.
22965         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22966         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22967
22968 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22969
22970         Document merge from coreutils.
22971         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22972         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22973         * modules/utime: Add m4/utimes-null.m4.
22974
22975 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22976
22977         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22978         space, undoing this 2003-08-12 change:
22979         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22980
22981 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22982
22983         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22984         strtoul.c from libc, undoing this 2003-08-12 change:
22985         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22986
22987 2003-08-16  Jim Meyering  <jim@meyering.net>
22988
22989         Merges from coreutils.
22990         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22991         prefix.  Adjust cache variables similarly.  Create 500 rather than
22992         just 300 files, to exercise bug on Darwin6.5, too.
22993         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22994         $missing_dir.
22995         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22996         AM_SYS_POSIX_TERMIOS.
22997         Reported by mkc@mathdogs.com.
22998         Also change use of $am_cv_sys_posix_termios
22999         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
23000         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
23001         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
23002         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
23003         in /proc/mounts until it finds one with matching device number.  This
23004         is unnecessary when the FILE argument *is* a mount point.  No stat call
23005         is necessary in that case.  So, disable the statvfs-testing code on
23006         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
23007         as RedHat bug# 84846.
23008         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
23009         to 1MB, so as not to render systems with no stack size limit (e.g.,
23010         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
23011         Include <unistd.h>.  On some systems,
23012         it is required for the definition of _SC_PAGESIZE.
23013
23014 2003-08-16  Jim Meyering  <jim@meyering.net>
23015
23016         Merge from coreutils.
23017         * lib/xstrtoimax.c: #else #if -> #elif.
23018         * lib/xstrtoumax.c: Likewise.
23019
23020 2003-08-16  Jim Meyering  <jim@meyering.net>
23021
23022         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
23023         * m4/utimes.m4: Removed.
23024         * m4/utimes-null.m4: Renamed from utimes.m4.
23025
23026         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
23027         to 1MB, so as not to render systems with no stack size limit (e.g.,
23028         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
23029         Include <unistd.h>.  On some systems,
23030         it is required for the definition of _SC_PAGESIZE.
23031
23032 2003-08-16  Jim Meyering  <jim@meyering.net>
23033         and Paul Eggert  <eggert@cs.ucla.edu>
23034
23035         Merges from coreutils, etc.
23036
23037         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
23038         using the latest version from cvs.  This avoids problems with #line
23039         directives using a vendor (Sun) compiler.
23040         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
23041         Don't set GETGROUPS_LIB here; now it's
23042         done via getgroups.m4's wrapper function.
23043         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
23044         rather than just in sh-util/configure.in, so that the
23045         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
23046         same.
23047         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
23048         AC_FUNC_GETLOADAVG where to find getloadavg.c.
23049         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
23050         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
23051         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
23052         Remove code that is now done by the newly-required macros.
23053         Append $(EXEEXT) to DF_PROG.
23054         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
23055         Do not invoke or require the following here,
23056         since prereq.m4 or some gnulib .m4 now does this for us:
23057         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
23058         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
23059         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
23060         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
23061         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
23062         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
23063         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
23064         AC_FUNC_OBSTACK.
23065         Do not replace the following functions, as this is now the job
23066         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
23067         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
23068         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
23069         atexit getpass, strdup, getpagesize.
23070         Replace 'raise'.
23071         Do not check for the following functions, as this is now the job
23072         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
23073         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
23074         setregid.
23075         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
23076         Check for sys/sysctl.h.
23077         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
23078         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
23079         of checking for ssize_t ourselves.
23080
23081         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
23082         Require every macro that gnulib/modules/* suggests for us.
23083         (jm_PREREQ_ADDEXT): New macro.
23084         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
23085         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
23086
23087         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
23088         (gl_PHYSMEM): Use it.
23089         Also check for `table' function.
23090         Check for new headers and functions.
23091         Add check for sys/sysmp.h.
23092         With suggestions from Kaveh Ghazi.
23093         Ignore headers that are present but cannot be compiled.  This
23094         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
23095         C 5.4.
23096
23097 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23098
23099         Document merge from coreutils.
23100         * modules/userspec: Depend on posixver.
23101         * modules/strftime: Depend on tzset.
23102
23103 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23104
23105         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
23106         rather than tab, after '#' in shell-script copyright notices.
23107         Suggested by Bruno Haible.
23108
23109 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23110
23111         * config/srclist-update: Use three spaces, rather than tab, after '#'
23112         in shell-script copyright notices.  Suggested by Bruno Haible.
23113         Remove unnecessary parenthesization in regular expression.
23114
23115 2003-08-15  Jim Meyering  <jim@meyering.net>
23116
23117         Merge from coreutils.
23118         * lib/xgethostname.c: Include <stdlib.h>.
23119         (xghostname): Don't exit for anything other than memory-related
23120         failure; just return NULL.
23121         * lib/userspec.c: Include "posixver.h".
23122         (parse_user_spec): Accept `.' as a separator only
23123         in pre-POSIX-200112 mode.
23124         * lib/strtoimax.c: Use #elif rather than #else #if.
23125         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
23126         Remove function, now that we can rely on a working tzset function.
23127         [!_LIBC]: Ensure that the required autoconf test has been run.
23128         [!defined _NL_CURRENT && HAVE_STRFTIME]:
23129         Use underlying_strftime for %r.
23130         * lib/sha.c: Merge in some clean-up and optimization changes from
23131         glibc.
23132         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
23133         Ensure that it is a multiple of 64.
23134         Rearrange loop exit tests so as to avoid performing an
23135         additional fread after encountering an error or EOF.
23136         * lib/realloc.c: Update copyright date.
23137
23138 2003-08-15  Jim Meyering  <jim@meyering.net>
23139         and Paul Eggert  <eggert@twinsun.com>
23140
23141         Merge from coreutils.
23142         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
23143         member but strut utmpx does not.  Needed for AIX 4.3.3.
23144         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
23145
23146 2003-08-15  Jim Meyering  <jim@meyering.net>
23147         and Paul Eggert  <eggert@cs.ucla.edu>
23148
23149         Merges from coreutils, etc.
23150         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
23151         Require gl_FUNC_TZSET_CLOBBER.
23152         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
23153         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
23154         members.
23155
23156 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23157
23158         Help the merge from coreutils.
23159         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
23160         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
23161         * m4/tzset.m4: Use it too.
23162
23163 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23164
23165         * modules/tzset: New file.
23166
23167 2003-08-14  Jim Meyering  <jim@meyering.net>
23168
23169         Merges from coreutils.
23170         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
23171         variable names, rather than @FNMATCH_H@.
23172         * modules/alloca: Likewise for $(ALLOCA_H).
23173
23174         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
23175         the three copies of the literal target, `fnmatch.h'.
23176         * modules/alloca (alloca.h): Likewise.
23177
23178 2003-08-14  Jim Meyering  <jim@meyering.net>
23179
23180         Merge from coreutils.
23181         * m4/tzset.m4: New file.
23182         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
23183         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
23184         otherwise, AIX 5.1 systems would end up using the latter.
23185         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
23186         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
23187         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
23188         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
23189
23190 2003-08-14  Jim Meyering  <jim@meyering.net>
23191
23192         Merge from coreutils.
23193         * lib/obstack.h: Whitespace changes.
23194         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
23195         and xcalloc return values.
23196         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
23197         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
23198         hang on OSF/1 5.1 for DIR on both local and remote file systems.
23199         Reported by (and fix confirmed by) Nelson H. F. Beebe.
23200         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23201         error from mntctl.
23202         Use mntctl's return value to drive the entry-processing loop, since
23203         we can't rely on the value of the vmt_length member in the last
23204         entry.  On some systems doing so could result in exhausting
23205         virtual memory.  Based in part on a patch from Mike Jetzer.
23206
23207 2003-08-14  Jim Meyering  <jim@meyering.net>
23208         and Paul Eggert  <eggert@twinsun.com>
23209
23210         Merges from coreutils, plus other fixes.
23211         * lib/physmem.c: Merge in portability changes from gcc/libiberty
23212         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
23213         for credits and details.  Thanks to Kaveh Ghazi for helping
23214         to keep these files in sync.
23215         (ARRAY_SIZE): Define it.
23216         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
23217         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
23218         (memcasecmp): Don't assume size_t fits in unsigned int.
23219         Remove casts and duplicate code.
23220         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
23221         (memcpy): Remove definition.
23222         Merge in some clean-up and optimization changes from glibc.
23223         [BLOCKSIZE]: Move definition to top of file.
23224         Ensure that it is a multiple of 64.
23225         Rearrange loop exit tests so as to avoid performing an
23226         additional fread after encountering an error or EOF.
23227         * lib/md5.h (md5_uintptr): Define.
23228         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
23229         return to the initial working directory.  Preserve errno
23230         for caller.
23231         * lib/idcache.c: Include "xalloc.h".
23232         (xmalloc, xrealloc): Remove decls.
23233         (getuser): Remove casts no longer required in C89.
23234         * lib/human.c: Include stdio.h, for sprintf.
23235         * lib/group-member.c: Include "xalloc.h".
23236         (xmalloc, xrealloc): Remove decls.
23237         (get_group_info): Remove casts no longer required in C89.
23238         * lib/getusershell.c (readname): Remove casts no longer required in
23239         C89.
23240         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
23241         * lib/getline.c: Whitespace fix, from coreutils.
23242
23243 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23244
23245         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
23246         Check for isascii.
23247
23248         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23249         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23250         Undo previous (whitespace-only) change.
23251
23252 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23253
23254         * lib/exclude.c: Include <ctype.h>
23255         (IN_CTYPE_DOMAIN): New macro.
23256         (is_space): New fn.
23257         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
23258         and empty lines.
23259
23260         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23261         Undo previous (whitespace-only) change.
23262
23263 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23264
23265         * config/srclist-update: Change update back to the old behavior,
23266         leaving whitespace alone.  Use one 'sed' command rather than a
23267         pipeline.
23268         (fixlicense): Now a variable, not a function.
23269         (remove_trailing_blanks): Remove.
23270         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
23271         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23272         Undo previous (whitespace-only) change.
23273
23274 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23275
23276         Merge from coreutils.
23277         * modules/euidaccess: Add lib_SOURCES, include for new
23278         file euidaccess.h
23279
23280 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23281
23282         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23283         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23284         Normalize leading white space and remove trailing white space.
23285
23286         Merge from coreutils
23287         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
23288
23289         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
23290         0.12.1.  These files are now being upgraded automatically by
23291         ../config/srclist-update.
23292
23293 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23294
23295         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23296         Normalize leading white space and remove trailing white space.
23297         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
23298         notice, as per ../config/srclist-update.
23299
23300         Merge from coreutils.
23301         * lib/euidaccess.h: New file.
23302         * lib/euidaccess.c: Include it.
23303         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
23304         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
23305         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
23306
23307 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23308
23309         * config/srclist-update: Add copyright notice.
23310         (remove_id_lines, remove_trailing_blanks): New constants.
23311         (fixfile): Use them to normalize spacing a bit in copied files.
23312         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23313         Normalize leading white space and remove trailing white space.
23314
23315         * config/texinfo.tex: Sync with texinfo.
23316
23317         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
23318         strtoul.c from libc, to merge coreutils whitespace changes.
23319
23320         * config/srclist.txt: Get the following m4 files from gettext:
23321         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
23322         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
23323         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
23324         wint_t.m4.
23325
23326 2003-08-12  Karl Berry  <karl@gnu.org>
23327
23328         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
23329         been made.
23330
23331 2003-08-11  Paul Eggert  <eggert@twinsun.com>
23332
23333         * modules/gnu-source, m4/gnu-source.m4:
23334         Remove; we're assuming Autoconf 2.54 or later now.
23335         Suggested by Bruno Haible.
23336         * MODULES.html.sh (func_all_modules): Remove gnu-source.
23337
23338 2003-08-11  Bruno Haible  <bruno@clisp.org>
23339
23340         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
23341
23342 2003-08-11  Bruno Haible  <bruno@clisp.org>
23343
23344         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
23345         (vasnprintf): Use it instead of wcslen.
23346
23347 2003-08-11  Bruno Haible  <bruno@clisp.org>
23348
23349         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
23350         value to ensure that _Bool promotes to int. Use #define for _Bool when
23351         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
23352
23353 2003-08-10  Karl Berry  <karl@gnu.org>
23354
23355         * lib/regex.h: update from libc (whitespace fix).
23356
23357 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23358
23359         Merge some files from coreutils.  These changes were
23360         originally made by Jim Meyering.
23361         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
23362         many older Unixes require this.
23363         * lib/alloca.c (alloca): Remove cast to argument of free;
23364         no longer needed in C89.
23365         * lib/alloca_.h, regex.h: Fix white space to match
23366         what GNU indent does.
23367
23368 2003-08-09  Paul Eggert  <eggert@twinsun.com>
23369
23370         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
23371         apparently Emacs's Unicode mode got confused before my 2003-08-05
23372         checkin.
23373
23374 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23375
23376         * m4/extensions.m4: New file.
23377         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
23378         Require gl_USE_SYSTEM_EXTENSIONS.
23379         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
23380         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
23381
23382 2003-08-08  Paul Eggert  <eggert@twinsun.com>
23383
23384         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
23385         * modules/extensions, modules/gnu-source: New files.
23386         * modules/timespec, modules/unlocked-io: Depend on extensions.
23387
23388 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23389
23390         * modules/restrict: New file.
23391         * MODULES.html.sh (func_all_modules): Add restrict.
23392         * modules/regex: Depend on restrict.
23393
23394 2003-08-07  Paul Eggert  <eggert@twinsun.com>
23395
23396         * m4/restrict.m4: New file.
23397         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
23398
23399 2003-08-07  Bruno Haible  <bruno@clisp.org>
23400
23401         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
23402         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
23403
23404 2003-08-07  Bruno Haible  <bruno@clisp.org>
23405
23406         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
23407         makes the module 'getndelim2' compatible with the module 'getline'.
23408
23409 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23410
23411         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
23412         byte with "\201" to avoid glitches when editing that source file
23413         with multi-gnome-terminal.
23414
23415 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23416
23417         * lib/bumpalloc.h: Remove.
23418
23419 2003-08-05  Paul Eggert  <eggert@twinsun.com>
23420
23421         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
23422         * modules/bumpalloc: Remove.
23423
23424 2003-08-04  Paul Eggert  <eggert@twinsun.com>
23425
23426         * lib/getloadavg.c: Change copyright notice and spacing to conform to
23427         GNU coding style.
23428
23429         Merge from coreutils.
23430         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
23431         1. From glibc.
23432         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
23433         from Karl Berry, implemented by Jim Meyering.
23434         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
23435         from Dmitry V. Levin.
23436         Remove anachronistic cast of xrealloc.
23437         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
23438         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
23439         type. Otherwise, it wouldn't compile with at least /bin/cc on
23440         ymp-cray-unicos9.0.2.X.
23441         Combine two mostly-identical uses of alloca into one.
23442         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
23443
23444 2003-08-04  Dave Love  <d.love@dl.ac.uk>
23445
23446         [From Emacs.]
23447
23448         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
23449         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
23450         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
23451         obsolete NLIST_NAME_UNION.
23452         [__GNU__]: Undef BSD and FSCALE.
23453         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
23454
23455 2003-08-03  Paul Eggert  <eggert@twinsun.com>
23456
23457         * lib/stdbool_.h (_Bool): Make it signed char, instead of
23458         an enum type, so that it's guaranteed to promote to int.  See:
23459         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
23460
23461 2003-08-03  Karl Berry  <karl@gnu.org>
23462
23463         * config/depcomp: update from automake.
23464
23465 2003-07-31  Paul Eggert  <eggert@twinsun.com>
23466
23467         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
23468         (strerror): Don't assume that a printable int fits in 14 bytes.
23469
23470 2003-07-31  Bruno Haible  <bruno@clisp.org>
23471
23472         * modules/getpass-gnu: New file.
23473         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
23474
23475 2003-07-31  Bruno Haible  <bruno@clisp.org>
23476
23477         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
23478
23479 2003-07-24  Karl Berry  <karl@gnu.org>
23480
23481         * config/missing: update from automake.
23482
23483 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
23484             Bruno Haible  <bruno@clisp.org>
23485
23486         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
23487         * lib/getline.c (getline, getdelim): Likewise.
23488         Remove _GNU_SOURCE define; now it's defined in config.h through
23489         m4/getline.m4.
23490
23491 2003-07-23  Karl Berry  <karl@gnu.org>
23492
23493         * config/config.sub: update from prep.
23494
23495 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23496
23497         * modules/xalloc (Depends-on): Add exitfail.
23498         * modules/xmemcoll: Likewise.
23499
23500 2003-07-22  Paul Eggert  <eggert@twinsun.com>
23501
23502         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
23503         over-parenthesization in macros.
23504
23505         Sync with coreutils.
23506
23507         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
23508         required by C99.
23509
23510         Use `exit_failure' for xalloc and xmemcoll instead of their own
23511         private exit-failure variables.
23512         * lib/xalloc.h (xalloc_exit_failure): Remove.
23513         * lib/xmalloc.c: Likewise.  Include exitfail.h.
23514         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
23515         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
23516         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
23517         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
23518
23519 2003-07-20  Jim Meyering  <jim@meyering.net>
23520
23521         * modules/closeout (Depends-on): Add exitfail.
23522         Suggestion from Bruno Haible.
23523
23524 2003-07-19  Karl Berry  <karl@gnu.org>
23525
23526         * config/config.sub: update from prep.
23527
23528 2003-07-18  Paul Eggert  <eggert@twinsun.com>
23529
23530         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
23531         Remove.
23532         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
23533         to test that it can stand by itself.  Include "exitfail.h".
23534         Clients should set exit_failure instead.
23535         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
23536
23537 2003-07-18  Bruno Haible  <bruno@clisp.org>
23538
23539         * modules/getndelim2: New file.
23540         * modules/getline: Share files with module getndelim2.
23541         * modules/getnline: Depend on getndelim2 instead of sharing files with
23542         it. Add getnline.c to lib_SOURCES.
23543         * MODULES.html.sh (func_all_modules): Add getndelim2.
23544
23545 2003-07-18  Bruno Haible  <bruno@clisp.org>
23546
23547         * m4/getndelim2.m4: New file.
23548         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
23549         invoke gl_PREREQ_GETNDELIM2.
23550         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
23551         gl_PREREQ_GETNDELIM2.
23552         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
23553         gl_GETNDELIM2.
23554
23555 2003-07-18  Bruno Haible  <bruno@clisp.org>
23556
23557         * lib/getndelim2.h: New file.
23558         * lib/getndelim2.c: Make into a module of its own. Include config.h,
23559         getndelim2.h.
23560         (getndelim2): Make non-static. Change return type to ssize_t.
23561         * lib/getline.h: Change argument names.
23562         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
23563         * lib/getnline.c: Include getndelim2.h.
23564
23565 2003-07-18  Andreas Schwab  <schwab@suse.de>
23566
23567         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
23568
23569 2003-07-17  Karl Berry  <karl@gnu.org>
23570
23571         * config/config.sub: update from prep.
23572
23573 2003-07-17  Bruno Haible  <bruno@clisp.org>
23574
23575         * modules/getnline: New file.
23576         * modules/getline: Add lib/getndelim2.c to source file list.
23577         * MODULES.html.sh (func_all_modules): Add getnline.
23578
23579 2003-07-17  Bruno Haible  <bruno@clisp.org>
23580
23581         * m4/getnline.m4: New file.
23582
23583 2003-07-17  Bruno Haible  <bruno@clisp.org>
23584
23585         * m4/Makefile.am.in: Remove file.
23586         * m4/Makefile.am: Remove file.
23587         * m4/Makefile.in: Remove file.
23588
23589 2003-07-17  Bruno Haible  <bruno@clisp.org>
23590
23591         * lib/getnline.h: New file.
23592         * lib/getnline.c: New file.
23593         * lib/getndelim2.c: New file, extracted from getline.c.
23594         (getndelim2): Renamed from getdelim2, with added nmax argument.
23595         * lib/getline.c: Include getndelim2.c.
23596         (getdelim2): Moved out to getndelim2.c.
23597         (getline, getdelim): Update.
23598
23599 2003-07-17  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/Makefile.am: Remove file.
23602         * lib/Makefile.in: Remove file.
23603
23604 2003-07-17  Bruno Haible  <bruno@clisp.org>
23605
23606         * configure.in: Remove file.
23607         * Makefile.in: Remove file.
23608
23609 2003-07-17  Bruno Haible  <bruno@clisp.org>
23610
23611         * MODULES.html.sh: Put the </BODY> right before </HTML>.
23612
23613 2003-07-16  Karl Berry  <karl@gnu.org>
23614
23615         * config/srclist-update: was running fixlicense twice, which caused
23616                 texinfo.tex to be nullified for some reason.  Simplify,
23617                 $gplsrc is no longer needed as far as I can see?
23618
23619 2003-07-16  Jim Meyering  <jim@meyering.net>
23620
23621         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
23622
23623 2003-07-15  Paul Eggert  <eggert@twinsun.com>
23624
23625         * config/srclist.txt: Get the following files from gettext-runtime/intl
23626         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
23627         ref-del.sin.  From Bruno Haible.
23628         * config/srclist-update (fixfile): Change grep pattern again, since the
23629         previous fix didn't work (there was another trailing $).  Use
23630         '[$]' to escape the $s.
23631
23632 2003-07-15  Karl Berry  <karl@gnu.org>
23633
23634         * lib/vasnprintf.c: update from gettext.
23635
23636 2003-07-15  Karl Berry  <karl@gnu.org>
23637
23638         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
23639         gets expanded when surrounded by '$'.
23640
23641 2003-07-15  Jim Meyering  <jim@meyering.net>
23642
23643         * modules/save-cwd: Don't depend on error.  From Derek Price.
23644
23645 2003-07-15  Jim Meyering  <jim@meyering.net>
23646
23647         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
23648
23649 2003-07-14  Simon Josefsson  <jas@extundo.com>
23650
23651         * modules/mempcpy: New file.
23652         * MODULES.html.sh (func_all_modules): Add mempcpy.
23653
23654 2003-07-14  Simon Josefsson  <jas@extundo.com>
23655
23656         * m4/mempcpy.m4: New file.
23657
23658 2003-07-14  Simon Josefsson  <jas@extundo.com>
23659
23660         * lib/mempcpy.h: New file.
23661         * lib/mempcpy.c: New file.
23662
23663 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23664
23665         * modules/getdate, modules/posixtm: Depend on mktime.
23666
23667 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23668
23669         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
23670         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
23671         unicodeio.c, unicodeio.h, unlocked-io.h:
23672         Switch from LGPL to GPL.
23673
23674 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23675
23676         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23677         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23678         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23679         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23680         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23681         updated automatically by ../config/srclist-update.  This changes
23682         their license from LPGL to GPL.
23683
23684 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23685
23686         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23687         assumed to refer to the root of the most recent stable gettext version.
23688         * config/srclistvars.sh: Add defaults for eggert.
23689         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23690         Match "This program" as well as "The program".  This is needed
23691         for gettext.
23692
23693 2003-07-14  Jim Meyering  <jim@meyering.net>
23694
23695         Don't emit diagnostics.  Let callers do that.
23696         * lib/save-cwd.c: Don't include "error.h".
23697         (save_cwd): Don't call error.  Ensure that errno is valid
23698         when returning nonzero.
23699
23700         * lib/save-cwd.h (restore_cwd): Update prototype.
23701         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23702         Simplify.  Don't call error upon failure.  Let callers do that.
23703         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23704         when auditing is enabled.  But don't bother updating the #if.
23705
23706 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23707
23708         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23709         it breaks C++ compilation.
23710         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23711
23712 2003-07-10  Simon Josefsson  <jas@extundo.com>
23713
23714         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23715
23716 2003-07-10  Jim Meyering  <jim@meyering.net>
23717
23718         * m4/clock_time.m4: Remove trailing blank.
23719         * m4/intmax_t.m4: Likewise.
23720
23721 2003-07-10  Jim Meyering  <jim@meyering.net>
23722
23723         * lib/vasnprintf.c: Remove trailing blanks.
23724         Make cpp indentation consistent.
23725
23726 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23727
23728         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23729         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23730         Switch from LGPL to GPL.
23731
23732 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23733
23734         * config/srclist.txt: Sort sublists.  Add
23735         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23736         that differ from gnulib for one reason or another; we'd like this list
23737         to be smaller but for now let's document what we have.
23738
23739 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23740
23741         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23742         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23743         and sweeter "eval x=$x".
23744         * config/srclist.txt: Get lib/argp* from glibc.
23745
23746 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23747
23748         * lib/mktime.c: Fix some boundary cases and remove need for floating
23749         point.
23750
23751         Issue a compile-time diagnostic if time_t is floating point, or if
23752         two's complement arithmetic is not in effect, or if arithmetic
23753         right shift does not propagate the sign.  These assumptions were
23754         all in the original code but they weren't checked.
23755
23756         (TIME_T_MIDPOINT, verify): New macros.
23757         (__isleap): Remove; it has integer overflow problems.
23758         (leapyear): New function, without those problems.
23759         (ydhms_tm_diff): Remove; splitting into two parts.
23760         (ydhms_diff): New function, containing the arithmetic part of
23761         the old ydhms_tm_diff function.  Issue a compile-time
23762         diagnostic if we are not using C99 integer division.
23763         Avoid casts when possible.
23764         (guess_time_tm): New function, containing the checking part of
23765         the old ydhms_tm_diff function.  Return the new value, rather than
23766         the difference between it and the old.  Accept a new argument T
23767         so that *T specifies the old value.  Check for overflow in the result.
23768
23769         (__mktime_internal): Use a time_t offset, not a long int offset.
23770         This undoes the 2003-06-04 change, which is no longer needed now
23771         that we have better overflow checking.
23772         (localtime_offset): Likewise.
23773
23774         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23775         and long are 64-bit but int is only 32-bit.
23776         (ydhms_diff): Use long int to store year1 and yday1.
23777         Issue a compile-time diagnostic if long int is not wide enough.
23778
23779         (__mktime_internal): Use long int to store adjusted year and yday.
23780         Use plain C rather than preprocessor commands, if that doesn't
23781         affect efficiency.
23782         Check for overflow (and try to repair) after each probe
23783         rather than checking only at the very end.  This avoids some bugs
23784         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23785         does not equal GMT offset at maximum time).
23786         Use integer to check for overflow rather than floating point; this
23787         is more portable to non-IEEE hosts, and is a tad faster.
23788         When we detect that we are oscillating between two values,
23789         don't check whether tm_isdst has the requested value, since
23790         we already know the answer.  When tm_isdst has the wrong value,
23791         use a different heuristic to find the right one, based on the
23792         extreme values actually observed in practice in tz2003a,
23793         rather than the (overly optimistic) "previous 3 calendar quarters".
23794
23795         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23796         "T const" to accommodate glibc style.
23797         (check_result): Use less-confusing report format.  "long" -> "long int.
23798         (main): Likewise.
23799         Don't loop if the iteration overflows time_t.
23800         Allow a negative step in the iteration.
23801
23802 2003-07-06  Karl Berry  <karl@gnu.org>
23803
23804         * config/depcomp: update from automake.
23805         * config/config.sub: update from prep.
23806
23807 2003-07-03  Karl Berry  <karl@gnu.org>
23808
23809         * config/config.guess: update from prep.
23810
23811 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23812
23813         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23814         xreadlink.c now includes it unconditionally.
23815
23816 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23817
23818         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23819         having it depend on HAVE_SYS_TYPES_H.
23820
23821 2003-07-01  Bruno Haible  <bruno@clisp.org>
23822
23823         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23824         <sys/types.h> should be sufficient.
23825         Reported by Paul Eggert.
23826
23827 2003-06-26  Karl Berry  <karl@gnu.org>
23828
23829         * config/depcomp: update from automake.
23830
23831 2003-06-26  Bruno Haible  <bruno@clisp.org>
23832
23833         * modules/human: Depend on module stdbool.
23834
23835 2003-06-25  Bruno Haible  <bruno@clisp.org>
23836
23837         * modules/readlink: New file.
23838         * modules/xreadlink: Depend on it.
23839         * MODULES.html.sh (func_all_modules): Add readlink.
23840
23841 2003-06-25  Bruno Haible  <bruno@clisp.org>
23842
23843         * m4/readlink.m4: New file.
23844
23845 2003-06-25  Bruno Haible  <bruno@clisp.org>
23846
23847         * lib/readlink.c: New file.
23848
23849 2003-06-22  Karl Berry  <karl@gnu.org>
23850
23851         * config/srclist.txt: update mkinstalldirs from automake.
23852         * config/mkinstalldirs: update.
23853
23854 2003-06-22  Bruno Haible  <bruno@clisp.org>
23855
23856         Portability to mingw32.
23857         * m4/ssize_t.m4: New file, from GNU gettext.
23858         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23859         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23860
23861 2003-06-22  Bruno Haible  <bruno@clisp.org>
23862
23863         * modules/safe-read: Add m4/ssize_t.m4.
23864         * modules/xreadlink: Add m4/ssize_t.m4.
23865
23866 2003-06-20  Bruno Haible  <bruno@clisp.org>
23867
23868         Assume C89, so PARAMS isn't needed.
23869         * lib/unicodeio.h (PARAMS): Remove.
23870         * lib/unicodeio.c: Don't use PARAMS.
23871
23872 2003-06-18  Karl Berry  <karl@gnu.org>
23873
23874         * config/config.{guess,sub}: update from prep.
23875
23876 2003-06-18  Jim Meyering  <jim@meyering.net>
23877
23878         Merge changes from coreutils.
23879         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23880         Remove explicit declarations of xmalloc and realloc.
23881         Include xalloc.h.
23882         (read_utmp): Remove anachronistic cast of xmalloc.
23883
23884 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23885
23886         Assume C89, so PARAMS isn't needed.
23887         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23888         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23889         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23890         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23891         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23892         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23893         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23894         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23895         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23896         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23897         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23898         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23899         no longer needed. Anyway, config.h should always be included before any
23900         other file.
23901
23902 2003-06-11  Simon Josefsson  <jas@extundo.com>
23903
23904         * modules/sysexits: New file.
23905         * MODULES.html.sh (func_all_modules): Add sysexits.
23906
23907 2003-06-11  Simon Josefsson  <jas@extundo.com>
23908
23909         * lib/sysexit_.h: New file.
23910
23911 2003-06-11  Derek Price  <derek@ximbiot.com>
23912
23913         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23914         necessary.
23915
23916 2003-06-11  Bruno Haible  <bruno@clisp.org>
23917
23918         * m4/sysexits.m4: New file.
23919
23920 2003-06-10  Simon Josefsson  <jas@extundo.com>
23921
23922         * lib/argp.h: New file, from glibc.
23923         * lib/argp-ba.c: New file, from glibc.
23924         * lib/argp-eexst.c: New file, from glibc.
23925         * lib/argp-fmtstream.c: New file, from glibc.
23926         * lib/argp-fmtstream.h: New file, from glibc.
23927         * lib/argp-fs-xinl.c: New file, from glibc.
23928         * lib/argp-help.c: New file, from glibc.
23929         * lib/argp-namefrob.h: New file, from glibc.
23930         * lib/argp-parse.c: New file, from glibc.
23931         * lib/argp-pv.c: New file, from glibc.
23932         * lib/argp-pvh.c: New file, from glibc.
23933         * lib/argp-xinl.c: New file, from glibc.
23934
23935 2003-06-10  Simon Josefsson  <jas@extundo.com>
23936
23937         * modules/strchrnul: New file.
23938
23939 2003-06-10  Simon Josefsson  <jas@extundo.com>
23940
23941         * modules/argp: New file.
23942
23943 2003-06-10  Simon Josefsson  <jas@extundo.com>
23944
23945         * m4/strchrnul.m4: New file.
23946
23947 2003-06-10  Simon Josefsson  <jas@extundo.com>
23948
23949         * lib/strchrnul.h: New file.
23950         * lib/strchrnul.c: New file.
23951
23952 2003-06-10  Bruno Haible  <bruno@clisp.org>
23953
23954         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23955
23956 2003-06-07  Karl Berry  <karl@gnu.org>
23957
23958         * config/config.{guess,sub}: update from prep.
23959
23960 2003-06-07  Jim Meyering  <jim@meyering.net>
23961
23962         * modules/strtod: Use $(...) notation, not @...@ for
23963         AC_REPLACE'd variables.
23964         * modules/localcharset: Likewise.
23965
23966 2003-06-07  Jim Meyering  <jim@meyering.net>
23967
23968         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23969         in place of my name in the copyright comment.
23970         Remove definition and uses of __P.
23971
23972         From coreutils.
23973         * lib/stat.c: Don't declare xmalloc explicitly.
23974         Instead, include "xalloc.h".
23975         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23976         xrealloc, and xcalloc return values.
23977         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23978         Improve comment.
23979         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23980
23981 2003-06-07  Bruno Haible  <bruno@clisp.org>
23982
23983         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23984         avoid AC_CONFIG_LINKS.
23985         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23986         fnmatch.h, to avoid AC_CONFIG_LINKS.
23987         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23988
23989 2003-06-07  Bruno Haible  <bruno@clisp.org>
23990
23991         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23992         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23993         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23994         directory.
23995         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23996         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23997         directory.
23998
23999 2003-06-06  Jim Meyering  <jim@meyering.net>
24000
24001         Merge from coreutils.
24002         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
24003         Consolidate declarations and initializations of *_base* locals.
24004
24005         Merge from coreutils.
24006         This avoids a core dump on systems without GNU putenv,
24007         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
24008         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
24009         (unsetenv): New static function, from GNU libc.
24010         (rpl_putenv): Use it.
24011
24012         * lib/modechange.c: Remove trailing blanks.
24013
24014         Merge from coreutils.
24015         * lib/fsusage.c: Remove declaration of statfs.
24016         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
24017
24018         * lib/posixtm.c: Include <stdbool.h> unconditionally.
24019
24020 2003-06-06  Jim Meyering  <jim@meyering.net>
24021
24022         * lib/stdbool_.h: Renamed from stdbool.h.in.
24023
24024 2003-06-06  Jim Meyering  <jim@meyering.net>
24025             Bruno Haible  <bruno@clisp.org>
24026
24027         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
24028         Adjust Makefile.am snippet not to redirect directly to target.
24029         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
24030
24031 2003-06-05  Paul Eggert  <eggert@twinsun.com>
24032
24033         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
24034         mismatch, look in future quarters as well as past.  This fixes a
24035         bug when processing fall-backwards gaps immediately after a long
24036         period of daylight-saving time.
24037
24038         * lib/mktime.c: Assume freestanding C89 or better.
24039         (HAVE_LIMITS_H): Remove.  Assume it's 1.
24040         (__P): Remove; not used.
24041         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
24042         (mktime, not_equal_tm, print_tm, check_result,
24043         main): Use prototypes.  Use const * where appropriate.
24044         (main): Fix typo in testing code that uncovered by above changes.
24045         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
24046
24047 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24048
24049         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
24050         locale.h, localeconv.  This merges changes from coreutils.
24051
24052         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
24053         It can be removed after the next Autoconf is released.
24054         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
24055         needed.
24056
24057 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24058
24059         * lib/mktime.c: Fix Debian bug 177940
24060         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
24061         (localtime_offset): Now long int, not time_t, because we want it
24062         to be guaranteed to be signed.  All uses changed.
24063         (__mktime_internal): If overflow would occur when adding offset,
24064         don't add it.
24065
24066         Merge 'human' changes from coreutils.  Rewrite to support
24067         locale-specific notations like thousands separators.
24068         * lib/human.c: Simplify authorship notice.
24069         Include human.h immediately after config.h.
24070         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
24071         <limits.h>: Do not include, since human.h does.
24072         (SIZE_MAX, UINTMAX_MAX): New macros.
24073         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
24074         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
24075         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
24076         (power_letter): Renamed from suffixes.
24077         (generate_suffix_backwards): Remove.
24078         (adjust_value): Now takes int style (because of human.h changes)
24079         and long double value (for greater precision on some platforms).
24080         (group_number): New function.
24081         (human_readable): Use it.  Use integer options, not enum.
24082         Put the options before the sizes in the arg list.
24083         Support all the new options.
24084         The old human_readable function has been removed;
24085         use inttostr.h instead.
24086         (human_readable, default_block_size, humblock):
24087         Use uintmax_t, not int, for block sizes.
24088         (human_readable_inexact, block_size_types): Remove.
24089         (block_size_opts): New constant.
24090         (human_options): Renamed from human_block_size, with new signature
24091         that allows block sizes up to UINTMAX_MAX.  All callers changed.
24092         * lib/human.h: Add copyright and authorship notice.
24093         Include <limits.h> and <stdbool.h> unconditionally.
24094         (PARAMS): Remove.  All uses removed.
24095         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
24096         (enum human_inexact_style): Remove tag; now a nameless enum.
24097         (human_floor, human_ceiling, human_round_to_even): Now have
24098         values 2, 0, 1 rather than -1, 1, 0.
24099         (human_group_digits, human_suppress_point_zero, human_autoscale,
24100         human_base_1024, human_SI, human_B): New constants.
24101         (human_readable_inexact, human_block_size): Remove.
24102         (human_readable): Size args are now uintmax_t, not int.
24103         (human_options): New decl.
24104
24105         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
24106         unnecessary now that we assume C89 or better.  This change
24107         imported from coreutils.
24108
24109         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24110         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
24111         in the 2003-05-30 sync from glibc.
24112
24113         .h files should stand alone, but we shouldn't include <sys/types.h>
24114         if we can get away with just <stddef.h>.
24115
24116         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
24117         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
24118         rather than <sys/types.h>, as we merely need size_t.
24119         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
24120         to get size_t.
24121         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
24122         Include <stdio.h>, to get FILE.
24123         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
24124         memcasecmp.h has included <stddef.h> and all we need is size_t.
24125         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
24126         our interface, instead of including <sys/types.h>
24127
24128 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24129
24130         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
24131         now, as glibc mktime is buggy on non-glibc systems.
24132
24133 2003-06-03  Karl Berry  <karl@gnu.org>
24134
24135         * config/config.sub: update from prep.
24136
24137 2003-06-02  Paul Eggert  <eggert@twinsun.com>
24138
24139         [from coreutils]
24140         Fix some minor time-related bugs with POSIX time arguments.
24141         Some valid time stamps were being rejected (notably -1, and
24142         time stamps before 1900 on 64-bit hosts).  And some invalid
24143         time stamps were being accepted, e.g. September 31.
24144
24145         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
24146         that we can return (time_t) -1 successfully.
24147         * lib/posixtm.c: Likewise.
24148         [HAVE_STDBOOL_H]: Include <stdbool.h>.
24149         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
24150         (t): Remove static var.
24151         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
24152         of static var.  All uses changed.
24153         (year): Do not reject years before 1900; they can occur with
24154         64-bit time_t.
24155         (posix_time_parse): Do not check for out-of-range components;
24156         that is now the caller's responsibility, since our checks were
24157         only approximations.
24158         (posixtime): Use mktime to check for out-of-range components,
24159         since it knows them exactly.
24160         If mktime returns (time_t) -1, check whether an error actually occurred
24161         by invoking localtime on -1.
24162         (main) [TEST_POSIXTIME]: Check for input data errors, and report
24163         posixtime failures better.
24164         Improve the test data (in comments only).
24165
24166 2003-06-02  Karl Berry  <karl@gnu.org>
24167
24168         * config/mkinstalldirs (version): new variable.
24169         (--version): new option.
24170         (usage): improve message.
24171
24172 2003-05-30  Karl Berry  <karl@gnu.org>
24173
24174         * lib/mktime.c: update from libc.
24175
24176 2003-05-30  Bruno Haible  <bruno@clisp.org>
24177
24178         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
24179         * config/config.rpath: Upgrade to gettext-0.12.1.
24180
24181 2003-05-30  Bruno Haible  <bruno@clisp.org>
24182
24183         * m4/gettext.m4: Upgrade to gettext-0.12.1.
24184         * m4/nls.m4: New file, from gettext-0.12.1.
24185         * m4/po.m4: New file, from gettext-0.12.1.
24186         * m4/progtest.m4: Upgrade to gettext-0.12.1.
24187
24188 2003-05-30  Bruno Haible  <bruno@clisp.org>
24189
24190         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
24191         * lib/localcharset.h: Likewise.
24192         * lib/localcharset.c: Likewise.
24193
24194 2003-05-29  Karl Berry  <karl@gnu.org>
24195
24196         * config/config.rpath: update from gettext.
24197
24198 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24199
24200         Assume the headers required for C89 freestanding compilers.
24201         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
24202         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
24203         * m4/human.m4 (gl_HUMAN): Likewise.
24204         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
24205         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
24206         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24207         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
24208         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24209         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
24210
24211 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24212
24213         Assume the headers required for C89 freestanding compilers.
24214         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
24215         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
24216         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
24217         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
24218         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
24219         define, since <limits.h> is guaranteed to do that.
24220         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
24221         * lib/exclude.c: Include <stdbool.h> unconditionally.
24222         * lib/tempname.c: Include <stddef.h> unconditionally.
24223         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
24224         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
24225         <stddef.h> does that.
24226         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
24227         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
24228         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
24229         needed.
24230         * lib/xstrtol.c: Likewise.
24231         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
24232         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
24233
24234         * lib/addext.c (addext): Use assignment rather than cast, to avoid
24235         warnings on some platforms.
24236
24237         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24238         arbitrarily.
24239
24240 2003-05-26  Jim Meyering  <jim@meyering.net>
24241
24242         Merge in a change from coreutils:
24243         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
24244         that is guaranteed to be `no'.  Use `no_such_member' to indicate
24245         that condition, rather than `-1' which is slightly misleading.
24246         Change the name of the cache variable to have the gl_ prefix.
24247         Prompted by a patch from Richard Dawe for DJGPP.
24248
24249 2003-05-24  Karl Berry  <karl@gnu.org>
24250
24251         * config/config.guess: update from prep.
24252
24253 2003-05-22  Karl Berry  <karl@gnu.org>
24254
24255         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
24256
24257 2003-05-20  Karl Berry  <karl@gnu.org>
24258
24259         * config/config.guess: update from prep.
24260
24261 2003-05-18  Karl Berry  <karl@gnu.org>
24262
24263         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
24264         might actually be set by the user.
24265
24266         * config/depcomp, install-sh, mdate-sh: update from automake.
24267
24268 2003-05-17  Bruno Haible  <bruno@clisp.org>
24269
24270         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
24271         invalid expansion for AC_EGREP_CPP.
24272         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
24273         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
24274         Suggested by Akim Demaille <akim@epita.fr> in
24275         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
24276
24277 2003-05-12  Jim Meyering  <jim@meyering.net>
24278
24279         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
24280         the space-padded-by-default conversion specifiers, %e, %k, %l.
24281
24282 2003-05-12  Bruno Haible  <bruno@clisp.org>
24283
24284         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
24285         the string is longer than 4 KB.
24286
24287 2003-05-11  Karl Berry  <karl@gnu.org>
24288
24289         * config/config.{guess,sub}: update from prep.
24290
24291 2003-05-09  Bruno Haible  <bruno@clisp.org>
24292
24293         * modules/error: Add m4/strerror_r.m4 to file list.
24294
24295 2003-05-03  Bruno Haible  <bruno@clisp.org>
24296
24297         Upgrade to Unicode-4.0.
24298         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
24299         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
24300         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
24301         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
24302         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
24303         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
24304         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
24305         Change width of U+E0100..U+E01EF from 1 to 0.
24306
24307 2003-04-25  Jim Meyering  <jim@meyering.net>
24308
24309         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
24310         of type size_t, not int.
24311
24312 2003-04-25  Bruno Haible  <bruno@clisp.org>
24313
24314         * lib/copy-file.c: Include <stddef.h>, for size_t.
24315
24316 2003-04-21  Paul Eggert  <eggert@twinsun.com>
24317
24318         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
24319         code which expansion is under static control.  Patch imported from
24320         Akim Demaille's patch to Bison; see
24321         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
24322
24323 2003-04-14  Bruno Haible  <bruno@clisp.org>
24324
24325         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
24326
24327 2003-04-11  Jim Meyering  <jim@meyering.net>
24328
24329         Merge changes from Coreutils.
24330
24331         2003-03-22  Jim Meyering  <jim@meyering.net>
24332
24333         * lib/strftime.c (widen): Cast alloca return value to proper type.
24334
24335         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
24336
24337         From GNU libc.
24338         * lib/strftime.c (my_strftime): Handle very large width
24339         specifications for numeric values correctly.  Improve checks for
24340         overflow.
24341
24342         2003-01-19  Jim Meyering  <jim@meyering.net>
24343
24344         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
24345         definitions.
24346         (nl_get_alt_digit) [! defined my_strftime]: Define.
24347         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
24348         _nl_get_alt_digit and _nl_get_walt_digit.
24349
24350         * lib/strftime.c (my_strftime): Merge in locale-related changes from
24351         libc. These changes have no effect outside of _LIBC.
24352
24353 2003-04-10  Bruno Haible  <bruno@clisp.org>
24354
24355         * modules/findprog: New file.
24356         * MODULES.html.sh (func_all_modules): Add it.
24357
24358 2003-04-10  Bruno Haible  <bruno@clisp.org>
24359
24360         * m4/findprog.m4: New file.
24361         * m4/eaccess.m4: New file.
24362
24363 2003-04-10  Bruno Haible  <bruno@clisp.org>
24364
24365         * lib/findprog.h: New file, from GNU gettext.
24366         * lib/findprog.c: New file, from GNU gettext.
24367
24368 2003-04-05  Jim Meyering  <jim@meyering.net>
24369
24370         Merge changes from Coreutils.
24371
24372         * lib/exclude.h (PARAMS): Remove definition and uses.
24373         * lib/exclude.c: Remove uses of `PARAMS'.
24374
24375         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
24376         Add test-cases for DOS filenames. Declare program_name.
24377         (main): Set up program_name.  Patch by Rich Dawe.
24378
24379         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24380         error from mntctl.
24381         Use mntctl's return value to drive the entry-processing loop, since
24382         we can't rely on the value of the vmt_length member in the last
24383         entry.  On some systems doing so could result in exhausting
24384         virtual memory.  Based in part on a patch from Mike Jetzer.
24385
24386 2003-04-04  Bruno Haible  <bruno@clisp.org>
24387
24388         * modules/linebreak: New file.
24389         * MODULES.html.sh (func_all_modules): Add it.
24390
24391 2003-04-04  Bruno Haible  <bruno@clisp.org>
24392
24393         * m4/linebreak.m4: New file.
24394
24395 2003-04-04  Bruno Haible  <bruno@clisp.org>
24396
24397         * lib/linebreak.h: New file, from GNU gettext.
24398         * lib/linebreak.c: New file, from GNU gettext with slight
24399         modifications.
24400         * lib/lbrkprop.h: New file, from GNU gettext.
24401
24402 2003-04-03  Bruno Haible  <bruno@clisp.org>
24403
24404         * modules/utf8-ucs4: New file.
24405         * modules/utf16-ucs4: New file.
24406         * modules/ucs4-utf8: New file.
24407         * modules/ucs4-utf16: New file.
24408         * MODULES.html.sh (func_all_modules): Add them.
24409
24410 2003-04-03  Bruno Haible  <bruno@clisp.org>
24411
24412         * m4/utf-ucs4.m4: New file.
24413         * m4/ucs4-utf.m4: New file.
24414
24415 2003-04-03  Bruno Haible  <bruno@clisp.org>
24416
24417         * lib/utf8-ucs4.h: New file, from GNU gettext.
24418         * lib/utf16-ucs4.h: New file, from GNU gettext.
24419         * lib/ucs4-utf8.h: New file, from GNU gettext.
24420         * lib/ucs4-utf16.h: New file, from GNU gettext.
24421
24422 2003-04-02  Bruno Haible  <bruno@clisp.org>
24423
24424         * modules/binary-io: New file.
24425         * MODULES.html.sh (func_all_modules): Add it.
24426
24427 2003-04-02  Bruno Haible  <bruno@clisp.org>
24428
24429         * lib/binary-io.h: New file, from GNU gettext.
24430
24431 2003-04-01  Bruno Haible  <bruno@clisp.org>
24432
24433         * modules/pathname: New file.
24434         * MODULES.html.sh (func_all_modules): Add it.
24435
24436 2003-04-01  Bruno Haible  <bruno@clisp.org>
24437
24438         * lib/pathname.h: New file, from GNU gettext.
24439         * lib/concatpath.c: New file, from GNU gettext.
24440
24441 2003-03-30  Bruno Haible  <bruno@clisp.org>
24442
24443         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
24444
24445 2003-03-30  Bruno Haible  <bruno@clisp.org>
24446
24447         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
24448         function chown() doesn't exist.
24449
24450 2003-03-28  Bruno Haible  <bruno@clisp.org>
24451
24452         * modules/copy-file: New file.
24453         * MODULES.html.sh (func_all_modules): Add it.
24454
24455 2003-03-28  Bruno Haible  <bruno@clisp.org>
24456
24457         * m4/copy-file.m4: New file.
24458
24459 2003-03-28  Bruno Haible  <bruno@clisp.org>
24460
24461         * lib/copy-file.h: New file, from GNU gettext.
24462         * lib/copy-file.c: New file, from GNU gettext.
24463
24464 2003-03-18  Jim Meyering  <jim@meyering.net>
24465
24466         * lib/quote.c (quote_n): Fix typo in comment.
24467
24468 2003-03-18  Bruno Haible  <bruno@clisp.org>
24469
24470         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
24471         checking.
24472         * m4/onceonly_2_57.m4: Likewise.
24473
24474 2003-03-17  Bruno Haible  <bruno@clisp.org>
24475
24476         * m4/onceonly.m4: Require autoconf 2.54 or newer.
24477         (m4_quote): Remove macro.
24478         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
24479
24480 2003-03-14  Jim Meyering  <jim@meyering.net>
24481
24482         Merge changes from Coreutils.
24483         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
24484         to be const, in order to avoid warnings.
24485         (obstack_room): Likewise.
24486         (obstack_empty_p): Likewise.
24487
24488 2003-03-14  Bruno Haible  <bruno@clisp.org>
24489
24490         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
24491         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
24492
24493 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24494
24495         Merge changes from Bison.
24496         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
24497         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
24498         when compiling Bison 1.875's `bitset bset = obstack_alloc
24499         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
24500         * lib/hash.c: Include <stdbool.h> unconditionally.
24501
24502 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24503
24504         * m4/onceonly.m4 (m4_quote): New macro.
24505         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
24506         Quote AC_FOREACH variable-expansions properly.
24507
24508 2003-03-13  Paul Eggert  <eggert@twinsun.com>
24509
24510         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
24511
24512 2003-03-09  Paul Eggert  <eggert@twinsun.com>
24513
24514         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
24515         Reported by Bruce Becker; see:
24516         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
24517
24518 2003-03-03  Paul Eggert  <eggert@twinsun.com>
24519             Bruno Haible  <bruno@clisp.org>
24520
24521         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
24522         Reported by John Hughes, see
24523         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
24524
24525 2003-02-20  Bruno Haible  <bruno@clisp.org>
24526
24527         * MODULES.html.sh (func_all_modules): Add poll.
24528
24529 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24530
24531         * modules/poll: New file.
24532
24533 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24534
24535         * lib/poll_.h: New file.
24536         * lib/poll.c: New file.
24537
24538 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
24539
24540         * m4/poll.m4: New file.
24541
24542 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24543
24544         * modules/mathl: New file.
24545
24546 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24547
24548         * lib/mathl.h: New file.
24549         * lib/acosl.c: New file.
24550         * lib/asinl.c: New file.
24551         * lib/atanl.c: New file.
24552         * lib/ceill.c: New file.
24553         * lib/cosl.c: New file.
24554         * lib/expl.c: New file.
24555         * lib/floorl.c: New file.
24556         * lib/frexpl.c: New file.
24557         * lib/ldexpl.c: New file.
24558         * lib/logl.c: New file.
24559         * lib/sincosl.c: New file.
24560         * lib/sinl.c: New file.
24561         * lib/sqrtl.c: New file.
24562         * lib/tanl.c: New file.
24563         * lib/trigl.c: New file.
24564         * lib/trigl.h: New file.
24565
24566 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
24567
24568         * m4/mathl.m4: New file.
24569
24570 2003-02-18  Bruno Haible  <bruno@clisp.org>
24571
24572         * MODULES.html.sh (func_all_modules): Add mathl.
24573
24574 2003-02-17  Bruno Haible  <bruno@clisp.org>
24575
24576         * modules/mkdtemp: New module.
24577         * MODULES.html.sh (func_all_modules): Add it.
24578
24579 2003-02-17  Bruno Haible  <bruno@clisp.org>
24580
24581         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
24582
24583 2003-02-17  Bruno Haible  <bruno@clisp.org>
24584
24585         * lib/mkdtemp.h: New file, from GNU gettext.
24586         * lib/mkdtemp.c: New file, from GNU gettext.
24587
24588 2003-02-02  Jim Meyering  <jim@meyering.net>
24589
24590         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
24591         e.g. glibc-2.2.93.
24592
24593 2003-01-31  Bruno Haible  <bruno@clisp.org>
24594
24595         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
24596         'rpl_rename'.
24597         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
24598         'rpl_strnlen'.
24599         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
24600         'rpl_strtod'.
24601         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
24602         'rpl_utime'.
24603
24604 2003-01-31  Bruno Haible  <bruno@clisp.org>
24605
24606         * lib/rename.c: #undef rename before defining rpl_rename.
24607         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
24608
24609 2003-01-30  Bruno Haible  <bruno@clisp.org>
24610
24611         * modules/vasnprintf, modules/vasprintf: New modules.
24612         * MODULES.html.sh (func_all_modules): Add them.
24613
24614 2003-01-30  Bruno Haible  <bruno@clisp.org>
24615
24616         * m4/signed.m4: New file, from GNU gettext.
24617         * m4/longdouble.m4: New file, from GNU gettext.
24618         * m4/wchar_t.m4: New file, from GNU gettext.
24619         * m4/wint_t.m4: New file, from GNU gettext.
24620         * m4/vasnprintf.m4: New file.
24621         * m4/vasprintf.m4: New file.
24622
24623 2003-01-30  Bruno Haible  <bruno@clisp.org>
24624
24625         * lib/printf-args.h: New file, from GNU gettext.
24626         * lib/printf-args.c: New file, from GNU gettext.
24627         * lib/printf-parse.h: New file, from GNU gettext.
24628         * lib/printf-parse.c: New file, from GNU gettext.
24629         * lib/vasnprintf.h: New file, from GNU gettext.
24630         * lib/vasnprintf.c: New file, from GNU gettext.
24631         * lib/asnprintf.c: New file, from GNU gettext.
24632         * lib/vasprintf.h: New file, from GNU gettext with modifications.
24633         * lib/vasprintf.c: New file, from GNU gettext.
24634         * lib/asprintf.c: New file, from GNU gettext.
24635
24636 2003-01-29  Bruno Haible  <bruno@clisp.org>
24637
24638         * modules/stpncpy: New module.
24639         * MODULES.html.sh (func_all_modules): Add it.
24640
24641 2003-01-29  Bruno Haible  <bruno@clisp.org>
24642
24643         * m4/stpncpy.m4: New file.
24644
24645 2003-01-29  Bruno Haible  <bruno@clisp.org>
24646
24647         * lib/stpncpy.h: New file, from GNU gettext with modifications.
24648         * lib/stpncpy.c: New file, from GNU gettext with modifications.
24649
24650 2003-01-28  Bruno Haible  <bruno@clisp.org>
24651
24652         * modules/c-ctype: New module.
24653         * MODULES.html.sh (func_all_modules): Add it.
24654
24655 2003-01-28  Bruno Haible  <bruno@clisp.org>
24656
24657         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
24658         Paul Eggert.
24659         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
24660         Paul Eggert.
24661
24662 2003-01-27  Bruno Haible  <bruno@clisp.org>
24663
24664         * modules/xsetenv: New module.
24665         * MODULES.html.sh (func_all_modules): Add it.
24666
24667 2003-01-27  Bruno Haible  <bruno@clisp.org>
24668
24669         * lib/xsetenv.h: New file, from GNU gettext.
24670         * lib/xsetenv.c: New file, from GNU gettext.
24671
24672 2003-01-23  Jim Meyering  <jim@meyering.net>
24673
24674         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24675         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24676
24677 2003-01-23  Bruno Haible  <bruno@clisp.org>
24678
24679         * modules/minmax: New module.
24680         * MODULES.html.sh (func_all_modules): Add it.
24681
24682 2003-01-23  Bruno Haible  <bruno@clisp.org>
24683
24684         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24685         Eggert.
24686
24687 2003-01-22  Bruno Haible  <bruno@clisp.org>
24688
24689         * modules/exit: New module.
24690         * MODULES.html.sh (func_all_modules): Add it.
24691
24692 2003-01-22  Bruno Haible  <bruno@clisp.org>
24693
24694         * lib/exit.h: New file, from GNU gettext.
24695
24696 2003-01-19  Bruno Haible  <bruno@clisp.org>
24697
24698         * gnulib-tool: Recognize option --extract-maintainer.
24699         (func_get_maintainer): New function.
24700         * modules/*: Add Maintainer entry.
24701
24702 2003-01-16  Jim Meyering  <jim@meyering.net>
24703
24704         * m4/regex.m4: The `regex' struct is both input and output.
24705         Initialize it before each use.  Patch by Tim Waugh.
24706
24707 2003-01-16  Bruno Haible  <bruno@clisp.org>
24708
24709         * MODULES.html.sh: Add a table of contents. Add the module name as
24710         leftmost column. Add hyperlinks.
24711
24712 2003-01-15  Bruno Haible  <bruno@clisp.org>
24713
24714         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24715
24716 2003-01-15  Bruno Haible  <bruno@clisp.org>
24717
24718         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24719         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24720         suffix.
24721
24722 2003-01-15  Bruno Haible  <bruno@clisp.org>
24723
24724         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24725
24726 2003-01-15  Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24729         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24730
24731 2003-01-14  Jim Meyering  <jim@meyering.net>
24732
24733         * lib/same.c (same_name): Tweak a comment.
24734
24735 2003-01-14  Bruno Haible  <bruno@clisp.org>
24736
24737         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24738         when a string comparison is sufficient.
24739
24740 2003-01-14  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24743         'unsigned int'.
24744
24745 2003-01-14  Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/hash-pjw.c: Add comment about low quality of this function.
24748
24749 2003-01-13  Bruno Haible  <bruno@clisp.org>
24750
24751         * modules/stpcpy: Distribute lib/stpcpy.h.
24752         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24753
24754 2003-01-13  Bruno Haible  <bruno@clisp.org>
24755
24756         * modules/*: Add a description.
24757         * modules/strpbrk: Fix Makefile.am snippet.
24758         * modules/strtoimax: Fix dependencies.
24759         * modules/strtoumax: Likewise.
24760
24761 2003-01-13  Bruno Haible  <bruno@clisp.org>
24762
24763         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24764         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24765         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24766
24767 2003-01-13  Bruno Haible  <bruno@clisp.org>
24768
24769         * gnulib-tool (func_create_testdir): Store config/* files in the main
24770         directory.
24771         * config.rpath: Move to ...
24772         * config/config.rpath: ... here.
24773         * modules/gettext: Contains config/config.rpath, not config.rpath.
24774         * modules/iconv: Likewise.
24775
24776 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24777
24778         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24779         to avoid collisions with libcurses and libreadline.
24780
24781         * m4/getstr.m4: Remove.
24782         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24783
24784 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24785
24786         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24787         to avoid collisions with libcurses and libreadline.
24788
24789         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24790         * lib/getstr.h, getstr.c: Remove.
24791         * lib/getline.c: Include "getline.h", to check interface.
24792         Move body of old getstr.c here: this defines MIN_CHUNK and
24793         declares getdelim2, which is renamed from getstr.
24794         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24795
24796         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24797         All uses changed.
24798         * lib/linebuffer.h: Likewise.
24799         (readline): Remove backward-compatibility macro.
24800
24801 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24802
24803         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24804         to avoid collisions with libcurses and libreadline.
24805         * getstr: Remove.
24806         * MODULES.html.sh: Remove getstr.
24807         * modules/getline: Depend on unlocked-io, not getstr.
24808
24809 2003-01-12  Jim Meyering  <jim@meyering.net>
24810
24811         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24812
24813 2003-01-10  Bruno Haible  <bruno@clisp.org>
24814
24815         * modules/alloca: Change Makefile.am requirements. Simplify Include
24816         requirements. Add lib/alloca_.h to file list.
24817
24818 2003-01-10  Bruno Haible  <bruno@clisp.org>
24819
24820         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24821
24822 2003-01-10  Bruno Haible  <bruno@clisp.org>
24823
24824         * lib/alloca_.h: New file.
24825         * lib/getdate.y: Unconditionally include alloca.h.
24826         * lib/makepath.c: Likewise.
24827         * lib/setenv.c: Likewise.
24828         * lib/userspec.c: Likewise.
24829
24830 2003-01-09  Karl Berry  <karl@gnu.org>
24831
24832         * MODULES.html.sh: include `dirname $0` in PATH, to find
24833         gnulib-tool.
24834
24835 2003-01-09  Bruno Haible  <bruno@clisp.org>
24836
24837         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24838         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24839
24840 2003-01-09  Bruno Haible  <bruno@clisp.org>
24841
24842         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24843
24844 2003-01-09  Bruno Haible  <bruno@clisp.org>
24845
24846         * lib/stdbool.h.in: New file.
24847
24848 2003-01-09  Bruno Haible  <bruno@clisp.org>
24849
24850         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24851         * MODULES.html.sh: Likewise.
24852
24853 2003-01-08  Jim Meyering  <jim@meyering.net>
24854
24855         * lib/full-write.c: Undefine and define-away `const' after inclusion
24856         of errno.h, not before.  Suggestion from Bruno Haible.
24857
24858 2003-01-08  Bruno Haible  <bruno@clisp.org>
24859
24860         * modules/full-read: Depend on full-write.
24861
24862 2003-01-08  Bruno Haible  <bruno@clisp.org>
24863
24864         * lib/safe-read.c: Include specification header first, to ensure its
24865         selfcontainedness.
24866         * lib/full-write.c: Likewise.
24867
24868 2003-01-07  Jim Meyering  <jim@meyering.net>
24869
24870         * lib/full-write.c: Rework so that it may serve to define full_read,
24871         too.
24872         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24873
24874 2003-01-07  Bruno Haible  <bruno@clisp.org>
24875
24876         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24877         <inttypes.h>.
24878         * lib/xstrtol.h: Likewise.
24879         * lib/xstrtoimax.c: Likewise.
24880         * lib/xstrtoumax.c: Likewise.
24881         * lib/human.h: Likewise.
24882
24883         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24884         on systems that have <inttypes.h> but not <stdint.h>.
24885
24886 2003-01-07  Bruno Haible  <bruno@clisp.org>
24887
24888         * MODULES.html.sh: Add copyright notice.
24889         (missed_files): Omit CVS directory entries.
24890         (func_module): Make it work with sed-3.02.
24891         * MODULES.txt: Remove file.
24892
24893 2003-01-06  Jim Meyering  <jim@meyering.net>
24894
24895         * lib/version-etc.c: Update year in translatable copyright string.
24896
24897 2003-01-03  Karl Berry  <karl@gnu.org>
24898
24899         * config/config.{guess,sub}: update from prep.
24900
24901 2003-01-02  Karl Berry  <karl@gnu.org>
24902
24903         * doc/COPYING.DOC: belatedly updated to 1.2.
24904
24905 2003-01-01  Karl Berry  <karl@gnu.org>
24906
24907         * gnulib-tool (func_verify_module): report module name $module in
24908         error message, not $1.
24909         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24910         be created, only if it doesn't exist.
24911         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24912
24913 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24914
24915         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24916
24917 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24918
24919         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24920         memcmp if strcoll doesn't work.
24921
24922 2002-12-31  Bruno Haible  <bruno@clisp.org>
24923
24924         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24925         nonempty.
24926
24927 2002-12-31  Bruno Haible  <bruno@clisp.org>
24928
24929         * lib/memcoll.c (STRCOLL): New macro.
24930         (memcoll): Use it.
24931
24932 2002-12-31  Bruno Haible  <bruno@clisp.org>
24933
24934         * lib/localcharset.h: New file.
24935         * lib/localcharset.c: Include it.
24936         * lib/unicodeio.c: Likewise.
24937
24938 2002-12-31  Bruno Haible  <bruno@clisp.org>
24939
24940         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24941         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24942
24943 2002-12-31  Bruno Haible  <bruno@clisp.org>
24944
24945         * lib/getline.h: Include <stddef.h>, for size_t.
24946
24947         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24948         * lib/unicodeio.c: Don't include <stddef.h>.
24949
24950 2002-12-31  Bruno Haible  <bruno@clisp.org>
24951
24952         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24953         HAVE_TM_ZONE.
24954
24955 2002-12-24  Karl Berry  <karl@gnu.org>
24956
24957         * config/config.guess: update from prep.
24958
24959 2002-12-24  Bruno Haible  <bruno@clisp.org>
24960
24961         General infrasructure.
24962         * m4/README: Rewritten.
24963         * m4/onceonly.m4: New file.
24964         * m4/onceonly_2_57.m4: New file.
24965
24966         Module atexit.
24967         * m4/atexit.m4: New file.
24968
24969         Module strtod.
24970         * m4/strtod.m4: New file.
24971
24972         Module strtol.
24973         * m4/strtol.m4: New file.
24974
24975         Module strtoul.
24976         * m4/strtoul.m4: New file.
24977
24978         Module memchr.
24979         * m4/memchr.m4: New file.
24980
24981         Module memcmp.
24982         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24983         (jm_FUNC_MEMCMP): Invoke it.
24984
24985         Module memcpy.
24986         * m4/memcpy.m4: New file.
24987
24988         Module memmove.
24989         * m4/memmove.m4: New file.
24990
24991         Module memset.
24992         * m4/memset.m4: New file.
24993
24994         Module strcspn.
24995         * m4/strcspn.m4: New file.
24996
24997         Module strpbrk.
24998         * m4/strpbrk.m4: New file.
24999
25000         Module strstr.
25001         * m4/strstr.m4: New file.
25002
25003         Module strerror.
25004         * m4/strerror.m4: New file.
25005
25006         Module mktime.
25007         * m4/mktime.m4: Renamed from jm-mktime.m4.
25008         (gl_PREREQ_MKTIME): New macro.
25009         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
25010
25011         Module malloc.
25012         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
25013         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
25014         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
25015
25016         Module realloc.
25017         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
25018         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
25019         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
25020
25021         Module strftime.
25022         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
25023         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
25024         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
25025         gl_TM_GMTOFF.
25026         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
25027
25028         Module xalloc.
25029         * m4/xalloc.m4: New file.
25030
25031         Module alloca.
25032         * m4/alloca.m4: New file.
25033
25034         Module putenv.
25035         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
25036         (jm_FUNC_PUTENV): Invoke it.
25037
25038         Module setenv.
25039         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
25040         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
25041         when invoked twice.
25042         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
25043         gt_FUNC_SETENV.
25044
25045         Module memrchr.
25046         * m4/memrchr.m4: New file.
25047
25048         Module stpcpy.
25049         * m4/stpcpy.m4: New file.
25050
25051         Module strcase.
25052         * m4/strcase.m4: New file.
25053
25054         Module strdup.
25055         * m4/strdup.m4: New file.
25056
25057         Module strnlen.
25058         * m4/strnlen.m4: New file.
25059
25060         Module strndup.
25061         * m4/strndup.m4: New file.
25062
25063         Module xstrtod.
25064         * m4/xstrtod.m4: New file.
25065
25066         Module xstrtol.
25067         * m4/xstrtol.m4: New file.
25068
25069         Module getdate.
25070         * m4/getdate.m4: New file.
25071
25072         Module unlocked-io.
25073         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
25074         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
25075         * m4/jm-glibc-io.m4n: Remove file.
25076
25077         Module long-options.
25078         * m4/long-options.m4: New file.
25079
25080         Module md5.
25081         * m4/md5.m4: New file.
25082
25083         Module sha.
25084         * m4/sha.m4: New file.
25085
25086         Module getstr.
25087         * m4/getstr.m4: New file.
25088
25089         Module getline.
25090         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
25091         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
25092         <sys/types.h>, for size_t. Use the function name gnu_getline, not
25093         simply getline. Infoke gl_PREREQ_GETLINE.
25094
25095         Module obstack.
25096         * m4/obstack.m4: New file.
25097
25098         Module hash.
25099         * m4/hash.m4: New file.
25100
25101         Module readtokens.
25102         * m4/readtokens.m4: New file.
25103
25104         Module strverscmp.
25105         * m4/strverscmp.m4: New file.
25106
25107         Module stdbool.
25108         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
25109         OSF/1.
25110
25111         Module strtoll.
25112         * m4/strtoll.m4: New file.
25113
25114         Module strtoull.
25115         * m4/strtoull.m4: New file.
25116
25117         Module strtoimax.
25118         * m4/strtoimax.m4: New file.
25119
25120         Module strtoumax.
25121         * m4/strtoumax.m4: New file.
25122
25123         Module xstrtoimax.
25124         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
25125         jm_AC_PREREQ_XSTRTOIMAX.
25126         Moved the strtol prerequisites to strtol.m4.
25127         Moved the strtoll prerequisites to strtoll.m4.
25128         Moved the strtoimax prerequisites to strtoimax.m4.
25129
25130         Module xstrtoumax.
25131         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
25132         jm_AC_PREREQ_XSTRTOUMAX.
25133         Moved the strtoul prerequisites to strtoul.m4.
25134         Moved the strtoull prerequisites to strtoull.m4.
25135         Moved the strtoumax prerequisites to strtoumax.m4.
25136
25137         Module chown.
25138         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
25139         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
25140
25141         Module dup2.
25142         * m4/dup2.m4: New file.
25143
25144         Module ftruncate.
25145         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
25146         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
25147
25148         Module getgroups.
25149         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
25150         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
25151
25152         Module gettimeofday.
25153         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
25154         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
25155         gl_PREREQ_GETTIMEOFDAY.
25156
25157         Module mkdir.
25158         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
25159         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
25160
25161         Module mkstemp.
25162         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
25163         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
25164         jm_AC_TYPE_UINTMAX_T.
25165         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
25166
25167         Module stat.
25168         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
25169         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
25170
25171         Module lstat.
25172         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
25173         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
25174
25175         Module timespec.
25176         * m4/timespec.m4 (gl_TIMESPEC): New macro.
25177         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
25178         * m4/st_mtim.m4: Indentation.
25179
25180         Module nanosleep.
25181         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
25182         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
25183         gl_PREREQ_NANOSLEEP.
25184
25185         Module regex.
25186         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
25187         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
25188         (gl_REGEX): New macro.
25189
25190         Module rename.
25191         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
25192         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
25193
25194         Module rmdir.
25195         * m4/rmdir.m4: New file.
25196
25197         Module utime.
25198         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
25199         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
25200         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
25201
25202         Module dirname.
25203         * m4/dirname.m4: New file.
25204
25205         Module getopt.
25206         * m4/getopt.m4: New file.
25207
25208         Module unistd-safer.
25209         * m4/unistd-safer.m4: New file.
25210
25211         Module fnmatch.
25212         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
25213         declaration.
25214         (gl_PREREQ_FNMATCH_EXTRA): New macro.
25215         (gl_FUNC_FNMATCH_POSIX): New macro.
25216         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
25217         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
25218         simply fnmatch.
25219
25220         Module exclude.
25221         * m4/exclude.m4: New file.
25222
25223         Module human.
25224         * m4/human.m4: New file.
25225
25226         Module acl.
25227         * m4/acl.m4: Nop.
25228
25229         Module backupfile.
25230         * m4/backupfile.m4: New file.
25231         * m4/d-ino.m4: Indentation.
25232
25233         Module fsusage.
25234         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
25235         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
25236         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
25237
25238         Module dirfd.
25239         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
25240         requirements.
25241
25242         Module euidaccess.
25243         * m4/euidaccess.m4: New file.
25244
25245         Module file-type.
25246         * m4/file-type.m4: New file.
25247
25248         Module fileblocks.
25249         * m4/fileblocks.m4: New file.
25250
25251         Module filemode.
25252         * m4/filemode.m4: New file.
25253
25254         Module isdir.
25255         * m4/isdir.m4: New file.
25256
25257         Module lchown.
25258         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
25259         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
25260
25261         Module makepath.
25262         * m4/makepath.m4: New file.
25263
25264         Module modechange.
25265         * m4/modechange.m4: New file.
25266
25267         Module mountlist.
25268         * m4/mountlist.m4: New file.
25269         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
25270         Indentation.
25271
25272         Module path-concat.
25273         * m4/path-concat.m4: New file.
25274
25275         Module pathmax.
25276         * m4/pathmax.m4: New file.
25277
25278         Module same.
25279         * m4/same.m4: New file.
25280
25281         Module save-cwd.
25282         * m4/save-cwd.m4: New file.
25283
25284         Module savedir.
25285         * m4/savedir.m4: New file.
25286
25287         Module xgetcwd.
25288         * m4/xgetcwd.m4: New file.
25289         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
25290
25291         Module xreadlink.
25292         * m4/xreadlink.m4: New file.
25293
25294         Module safe-read.
25295         * m4/safe-read.m4: New file.
25296
25297         Module safe-write.
25298         * m4/safe-write.m4: New file.
25299
25300         Module closeout.
25301         * m4/closeout.m4: New file.
25302
25303         Module stdio-safer.
25304         * m4/stdio-safer.m4: New file.
25305
25306         Module getpass.
25307         * m4/getpass.m4: New file.
25308
25309         Module getugroups.
25310         * m4/getugroups.m4: New file.
25311
25312         Module group-member.
25313         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
25314         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
25315
25316         Module idcache.
25317         * m4/idcache.m4: New file.
25318
25319         Module userspec.
25320         * m4/userspec.m4: New file.
25321
25322         Module gettime.
25323         * m4/clock_time.m4: New file.
25324         * m4/gettime.m4: New file.
25325
25326         Module settime.
25327         * m4/settime.m4: New file.
25328
25329         Module posixtm.
25330         * m4/posixtm.m4: New file.
25331
25332         Module gethostname.
25333         * m4/gethostname.m4: New file.
25334
25335         Module canon-host.
25336         * m4/canon-host.m4: New file.
25337
25338         Module gettext.
25339         * m4/codeset.m4: New file, from gettext-0.11.5.
25340         * m4/gettext.m4: New file, from gettext-0.11.5.
25341         * m4/glibc21.m4: New file, from gettext-0.11.5.
25342         * m4/iconv.m4: New file, from gettext-0.11.5.
25343         * m4/intdiv0.m4: New file, from gettext-0.11.5.
25344         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
25345         * m4/inttypes.m4: New file, from gettext-0.11.5.
25346         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
25347         * m4/isc-posix.m4: New file, from gettext-0.11.5.
25348         * m4/lcmessage.m4: New file, from gettext-0.11.5.
25349         * m4/lib-ld.m4: New file, from gettext-0.11.5.
25350         * m4/lib-link.m4: New file, from gettext-0.11.5.
25351         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
25352         * m4/progtest.m4: New file, from gettext-0.11.5.
25353         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
25354         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
25355         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
25356
25357         Module localcharset.
25358         * m4/localcharset.m4: New file.
25359
25360         Module hard-locale.
25361         * m4/hard-locale.m4: New file.
25362
25363         Module mbswidth.
25364         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
25365         onceonly macros.
25366         * m4/mbrtowc.m4: Add comment.
25367
25368         Module memcasecmp.
25369         * m4/memcasecmp.m4: New file.
25370
25371         Module memcoll.
25372         * m4/memcoll.m4: New file.
25373
25374         Module unicodeio.
25375         * m4/unicodeio.m4: New file.
25376
25377         Module rpmatch.
25378         * m4/rpmatch.m4: New file.
25379
25380         Module yesno.
25381         * m4/yesno.m4: New file.
25382
25383         Module exitfail.
25384         * m4/exitfail.m4: New file.
25385
25386         Module c-stack.
25387         * m4/c-stack.m4 (gl_C_STACK): New macro.
25388         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
25389
25390         Module error.
25391         * m4/error.m4 (gl_ERROR): New macro.
25392         (jm_PREREQ_ERROR): Use onceonly macros.
25393
25394         Module fatal.
25395         * m4/fatal.m4: New file.
25396
25397         Module getloadavg.
25398         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
25399         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
25400
25401         Module getpagesize.
25402         * m4/getpagesize.m4: New file.
25403
25404         Module getusershell.
25405         * m4/getusershell.m4: New file.
25406
25407         Module physmem.
25408         * m4/physmem.m4: New file.
25409
25410         Module posixver.
25411         * m4/posixver.m4: New file.
25412
25413         Module quotearg.
25414         * m4/quotearg.m4: New file.
25415
25416         Module quote.
25417         * m4/quote.m4: New file.
25418
25419         Module readutmp.
25420         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
25421
25422         Module sig2str.
25423         * m4/sig2str.m4: New file.
25424
25425         Other.
25426         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
25427         ulonglong.m4.
25428         * m4/intmax_t.m4: New file.
25429         * m4/d-type.m4: Indentation.
25430         * m4/jm-macros.m4: Update.
25431         * m4/prereq.m4 (jm_PREREQ): Update.
25432         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
25433         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
25434         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
25435         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
25436         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
25437         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
25438         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
25439         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
25440         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
25441         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
25442         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
25443         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
25444         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
25445         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
25446         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
25447         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
25448         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
25449         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
25450         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
25451
25452 2002-12-24  Bruno Haible  <bruno@clisp.org>
25453
25454         * MODULES.txt: Update according to m4/ changes.
25455
25456         Module gettext.
25457         * config.rpath: New file, from gettext-0.11.5.
25458
25459         * modules/*: New module descriptions.
25460         * gnulib-tool: New file.
25461         * MODULES.html.sh: New file.
25462
25463 2002-12-21  Karl Berry  <karl@gnu.org>
25464
25465         * doc/fdl.texi: update to version 1.2.
25466
25467 2002-12-19  Karl Berry  <karl@gnu.org>
25468
25469         * config/config.guess: update from prep.
25470
25471 2002-12-18  Bruno Haible  <bruno@clisp.org>
25472
25473         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
25474         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
25475
25476 2002-12-17  Bruno Haible  <bruno@clisp.org>
25477
25478         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
25479         stdlib.h, string.h.
25480
25481 2002-12-17  Bruno Haible  <bruno@clisp.org>
25482
25483         * lib/canon-host.c (strdup): Remove unused declaration.
25484
25485         * lib/fsusage.c: Include full_read.h.
25486         (get_fs_usage): Use full_read instead of safe_read.
25487
25488         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
25489
25490 2002-12-12  Karl Berry  <karl@gnu.org>
25491
25492         * config/config.guess: update from prep.
25493
25494 2002-12-11  Bruno Haible  <bruno@clisp.org>
25495
25496         * m4/setenv.m4: New file, from gettext-0.11.5.
25497
25498 2002-12-11  Bruno Haible  <bruno@clisp.org>
25499
25500         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
25501         not unsetenv().
25502         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
25503         modifications:
25504
25505         2002-12-11  Bruno Haible  <bruno@clisp.org>
25506
25507                 * setenv.c (alloca): Fall back to malloc.
25508                 (freea): New macro.
25509                 (setenv): Use freea() to free memory allocated with alloca().
25510
25511         2002-11-13  Bruno Haible  <bruno@clisp.org>
25512
25513                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
25514                 function declarations.
25515                 * unsetenv.c (unsetenv): Likewise.
25516
25517         2002-03-04  Bruno Haible  <bruno@clisp.org>
25518
25519                 Portability to AIX 4.3.3.
25520                 * unsetenv.c: New file, extracted from setenv.c.
25521                 * setenv.c: Move the unsetenv() function to unsetenv.c.
25522
25523         2001-12-20  Bruno Haible  <bruno@clisp.org>
25524
25525                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
25526                 use malloc instead. For SunOS 4.
25527
25528         2001-12-11  Bruno Haible  <bruno@clisp.org>
25529
25530                 * setenv.c: Declare alloca.
25531                 (compar_fn_t): New typedef.
25532                 (KNOWN_VALUE, STORE_VALUE): Use it.
25533
25534         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
25535         setenv.h.
25536
25537 2002-12-10  Paul Eggert  <eggert@twinsun.com>
25538
25539         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
25540         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
25541         Choose values that are less likely to collide with system fnmatch
25542         options.
25543         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
25544         defined (e.g., a pure POSIX system).
25545         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
25546         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
25547
25548 2002-12-06  Paul Eggert  <eggert@twinsun.com>
25549
25550         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
25551         a pain in practice to deal with generated m4 files.  This change
25552         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
25553
25554         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
25555         and jm-glibc-io.m4, as they are no longer a special case.
25556         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
25557         kludge and the auto-generation stuff.  Check only whether the
25558         functions are declared, not whether they exist, since older hosts
25559         that don't declare the functions can't use the optimization anyway.
25560
25561 2002-12-06  Jim Meyering  <jim@meyering.net>
25562
25563         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
25564
25565         Merge in changes from libc's misc/error.c, in preparation
25566         for the merge of gnulib's changes back into libc.
25567
25568         * lib/error.c (_): Define only if not already defined.
25569         Move definition to follow all #include directives.
25570         Include unlocked-io.h only if !_LIBC.
25571         [_LIBC]: Include <libio/libioP.h>.
25572         [USE_IN_LIBIO]: Include <libio/iolibio.h>
25573         (fflush): Tweak definition to use INTUSE.
25574         (putc): Define.
25575
25576 2002-12-05  Paul Eggert  <eggert@twinsun.com>
25577
25578         * lib/alloca.c [defined emacs]: Include "lisp.h".
25579         (xalloc_die) [defined emacs]: New macro.
25580         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
25581         [! defined emacs]: Include <xalloc.h>.
25582         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
25583         (pointer): Typedef to POINTER_TYPE *.
25584         (malloc): Remove decl; we now always use xmalloc.
25585         (alloca): Use old-style definition, since Emacs needs this.
25586         Check for arithmetic overflow when computing combined size.
25587
25588 2002-12-04  Paul Eggert  <eggert@twinsun.com>
25589
25590         Do not generate unlocked-io.h automatically, since it's easier to
25591         maintain it by hand.
25592
25593         * lib/unlocked-io.h: New file, from GNU diffutils,
25594         but with proper copyright notice and attribution.
25595         * lib/gen-uio: Remove.
25596         * lib/Makefile.am: Add copyright notice.
25597         (libfetish_a_SOURCES): Add unlocked-io.h.
25598         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
25599         (DISTCLEANFILES, io_functions): Remove macros.
25600         (EXTRA_DIST): Remove gen_uio.
25601         (unlocked-io.h): Remove rule.
25602
25603 2002-12-04  Jim Meyering  <jim@meyering.net>
25604
25605         Reflect the fact that stat.c and lstat.c are no longer generated.
25606         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
25607         (DISTCLEANFILES): Likewise.
25608         (EXTRA_DIST): Likewise.
25609         (all_local): Don't depend on stat.c or lstat.c.
25610         (stat.c, lstat.c): Remove rules.
25611         (EXTRA_DIST): Remove xstat.in.
25612
25613         * lib/xstat.in: Remove file.  Contents moved into stat.c.
25614         * lib/stat.c: New file.  Contents mostly from xstat.in.
25615         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
25616         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
25617
25618         * lib/safe-read.c: Rework so that it may serve to define safe_write,
25619         too.
25620         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
25621
25622 2002-12-03  Jim Meyering  <jim@meyering.net>
25623
25624         * lib/safe-read.c, safe-write.c: Change variable names and comments,
25625         but not semantics, to minimize the differences between these two files.
25626         (safe_read): Change comment to mention SAFE_READ_ERROR.
25627
25628         * lib/safe-read.c (IS_EINTR): Define.
25629         (safe_read): Use IS_EINTR in place of in-function cpp directives.
25630
25631 2002-12-02  Jim Meyering  <jim@meyering.net>
25632
25633         * lib/safe-read.c (EINTR): Define.
25634         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25635         (INT_MAX): Provide fallback.
25636         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
25637
25638         * lib/safe-read.h (SAFE_READ_ERROR): Define.
25639
25640 2002-12-02  Bruno Haible  <bruno@clisp.org>
25641
25642         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
25643         Define, taken from safe-read.c.
25644         (INT_MAX): Provide fallback.
25645         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
25646         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
25647
25648         * lib/safe-read.c (EINTR): Remove definition.
25649         (safe_read): Don't use EINTR if it is absent.
25650
25651 2002-12-01  Jim Meyering  <jim@meyering.net>
25652
25653         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
25654         zero.
25655         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
25656
25657 2002-11-27  Paul Eggert  <eggert@twinsun.com>
25658
25659         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
25660         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
25661         with `if (! (value < limit)) abort ();', for readability.
25662
25663 2002-11-26  Karl Berry  <karl@gnu.org>
25664
25665         * lib/strdup.c: copy from libc again, with jim's ok.
25666         * lib/.cppi-disable: re-add strdup.c
25667
25668 2002-11-25  Karl Berry  <karl@gnu.org>
25669
25670         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
25671         instead of "strtol.c".
25672
25673 2002-11-25  Karl Berry  <karl@gnu.org>
25674
25675         * config/install-sh: update from automake for variable quoting, $0 in
25676         error msgs, etc.
25677
25678         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25679         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25680         entry.
25681
25682 2002-11-25  Jim Meyering  <jim@meyering.net>
25683
25684         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25685
25686 2002-11-24  Karl Berry  <karl@gnu.org>
25687
25688         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25689         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25690
25691 2002-11-24  Jim Meyering  <jim@meyering.net>
25692
25693         Update from coreutils:
25694
25695         * lib/mktime.c: Merge in changes from libc.
25696
25697         Avoid a link-time failure on some Linux systems.
25698         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25699         (otherwise).
25700         (__mon_yday): Declare with the STATIC attribute.
25701         (__mktime_internal): Likewise.
25702         Based on a report from Greg Schafer.
25703
25704 2002-11-23  Jim Meyering  <jim@meyering.net>
25705
25706         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25707         Use `unsigned', not `int', as type of index.
25708
25709         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25710
25711         * lib/fsusage.c: Remove unneeded parentheses around operands of
25712         `defined'.
25713
25714 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25715
25716         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25717         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25718         so that we can be included first.
25719         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25720         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25721         No need to include stddef.h or sys/types.h any more.
25722         Surround local include files with "", not "<>".
25723         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25724         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25725         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25726         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25727         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25728         (ISPRINT): Remove; no longer needed now that we assume C89.
25729
25730         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25731         Preserve errno.
25732
25733         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25734         quotearg_char): Use SIZE_MAX rather than
25735         (size_t) -1 when we are talking about "infinity".
25736
25737         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25738
25739 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25740
25741         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25742         hint that one should use `if (! x) abort ();' rather than `assert
25743         (x);', and anyway it's one less thing to worry about configuring.
25744         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25745         hash_rehash, hash_insert): Use abort rather than assert.
25746
25747 2002-11-22  Bruno Haible  <bruno@clisp.org>
25748
25749         * lib/safe-read.h: Assume C89. Add comments.
25750         (safe_read): Change return type to size_t.
25751         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25752         byte counts > SSIZE_MAX correctly.
25753         * lib/safe-write.h: New file.
25754         * lib/safe-write.c: New file.
25755         * lib/full-read.h: New file.
25756         * lib/full-read.c: New file.
25757         * lib/full-write.h: Assume C89. Add comments.
25758         * lib/full-write.c: Include safe-write.h.
25759         (full_write): Rewritten to use safe_write.
25760         Suggested by Jim Meyering and Paul Eggert.
25761
25762 2002-11-21  Jim Meyering  <jim@meyering.net>
25763
25764         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25765
25766         Merge in changes from the coreutils.
25767
25768         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25769         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25770         <stdint.h>.
25771         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25772         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25773         int.  Work more efficiently if X is the same width as uintmax_t.
25774         Do not compare X to -1, to avoid bogus compiler warning.
25775         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25776         Don't assume that f_frsize and f_bsize are the same type.
25777
25778         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25779         warning on FreeBSD.
25780
25781         * lib/makepath.c (make_path): Restore umask *before* creating the final
25782         component.
25783         (make_path): Minor reformatting.
25784
25785         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25786         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25787         HAVE_MALLOC/HAVE_REALLOC.
25788
25789         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25790         dummy ones.  At least on GNU/Linux systems, `auto' means something
25791         else.
25792         From Michael Stone.
25793
25794 2002-11-21  Bruno Haible  <bruno@clisp.org>
25795
25796         Remove case insensitive option matching.
25797         * lib/argmatch.h (argcasematch): Remove declaration.
25798         (ARGCASEMATCH): Remove macro.
25799         (__xargmatch_internal): Remove case_sensitive argument.
25800         (XARGMATCH): Update.
25801         (XARGCASEMATCH): Remove macro.
25802         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25803         case_sensitive argument.
25804         (argcasematch): Remove function.
25805         (__xargmatch_internal): Remove case_sensitive argument.
25806         (main): Use XARGMATCH instead of XARGCASEMATCH.
25807
25808         * lib/xmalloc.c: Change compile-time error message. Add comment about
25809         required autoconf version.
25810
25811 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25812
25813         Merge argmatch cleanups from Bison.  Assume C89.
25814
25815         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25816         Include stdlib.h, for EXIT_FAILURE.
25817         Always include <string.h>, since we assume C89.
25818         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25819         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25820         Include <stddef.h> instead, since it's all we need for size_t.
25821         (PARAMS): Remove.  All uses removed.
25822         (ARRAY_CARDINALITY): Do not bother to #undef.
25823         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25824         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25825         Remove unnecessary parentheses.
25826         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25827         Insert necessary parentheses.
25828         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25829         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25830
25831 2002-11-19  Bruno Haible  <bruno@clisp.org>
25832
25833         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25834         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25835
25836         * lib/mbswidth.h (PARAMS): Remove macro.
25837         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25838         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25839
25840         * lib/gcd.h (PARAMS): Remove macro.
25841         (gcd): Use ANSI C function declarations.
25842         * lib/gcd.c (gcd): Likewise.
25843
25844 2002-11-15  Bruno Haible  <bruno@clisp.org>
25845
25846         * lib/strcspn.c: Include <stddef.h>.
25847         (strcspn): Use ANSI C function declaration. Change return type to
25848         size_t. Use NULL.
25849         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25850         (strpbrk): Use NULL.
25851         * lib/strpbrk.h (PARAMS): Remove macro.
25852         (strpbrk): Use ANSI C function declaration.
25853         * lib/strstr.c: Don't include <sys/types.h>.
25854         * lib/strstr.h (PARAMS): Remove macro.
25855         (strstr): Use ANSI C function declarations.
25856
25857 2002-11-14  Karl Berry  <karl@gnu.org>
25858
25859         * config/mkinstalldirs: `do' on separate line, instead of
25860         `for var; do'.
25861
25862 2002-11-06  Bruno Haible  <bruno@clisp.org>
25863
25864         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25865         * lib/gcd.c (gcd): Likewise.
25866
25867 2002-11-05  Bruno Haible  <bruno@clisp.org>
25868
25869         * lib/gcd.h: New file, from gettext-0.11.5.
25870         * lib/gcd.c: New file, from gettext-0.11.5.
25871
25872 2002-11-05  Bruno Haible  <bruno@clisp.org>
25873
25874         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25875         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25876         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25877         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25878
25879         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25880         <libintl.h>.
25881         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25882         <libintl.h>.
25883
25884         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25885         * lib/human.c: Include gettext.h instead of <libintl.h>.
25886         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25887         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25888         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25889         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25890         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25891         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25892         (textdomain): Remove definition.
25893         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25894
25895         * lib/long-options.c: Remove include of <libintl.h> and definition of
25896         _.
25897         * lib/same.c: Remove include of <libintl.h> and definition of _.
25898
25899 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25900
25901         * lib/config.charset: A few additions for Solaris.
25902
25903 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25904
25905         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25906         * lib/localcharset.c (locale_charset): Declare as extern "C".
25907
25908 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25909
25910         * lib/config.charset: msdos in uk_UA uses CP1125.
25911
25912 2002-11-04  Bruno Haible  <bruno@clisp.org>
25913
25914         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25915         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25916         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25917         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25918         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25919
25920 2002-11-04  Bruno Haible  <bruno@clisp.org>
25921
25922         * lib/localcharset.c (locale_charset): Don't return an empty string.
25923
25924 2002-11-04  Bruno Haible  <bruno@clisp.org>
25925
25926         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25927         aliases.
25928
25929 2002-11-04  Bruno Haible  <bruno@clisp.org>
25930
25931         * lib/config.charset: Update for newest glibc. Add canonical names
25932         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25933
25934 2002-11-04  Bruno Haible  <bruno@clisp.org>
25935
25936         * lib/config.charset: Add support for NetBSD.
25937
25938 2002-11-04  Bruno Haible  <bruno@clisp.org>
25939
25940         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25941
25942 2002-11-01  Bruno Haible  <bruno@clisp.org>
25943
25944         * configure.in: Add AC_CONFIG_AUX_DIR call.
25945         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25946         test/Makefile.
25947         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25948
25949 2002-09-28  Karl Berry  <karl@gnu.org>
25950
25951         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25952         installed automake until the next release, since changes have been
25953         made.
25954
25955 2002-09-25  Karl Berry  <karl@gnu.org>
25956
25957         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25958         * lib/getopt*: copy from libc/posix.
25959         * lib/gettext.h: copy from gettext.
25960         * lib/.cppi-disable: add strdup.c, gettext.h.
25961
25962 2002-09-25  Karl Berry  <karl@gnu.org>
25963
25964         * config/srclist.txt: enable gettext.h check.
25965         * config/config.{guess,sub}: update from prep.
25966         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25967                 from automake 1.6.3.
25968         See srclist*.
25969
25970 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25971
25972         * regex.c (PATFETCH): Remove the translating fetch.
25973         (PATFETCH_RAW): Rename to PATFETCH.
25974         (set_image_of_range): New fun.
25975         (SET_RANGE_TABLE_WORK_AREA): Use it.
25976         (regex_compile): Don't translate the pattern chars so eagerly.
25977         Only do it when inserting an `exactn' bytecode or when handling
25978         a char-range.
25979         (mutually_exclusive_p): Avoid empty statement.
25980
25981 2002-07-06  Jim Meyering  <meyering@lucent.com>
25982
25983         * m4/README: Don't mention Makefile.am.in.
25984         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25985
25986 2002-07-01  Jim Meyering  <meyering@lucent.com>
25987
25988         * lib/c-stack.c: Include sys/time.h.
25989         From Volker Borchert.
25990
25991 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25992
25993         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25994
25995 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25996
25997         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25998         New macro.  Use it uniformly instead of
25999         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
26000         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
26001         reported by Vin Shelton.
26002
26003 2002-06-22  Paul Eggert  <eggert@twinsun.com>
26004
26005         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
26006         Do not assume SA_SIGINFO behavior.
26007         Bug reported by Jim Meyering on NetBSD 1.5.2.
26008
26009 2002-06-22  Jim Meyering  <meyering@lucent.com>
26010
26011         * m4/c-stack.m4: New file, from diffutils-2.8.2.
26012         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
26013
26014         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
26015         now that configure.ac uses AC_GNU_SOURCE.
26016         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
26017         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
26018
26019         Update to latest tools.  Suggestions from Paul Eggert.
26020         * m4/stdbool.m4: New file, from diffutils-2.8.2.
26021         * m4/gnu-source.m4: Update from diffutils-2.8.2.
26022         * m4/fnmatch.m4: Likewise.
26023         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
26024         to AC_HEADER_STDBOOL
26025
26026 2002-06-22  Jim Meyering  <meyering@lucent.com>
26027
26028         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
26029         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
26030
26031 2002-06-22  Jim Meyering  <meyering@lucent.com>
26032
26033         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
26034
26035         * lib/exitfail.c, exitfail.h: Likewise.
26036         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
26037
26038         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
26039         of fnmatch.h.
26040         (EXTRA_DIST): Add fnmatch_loop.c.
26041         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
26042
26043         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
26044         * lib/fnmatch.c: Update from diffutils-2.8.2.
26045         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
26046         * lib/fnmatch.h: Remove file.
26047
26048 2002-06-21  Jim Meyering  <meyering@lucent.com>
26049
26050         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
26051         * m4/mbrtowc.m4: Likewise.
26052
26053         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
26054         * m4/mbswidth.m4: Reflect name change:
26055         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
26056         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26057
26058         * m4/lib-link.m4: Update from gettext-0.11.2.
26059         * m4/gettext.m4: Likewise.
26060
26061         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
26062         From Alfred M. Szmidt.
26063
26064 2002-06-18  Paul Eggert  <eggert@twinsun.com>
26065
26066         * lib/file-type.h: Report an error if neither S_ISREG nor
26067         S_IFREG is defined, instead of using a test specific to glibc
26068         2.2.  This should be safe, since POSIX requires S_ISREG and
26069         Unix Version 7 had S_IFREG.  We don't need to check for
26070         <sys/types.h> since we don't use any symbols that it defines.
26071
26072 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
26073
26074         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
26075         $@-t, so that each temporary file name is unique and valid in the first
26076         8 characters, for operation under DOS.
26077
26078 2002-06-15  Paul Eggert  <eggert@twinsun.com>
26079
26080         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
26081
26082 2002-06-15  Jim Meyering  <meyering@lucent.com>
26083
26084         Work even with DJGPP 2.03, which lacks support for symlinks.
26085         From Richard Dawe.
26086         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
26087         is defined.
26088         * lib/lchown.c (S_ISLNK): Likewise.
26089
26090 2002-06-15  Jim Meyering  <meyering@lucent.com>
26091
26092         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
26093         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
26094         have been included before this file.
26095
26096 2002-06-14  Jim Meyering  <meyering@lucent.com>
26097
26098         * lib/file-type.h: Use the version from diffutils-2.8.2.
26099         * lib/file-type.c: Likewise.
26100
26101 2002-06-07  Jim Meyering  <meyering@lucent.com>
26102
26103         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
26104         They're needed at least for NetBSD 1.5.2.
26105         ($statxfs_includes): Include those same headers.
26106         ($statxfs_includes): Include sys/vfs.h if available.
26107         ($statxfs_includes): Likewise for sys/statvfs.h.
26108         Check for the following members in both structs statfs and statvfs:
26109         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
26110
26111 2002-06-01  Jim Meyering  <meyering@lucent.com>
26112
26113         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
26114         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
26115
26116 2002-05-28  Jim Meyering  <meyering@lucent.com>
26117
26118         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
26119         Reported by Volker Borchert.
26120
26121 2002-05-27  Jim Meyering  <meyering@lucent.com>
26122
26123         Fix a problem seen only on nonconforming systems whereby ls.c's
26124         use of localtime, and then of gettimeofday would cause trouble:
26125         the localtime call used to initialize rpl_gettimeofday's save
26126         mechanism would clobber ls's current local time information so
26127         that in any long listing the first file would always be listed
26128         with date 1970-01-01.  Analysis by Volker Borchert.
26129
26130         * lib/gettimeofday.c (localtime): Undefine.
26131         (rpl_localtime): New function.
26132
26133 2002-05-27  Jim Meyering  <meyering@lucent.com>
26134
26135         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
26136         localtime.
26137
26138         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
26139         use the replacement function; it wouldn't resolve at link time.
26140         Reported by Volker Borchert.
26141
26142 2002-05-22  Jim Meyering  <meyering@lucent.com>
26143
26144         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
26145         file-type.h.
26146         * lib/file-type.h: New file.
26147         * lib/file-type.c (file_type): New file/function.  Extracted from
26148         diffutils.
26149
26150 2002-04-30  Jim Meyering  <meyering@lucent.com>
26151
26152         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
26153
26154 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26155
26156         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
26157
26158 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26159
26160         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
26161         Do not check for alloca.h (no longer used) or stdbool.h (was never
26162         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
26163
26164 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26165
26166         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
26167
26168 2002-04-29  Jim Meyering  <meyering@lucent.com>
26169
26170         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
26171         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
26172         Use AC_FUNC_STRNLEN here instead.
26173
26174         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
26175         With autoconf-2.53a, it's part of AC_PROG_CC.
26176
26177 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26178
26179         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
26180         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
26181
26182 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26183
26184         * lib/sig2str.h, lib/sig2str.c: New files.
26185         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
26186
26187 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26188
26189         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
26190         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
26191         of 127, since 64 is the largest conceivable number for ancient
26192         nonstandard hosts.
26193         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
26194
26195 2002-04-28  Jim Meyering  <meyering@lucent.com>
26196
26197         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
26198
26199 2002-04-24  Jim Meyering  <meyering@lucent.com>
26200
26201         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
26202         (jm_PREREQ): Use it.
26203
26204         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
26205         mach/mach.h fcntl.h.
26206         Check for this function: setlocale.
26207
26208 2002-04-24  Jim Meyering  <meyering@lucent.com>
26209
26210         * lib/gettext.h: New file, from Gettext.
26211         * lib/Makefile.am (INCLUDES): Remove -I../intl.
26212         (libfetish_a_SOURCES): Add gettext.h.
26213
26214 2002-04-16  Jim Meyering  <meyering@lucent.com>
26215
26216         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
26217         ut_pid, ut_id, ut_exit.
26218
26219 2002-04-16  Jim Meyering  <meyering@lucent.com>
26220
26221         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
26222         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
26223         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
26224
26225 2002-04-12  Jim Meyering  <meyering@lucent.com>
26226
26227         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
26228         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
26229         existence of the getmntinfo function.  Needed for Darwin 5.3.
26230
26231         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
26232         This is necessary at least on Darwin 5.3.
26233
26234         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
26235         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
26236         strnlen.o in the library, and that makes some versions of ranlib
26237         object.
26238
26239 2002-04-12  Jim Meyering  <meyering@lucent.com>
26240
26241         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
26242
26243 2002-04-09  Jim Meyering  <meyering@lucent.com>
26244
26245         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
26246         to be more precise.  Rather than saying we're checking whether the
26247         function `works', say what we're testing.
26248         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
26249         Reported by Bruno Haible.
26250
26251 2002-03-10  Jim Meyering  <meyering@lucent.com>
26252
26253         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
26254         Suggestion from Santiago Vila.
26255
26256 2002-03-08  Jim Meyering  <meyering@lucent.com>
26257
26258         * lib/rename.c: Mention that this wrapper is needed also on
26259         mips-dec-ultrix4.4 systems.
26260
26261 2002-03-02  Jim Meyering  <meyering@lucent.com>
26262
26263         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
26264         not HAVE_CLOCK_SETTIME.
26265
26266 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26267
26268         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
26269         Check for clock_settime.
26270
26271 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26272
26273         * lib/nanosleep.h: Rename to....
26274         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
26275
26276         * lib/gettime.c: New file.
26277         * lib/settime.c: New file.
26278         * lib/stime.c: Remove.
26279
26280         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
26281         timespec.h.  Remove nanosleep.h.
26282
26283 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26284
26285         * m4/acl.m4: New file.
26286         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
26287         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
26288
26289 2002-02-25  Paul Eggert  <eggert@twinsun.com>
26290
26291         * lib/acl.c, lib/acl.h: New files.
26292         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
26293
26294 2002-02-24  Jim Meyering  <meyering@lucent.com>
26295
26296         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
26297         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
26298         cause trouble.  Reported by Nelson Beebe.
26299
26300 2002-02-23  Paul Eggert  <eggert@twinsun.com>
26301
26302         * lib/path-concat.c (xpath_concat): Reorder code to pacify
26303         compilers that don't know that xalloc_die never returns.
26304
26305 2002-02-20  Jim Meyering  <meyering@lucent.com>
26306
26307         * lib/getdate.c: Regenerate using bison-1.33.
26308
26309 2002-02-17  Jim Meyering  <meyering@lucent.com>
26310
26311         * config/config.guess (main): Don't use `head -1'; it's no longer
26312         portable. Use `sed 1q' instead.
26313
26314 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
26315
26316         * m4/codeset.m4: Upgrade to gettext-0.11.
26317         * m4/gettext.m4: Upgrade to gettext-0.11.
26318         * m4/glibc21.m4: Upgrade to gettext-0.11.
26319         * m4/iconv.m4: Upgrade to gettext-0.11.
26320         * m4/isc-posix.m4: Upgrade to gettext-0.11.
26321         * m4/lcmessage.m4: Upgrade to gettext-0.11.
26322         * m4/lib-ld.m4: New file, from gettext-0.11.
26323         * m4/lib-link.m4: New file, from gettext-0.11.
26324         * m4/lib-prefix.m4: New file, from gettext-0.11.
26325         * m4/progtest.m4: Upgrade to gettext-0.11.
26326
26327 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26328
26329         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
26330         (jm_PREREQ): Use it.
26331
26332 2002-02-15  Paul Eggert  <eggert@twinsun.com>
26333
26334         * lib/posixver.c, lib/posixver.h: New files.
26335         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26336
26337 2002-02-02  Paul Eggert  <eggert@twinsun.com>
26338             Bruno Haible  <bruno@clisp.org>
26339
26340         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
26341         (fwrite_success_callback): New declaration.
26342         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
26343         print_unicode_char. Call failure callback instead of error.
26344         (fwrite_success_callback): New function.
26345         (exit_failure_callback): New function.
26346         (fallback_failure_callback): New function.
26347         (print_unicode_char): Call unicode_to_mb.
26348
26349 2002-01-26  Jim Meyering  <meyering@lucent.com>
26350
26351         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
26352         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
26353
26354 2002-01-26  Jim Meyering  <meyering@lucent.com>
26355
26356         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
26357
26358 2002-01-22  Paul Eggert  <eggert@twinsun.com>
26359
26360         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
26361
26362 2002-01-22  Jim Meyering  <meyering@lucent.com>
26363
26364         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
26365         Otherwise, some versions of automake would omit the rule that makes
26366         Makefile from Makefile.in.
26367
26368 2002-01-21  Paul Eggert  <eggert@twinsun.com>
26369
26370         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
26371         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
26372         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
26373         (memcoll): Set errno to zero if there is no error.
26374
26375         * lib/quotearg.c (quotearg_buffer_restyled):
26376         Fix bug with quoting buffers containing NUL when backslashing escapes.
26377         This bug was exposed by the other changes in this patch.
26378         (quotearg_n_options): New arg ARGSIZE.
26379         All callers changed.
26380         (quoting_options_from_style): New function.
26381         (quotearg_n_style): Use it.
26382         (quotearg_n_style_mem): New function.
26383
26384         * lib/quotearg.h (quotearg_n_style_mem): New function.
26385
26386 2002-01-19  Jim Meyering  <meyering@lucent.com>
26387
26388         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
26389         Remove useless quotes: DF_PROG="df".
26390         * m4/strnlen.m4: New file.
26391
26392 2002-01-16  Paul Eggert  <eggert@twinsun.com>
26393
26394         * lib/backupfile.c (ISDIGIT): Comment fix.
26395         * lib/getdate.y (ISDIGIT): Likewise.
26396         * lib/posixtm.c (ISDIGIT, year): Likewise.
26397         * lib/strverscmp.c (ISDIGIT): Likewise.
26398         * lib/userspec.c (ISDIGIT): Likewise.
26399
26400 2002-01-16  Jim Meyering  <meyering@lucent.com>
26401
26402         * lib/getdate.y: Add three semicolons, each just before a closing
26403         brace. Bison (as of version 1.31) no longer papers over that mistake.
26404
26405 2002-01-05  Jim Meyering  <meyering@lucent.com>
26406
26407         * lib/version-etc.c (version_etc_copyright): Update copyright year.
26408
26409 2001-12-19  Paul Eggert  <eggert@twinsun.com>
26410
26411         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
26412         not silently exit merely because the output buffer happens to
26413         have nothing pending.
26414
26415 2001-12-18  Paul Eggert  <eggert@twinsun.com>
26416
26417         See the big note in ../ChangeLog.
26418         * lib/human.c (suffixes): Prefer K to k for 1024.
26419         (generate_suffix_backwards): New function.
26420         (human_readable_inexact): Use it.
26421         * lib/xstrtol.c (__xstrtol): If there is no number but there
26422         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
26423         Accept 'K' as well as 'k'.
26424
26425 2001-12-15  Jim Meyering  <meyering@lucent.com>
26426
26427         * lib/regex.h (__restrict_arr): Update from libc.
26428
26429         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
26430         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
26431         (STREQ): Define.
26432
26433 2001-12-14  Jim Meyering  <meyering@lucent.com>
26434
26435         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
26436         Suggestion from Bruno Haible.
26437
26438 2001-12-10  Jim Meyering  <meyering@lucent.com>
26439
26440         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
26441         xrealloc, Instead, include "xalloc.h".
26442         (initbuffer): Don't cast xmalloc return value to char*.
26443         (readline): Reword comment.
26444         Don't cast xrealloc return value to char*
26445         Return NULL, not 0.
26446
26447 2001-12-09  Jim Meyering  <meyering@lucent.com>
26448
26449         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
26450         about `signed and unsigned type in conditional expression'.
26451         * lib/posixtm.c (posix_time_parse): Likewise.
26452
26453         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
26454
26455         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
26456         to avoid a pedantic warning.
26457
26458         * lib/getstr.c: Don't include assert.h.
26459         (getstr): Remove warning-evoking assertions.
26460         Return -1 if offset parameter is out of bounds.
26461         Change the type of a local from int to size_t.
26462
26463         * lib/strftime.c (my_strftime_localtime_r): Include this function
26464         definition in the `#if ! HAVE_TM_GMTOFF' block.
26465
26466         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
26467         Include xalloc.h instead.
26468
26469 2001-12-02  Jim Meyering  <meyering@lucent.com>
26470
26471         * lib/tempname.c: Don't declare getenv, thus reverting the change of
26472         2001-11-18.  It's no longer necessary, now that stdlib.h is always
26473         included.
26474
26475         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
26476         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
26477
26478 2001-11-30  Akim Demaille  <akim@epita.fr>
26479
26480         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
26481         before being defined.
26482
26483 2001-11-27  Paul Eggert  <eggert@twinsun.com>
26484
26485         * lib/quotearg.h (quotearg_n, quotearg_n_style):
26486         First arg is int, not unsigned.
26487         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
26488         (SIZE_MAX, UINT_MAX): New macros.
26489         (quotearg_n_options): Abort if N is negative.
26490         Avoid overflow check on hosts where size_t is 64 bits and int
26491         is 32 bits, as overflow is impossible there.
26492         Fix off-by-one typo that caused unnecessary reallocation.
26493
26494 2001-11-27  Jim Meyering  <meyering@lucent.com>
26495
26496         * lib/tempname.c: Merge with version from libc.
26497         * lib/regex.c: Likewise.
26498
26499         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
26500         systems for which STDC_HEADERS is 0, it was not included, resulting in
26501         a warning about an integer-to-pointer conversion problem with getenv.
26502         Reported by Volker Borchert.
26503
26504 2001-11-26  Jim Meyering  <meyering@lucent.com>
26505
26506         * lib/gtod.h: Remove file.
26507         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
26508         * lib/gettimeofday.c: Don't include gtod.h.
26509         (GTOD_init): Remove function.
26510         (rpl_gettimeofday): Do its job here instead, rather than aborting.
26511         Suggestion from Volker Borchert.
26512
26513 2001-11-23  Jim Meyering  <meyering@lucent.com>
26514
26515         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
26516         it.
26517         * lib/hash.c (struct hash_table): Define it here instead.
26518
26519 2001-11-22  Jim Meyering  <meyering@lucent.com>
26520
26521         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
26522
26523 2001-11-20  Jim Meyering  <meyering@lucent.com>
26524
26525         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
26526         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
26527
26528 2001-11-19  Jim Meyering  <meyering@lucent.com>
26529
26530         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
26531         directory.  Use "conftestXXXXXX" as the template.
26532         Suggestion from Paul Eggert.
26533
26534         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
26535         immediately, so the test doesn't mistakenly hit the max-open-files
26536         limit.
26537
26538 2001-11-18  Paul Eggert  <eggert@twinsun.com>
26539
26540         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
26541         (TEMPORARIES): New macro.
26542         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
26543         removes an artificial limitation (e.g. HP-UX 10.20, where
26544         TMP_MAX is 17576).
26545
26546 2001-11-18  Jim Meyering  <meyering@lucent.com>
26547
26548         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
26549
26550 2001-11-18  Jim Meyering  <meyering@lucent.com>
26551
26552         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
26553         on SunOS 4.
26554
26555         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
26556         files will be created before anything else.
26557
26558 2001-11-17  Paul Eggert  <eggert@twinsun.com>
26559
26560         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
26561         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
26562
26563 2001-11-17  Jim Meyering  <meyering@lucent.com>
26564
26565         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
26566         Prompted by a report from Bob Proulx.
26567
26568         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
26569         Instead, require UTILS_FUNC_MKSTEMP.
26570
26571 2001-11-17  Jim Meyering  <meyering@lucent.com>
26572
26573         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
26574         Now, that's done as part of AC_FUNC_STRTOD.
26575
26576 2001-11-17  Jim Meyering  <meyering@lucent.com>
26577
26578         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
26579         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
26580         rather than group writable.  Patch by Juan F. Codagnone.
26581
26582         * lib/readtokens.c: Remove explicit declarations of xmalloc and
26583         xrealloc, Instead, include "xalloc.h".
26584
26585         * lib/mountlist.c: Include unlocked-io.h after all system headers.
26586         Remove explicit declarations of xmalloc, xrealloc,
26587         and xstrdup.  Instead, include "xalloc.h".
26588
26589         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
26590         unlocked-io.h.
26591         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
26592         Likewise.
26593         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
26594
26595         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
26596         Reported by Padraig Brady.
26597
26598         * lib/mkstemp.c: #undef mkstemp.
26599         Include config.h.
26600         (rpl_mkstemp): Rename from mkstemp.
26601         Protoize.
26602
26603 2001-11-16  Jim Meyering  <meyering@lucent.com>
26604
26605         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
26606         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
26607         determine the amount of total physical memory, use pstat_getstatic.
26608         HPUX-11 doesn't define _SC_PHYS_PAGES.
26609         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
26610         If sysconf couldn't be used to determine the amount of available
26611         physical memory, use both pstat_getstatic and pstat_getdynamic.
26612         Based on a patch from Bob Proulx.
26613
26614 2001-11-10  Jim Meyering  <meyering@lucent.com>
26615
26616         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
26617         (jm_PREREQ): Use it.
26618
26619 2001-11-09  Jim Meyering  <meyering@lucent.com>
26620
26621         * m4/jm-macros.m4: Require autoconf-2.52f.
26622         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
26623         Use these AC_-prefixed names, not the AM_-prefixed ones.
26624
26625         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
26626
26627 2001-11-05  Jim Meyering  <meyering@lucent.com>
26628
26629         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
26630
26631 2001-11-04  Jim Meyering  <meyering@lucent.com>
26632
26633         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
26634         $DEFS.
26635
26636 2001-11-03  Jim Meyering  <meyering@lucent.com>
26637
26638         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
26639         of AC_DEFUN.
26640
26641         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
26642         know the name of the variable in the macro definition.
26643
26644 2001-11-03  Jim Meyering  <meyering@lucent.com>
26645
26646         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
26647         in argmatch_to_argument call.
26648
26649         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
26650         argument.
26651
26652         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
26653         e.g., a fault due to an attempt to free a NULL pointer.
26654
26655 2001-11-01  Jim Meyering  <meyering@lucent.com>
26656
26657         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
26658         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
26659
26660 2001-11-01  Jim Meyering  <meyering@lucent.com>
26661
26662         * lib/dirfd.c, lib/dirfd.h: New files.
26663         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
26664
26665         * lib/hash.c (hash_print) [TESTING]: Clean up.
26666
26667 2001-10-22  Paul Eggert  <eggert@twinsun.com>
26668
26669         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
26670         to avoid a warning if -Wall.
26671
26672 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26673
26674         * README: New file
26675         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26676         (per RMS's instructions, this is now the canonical source)
26677         * lgpl/, gpl/: New directories.
26678
26679 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26680
26681         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26682
26683 2001-10-21  Jim Meyering  <meyering@lucent.com>
26684
26685         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26686         this code would end up calling gettext even in packages built
26687         with --disable-nls.
26688         * lib/getopt.c (_): Likewise.
26689         * lib/regex.c (_): Likewise.
26690
26691 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26692
26693         * m4/error.m4 (jm_PREREQ_ERROR):
26694         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26695         AC_FUNC_STRERROR_R does that.
26696         Check for strerror declaration.
26697
26698         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26699         are supposed to have them these days.
26700         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26701         Merge changes from latest Autoconf CVS.
26702         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26703         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26704         POSIX decided to standardize on the int flavor of strerror_r.
26705
26706 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26707
26708         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26709         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26710         Use strerror_r that is only a macro, even if it is not a function.
26711         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26712         (private_strerror): Use prototypes, not old-style function definition.
26713         (print_errno_message): New function.
26714         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26715         char*-flavored one.
26716         (error_tail, error, error_at_line): Use it.
26717
26718 2001-10-11  Jim Meyering  <meyering@lucent.com>
26719
26720         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26721         and quote_n (1, ... to avoid clobbering a buffer.
26722
26723 2001-10-05  Jim Meyering  <meyering@lucent.com>
26724
26725         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26726         hash-pjw.h.
26727         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26728         * lib/hash-pjw.h: New file.
26729
26730 2001-09-30  Jim Meyering  <meyering@lucent.com>
26731
26732         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26733         `struct fsstat' has the `f_fstypename' member.
26734         Use that to define FS_TYPE, which is now used to make
26735         the getfsstat link test tighter.
26736
26737 2001-09-30  Jim Meyering  <meyering@lucent.com>
26738
26739         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26740         Include <sys/ucred.h>, for Apple Darwin.
26741         Include sys/mount.h and sys/fs_types.h only if available.
26742         (FS_TYPE): Define.
26743         (read_filesystem_list): Use FS_TYPE.
26744
26745 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26746
26747         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26748         a boolean context.
26749
26750 2001-09-29  Jim Meyering  <meyering@lucent.com>
26751
26752         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26753         [one-argument getmntent function]): Include stdio.h before mntent.h.
26754         SunOS 4.1.x needs it for the declaration of `FILE'.
26755         Patch by Volker Borchert.
26756
26757         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26758         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26759         sys/fs_types.h, and make the link-test for getfsstat guard #include
26760         directives with appropriate #if HAVE_*_H tests so that we can
26761         detect getfsstat on Apple Darwin1.3.7 systems.
26762         Reported by Nelson Beebe.
26763         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26764
26765 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26766
26767         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26768         #defines strtoimax.  Also treat the other strto* functions
26769         like strtoimax.
26770
26771         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26772         Check for strtoul and strtoumax,
26773         as those declarations are made even in the signed case.
26774         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26775         Likewise, for strtol and strtoimax.
26776
26777 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26778
26779         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26780         #defines strtoimax.  Also treat the other strto* functions
26781         like strtoimax.
26782
26783         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26784         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26785         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26786
26787 2001-09-26  Jim Meyering  <meyering@lucent.com>
26788
26789         Most macros in unlocked-io.h had the wrong number of arguments.
26790         * lib/gen-uio: New script.
26791         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26792         * lib/unlocked-io.hin: Remove file.
26793         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26794         rather than trying to embed it here.
26795         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26796         Reported by Padraig Brady.
26797
26798 2001-09-25  Volker Borchert  <bt@teknon.de>
26799
26800         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26801         `result'.
26802
26803 2001-09-24  Jim Meyering  <meyering@lucent.com>
26804
26805         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26806
26807 2001-09-23  Jim Meyering  <meyering@lucent.com>
26808
26809         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26810         instead of the mere test for existence of mntent.h.  The latter
26811         would get a false-positive on AIX 3.4 systems.
26812         In the outer getmntent if-block, don't die if neither of the getmntent
26813         tests succeeds.  Instead, just fall through and continue with the
26814         remaining tests.
26815
26816 2001-09-23  Jim Meyering  <meyering@lucent.com>
26817
26818         * lib/mountlist.c: Remove useless parentheses in #if directives.
26819         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26820         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26821
26822 2001-09-22  Jim Meyering  <meyering@lucent.com>
26823
26824         * m4/gettext.m4: New file.  From gettext.
26825         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26826         * m4/progtest.m4: Likewise
26827         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26828         * m4/glibc21.m4: Likewise.
26829
26830         * m4/libintl.m4: Remove.  No longer used.
26831
26832 2001-09-22  Jim Meyering  <meyering@lucent.com>
26833
26834         * lib/localcharset.c: Update from latest gettext.
26835         * lib/config.charset: Likewise.
26836
26837 2001-09-20  Jim Meyering  <meyering@lucent.com>
26838
26839         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26840         strtoimax.
26841         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26842         strtoumax.
26843
26844 2001-09-20  Jim Meyering  <meyering@lucent.com>
26845
26846         * lib/xstrtol.c (strtoimax): Guard declaration with
26847         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26848         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26849         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26850         (strtoumax): Likewise, for completeness (it wasn't necessary).
26851
26852 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26853
26854         * lib/strtoimax.c (HAVE_LONG_LONG):
26855         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26856         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26857         to work around bug in IBM C compiler.
26858
26859 2001-09-17  Jim Meyering  <meyering@lucent.com>
26860
26861         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26862         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26863         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26864         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26865         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26866         whenever the right hand side need not be expanded by the shell.
26867
26868 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26869
26870         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26871         library.  It's not correct, as some older glibcs are buggy.
26872         fnmatch wasn't fixed until glibc 2.2.
26873
26874         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26875         special shell magic here.
26876
26877 2001-09-16  Jim Meyering  <meyering@lucent.com>
26878
26879         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26880         * m4/jm-macros.m4: Require it.
26881
26882 2001-09-16  Jim Meyering  <meyering@lucent.com>
26883
26884         * lib/mkdir.c: New file.
26885
26886 2001-09-15  Jim Meyering  <meyering@lucent.com>
26887
26888         * m4/jm-macros.m4: Check for help2man.
26889
26890 2001-09-11  Jim Meyering  <meyering@lucent.com>
26891
26892         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26893         The body, by Paul Eggert, was moved here from configure.in.
26894         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26895
26896 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26897
26898         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26899         (jm_PREREQ): Use it.
26900
26901 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26902
26903         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26904         Use ssize_t, not int, to store result of readlink.
26905         Check for ssize_t overflow as well as size_t overflow,
26906         as POSIX says the result of readlink is implementation-defined
26907         when ssize_t overflows.
26908         Remove unnecessary cast to char*.
26909         Use free+malloc instead of realloc, as the storage doesn't need
26910         to be preserved and it's clearer and can be more efficient that way.
26911         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26912         * lib/xreadlink.h (xreadlink): Update prototype.
26913
26914 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26915
26916         * lib/xgetcwd.c: Revert some of the previous change; intead,
26917         fix the HAVE_GETCWD_NULL code to behave more like the
26918         !HAVE_GETCWD_NULL code used to.
26919
26920         Include "xalloc.h".
26921         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26922         invoke xalloc_die.
26923
26924 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26925
26926         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26927         sys/param.h, as pathmax.h includes them.
26928
26929 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26930
26931         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26932         (jm_PREREQ_XGETCWD): New macro.
26933
26934         * m4/getcwd.m4: New file.
26935
26936 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26937
26938         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26939         like the HAVE_GETCWD_NULL code.
26940         Include pathmax.h if not HAVE_GETCWD.
26941         Do not include xalloc.h.
26942         (INITIAL_BUFFER_SIZE): New symbol.
26943         Do not use xmalloc / xrealloc, since the caller is responsible for
26944         handling errors.  Preserve errno around `free' during failure.
26945         Do not overrun buffer when using getwd.
26946
26947 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26948
26949         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26950         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26951         getcwd (NULL, 0).
26952
26953 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26954
26955         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26956         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26957         spotted by Jim Meyering.
26958
26959 2001-09-03  Jim Meyering  <meyering@lucent.com>
26960
26961         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26962         failure.
26963
26964 2001-09-02  Jim Meyering  <meyering@lucent.com>
26965
26966         * lib/error.c: Update from GNU libc.
26967
26968 2001-09-01  Jim Meyering  <meyering@lucent.com>
26969
26970         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26971         Used by df.
26972
26973 2001-09-01  Jim Meyering  <meyering@lucent.com>
26974
26975         * lib/xreadlink.c: New file.
26976         * lib/xreadlink.h: New file.
26977         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26978         xreadlink.h.
26979
26980         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26981         doesn't conflict with sparc Solaris 7's definition in
26982         /usr/include/sys/int_types.h.
26983
26984         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26985         files.
26986         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26987         and strncasecmp as r-values.  Unixware didn't have declarations.
26988
26989 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26990
26991         * lib/xstrtol.h: Add copyright notice.
26992         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26993         LONGINT_INVALID_SUFFIX_CHAR.
26994
26995 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26996
26997         * lib/xstrtol.c (strtoimax): New decl.
26998
26999 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27000
27001         * lib/xgetcwd.c: Don't include pathmax.h.
27002         Include stdlib.h and unistd.h if available.
27003         Include xalloc.h.
27004         (xmalloc, xstrdup, free): Remove decls.
27005         (xgetcwd): Don't assume sizes fit in unsigned.
27006         Check for overflow when computing sizes.
27007         Simplify reallocation code.
27008
27009 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27010
27011         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
27012         a directory's st_size can have an arbitrary value, so the old
27013         usage could waste an arbitrary amount of memory.  All uses
27014         changed.
27015         * lib/savedir.h: Update prototype.
27016
27017 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27018
27019         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
27020
27021         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
27022         old strtoimax.c.
27023
27024         Also, make the following further changes to make this file's
27025         configuration more similar to that of strtol.c:
27026         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
27027         (strtoumax, uintmax_t, strtoull, strtol): Remove.
27028         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
27029         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
27030         changed to signed values.
27031
27032         And make the following changes as well:
27033         Fix copyright notice, as 1999 was missing.
27034         (verify): New macro.
27035         (strtoimax): Check sizes at compile-time, not run-time.
27036         Prefer strtol to strtoll if both work.
27037         (main): Remove; it was not that useful and was a pain to maintain.
27038
27039         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
27040
27041 2001-08-31  Jim Meyering  <meyering@lucent.com>
27042
27043         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
27044         Use an initial, malloc'd, buffer of length 128 rather than
27045         a statically allocated one of length 1024.
27046
27047 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27048
27049         Simplify code, partly by assuming autoconf 2.52 semantics.
27050
27051         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
27052
27053         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
27054         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
27055         All uses removed.
27056         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
27057         Move AC_REQUIRE to next-to-top level, to avoid confusion.
27058         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
27059         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
27060         jm_AC_HEADER_INTTYPES_H.
27061         * m4/jm-macros.m4 (jm_MACROS): Likewise.
27062
27063         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
27064
27065         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
27066         Quote first arg of AC_DEFUN.
27067         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
27068         since they are needed to parse the include file even if we need
27069         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
27070         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
27071         but with opposite signedness.
27072
27073 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27074
27075         Merge 'exclude' changes from tar 1.13.22.
27076         This fixes one or two unlikely storage allocation overflow bugs,
27077         but doesn't change user-visible behavior otherwise.
27078
27079 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27080
27081         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
27082         (jm_PREREQ_EXCLUDE): New macro.
27083
27084 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27085
27086         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
27087         tm to be declared.
27088
27089 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27090
27091         * lib/hash.c: Remove '2001' from copyright notice.
27092
27093 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27094
27095         * lib/full-write.h: New file.
27096         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
27097         * lib/full-write.c: Correct credits, as cccp.c no longer
27098         exists and anyway it was so heavily changed from the old cccp
27099         code as to be unrecognizable.  Include full-write.h.
27100         (full_write) Return size_t, with short writes meaning failure.
27101         All callers changed.  This fixes a bug with large buffers
27102         on 64-bit hosts.
27103         * lib/utime.c: Include full-write.h.
27104
27105 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27106
27107         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
27108         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
27109         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
27110         Include if available.
27111         (<xalloc.h>): Include
27112         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
27113         (verify): New macro.  Use it to verify that EXCLUDE macros do not
27114         collide with FNM macros.
27115         (struct patopts): New struct.
27116         (struct exclude): Use it, as exclude patterns now come with options.
27117         (new_exclude): Support above changes.
27118         (new_exclude, add_exclude_file):
27119         Initial size must now be a power of two to simplify overflow checking.
27120         (free_exclude, fnmatch_no_wildcards): New function.
27121         (excluded_filename): No longer requires options arg, as the options
27122         are determined by add_exclude.  Now returns bool, not int.
27123         (excluded_filename, add_exclude):
27124         Add support for the fancy new exclusion options.
27125         (add_exclude, add_exclude_file): Now takes int options arg.
27126         Check for arithmetic overflow when computing sizes.
27127         (add_exclude_file): xrealloc might modify errno, so don't
27128         realloc until after errno might be used.
27129
27130         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
27131         New macros.
27132         (free_exclude): New decl.
27133         (add_exclude, add_exclude_file): Now takes int options arg.
27134         (excluded_filename): No longer requires options arg, as the options
27135         are determined by add_exclude.  Now returns bool, not int.
27136
27137 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27138
27139         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
27140
27141 2001-08-27  Jim Meyering  <meyering@lucent.com>
27142
27143         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
27144
27145         * lib/version-etc.c (N_): Remove definition.
27146         Revert most of last change.
27147         Instead, simply don't mark the `Copyright...' string for translation.
27148         Based on advice from Paul Eggert.
27149
27150         * lib/strtoxmax.c: Tweak comment.
27151
27152 2001-08-26  Jim Meyering  <meyering@lucent.com>
27153
27154         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
27155
27156         * m4/xstrtoimax.m4: New file.
27157         * m4/xstrtoumax.m4: Add comments explaining why we
27158         AC_REPLACE_FUNCS(strtol).
27159
27160 2001-08-26  Jim Meyering  <meyering@lucent.com>
27161
27162         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
27163         of copyright with `%s' so translators don't get an untranslated
27164         message in 2002.
27165         (COPYRIGHT_YEAR): Define.
27166         (version_etc): Use fprintf rather than fputs.
27167         Suggestion from Ulrich Drepper.
27168
27169         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
27170
27171         * lib/strtoll.c: New file, from GNU libc.
27172         * lib/xstrtoimax.c: New file.
27173
27174         * lib/xstrtol.h: Add xstrtoimax.
27175         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
27176         * lib/strtoimax.c: New file.  Likewise, but first define
27177         STRTOUXMAX_SIGNED.
27178
27179         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
27180         ...
27181         * lib/strtoxmax.c: ... then renamed to this.
27182
27183 2001-08-18  Paul Eggert  <eggert@twinsun.com>
27184
27185         * m4/inttypes.m4: Add AC_PREREQ(2.13).
27186         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
27187         (jm_AC_TYPE_INTMAX_T): New macro.
27188         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
27189
27190         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
27191
27192         * m4/longlong.m4: Renamed from ulonglong.m4.
27193         * m4/inttypes.m4: Renamed from inttypes_h.m4.
27194         * m4/uintmax_t.m4: Removed.
27195
27196 2001-08-13  Paul Eggert  <eggert@twinsun.com>
27197
27198         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
27199         Port to Solaris 8, where 'sed' requires a space after the 'r'
27200         command, and where sh dislikes "$/".  Clean up the spacing a bit.
27201         Redirect output to $tmp just once.
27202
27203 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
27204
27205         * lib/addext.c (<errno.h>): Include.
27206         (errno): Declare if not defined.
27207         (addext): Work correctly when pathconf returns -1 and leaves
27208         errno alone because there is no limit.  Also, work even if
27209         pathconf returns a value greater than SIZE_MAX.
27210
27211 2001-08-12  Jim Meyering  <meyering@lucent.com>
27212
27213         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
27214         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
27215         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
27216         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
27217         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
27218         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
27219         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
27220         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
27221         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
27222         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
27223         utime.m4, utimes.m4, xstrtoumax.m4:
27224         Quote the first argument in each use of AC_DEFUN.
27225
27226 2001-08-12  Jim Meyering  <meyering@lucent.com>
27227
27228         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
27229         Simply `return getcwd (NULL, 0);'.
27230         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
27231         Use 1300 as initial value for length, not PATH_MAX.
27232
27233         * lib/pathmax.h: Clean up cpp syntax.
27234
27235 2001-08-12  Jim Meyering  <meyering@lucent.com>
27236
27237         * lib/gettimeofday.c: New file.
27238         * lib/gtod.h: New file.
27239         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
27240
27241 2001-08-05  Jim Meyering  <meyering@lucent.com>
27242
27243         * m4/jm-macros.m4: Require autoconf-2.52.
27244
27245 2001-08-04  Jim Meyering  <meyering@lucent.com>
27246
27247         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
27248         stmt, to get in sync with glibc.
27249
27250 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27251
27252         The following changes are from gettext 0.10.39 as maintained by
27253         Bruno Haible.
27254
27255         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
27256         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
27257         with inverted sense.  All uses changed.
27258
27259         * lib/mbswidth.c: Don't include <limits.h>.
27260         Include <stdlib.h> and <string.h> unconditionally.
27261         (iswcntrl, mbsinit, ISCNTRL): New macros.
27262         (mbsnwidth): Use K&R style function declarations.
27263         Don't bother checking for MB_LEN_MAX == 1, since the compiler
27264         can optimize it when MB_CUR_MAX == 1.
27265         The width of control characters is zero, not 1.
27266
27267 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27268
27269         The following changes are from gettext 0.10.39 as maintained by
27270         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
27271
27272         * m4/codeset.m4: Upgrade to serial AM1.
27273         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
27274         all uses changed.  Quote first arg of AC_DEFUN.
27275         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
27276
27277         * m4/iconv.m4: Upgrade to serial AM2.
27278         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
27279         Add --with-libconv-prefix.
27280         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
27281         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
27282         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
27283         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
27284         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
27285
27286         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
27287         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
27288         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
27289         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
27290         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
27291         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
27292         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
27293         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
27294         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
27295
27296         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
27297         string.h any more.
27298
27299         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
27300         not the default value.
27301
27302         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
27303         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
27304         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
27305         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
27306         Also check for iswcntrl, used for wcwidth fallback.
27307         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
27308         to Autoconf 2.13.
27309
27310 2001-08-03  Jim Meyering  <meyering@lucent.com>
27311
27312         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
27313         as it was in the original.  Reported by Paul Eggert.
27314
27315 2001-07-16  Jim Meyering  <meyering@lucent.com>
27316
27317         * m4/gettimeofday.m4: New file.
27318         Prompted by a report from Bernhard Baehr.
27319
27320 2001-07-15  Jim Meyering  <meyering@lucent.com>
27321
27322         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
27323         stuff. Now it's in ../Makefile.cfg.
27324
27325 2001-07-15  Jim Meyering  <meyering@lucent.com>
27326
27327         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
27328         (BUILT_SOURCES): Add unlocked-io.h.
27329         (io_functions): Define.
27330         (unlocked-io.h): New rule.
27331         (DISTCLEANFILES): Add unlocked-io.h.
27332         (all-local): Depend on unlocked-io.h, to ensure it is created.
27333
27334         * lib/unlocked-io.hin: New file
27335
27336         * lib/regex.c: Update from glibc.
27337
27338 2001-07-05  Jim Meyering  <meyering@lucent.com>
27339
27340         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
27341         recommendation.
27342         (libfetish_a_SOURCES): Put all .h files here instead.
27343         Remove a thus-exposed (better checks in automake) duplicate and
27344         two unnecessary .h files.
27345
27346 2001-07-04  Jim Meyering  <meyering@lucent.com>
27347
27348         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
27349         that generates jm-glibc-io.m4 so that it doesn't trigger any make
27350         distcheck failure.
27351
27352 2001-07-02  Jim Meyering  <meyering@lucent.com>
27353
27354         The following changes were prompted by suggestions from Bruno Haible.
27355
27356         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
27357         is now generated.
27358         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
27359         definition of EXTRA_DIST.
27360         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
27361         ensure that the generated file is created/updated whenever the list
27362         of $(unlocked_functions) is changed.
27363         (jm-glibc-io.m4): New rule.
27364         (unlocked-io.h): New rule -- currently unused.
27365
27366 2001-06-24  Jim Meyering  <meyering@lucent.com>
27367
27368         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
27369         unmatched right bracket, rather than kludging it with an extra,
27370         falsely-matching quote in a comment.  Patch by Akim Demaille.
27371
27372 2001-06-11  Jim Meyering  <meyering@lucent.com>
27373
27374         * lib/regex.c: Update from GNU libc.
27375
27376 2001-05-27  Jim Meyering  <meyering@lucent.com>
27377
27378         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
27379         Check for ut_type in struct utmp.
27380
27381 2001-05-27  Jim Meyering  <meyering@lucent.com>
27382
27383         * lib/readutmp.h (UT_TYPE): Define.
27384
27385 2001-05-24  Jim Meyering  <meyering@lucent.com>
27386
27387         * lib/argmatch.c: Include "quote.h".
27388         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
27389         quote function.  Reported by Göran Uddeborg.
27390
27391 2001-05-22  Jim Meyering  <meyering@lucent.com>
27392
27393         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
27394         now that we use the package-supplied version unconditionally.
27395         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
27396
27397 2001-05-21  Jim Meyering  <meyering@lucent.com>
27398
27399         * m4/regex.m4: Change a couple backticks to single quotes to avoid
27400         shell syntax errors.
27401
27402 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27403
27404         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
27405
27406 2001-05-20  Paul Eggert  <eggert@twinsun.com>
27407
27408         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
27409         Don't bother to check library strftime, since
27410         we'll be using our own my_strftime function anyway.
27411         Define my_strftime instead of strftime.
27412
27413 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
27414
27415         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
27416         which is not yet declared.
27417
27418 2001-05-15  Jim Meyering  <meyering@lucent.com>
27419
27420         * m4/regex.m4: Use proper quoting so brackets appear in the test
27421         program.
27422         Reported by, and with help from, Bruno Haible.
27423
27424 2001-05-13  Jim Meyering  <meyering@lucent.com>
27425
27426         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
27427         undefined.
27428
27429 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27430
27431         dirname code cleanup.  base_name now behaves more compatibly
27432         with POSIX basename when given file names that have trailing
27433         slashes, and similarly for dir_name.  Add new primitives
27434         base_len and dir_len.  Put the directory-name-related decls
27435         into dirname.h.
27436
27437         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
27438         * lib/backupfile.c (base_name): Likewise.
27439         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
27440         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
27441         * lib/makepath.c (strip_trailing_slashes): Likewise.
27442         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
27443         ISSLASH): Likewise.
27444         * lib/rename.c (strip_trailing_slashes): Likewise.
27445         * lib/same.c (base_name): Likewise.
27446         * lib/stripslash.c (ISSLASH): Likewise.
27447
27448         * lib/addext.c: Include <dirname.h> after size_t is defined.
27449         * lib/backupfile.c: Likewise.
27450
27451         * lib/addext.c (addext): Use base_len to trim redundant
27452         trailing slashes instead of doing it ourselves.
27453         But do not trim the last slash if it is not redundant.
27454
27455         * lib/backupfile.c (find_backup_file_name,
27456         max_backup_version): Use base_len instead of rolling it ourselves.
27457         Handle the case of "" and (on DOS) "C:" correctly.
27458
27459         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
27460         needed. Include <string.h>, <dirname.h>.
27461         (base_name): Allow file names ending in slashes, other than names
27462         that are all slashes.  In this case, return the basename followed
27463         by the slashes.  This is more general, and can be used in places
27464         where the original base_name purposely had an assertion failure.
27465         (base_len): New function.
27466
27467         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
27468         Do not include <assert.h>; no longer needed.
27469         Include xalloc.h.
27470         (memrchr): Remove decl.
27471         (dir_name_r): Remove.
27472         (dir_len): Renamed from dirlen.  All callers changed.
27473         Rewrite in terms of base_name, for simplicity and consistency.
27474         (dir_name): Never return NULL.  All callers changed.
27475         Do not include <stdlib.h> in test program; no longer needed.
27476         return 0; is fine for test program.
27477
27478         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
27479         New macros.
27480         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
27481
27482         * lib/path-concat.c (path_concat): Use base_len to compute
27483         base length, not strlen; this means we cannot rely on memcpy
27484         to null-terminate.
27485
27486         * lib/same.c (STREQ): Remove.
27487         (same_name): Handle the case where the basename ends in trailing '/'.
27488
27489         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
27490         a slash was stripped.  Do not strip the last slash after a
27491         file system prefix.
27492
27493 2001-05-11  Paul Eggert  <eggert@twinsun.com>
27494
27495         * lib/Makefile.am (libfetish_a_SOURCES):
27496         Add strftime.c, since we now compile it on all hosts.
27497
27498         * lib/strftime.c (my_strftime):
27499         Define to nstrftime if emacs, but only if my_strftime is not defined.
27500         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
27501         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
27502         Add one more extra argument: a nanoseconds value.
27503         All uses changed.
27504         (ns): New macro.
27505         (my_strftime function): Add %N format.
27506         (emacs_strftimeu): Renamed from emacs_strftime,
27507         with extra ut argument.
27508
27509 2001-05-09  Paul Eggert  <eggert@twinsun.com>
27510
27511         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
27512
27513 2001-04-21  Jim Meyering  <meyering@lucent.com>
27514
27515         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
27516         doesn't interfere.
27517
27518 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
27519
27520         * m4/ftruncate.m4: Check for chsize.
27521         Link with ftruncate.o unconditionally if ftruncate is missing.
27522         This was required when cross-compiling to i586-mingw32msvc.
27523
27524 2001-04-08  Jim Meyering  <meyering@lucent.com>
27525
27526         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
27527         recomputed; that's necessary when the offset spans a DST transition.
27528         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
27529
27530 2001-04-02  Jim Meyering  <meyering@lucent.com>
27531
27532         * lib/regex.h, regex.c: Update from GNU libc.
27533
27534 2001-03-24  Jim Meyering  <meyering@lucent.com>
27535
27536         * m4/jm-macros.m4: Require autoconf-2.49d.
27537
27538 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
27539
27540         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
27541
27542 2001-03-19  Paul Eggert  <eggert@twinsun.com>
27543
27544         * lib/version-etc.c (version_etc_copyright): Update to 2001.
27545
27546 2001-03-17  Jim Meyering  <meyering@lucent.com>
27547
27548         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
27549         now that the version in autoconf is equivalent.
27550         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
27551
27552         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
27553         Suggestion from Akim Demaille.
27554
27555         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
27556         (jm_PREREQ_TEMPNAME): New function.
27557
27558 2001-03-16  Paul Eggert  <eggert@twinsun.com>
27559
27560         * lib/tempname.c (uint64_t): Define to uintmax_t if
27561         not defined, and if UINT64_MAX is not defined.
27562         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
27563         Reported by John David Anglin.
27564
27565 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
27566
27567         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
27568         resolve alias if codeset is empty.
27569         * lib/config.charset (BeOS): Use wildcard syntax.
27570
27571 2001-03-13  Jim Meyering  <meyering@lucent.com>
27572
27573         * lib/path-concat.c (path_concat)
27574         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
27575         concatenating e.g., `C:' and `foo'.
27576         From Bruno Haible.
27577
27578 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27579
27580         * lib/localcharset.c (locale_charset): Don't use
27581         setlocale(LC_CTYPE,NULL). Don't return NULL.
27582         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
27583
27584 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
27585
27586         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
27587         support for DOS/DJGPP.
27588
27589 2001-03-01  Paul Eggert  <eggert@twinsun.com>
27590
27591         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
27592         lacks mkstemp.  Compile our own tempname.c if we compile our own
27593         mkstemp.c, as mkstemp relies on tempname.
27594
27595 2001-03-01  Jim Meyering  <meyering@lucent.com>
27596
27597         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
27598         AH_VERBATIM really does output its argument verbatim.
27599
27600 2001-02-28  Paul Eggert  <eggert@twinsun.com>
27601
27602         * lib/Makefile.am (libfetish_a_SOURCES):
27603         Add dup-safer.c, fopen-safer.c.
27604         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
27605
27606         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
27607         * lib/unistd-safer.h: New files.
27608
27609 2001-02-25  Paul Eggert  <eggert@twinsun.com>
27610
27611         The mkstemp replacement is taken from glibc 2.2.2, with some
27612         portability fixes for use outside glibc, as follows:
27613
27614         * lib/tempname.c (struct_stat64): New macro.
27615         (direxists, __gen_tempname): Use it.
27616         This avoids a portability problem with Solaris 8.
27617
27618         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
27619         (<stddef.h>, <stdint.h>, <string.h>):
27620         Include only if STDC_HEADERS || _LIBC.
27621         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
27622         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
27623         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
27624         (__set_errno): Define this macro if <errno.h> doesn't.
27625         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
27626         Define these macros if <stdio.h> doesn't.
27627         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
27628         Define these macros if <sys/stat.h>
27629         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
27630         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
27631         __xstat64): Define if not _LIBC.
27632         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
27633         (__gen_tempname): Invoke gettimeofday only if
27634         HAVE_GETTIMEOFDAY || _LIBC;
27635         otherwise, fall back on plain "time".
27636         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
27637
27638         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
27639
27640         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
27641
27642 2001-02-18  Paul Eggert  <eggert@twinsun.com>
27643
27644         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
27645
27646 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27647
27648         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
27649         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
27650         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
27651         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27652
27653 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27654
27655         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
27656         Remove workaround macros for hosts that have mbrtowc but not
27657         mbstate_t, as we now insist on proper declarations for both
27658         before using mbrtowc.
27659
27660 2001-02-17  Jim Meyering  <meyering@lucent.com>
27661
27662         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
27663         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
27664         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
27665         UnixWare 7.1.1.
27666
27667         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
27668         rather than AC_CACHE_VAL.
27669
27670 2001-02-17  Jim Meyering  <meyering@lucent.com>
27671
27672         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27673         around included file name.
27674
27675         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27676
27677         * lib/strftime.c: Update from GNU libc (the only changes were to
27678         comments).
27679
27680 2001-02-17  Jim Meyering  <meyering@lucent.com>
27681
27682         * lib/regex.c: Update from libc.
27683
27684 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27685
27686         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27687         clash.
27688
27689 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27690
27691         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27692         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27693         Reported by Mark Hounschell via Paul Eggert.
27694
27695 2001-02-07  Jim Meyering  <meyering@lucent.com>
27696
27697         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27698
27699 2001-02-05  Jim Meyering  <meyering@lucent.com>
27700
27701         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27702         it includes the patch required for `large file' support with at least
27703         HP-UX's 10.20 /bin/cc.
27704
27705 2001-02-03  Jim Meyering  <meyering@lucent.com>
27706
27707         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27708         AS_IF, now that it works once again (mysteriously).
27709         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27710
27711 2001-01-30  Jim Meyering  <meyering@lucent.com>
27712
27713         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27714         * m4/chown.m4: Rename conftestchown to conftest.chown.
27715         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27716         s/conftestdir2/conftest.d2/.
27717         * m4/utimes.m4: s/conftestdata/conftest.data/
27718         Inspired by Pavel Roskin's change in autoconf.
27719
27720 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27721
27722         * lib/config.charset: Update for FreeBSD 4.2.
27723
27724 2001-01-27  Jim Meyering  <meyering@lucent.com>
27725
27726         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27727         a use of AS_IF.
27728         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27729
27730 2001-01-26  Jim Meyering  <meyering@lucent.com>
27731
27732         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27733         quotearg.c includes it.
27734
27735 2001-01-26  Jim Meyering  <meyering@lucent.com>
27736
27737         * lib/quotearg.c: Include stddef.h.
27738         * lib/quote.c: Include stddef.h.
27739         Reported by Axel Kittenberger.
27740
27741         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27742         line in double quotes so that it evokes a better diagnostic.
27743         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27744         Reported by Axel Kittenberger.
27745
27746 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27747
27748         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27749         as if it was a `charset'.
27750
27751 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27752
27753         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27754         has const.
27755
27756 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27757
27758         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27759         to avoid a warning.  Add back 'const' to inptr.
27760
27761 2001-01-20  Jim Meyering  <meyering@lucent.com>
27762
27763         Be sure that headers are checked before used in code compiled
27764         for the type checks.
27765         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27766         In place of that, invoke jm_CHECK_ALL_TYPES.
27767         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27768         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27769         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27770         The check for ssize_t was mistakenly run before the test for unistd.h.
27771
27772         The configure-time check for stdbool.h was missing.
27773         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27774         (jm_PREREQ_HASH): New function.
27775
27776 2001-01-17  Jim Meyering  <meyering@lucent.com>
27777
27778         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27779         for autoconf-2.49c.
27780         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27781
27782 2001-01-16  Jim Meyering  <meyering@lucent.com>
27783
27784         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27785         From Bruno Haible.
27786
27787 2001-01-14  Jim Meyering  <meyering@lucent.com>
27788
27789         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27790         foo and bar.  Create conftestdir/ in the script, not in the C code.
27791         Remove directories in the script, not in the C code.
27792         Remove conftestdir{,2} before trying to create the directory.
27793         Make the entire configure script fail if the mkdir fails.
27794
27795 2001-01-14  Jim Meyering  <meyering@lucent.com>
27796
27797         * lib/rename.c: New file.  From Volker Borchert.
27798         Include stdlib.h, string.h or strings.h, and xalloc.h.
27799         Use strip_trailing_slashes rather than open-coding it.
27800
27801 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27802
27803         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27804
27805 2001-01-03  Jim Meyering  <meyering@lucent.com>
27806
27807         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27808         of local `inptr' to avoid warning with some system declarations of
27809         iconv.
27810
27811 2001-01-02  Volker Borchert  <bt@teknon.de>
27812
27813         * m4/rename.m4: New file.
27814         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27815
27816 2001-01-01  Jim Meyering  <meyering@lucent.com>
27817
27818         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27819         even on systems with utmpx.h.  It's necessary for the declaration of
27820         utmp's ut_user member.  Reported by Andreas Jaeger.
27821
27822         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27823         available. They are required for the declarations of getgrgid and
27824         getpwuid resp.
27825         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27826         Reported by Andreas Jaeger.
27827
27828 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27829
27830         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27831         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27832         so `make install' also works in VPATH builds.
27833
27834 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27835
27836         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27837         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27838         can be used in subdirectories.
27839
27840 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27841
27842         * lib/modechange.c: Do not assume that mode_t uses the
27843         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27844         the other-execute bit of FOO even if S_IXOTH != 1.
27845
27846         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27847         WOTH, XOTH, ALLM): New macros.
27848         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27849          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27850         Use them.
27851         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27852         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27853         (mode_compile):
27854         No need to use uintmax_t; unsigned long is long enough.
27855         Don't bother to get suffix since we don't use it.
27856
27857 2000-12-26  Jim Meyering  <meyering@lucent.com>
27858
27859         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27860         better with autoheader.
27861
27862 2000-12-24  Jim Meyering  <meyering@lucent.com>
27863
27864         * lib/hash.c (is_prime): Return explicit boolean values.
27865         (hash_get_first): Return NULL to appease Irix5.6's 89.
27866         Reported by Nelson Beebe.
27867
27868 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27869
27870         * lib/localcharset.c (locale_charset): Add support for Win32.
27871
27872 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27873
27874         * lib/physmem.h, lib/physmem.c: New files.
27875
27876         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27877         (noinst_HEADERS): Add physmem.h.
27878
27879         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27880         't' for compatibility with Solaris 8 sort.
27881
27882 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27883
27884         * lib/config.charset: Add support for BeOS.
27885
27886 2000-12-17  Jim Meyering  <meyering@lucent.com>
27887
27888         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27889         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27890
27891 2000-12-16  Jim Meyering  <meyering@lucent.com>
27892
27893         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27894         N and M) would have treated it like `chown N:N FILE'.
27895
27896         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27897
27898 2000-12-16  Jim Meyering  <meyering@lucent.com>
27899
27900         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27901         SHELLS_FILE to a file name that's useful on djgpp systems.
27902         Include stdlib.h.
27903         (ADDITIONAL_DEFAULT_SHELLS): Define.
27904         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27905         Based mostly on a patch from Prashant TR.
27906
27907 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27908
27909         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27910         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27911         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27912
27913 2000-12-08  Andreas Schwab  <schwab@suse.de>
27914
27915         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27916         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27917
27918 2000-12-07  Jim Meyering  <meyering@lucent.com>
27919
27920         * lib/stripslash.c (ISSLASH): Define.
27921         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27922         `/'.
27923         From Prashant TR.
27924
27925         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27926         (dir_name_r): Declare this function as static.
27927         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27928         manifest itself on a name containing a mix of slashes and
27929         backslashes.
27930         Make this function work with names starting with a DOS-style
27931         drive letter and colon prefix.
27932         (dir_name): Append `.' if necessary.
27933         Based mostly on patches from Prashant TR and Eli Zaretskii.
27934
27935         * lib/dirname.h (dir_name_r): Remove prototype.
27936
27937 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27938
27939         * m4/off_t-format.m4: Remove this file.
27940         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27941
27942 2000-12-06  Jim Meyering  <meyering@lucent.com>
27943
27944         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27945         replacement strtoull, we may well need the replacement strtoul, too.
27946         Check for declarations of strtoul and strtoull.
27947         Check for strtol.  Mainly as a cue to cause automake to include
27948         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27949         Check for limits.h -- strtol.c needs it.
27950
27951 2000-12-05  Jim Meyering  <meyering@lucent.com>
27952
27953         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27954
27955 2000-12-04  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27958         Also include memory.h, stdlib.h, unistd.h if appropriate.
27959         Reported by Andreas Jaeger (conflicting declaration of malloc).
27960
27961 2000-12-02  Jim Meyering  <meyering@lucent.com>
27962
27963         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27964         * m4/jm-macros.m4 (jm_MACROS): require it.
27965
27966 2000-12-02  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27969
27970 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27971
27972         * lib/memrchr.c: Include <config.h> before any system include file.
27973
27974 2000-11-30  Jim Meyering  <meyering@lucent.com>
27975
27976         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27977
27978 2000-11-30  Jim Meyering  <meyering@lucent.com>
27979
27980         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27981
27982 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27983
27984         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27985
27986 2000-11-26  Jim Meyering  <meyering@lucent.com>
27987
27988         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27989
27990 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27991
27992         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27993         size of (size_t) -1; it's not portable.
27994
27995 2000-11-17  Jim Meyering  <meyering@lucent.com>
27996
27997         * lib/strstr.c: Update from GNU libc.
27998
27999 2000-11-17  Akim Demaille  <akim@epita.fr>
28000
28001         * lib/obstack.h: Formatting changes.
28002         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
28003         prevent type checking.
28004         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
28005         cast the value to (void *): assigning a `foo *' to a `void *'
28006         variable is valid.
28007         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
28008
28009 2000-11-16  Jim Meyering  <meyering@lucent.com>
28010
28011         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
28012
28013 2000-11-11  Jim Meyering  <meyering@lucent.com>
28014
28015         * lib/error.c: Add a couple #includes, merging from GNU libc version.
28016
28017 2000-11-10  Jim Meyering  <meyering@lucent.com>
28018
28019         * lib/obstack.h: Update from GNU libc.
28020         * lib/obstack.c: Likewise.
28021
28022 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
28023
28024         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
28025
28026 2000-11-06  Paul Eggert  <eggert@twinsun.com>
28027
28028         * lib/getusershell.c (setusershell): Use rewind rather than
28029         fseek/fseeko, to avoid configuration hassles with fseeko.
28030         Don't bother opening SHELLS_FILE if shellstream is NULL;
28031         it's not necessary.
28032
28033 2000-11-05  Jim Meyering  <meyering@lucent.com>
28034
28035         * lib/makepath.h (make_dir): Declare.
28036         * lib/makepath.c (make_dir): Remove `static' attribute.
28037         Tweak a comment.
28038
28039 2000-11-04  Jim Meyering  <meyering@lucent.com>
28040
28041         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
28042
28043 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
28044
28045         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
28046         last one in a bucket, advance to the next bucket.
28047
28048 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
28049
28050         * lib/fnmatch.c: Do not comment out all the code if we are using
28051         the GNU C library, because in some cases we are replacing buggy
28052         code in the GNU C library itself.
28053
28054 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
28055
28056         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
28057         (regex_compile): Catch bogus \(\1\).
28058
28059 2000-10-30  Paul Eggert  <eggert@twinsun.com>
28060
28061         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
28062         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
28063         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
28064
28065 2000-10-30  Paul Eggert  <eggert@twinsun.com>
28066
28067         * lib/error.h, getline.h, modechange.h:
28068         Remove "2000" from Copyright line, as the file hasn't been
28069         changed this year other than in the copyright notice.
28070
28071         * lib/xalloc.h: Add "2000" to Copyright line, as this file
28072         was changed this year.
28073
28074 2000-10-29  Jim Meyering  <meyering@lucent.com>
28075
28076         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
28077         renaming.
28078         * m4/ls-mntd-fs.m4: Likewise
28079
28080 2000-10-29  Jim Meyering  <meyering@lucent.com>
28081
28082         * lib/xstat.in: Fix grammar in comment.
28083
28084 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
28085
28086         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
28087         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
28088         doesn't define __restrict_arr.
28089
28090 2000-10-28  Jim Meyering  <meyering@lucent.com>
28091
28092         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
28093         (jm_PREREQ_MEMCHR): New function.
28094
28095 2000-10-28  Jim Meyering  <meyering@lucent.com>
28096
28097         * lib/memchr.c: Update from libc.
28098         Adjust for portability:
28099         [HAVE_STDLIB_H]: Include stdlib.h.
28100         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
28101         Undef __memchr, too.
28102         [!weak_alias]: Define __memchr to memchr.
28103
28104         * lib/regex.c: Update from libc.
28105         * lib/regex.h: Likewise.
28106         * lib/getopt1.c: Likewise.
28107         * lib/memcmp.c: Likewise.
28108
28109         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
28110         Avoid using fseek, when possible -- it's broken by design.
28111         Patch by Ulrich Drepper.
28112
28113 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
28114
28115         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
28116         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
28117         Giving in to popular pressure to shut up the compiler with casts.
28118
28119 2000-10-26  Jim Meyering  <meyering@lucent.com>
28120
28121         * lib/strftime.c: Update from libc.
28122
28123 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
28124
28125         * regex.c: More `unsigned char' -> `re_char' changes.
28126         Also change several `int' into `re_wchar_t'.
28127         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
28128         (PUSH_FAILURE_POINTER): Don't cast any more.
28129         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
28130         We want GCC to complain, since this piece of code makes
28131         re_match non-reentrant, which *should* be fixed.
28132         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
28133         (EXTEND_BUFFER): Use RETALLOC.
28134         (SET_LIST_BIT): Don't cast.
28135         (re_wchar_t): New type.
28136         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
28137         that those two functions will always properly return.
28138         (IMMEDIATE_QUIT_CHECK): Cast to void.
28139         (analyse_first): Use recursion rather than an explicit stack.
28140         (re_compile_fastmap): Can't fail anymore.
28141         (re_search_2): Don't check re_compile_fastmap for failure.
28142         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
28143         Now also sets the new value (passed in a new argument).
28144         (re_match_2_internal): Use it.
28145         Also, use a new var `reg' of type size_t when looping through regs
28146         rather than reuse the inappropriate `mcnt'.
28147
28148 2000-10-25  Jim Meyering  <meyering@lucent.com>
28149
28150         * lib/obstack.c: Update from libc.
28151
28152 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
28153
28154         * regex.c (regex_compile): Change the way of handling a range from
28155         a char less than 256 to a char not less than 256.
28156
28157 2000-10-24  Andrew Innes  <andrewi@gnu.org>
28158
28159         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
28160         NT-Emacs only.
28161         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
28162         so that re_search functions only quit when callers expect them to.
28163
28164 2000-10-23  Jim Meyering  <meyering@lucent.com>
28165
28166         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
28167         wrong.  That set_locale call must not have any side effects.
28168         From Paul Eggert.
28169
28170 2000-10-22  Jim Meyering  <meyering@lucent.com>
28171
28172         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
28173         [CYCLIC]: Remove now-unused definition.
28174
28175         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
28176         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
28177         Suggestion from Ulrich Drepper.
28178
28179 2000-10-21  Jim Meyering  <meyering@lucent.com>
28180
28181         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
28182         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
28183         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
28184
28185 2000-10-21  Jim Meyering  <meyering@lucent.com>
28186
28187         * lib/dirname.c (memrchr): Declare if necessary.
28188         (dir_name): Remove the restriction that there be no
28189         trailing slashes.  Now, this code skips past them, effectively
28190         ignoring them.
28191         [TEST_DIRNAME] (main): New unit tests.
28192
28193         * lib/memrchr.c: New file from GNU libc.
28194         Undef __memrchr, too.
28195         [!weak_alias]: Define __memrchr to memrchr.
28196         Guard weak_alias use with `#ifdef weak_alias'.
28197
28198 2000-10-21  Jim Meyering  <meyering@lucent.com>
28199
28200         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
28201         (dir_name): Use dir_name_r.
28202         * lib/dirname.h (dir_name_r): Declare it.
28203
28204 2000-10-17  Jim Meyering  <meyering@lucent.com>
28205
28206         * lib/quote.h (PARAMS): Define and use.
28207         Reported by Akim Demaille.
28208
28209         * lib/getopt.c: Update from libc.
28210
28211 2000-10-16  Jim Meyering  <meyering@lucent.com>
28212
28213         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
28214         setlocale.
28215         From Jan Fedak.
28216
28217 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
28218
28219         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
28220
28221 2000-09-25  Jim Meyering  <meyering@lucent.com>
28222
28223         * lib/md5.h (rol): Define (from GnuPG).
28224
28225         * lib/sha.c: Give credit (GnuPG) where due.
28226         (M): Use rol rather than open-coding it.
28227         Add a FIXME comment.
28228
28229 2000-09-21  Jim Meyering  <meyering@lucent.com>
28230
28231         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
28232         Reported by Michael Stone.
28233
28234 2000-09-20  Jim Meyering  <meyering@lucent.com>
28235
28236         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
28237         (noinst_HEADERS): Add sha.h.
28238         Based on code from Scott G. Miller and from GnuPG.
28239
28240 2000-09-18  Jim Meyering  <meyering@lucent.com>
28241
28242         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
28243         LIBS. Otherwise, everyone ends up linking with -lelf for some
28244         configurations.
28245         Reported by Mike Stone.
28246
28247 2000-09-15  Jim Meyering  <meyering@lucent.com>
28248
28249         * lib/regex.c: Update from libc.
28250
28251 2000-09-10  Jim Meyering  <meyering@lucent.com>
28252
28253         * lib/getopt.c (_getopt_internal): Update from glibc.
28254
28255 2000-09-09  Jim Meyering  <meyering@lucent.com>
28256
28257         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
28258         think it should be used as a general replacement for isascii.
28259         * lib/fnmatch.c: Likewise.
28260         * lib/mbswidth.c: Likewise
28261         * lib/regex.c: Likewise.
28262
28263         Don't use atoi.
28264         * lib/userspec.c: Include sys/param.h and limits.h.
28265         Include xstrtol.h.
28266         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28267         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
28268         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
28269         UID, GID.  Check range.
28270
28271 2000-09-06  Jim Meyering  <meyering@lucent.com>
28272
28273         * lib/getopt.c (_getopt_internal): Update from glibc.
28274
28275 2000-08-30  Jim Meyering  <meyering@lucent.com>
28276
28277         * lib/strftime.c: Merge in changes from GNU libc.
28278
28279 2000-08-26  Jim Meyering  <meyering@lucent.com>
28280
28281         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
28282         * m4/fpending.m4: New file.
28283
28284 2000-08-26  Jim Meyering  <meyering@lucent.com>
28285
28286         * lib/closeout.c: Include "__fpending.h".
28287         (close_stdout_status): Return right away if there's nothing to flush.
28288
28289         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
28290         * lib/__fpending.c: New file.
28291         * lib/__fpending.h: New file.
28292
28293 2000-08-20  Jim Meyering  <meyering@lucent.com>
28294
28295         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
28296         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
28297         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
28298
28299 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
28300
28301         Improve fileutils installation on systems where running
28302         programs (like install) can't be unlinked.
28303         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
28304         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
28305
28306 2000-08-07  Paul Eggert  <eggert@twinsun.com>
28307
28308         Standardize on "memory exhausted" instead of "Memory exhausted"
28309         or "virtual memory exhausted".
28310         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
28311         "virtual memory exhausted".
28312         * lib/same.c (same_name): Invoke xalloc_die instead of printing
28313         our own message.
28314         * lib/userspec.c (parse_user_spec): Likewise.
28315         * lib/bumpalloc.h: comment fix
28316         * lib/same.c, userspec.c: Include xalloc.h.
28317
28318         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
28319         not char *const and pointing to a constant array.
28320         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
28321         (xrealloc): Comment fix.
28322
28323         * lib/userspec.c (parse_user_spec):
28324         Don't translate a message until just before returning,
28325         to avoid unnecessary translation.
28326
28327 2000-08-07  Jim Meyering  <meyering@lucent.com>
28328
28329         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
28330         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
28331         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
28332         getgroups.c, gethostname.c, getopt.h, group-member.c,
28333         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
28334         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
28335         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
28336         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
28337         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
28338         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
28339         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
28340         yesno.c: Back out Copyright date changes for each file with no change
28341         this year.  This eases coordination with other programs using the same
28342         source code modules.  From Paul Eggert.
28343
28344 2000-08-06  Paul Eggert  <eggert@twinsun.com>
28345
28346         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
28347         not char, for compatibility with glibc 2.1.3 strftime.c.
28348
28349 2000-08-03  Greg McGary  <greg@mcgary.org>
28350
28351         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
28352         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
28353         (EXTEND_BUFFER): Use them.
28354
28355 2000-08-01  Jim Meyering  <meyering@lucent.com>
28356
28357         * lib/dirname.c (ISSLASH): Define.
28358         (BACKSLASH_IS_PATH_SEPARATOR): Define.
28359         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
28360         both `\' and `/' may be use as path separators.
28361         Based on a patch from Prashant TR.
28362
28363 2000-07-31  Paul Eggert  <eggert@twinsun.com>
28364
28365         * lib/quotearg.c (quotearg_n_options): Don't make the initial
28366         slot vector a constant, since it might get modified.
28367
28368 2000-07-31  Jim Meyering  <meyering@lucent.com>
28369
28370         * lib/xmalloc.c: Use `virtual memory exhausted', not
28371         `Memory exhausted'.
28372         * lib/obstack.c (print_and_abort): Likewise.
28373
28374 2000-07-30  Paul Eggert  <eggert@twinsun.com>
28375
28376         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
28377         buffer, so that the caller can always quote one small
28378         component of a "memory exhausted" message in slot 0.
28379         From a suggestion by Jim Meyering.
28380
28381 2000-07-30  Jim Meyering  <meyering@lucent.com>
28382
28383         * lib/makepath.c (make_path): Quote the other instance, too.
28384
28385         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
28386         (STATIC_BUF_SIZE): Define.
28387         (quotearg_n_options): Use only statically allocated storage when
28388         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
28389         than STATIC_BUF_SIZE.
28390
28391 2000-07-29  Jim Meyering  <meyering@lucent.com>
28392
28393         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
28394         * lib/dirname.c (dir_name): Likewise.
28395
28396         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
28397         `/'.
28398
28399         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
28400         (dir_name): Assert that there are no trailing slashes.
28401
28402 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
28403
28404         * lib/mbswidth.h (mbswidth): Add a flags argument.
28405         (mbswidth): New declaration.
28406         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
28407         * lib/mbswidth.c (mbswidth): Add a flags argument.
28408         (mbsnwidth): New function.
28409
28410 2000-07-24  Jim Meyering  <meyering@lucent.com>
28411
28412         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
28413
28414 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28415
28416         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
28417
28418 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28419
28420         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
28421         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
28422         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
28423         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
28424         invoke multibyte primitives.
28425
28426 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28427
28428         * lib/quotearg.c:
28429         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
28430         so that mbstate_t is always defined.
28431
28432         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
28433         be 1 in at least one GCC installation, and this configuration
28434         error is likely to be common.  Ignoring MB_LEN_MAX hurts
28435         performance on hosts that have mbrtowc but have only unibyte
28436         locales, but I assume these hosts are rare.
28437
28438 2000-07-23  Paul Eggert  <eggert@twinsun.com>
28439
28440         * lib/mbswidth.c (_XOPEN_SOURCE):
28441         Don't define; this causes problems on Solaris 7.
28442         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
28443
28444 2000-07-23  Jim Meyering  <meyering@lucent.com>
28445
28446         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
28447         too: getgrgid, getpwuid, getuid.
28448
28449 2000-07-23  Jim Meyering  <meyering@lucent.com>
28450
28451         * lib/basename.c (base_name): Add an assertion.
28452
28453 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
28454
28455         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
28456         shadow its mbsinit function.
28457
28458 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28459
28460         * lib/mbswidth.h: New file.
28461         * lib/mbswidth.c: New file.
28462         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
28463         (noinst_HEADERS): Add mbswidth.h.
28464
28465 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
28466
28467         * lib/config.charset: Add support for FreeBSD. Improve support for
28468         HP-UX and IRIX 6.
28469
28470 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
28471
28472         * m4/mbswidth.m4: New file.
28473         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
28474
28475 2000-07-15  Jim Meyering  <meyering@lucent.com>
28476
28477         * lib/makepath.c: Include quote.h.
28478         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
28479         corresponding argument in a `quote (...)' call.
28480         Give better diagnostics.
28481
28482         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
28483         (noinst_HEADERS): Add quote.h.
28484
28485         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
28486         from tar's src/misc.c.
28487         * lib/quote.h: New file.  Prototypes for same.
28488
28489 2000-07-14  Paul Eggert  <eggert@twinsun.com>
28490
28491         From a suggestion by Bruno Haible.
28492         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
28493         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
28494         to decide whether to define the BeOS workaround macro;
28495         this adjusts to the change to AC_MBSTATE_T.
28496
28497 2000-07-14  Jim Meyering  <meyering@lucent.com>
28498
28499         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
28500         jm_AC_TYPE_UINTMAX_T.
28501
28502 2000-07-13  Paul Eggert  <eggert@twinsun.com>
28503
28504         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
28505
28506         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
28507         quotearg_buffer_restyled): Add support for
28508         clocale_quoting_style.  Undo previous change to
28509         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
28510         and "{RIGHT QUOTATION MARK}" msgids.
28511
28512 2000-07-10  Paul Eggert  <eggert@twinsun.com>
28513
28514         From a suggestion by Bruno Haible.
28515         * m4/mbstate_t.m4 (AC_MBSTATE_T):
28516         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
28517         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
28518         and mbstate_t, to a single-part test that simply defines mbstate_t.
28519         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
28520         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
28521
28522 2000-07-10  Jim Meyering  <meyering@lucent.com>
28523
28524         * m4/strerror_r.m4: Mirror the correction made in autoconf.
28525
28526         * m4/gnu-source.m4: Output to confdefs.h directly.
28527         Suggestion from Akim Demaille.
28528
28529 2000-07-09  Paul Eggert  <eggert@twinsun.com>
28530
28531         The old behavior of quoting `like this' doesn't look good with
28532         newer, ISO-style fonts.  See:
28533         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
28534
28535         Instead, quote "like this" by default.  Let the translator
28536         tailor the locale-specific quoting behavior by providing
28537         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
28538
28539         * lib/quotearg.c (N_): New macro.
28540         (gettext_default): New function.
28541         (quotearg_buffer_restyled): Use
28542         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
28543         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
28544
28545 2000-07-09  Jim Meyering  <meyering@lucent.com>
28546
28547         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
28548         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
28549
28550         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
28551         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
28552
28553 2000-07-09  Jim Meyering  <meyering@lucent.com>
28554
28555         * lib/Most files: Update copyright dates to include 2000.
28556
28557 2000-07-08  Jim Meyering  <meyering@lucent.com>
28558
28559         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
28560         if not defined.
28561         (xgethostname): Remove now-unnecessary #ifdef.
28562         Move declaration of `err' into loop where it's used.
28563
28564 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28565         and Bruno Haible  <haible@clisp.cons.org>
28566
28567         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
28568         only if the test for an object-type mbstate_t fails.  This
28569         prevents us from mistakenly reporting that mbstate_t is a
28570         system object type after we "#define mbstate_t int" to work
28571         around its lack.
28572
28573 2000-07-05  Paul Eggert  <eggert@twinsun.com>
28574         and Bruno Haible  <haible@clisp.cons.org>
28575
28576         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
28577
28578 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28579
28580         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
28581         to strerror_r.
28582         Include <ctype.h> for use of isalpha.
28583
28584 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28585
28586         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
28587         by allocating a larger buffer. Test the gethostname return value for
28588         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
28589         returns an error and ENAMETOOLONG isn't defined.
28590
28591 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
28592
28593         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
28594         dimension.
28595
28596 2000-07-04  Jim Meyering  <meyering@lucent.com>
28597
28598         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
28599         of the deprecated AC_CHECKING.
28600
28601 2000-07-04  Jim Meyering  <meyering@lucent.com>
28602
28603         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
28604         Reported by Bruno Haible.
28605
28606 2000-07-04  Jim Meyering  <meyering@lucent.com>
28607
28608         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
28609         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
28610         lacks mbrtowc.
28611
28612 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28613
28614         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
28615         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
28616
28617 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28618         and Bruno Haible  <haible@clisp.cons.org>
28619
28620         * lib/quotearg.c (mbrtowc):
28621         Assign to *pwc, and return 1 only if result is nonzero.
28622         (iswprint): Use ISPRINT when substituting our own mbrtowc.
28623
28624 2000-07-03  Jim Meyering  <meyering@lucent.com>
28625
28626         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
28627
28628 2000-07-03  Jim Meyering  <meyering@lucent.com>
28629
28630         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
28631         This is necessary to get a definition of e.g., UTMP_FILE on
28632         HP-UX 10.20.
28633         From Bob Proulx.
28634
28635 2000-07-02  Jim Meyering  <meyering@lucent.com>
28636
28637         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
28638
28639         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
28640         AC_LIBOBJ(function_name).
28641         * m4/chown.m4: Likewise.
28642         * m4/fnmatch.m4: Likewise.
28643         * m4/ftruncate.m4: Likewise.
28644         * m4/getgroups.m4: Likewise.
28645         * m4/getline.m4: Likewise.
28646         * m4/group-member.m4: Likewise.
28647         * m4/jm-macros.m4: Likewise.
28648         * m4/lstat.m4: Likewise.
28649         * m4/malloc.m4: Likewise.
28650         * m4/memcmp.m4: Likewise.
28651         * m4/nanosleep.m4: Likewise.
28652         * m4/putenv.m4: Likewise.
28653         * m4/realloc.m4: Likewise.
28654         * m4/regex.m4: Likewise.
28655         * m4/stat.m4: Likewise.
28656         * m4/strftime.m4: Likewise.
28657
28658 2000-07-02  Jim Meyering  <meyering@lucent.com>
28659
28660         * lib/quotearg.c (mbstate_t): Don't define here.
28661
28662 2000-07-02  Jim Meyering  <meyering@lucent.com>
28663
28664         * lib/nanosleep.c (SIGCONT): Define if not already defined.
28665
28666 2000-07-01  Jim Meyering  <meyering@lucent.com>
28667
28668         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
28669
28670 2000-07-01  Jim Meyering  <meyering@lucent.com>
28671
28672         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28673         problem.
28674
28675 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28676
28677         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28678         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28679
28680 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28681
28682         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28683         per change in ../m4/ls-mntd-fs.m4.
28684         (read_filesystem_list): Ignore symbolic links.
28685
28686 2000-06-29  Jim Meyering  <meyering@lucent.com>
28687
28688         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28689         for declaration of strcmp.
28690
28691         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28692
28693         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28694         Avoid warning by casting result to `char *' to remove `const'.
28695
28696 2000-06-28  Jim Meyering  <meyering@lucent.com>
28697
28698         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28699         included by quotearg.c, for which we perform this test.  From
28700         Bruno Haible.
28701
28702 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28703
28704         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28705         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28706         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28707
28708 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28709
28710         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28711
28712 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28713
28714         savedir now sets errno on failure and invokes xmalloc to get memory.
28715         Fix a couple of other minor bugs while we're at it.
28716
28717         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28718         (NAMLEN): Remove macro.
28719         (malloc, realloc): Remove decls.
28720         (stpcpy): Likewise.
28721         ("xalloc.h"): Include.
28722         (NAME_SIZE_DEFAULT): New macro.
28723         (savedir): Use xmalloc / xrealloc to allocate memory.
28724         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28725         Skip "" directory entries.
28726         Use strlen to calculate directory entry length, since the old method
28727         is rarely used these days and isn't worth supporting.
28728         Don't use a pointer after freeing it.
28729         Check for integer overflow when calculating allocation size.
28730         Use memcpy to copy entries, instead of stpcpy.
28731         Set errno properly when returning NULL.
28732         Check for readdir error.
28733
28734 2000-06-26  Jim Meyering  <meyering@lucent.com>
28735
28736         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28737
28738 2000-06-25  Jim Meyering  <meyering@lucent.com>
28739
28740         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28741         Linux header bug when _XOPEN_SOURCE is defined to 500.
28742
28743 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28744
28745         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28746         deficiency.
28747
28748 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28749
28750         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28751         Include xalloc.h.
28752         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28753
28754 2000-06-24  Jim Meyering  <meyering@lucent.com>
28755
28756         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28757         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28758         for which strerror does return char*, but which lacks a conveniently
28759         accessible declaration of the function.  If the compile-test says
28760         strerror_r doesn't work, then resort to a `run'-test that works on
28761         BeOS and segfaults on DEC Unix.
28762
28763 2000-06-24  Jim Meyering  <meyering@lucent.com>
28764
28765         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28766
28767 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28768
28769         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28770         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28771
28772 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28773
28774         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28775         (mbrtowc, mbstate_t): Define substitutes if
28776         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28777         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28778         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28779
28780 2000-06-23  Jim Meyering  <meyering@lucent.com>
28781
28782         * m4/afs.m4: Add missing AC_MSG_RESULT.
28783         Reported by Bruno Haible.
28784
28785         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28786         Suggestion from Bruno Haible.
28787
28788 2000-06-23  Jim Meyering  <meyering@lucent.com>
28789
28790         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28791
28792 2000-06-21  Jim Meyering  <meyering@lucent.com>
28793
28794         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28795
28796 2000-06-21  Jim Meyering  <meyering@lucent.com>
28797
28798         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28799         (noinst_HEADERS): Add getstr.h.
28800
28801         * lib/getline.c (getstr): Move into a separate file.
28802         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28803         the following changes: new parameter, delim2; both delim[12]
28804         parameters have type `int', not `char'.  The latter would lose
28805         with 8-bit delimiters.
28806         * lib/getstr.h: New file.
28807
28808 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28809
28810         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28811         than 1024, return a memory chunk of least possible size, instead
28812         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28813         Use free/xmalloc instead of xrealloc to avoid copying for very long
28814         paths.
28815
28816 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28817
28818         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28819         the empty string.
28820
28821 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28822
28823         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28824         address, not strdup.  Include <stdlib.h> and don't declare free().
28825
28826 2000-06-19  Jim Meyering  <meyering@lucent.com>
28827
28828         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28829
28830 2000-06-18  Jim Meyering  <meyering@lucent.com>
28831
28832         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28833
28834         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28835         `checking whether...' message to be consistent with that of the
28836         lstat test.
28837
28838 2000-06-18  Jim Meyering  <meyering@lucent.com>
28839
28840         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28841         Besides, these days every porting target provides a mkdir function.
28842
28843         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28844         needed. (this snippet comes from src/system.h).
28845
28846 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28847
28848         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28849
28850 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28851
28852         * lib/human.c (adjust_value): New function.
28853         (human_readable_inexact): Apply rounding style even when
28854         printing approximate values.
28855
28856 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28857
28858         * lib/human.c (human_readable_inexact): Allow an input block
28859         size that is not a multiple of the output block size, and vice versa.
28860         Reported by Piergiorgio Sartor.
28861
28862 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28863
28864         * lib/getdate.y (get_date): Apply relative times after time
28865         zone indicator, not before.  Reported by Todd A. Jacobs.
28866
28867 2000-06-13  Jim Meyering  <meyering@lucent.com>
28868
28869         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28870
28871         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28872
28873 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28874
28875         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28876
28877 2000-06-12  Jim Meyering  <meyering@lucent.com>
28878
28879         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28880         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28881         optional argument.
28882         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28883         the optional argument, `lib'.
28884
28885 2000-06-08  Jim Meyering  <meyering@lucent.com>
28886
28887         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28888
28889 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28890
28891         Rewrite largefile configuration so that we don't need to run
28892         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28893         AC_CANONICAL_HOST in configure.in -- jmm]
28894
28895         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28896         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28897         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28898         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28899         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28900         All uses changed.
28901         Instead of inspecting the output of getconf, try to compile the
28902         test program without and with the macro definition.
28903         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28904         for getconf.  Instead, check for the needed flags by compiling
28905         test programs.
28906
28907 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28908
28909         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28910
28911 2000-06-04  Jim Meyering  <meyering@lucent.com>
28912
28913         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28914         SunOS 4.1.4 for which gid_t is an unsigned type.
28915
28916 2000-06-03  Jim Meyering  <meyering@lucent.com>
28917
28918         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28919         now that autoconf requires that.
28920
28921         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28922         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28923         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28924
28925 2000-06-03  Jim Meyering  <meyering@lucent.com>
28926
28927         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28928
28929 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28930
28931         * m4/glibc21.m4: New file.
28932         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28933
28934 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28935
28936         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28937         newer, don't install charset.alias.
28938         * lib/config.charset: Change the Linux/glibc rules so they become empty
28939         on glibc-2.1 or newer.
28940
28941 2000-06-02  Jim Meyering  <meyering@lucent.com>
28942
28943         * lib/mountlist.c: Back out last change.  Instead, do this...
28944         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28945         me_dummy member using the same `ignore'-testing code.
28946         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28947         fs_type strings.
28948         From Mark D. Roth.
28949
28950 2000-05-29  Jim Meyering  <meyering@lucent.com>
28951
28952         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28953         mounts with the `ignore' attribute.  Based on a patch from
28954         Mark D. Roth.
28955
28956 2000-05-28  Jim Meyering  <meyering@lucent.com>
28957
28958         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28959         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28960         * m4/stat.m4: Likewise.
28961         * m4/lstat.m4: Likewise.
28962         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28963
28964         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28965         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28966
28967 2000-05-26  Jim Meyering  <meyering@lucent.com>
28968
28969         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28970
28971 2000-05-24  Jim Meyering  <meyering@lucent.com>
28972
28973         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28974         autoconf requires that.
28975         * m4/lib-check.m4: Likewise.
28976         * m4/jm-macros.m4: Likewise.
28977         * m4/strftime.m4: Likewise.
28978
28979         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28980         AC_CHECK_DECLS, now that autoconf requires that.
28981
28982 2000-05-22  Jim Meyering  <meyering@lucent.com>
28983
28984         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28985         * m4/lstat.m4: Likewise.
28986
28987 2000-05-22  Jim Meyering  <meyering@lucent.com>
28988
28989         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28990
28991 2000-05-20  Jim Meyering  <meyering@lucent.com>
28992
28993         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28994         (jm_PREREQ): Use it.
28995
28996 2000-05-18  Jim Meyering  <meyering@lucent.com>
28997
28998         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28999         back, too, since it may have been modified by allocate_entry.
29000         (hash_delete): Rewrite to use neither the assignment operator
29001         nor the comma operator in an if-expression.
29002
29003 2000-05-15  Paul Eggert  <eggert@twinsun.com>
29004
29005         * lib/closeout.c:
29006         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
29007         Remove; no longer needed.
29008         "quotearg.h": Add include.
29009         (file_name): Do not bother to explicitly initialize to NULL; it's less
29010         efficient on some hosts.
29011         (close_stdout_status): Remove test as to whether stdout was already
29012         closed; it breaks for the case "echo x | sort >&-".
29013         Quote file name colons.
29014         Do not assume that _("write error") lacks format strings.
29015
29016 2000-05-15  Jim Meyering  <meyering@lucent.com>
29017
29018         * lib/version-etc.c (version_etc_copyright): Update the copyright
29019         string used in all --version output.
29020
29021 2000-05-14  Jim Meyering  <meyering@lucent.com>
29022
29023         * lib/closeout.c (close_stdout_set_file_name): New function.
29024         (close_stdout_status): Use new file-scoped global.
29025         Return right away if fstat says the stdout file descriptor is invalid.
29026         * lib/closeout.h (close_stdout_set_file_name): Declare.
29027
29028 2000-05-10  Jim Meyering  <meyering@lucent.com>
29029
29030         * lib/closeout.c [default_exit_status]: New file-scoped variable.
29031         (close_stdout_set_status): New function.
29032         * lib/closeout.h (close_stdout_set_status): Declare.
29033
29034 2000-05-09  Jim Meyering  <meyering@lucent.com>
29035
29036         * m4/gettext.m4: Rename this...
29037         * m4/libintl.m4: ...to this.
29038
29039 2000-05-08  Jim Meyering  <meyering@lucent.com>
29040
29041         * lib/long-options.c: Don't include closeout.h.
29042         (parse_long_options): Don't call close_stdout for --version.
29043
29044 2000-05-06  Paul Eggert  <eggert@twinsun.com>
29045
29046         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
29047         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
29048         2.1.3 bug.  This avoids a clash when files like regex.c define
29049         _GNU_SOURCE.
29050
29051 2000-05-06  Jim Meyering  <meyering@lucent.com>
29052
29053         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
29054         (AC_REPLACE_FUNCS): Add strnlen.
29055
29056         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
29057         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
29058
29059         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
29060         AC_SEARCH_LIBS call for nanosleep.
29061         (LIB_NANOSLEEP): Set and AC_SUBST.
29062
29063 2000-05-06  Jim Meyering  <meyering@lucent.com>
29064
29065         * lib/strnlen.c: Undefine __strnlen and strnlen.
29066         [!weak_alias]: Define __strnlen to strnlen.
29067
29068         * lib/atexit.c: New file, from libiberty.
29069
29070 2000-05-06  Jim Meyering  <meyering@lucent.com>
29071
29072         * lib/closeout.c (close_stdout_status): Also check for errors on the
29073         stderr stream.
29074
29075 2000-05-05  Jim Meyering  <meyering@lucent.com>
29076
29077         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
29078         AC_SEARCH_LIBS call for clock_gettime.
29079         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
29080
29081         * m4/search-libs.m4: Update from autoconf.
29082
29083         su doesn't work on Solaris 2.6.
29084         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
29085         <shadow.h>.  Reported by Dragos Harabor.
29086
29087 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
29088
29089         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
29090         memcpy instead of xmalloc, xrealloc, path_concat.
29091         (locale_charset): Treat empty environment variables as absent.
29092         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
29093
29094 2000-05-04  Jim Meyering  <meyering@lucent.com>
29095
29096         * lib/getopt.c: Update from glibc.
29097         * lib/obstack.c: Likewise.
29098         * lib/obstack.h: Likewise.
29099         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
29100         file
29101
29102         * lib/regex.h: Likewise.
29103         * lib/strndup.c: Likewise.
29104         * lib/strnlen.c: New file, from glibc.
29105
29106 2000-05-03  Jim Meyering  <meyering@lucent.com>
29107
29108         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
29109
29110 2000-05-02  Paul Eggert  <eggert@twinsun.com>
29111
29112         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
29113         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
29114         compile-time test, rather than inspecting host and OS, to
29115         decide whether to define _LARGEFILE_SOURCE.
29116
29117 2000-05-01  Jim Meyering  <meyering@lucent.com>
29118
29119         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
29120
29121         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
29122         Based on a patch from Bruno Haible.
29123
29124 2000-05-01  Jim Meyering  <meyering@lucent.com>
29125
29126         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
29127
29128 2000-04-29  Jim Meyering  <meyering@lucent.com>
29129
29130         * lib/path-concat.c: Declare strdup only if it's not defined.
29131         * lib/canon-host.c: Likewise.
29132
29133 2000-04-28  Jim Meyering  <meyering@lucent.com>
29134
29135         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
29136         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
29137         is included first, then limits.h is included by locale.h by libintl.h.
29138         From John David Anglin.
29139
29140 2000-04-25  Jim Meyering  <meyering@lucent.com>
29141
29142         * lib/makepath.c (S_IRWXUGO): Define.
29143         (make_path): Always perform explicit chmod if MODE specifies any
29144         of the `special' permission bits.  Prompted by a bug report against
29145         install from Mate Wierdl and Joost van Baal.
29146
29147 2000-04-18  Jim Meyering  <meyering@lucent.com>
29148
29149         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
29150         (jm_PREREQ): Use it.
29151
29152 2000-04-18  Jim Meyering  <meyering@lucent.com>
29153
29154         * lib/README: New file.
29155
29156         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
29157         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
29158
29159 2000-04-17  Jim Meyering  <meyering@lucent.com>
29160
29161         Get it right :-)
29162         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
29163         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
29164         Suggestion from Akim Demaille.
29165
29166 2000-04-17  Jim Meyering  <meyering@lucent.com>
29167
29168         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
29169         the definition of it to rpl_strftime also defined-away the system's
29170         declaration.
29171
29172 2000-04-15  Jim Meyering  <meyering@lucent.com>
29173
29174         Use `C' to denote so-called `contiguous' files, the same way
29175         that tar does.
29176         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
29177         (ftypelet): Use S_ISCTG.
29178         From Michael Deutschmann.
29179
29180 2000-04-14  Jim Meyering  <meyering@lucent.com>
29181
29182         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
29183         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
29184         clobbered.
29185
29186 2000-04-14  Jim Meyering  <meyering@lucent.com>
29187
29188         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
29189
29190 2000-04-13  Jim Meyering  <meyering@lucent.com>
29191
29192         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
29193         AH_VERBATIM to insert required #ifndef into config.h.in.
29194         Suggestion from Akim Demaille.
29195
29196 2000-04-12  Jim Meyering  <meyering@lucent.com>
29197
29198         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
29199         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
29200         Christian Krackowizer.
29201
29202         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
29203         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
29204         (AC_SYS_LARGEFILE): Require.
29205         (AM_C_PROTOTYPES): Require.
29206
29207 2000-04-08  Jim Meyering  <meyering@lucent.com>
29208
29209         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
29210         names don't conflict.  Reported by Eli Zaretskii.
29211
29212 2000-04-07  Jim Meyering  <meyering@lucent.com>
29213
29214         * lib/putenv.c: Move inclusion of errno.h so it follows that of
29215         sys/types.h, to work around system header problems on AIX 3.2.5.
29216         From Bruno Haible.
29217
29218 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
29219
29220         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
29221         bug.  Deal with the different error behavior of Irix iconv.
29222
29223 2000-04-05  Paul Eggert  <eggert@twinsun.com>
29224
29225         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
29226         IRIX if the installer said otherwise.
29227
29228 2000-04-05  Jim Meyering  <meyering@lucent.com>
29229
29230         Portability tweaks required for ultrix4.3.
29231         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
29232         (jm_CHECK_DECLS): Add getutent to the list of functions.
29233         (_jm_DECL_HEADERS): Add utmpx.h.
29234         From John David Anglin.
29235
29236         * m4/strftime.m4: Back out the 2000-04-02 change.
29237         Instead of that change, simply undefine putenv in the test program.
29238
29239 2000-04-05  Jim Meyering  <meyering@lucent.com>
29240
29241         Portability tweaks required for ultrix4.3.
29242         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
29243         getutent.
29244         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
29245         * lib/canon-host.c: Declare strdup.
29246         * lib/path-concat.c: Likewise.
29247         From John David Anglin.
29248
29249 2000-04-04  Jim Meyering  <meyering@lucent.com>
29250
29251         Be more DOS 8.3-friendly.
29252         * lib/ref-add.sin: Renamed from ref-add.sed.in.
29253         * lib/ref-del.sin: Renamed from ref-del.sed.in.
29254         * lib/Makefile.am: Reflect renaming.
29255         Reported by Eli Zaretskii.
29256
29257         Use a temporary file name that won't clash with `charset.alias'
29258         in the DOS 8.3 name space.
29259         * lib/Makefile.am (charset_tmp): Define.
29260         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
29261         (uninstall-local): Likewise.
29262         Reported by Eli Zaretskii.
29263
29264 2000-04-03  Jim Meyering  <meyering@lucent.com>
29265
29266         * m4/gettext.m4: Fix typo in comment.
29267
29268         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
29269         textutils/configure.in).  Suggestion from Paul Eggert.
29270         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
29271
29272 2000-04-02  Paul Eggert  <eggert@twinsun.com>
29273
29274         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
29275         variable in the shell rather than using putenv, which isn't
29276         portable.  This avoids the configure-time inter-test dependency
29277         on the potentially-renamed putenv function.
29278
29279 2000-03-30  Paul Eggert  <eggert@twinsun.com>
29280
29281         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
29282         before checking struct stat.st_blksize, so that
29283         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
29284
29285 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29286
29287         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
29288         since strftime.c uses HAVE_STRFTIME to decide whether to use
29289         the underlying strftime.
29290
29291 2000-03-29  Paul Eggert  <eggert@twinsun.com>
29292
29293         * lib/time/strftime.c (my_strftime): Make sure we call the system
29294         strftime, not ourselves, when invoking the underlying strftime.
29295
29296 2000-03-24  Jim Meyering  <meyering@lucent.com>
29297
29298         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
29299         (charset_alias): Define.
29300         (install-exec-local): Factor out common code.
29301         (uninstall-local): Split lines longer than 80.
29302         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
29303         (SUFFIXES): Define.
29304         (.sed.in.sed): New rule.  Don't redirect directly to $@.
29305         (CLEANFILES): Add ref-add.sed and ref-del.sed.
29306
29307 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
29308
29309         * lib/config.charset: Output a line containing "Packages using this
29310         file".
29311         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
29312         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
29313         ref-del.sed): New rules.
29314
29315 2000-03-17  Jim Meyering  <meyering@lucent.com>
29316
29317         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
29318         Otherwise, include <strings.h>
29319
29320 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
29321
29322         * lib/unicodeio.c (utf8_wctomb): New function.
29323         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
29324         format instead of in UCS-4 with platform dependent endianness.
29325
29326 2000-03-10  Jim Meyering  <meyering@lucent.com>
29327
29328         * m4/lib-check.m4: Look for getspnam in -lgen, too.
29329         From Marco Franzen.
29330
29331 2000-03-07  Paul Eggert  <eggert@twinsun.com>
29332
29333         * lib/savedir.c (savedir): Work even if directory size is
29334         negative; this can happen with some screwy NFS configurations.
29335
29336 2000-03-06  Jim Meyering  <meyering@lucent.com>
29337
29338         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
29339         if it's NULL (because we ran out of memory).  From Bruno Haible.
29340
29341 2000-03-05  Jim Meyering  <meyering@lucent.com>
29342
29343         * lib/localcharset.c ("path-concat.h"): Include.
29344         (get_charset_aliases): Use path_concat instead of ANSI string
29345         concatenation.
29346
29347         * lib/unicodeio.h (PARAMS): Define.
29348         Use it to guard prototype.
29349
29350 2000-03-04  Jim Meyering  <meyering@lucent.com>
29351
29352         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
29353         for lib/localcharset.c.
29354
29355 2000-03-04  Jim Meyering  <meyering@lucent.com>
29356
29357         * lib/Makefile.am (install-exec-local): Create $(libdir) before
29358         installing into it.
29359         (uninstall-local): Uncomment this rule so `make distcheck' works
29360         once again.
29361
29362         * lib/unicodeio.c (<errno.h>): Include it.
29363         (errno): Declare if not defined.
29364
29365         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
29366
29367         * lib/config.charset: New version, incorporating remarks from a linux
29368         i18n mailing list.  From Bruno Haible.
29369
29370 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
29371
29372         * m4/codeset.m4: New file.
29373         * m4/iconv.m4: New file.
29374         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
29375
29376 2000-03-03  Jim Meyering  <meyering@lucent.com>
29377
29378         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
29379
29380 2000-03-02  Jim Meyering  <meyering@lucent.com>
29381
29382         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
29383         the messages come out on separate lines.
29384
29385         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
29386         rather than jm_CHECK_DECLARATIONS.
29387         * m4/decl.m4: Remove now-unused file.
29388
29389         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
29390         geteuid.
29391
29392 2000-03-02  Jim Meyering  <meyering@lucent.com>
29393
29394         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
29395
29396 2000-03-01  Jim Meyering  <meyering@lucent.com>
29397
29398         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
29399         * lib/unicodeio.c: Likewise.
29400
29401 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
29402
29403         * lib/config.charset: New file.
29404         * lib/localcharset.c: New file.
29405         * lib/unicodeio.h, lib/unicodeio.c: New files.
29406         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
29407         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
29408         (noinst_HEADERS): Add unicodeio.h.
29409         (all-local, install-exec-local, charset.alias): New targets.
29410
29411 2000-02-28  Paul Eggert  <eggert@twinsun.com>
29412
29413         * lib/quotearg.c (ALERT_CHAR): New macro.
29414         (quotearg_buffer_restyled): Use it.
29415
29416 2000-02-27  Jim Meyering  <meyering@lucent.com>
29417
29418         * m4/check-decl.m4: Add getenv to the list.
29419
29420 2000-02-27  Jim Meyering  <meyering@lucent.com>
29421
29422         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
29423         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
29424
29425         * lib/backupfile.c: Guard inclusion of stdlib.h with
29426         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
29427         Declare malloc if needed.
29428
29429         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
29430         `#ifndef HAVE_DECL..'
29431         now that autoconf always defines the HAVE_DECL_ symbols.
29432         * lib/human.c: Likewise.
29433         * lib/same.c: Likewise.
29434         * lib/strtoumax.c: Likewise.
29435
29436         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
29437         declaration check was not run.
29438         * lib/hash.c: Likewise.
29439         * lib/human.c: Likewise.
29440         * lib/same.c: Likewise.
29441         * lib/strtoumax.c: Likewise.
29442
29443         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
29444         `.', then first look up the entire `.'-containing string as a login
29445         name.
29446
29447 2000-02-23  Jim Meyering  <meyering@lucent.com>
29448
29449         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
29450         in place of my hack.
29451
29452 2000-02-18  Paul Eggert  <eggert@twinsun.com>
29453
29454         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
29455         (textint): New typedef.
29456         (parser_control): Member year changed from int to textint.
29457         All uses changed.
29458         (YYSTYPE): Removed; replaced by %union with int and textint members.
29459         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
29460         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
29461         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
29462         (tSNUMBER, tUNUMBER): Now of type <textintval>.
29463         (date, number, to_year): Use width of number in digits, not its value,
29464         to determine whether it's a 2-digit year, or a 2-digit time.
29465         (yylex): Store number of digits of numeric tokens.
29466         Reported by John Kendall.
29467
29468         (parser_control): Changed from struct parser_control to typedef (for
29469         consistency).  All uses changed.
29470
29471         (tID): Removed; not used.
29472         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
29473
29474 2000-02-14  Paul Eggert  <eggert@twinsun.com>
29475
29476         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
29477         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
29478
29479 2000-02-12  Jim Meyering  <meyering@lucent.com>
29480
29481         * lib/userspec.c (ISDIGIT): Define it.
29482         (isdigit): Remove definition.
29483         (is_number): Use ISDIGIT, not isdigit.
29484         <libintl.h>: Include.
29485         (_ and N_): Define.
29486         (parse_user_spec): Mark translatable strings.
29487
29488 2000-02-10  Jim Meyering  <meyering@lucent.com>
29489
29490         With these changes, nanosleep.[ch] are finally enough like the other
29491         lib/* replacement files to compile on a few more losing systems.
29492
29493         * lib/nanosleep.h: Don't include config.h.
29494         Remove prototype from declaration of nanosleep.
29495         (PARAMS): Remove now-unneeded definition.
29496         * lib/nanosleep.c: #undef nanosleep.
29497         (rpl_nanosleep): Rename from nanosleep.
29498
29499 2000-02-10  Jim Meyering  <meyering@lucent.com>
29500
29501         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
29502         gnu_nanosleep to rpl_nanosleep.
29503
29504 2000-02-09  Jim Meyering  <meyering@lucent.com>
29505
29506         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
29507         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
29508
29509 2000-02-08  Akim Demaille  <akim@epita.fr>
29510
29511         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
29512         `[' and `]' and remove uses of `changequote'.
29513         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
29514         (AC_SYS_LARGEFILE): Likewise.
29515         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
29516         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
29517         of changequote.
29518         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
29519         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
29520         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
29521         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
29522
29523 2000-02-05  Jim Meyering  <meyering@lucent.com>
29524
29525         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
29526         Remove explicit use of AC_HEADER_TIME.  It is required by
29527         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
29528         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
29529         in autoconf whereby the expansion of the latter ended up preceding
29530         the expansion of its prerequisite, AC_HEADER_TIME.
29531         Reported by Volker Borchert.
29532
29533 2000-02-03  Jim Meyering  <meyering@lucent.com>
29534
29535         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
29536
29537 2000-02-03  Jim Meyering  <meyering@lucent.com>
29538
29539         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
29540         rather than with `#if HAVE_UTMPNAME'.
29541
29542 2000-02-02  Jim Meyering  <meyering@lucent.com>
29543
29544         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
29545         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
29546         Reported by Eli Zaretskii.
29547
29548 2000-02-01  Jim Meyering  <meyering@lucent.com>
29549
29550         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
29551
29552 2000-01-31  Jim Meyering  <meyering@lucent.com>
29553
29554         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
29555         functions.  Add the time.h and sys/time.h headers along with the
29556         AC_REQUIRE'ment of AC_HEADER_TIME.
29557
29558 2000-01-31  Jim Meyering  <meyering@lucent.com>
29559
29560         * lib/nanosleep.h (nanosleep): Guard declaration with
29561         `#if ! HAVE_DECL_NANOSLEEP'.
29562         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
29563         the declaration in that vendor's sys/timers.h.
29564         Reported by Christian Krackowizer.
29565
29566         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
29567         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
29568         (ISPRINT): Likewise.
29569         Reported by Tom Tromey.
29570
29571 2000-01-30  Jim Meyering  <meyering@lucent.com>
29572
29573         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
29574
29575         * m4/prereq.m4 (utmp_includes): Define.
29576         Check for ut_user and ut_name members in both struct utmpx
29577         and struct utmp.
29578
29579 2000-01-30  Jim Meyering  <meyering@lucent.com>
29580
29581         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
29582         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
29583         header files where only utmpx.ut_user is declared.
29584
29585         * lib/readutmp.h (UT_USER): Define.
29586
29587 2000-01-29  Jim Meyering  <meyering@lucent.com>
29588
29589         * m4/lib-check.m4: New file containing library-related checks from
29590         fileutils and sh-utils (textutils had none).
29591
29592 2000-01-28  Jim Meyering  <meyering@lucent.com>
29593
29594         * m4/perl.m4: Change format of warning message to look more like that
29595         from the missing script.  Suggestion from François Pinard.
29596
29597 2000-01-25  Jim Meyering  <meyering@lucent.com>
29598
29599         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
29600         well as time.h in the compile check.
29601         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
29602         Fix typo in cross-compiling case: s/yes/no/.
29603
29604 2000-01-23  Jim Meyering  <meyering@lucent.com>
29605
29606         * m4/jm-macros.m4: Move df-related tests here from
29607         fileutils/configure.in
29608
29609         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
29610         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
29611
29612         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
29613         s/space/ac_fsusage_space/.
29614         (jm_FILE_SYSTEM_USAGE): Take two parameters.
29615
29616         * m4/ftruncate.m4: New file (derived from part of
29617         fileutils/configure.in).
29618         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
29619         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
29620
29621         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
29622         AC_SUBST these here, rather than just in sh-util/configure.in, so
29623         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
29624         all the same.
29625         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
29626         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
29627         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
29628         (AC_SUBST(POW_LIBM)): Likewise.
29629         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
29630
29631 2000-01-23  Jim Meyering  <meyering@lucent.com>
29632
29633         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
29634         obstack.c.
29635
29636 2000-01-22  Jim Meyering  <meyering@lucent.com>
29637
29638         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
29639
29640         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
29641
29642         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
29643         configure.in
29644         (AC_CHECK_HEADERS): Likewise for sh-utils.
29645         (AC_CHECK_HEADERS): Likewise for textutils.
29646         Merge the three lists of headers.
29647
29648         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
29649         from fileutils' configure.in.
29650
29651         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
29652         code. Moved tests into their own function (_jm_DECL_HEADERS) in
29653         check-decl.m4.
29654
29655         * m4/check-decl.m4: Use #if rather than #ifdef.
29656         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
29657         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
29658         (_jm_DECL_HEADERS): Define new function.
29659         (jm_CHECK_DECLARATIONS): Require it.
29660
29661 2000-01-22  Jim Meyering  <meyering@lucent.com>
29662
29663         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
29664         [! HAVE_DECL_STRTOULL]: Declare strtoull.
29665         Required for some AIX systems.  Reported by Christian Krackowizer.
29666         [TESTING] (main): New function.
29667
29668         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
29669         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
29670         letters.
29671
29672         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29673         iswprint.
29674
29675         * lib/strverscmp.c (ISDIGIT): Define.
29676         (strverscmp): Use ISDIGIT, not isdigit.
29677
29678 2000-01-19  Jim Meyering  <meyering@lucent.com>
29679
29680         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29681         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29682         defines `struct timespec' in <sys/time.h>
29683
29684         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29685         Thanks to Akim for explaining.
29686
29687 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29688
29689         * lib/nanosleep.c (nanosleep):
29690         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29691         POSIX.1 doesn't require SA_INTERRUPT and some systems
29692         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29693         it's been part of POSIX.1 since day 1 (in 1988).
29694
29695 2000-01-17  Jim Meyering  <meyering@lucent.com>
29696
29697         * lib/interlock: Remove unused file.  Reported by François Pinard.
29698
29699 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29700
29701         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29702         alert, backslash, formfeed, and vertical tab unnecessarily in
29703         shell quoting style.
29704
29705 2000-01-16  Jim Meyering  <meyering@lucent.com>
29706
29707         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29708         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29709         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29710         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29711
29712 2000-01-16  Jim Meyering  <meyering@lucent.com>
29713
29714         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29715         because the latter didn't work.
29716
29717 2000-01-15  Jim Meyering  <meyering@lucent.com>
29718
29719         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29720         (AC_REPLACE_FUNCS): Add memcpy and memset.
29721         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29722         Add strpbrk.
29723         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29724
29725 2000-01-12  Jim Meyering  <meyering@lucent.com>
29726
29727         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29728         (jm_PREREQ): Use it.
29729         (jm_PREREQ_READUTMP): New macro.
29730         (jm_PREREQ): Use it.
29731
29732 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29733
29734         Quote multibyte characters correctly.
29735         * m4/c-bs-a.m4: New file.
29736         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29737         (jm_PREREQ): Use it.
29738
29739 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29740
29741         * m4/uintmax_t.m4: Port to autoconf 2.13.
29742
29743 2000-01-08  Jim Meyering  <meyering@ascend.com>
29744
29745         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29746         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29747
29748 2000-01-04  Jim Meyering  <meyering@ascend.com>
29749
29750         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29751         jm_STRUCT_DIRENT_D_TYPE.
29752         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29753         jm_STRUCT_DIRENT_D_INO.
29754         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29755         jm_STRUCT_UTIMBUF.
29756         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29757         renamings.
29758         * m4/utime.m4: Likewise.
29759
29760         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29761         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29762
29763 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29764
29765         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29766         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29767
29768 2000-01-02  Jim Meyering  <meyering@ascend.com>
29769
29770         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29771         remember if this is necessary.
29772
29773 1999-12-26  Jim Meyering  <meyering@ascend.com>
29774
29775         * m4/jm-macros.m4: Use it here.
29776         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29777
29778 1999-12-23  Jim Meyering  <meyering@ascend.com>
29779
29780         * m4/jm-macros.m4: Check for clock_gettime (moved from
29781         fileutils/configure.in)
29782         Check for gettimeofday.
29783
29784 1999-12-20  Jim Meyering  <meyering@ascend.com>
29785
29786         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29787         autoconf-2.14a-1999-12-20.
29788
29789 1999-12-19  Jim Meyering  <meyering@ascend.com>
29790
29791         * m4/lstat-slash.m4: New file.
29792         * m4/jm-macros.m4: Use the new macro:
29793         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29794
29795 1999-12-07  Jim Meyering  <meyering@ascend.com>
29796
29797         * m4/perl.m4: Require that File::Compare be available, too.
29798         Too many systems seem to lack it.
29799
29800         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29801         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29802
29803 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29804
29805         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29806         problem with the QNX 4.25 shell, which doesn't propagate exit
29807         status of failed commands inside shell assignments.
29808
29809 1999-11-17  Jim Meyering  <meyering@ascend.com>
29810
29811         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29812
29813 1999-11-07  Jim Meyering  <meyering@ascend.com>
29814
29815         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29816
29817 1999-11-06  Jim Meyering  <meyering@ascend.com>
29818
29819         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29820         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29821
29822 1999-11-05  Jim Meyering  <meyering@ascend.com>
29823
29824         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29825         configure.in of textutils, fileutils, and sh-utils into this one
29826         (shared between those packages) file.
29827         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29828         AC_STRUCT_ST_BLKSIZE.
29829
29830 1999-11-03  Jim Meyering  <meyering@ascend.com>
29831
29832         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29833         of AC_CHECK_TYPE checks includes unistd.h.
29834         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29835         Suggestion from Akim Demaille.
29836
29837 1999-10-30  Jim Meyering  <meyering@ascend.com>
29838
29839         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29840         m4-quoted string.
29841         * m4/ls-mntd-fs.m4: Likewise.
29842         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29843         * m4/jm-winsz1.m4: Likewise.
29844
29845         * m4/const.m4: Remove file, since the fix made it into the experimental
29846         version of autoconf.
29847         * m4/mktime.m4: Likewise.
29848
29849         * m4/check-type.m4: Remove file, now that the latest version of
29850         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29851
29852         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29853         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29854         AC_CHECK_TYPE.
29855
29856 1999-10-04  Jim Meyering  <meyering@ascend.com>
29857
29858         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29859
29860 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29861
29862         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29863         2.95.1 bug with HP-UX 10.20.
29864
29865 1999-09-17  Jim Meyering  <meyering@ascend.com>
29866
29867         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29868         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29869         due to missing strdup (against sh-utils-2.0).
29870
29871 1999-08-29  Jim Meyering  <meyering@ascend.com>
29872
29873         * m4/jm-macros.m4: Require jm_BISON.
29874         * m4/bison.m4: New file.
29875
29876 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29877
29878         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29879         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29880
29881 1999-08-05  Jim Meyering  <meyering@ascend.com>
29882
29883         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29884         to avoid conflicts with `conftest' on 8+3 filesystems.
29885         Suggestion from Eli Zaretskii.
29886
29887 1999-08-04  Jim Meyering  <meyering@ascend.com>
29888
29889         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29890         fileutils and sh-utils (textutils's getline test was inadequate).
29891         (AM_FUNC_GETLINE): Run this test.
29892         (AC_CHECK_FUNCS): Check for getdelim.
29893         Reported by Bob Proulx.
29894
29895 1999-08-02  Jim Meyering  <meyering@ascend.com>
29896
29897         * m4/jm-macros.m4: Add a comment.
29898
29899 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29900
29901         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29902         <inttypes.h> defines strtoumax as a macro (and not as a
29903         function).
29904
29905 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29906
29907         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29908         that we can shift, multiply and divide unsigned long long
29909         values; Ultrix cc can't do it.
29910
29911 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29912
29913         * m4/mktime.m4: New file, which is a preview of what should appear
29914         in the next public autoconf release.
29915
29916 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29917
29918         * m4/lfs.m4: Remove this file.
29919         * m4/largefile.m4: New file.  It contains the old contents of
29920         lfs.m4, except that all names with prefix AC_LFS have been
29921         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29922         compatible with future autoconf versions.  Also, some minor m4
29923         quoting problems have been fixed.
29924
29925 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29926
29927         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29928         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29929         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29930         and simplify the shell code.
29931
29932 1999-08-01  Jim Meyering  <meyering@ascend.com>
29933
29934         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29935         m4.
29936
29937 1999-07-20  Jim Meyering  <meyering@ascend.com>
29938
29939         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29940
29941 1999-07-15  Jim Meyering  <meyering@ascend.com>
29942
29943         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29944
29945 1999-05-22  Jim Meyering  <meyering@ascend.com>
29946
29947         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29948
29949 1999-05-20  Jim Meyering  <meyering@ascend.com>
29950
29951         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29952         Add a colon after each `then' in case $4 is empty.
29953
29954 1999-05-16  Jim Meyering  <meyering@ascend.com>
29955
29956         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29957
29958 1999-05-10  Jim Meyering  <meyering@ascend.com>
29959
29960         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29961
29962         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29963         AC_FUNC_MKTIME.
29964
29965 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29966
29967         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29968
29969 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29970
29971         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29972         not CPPFLAGS, so that linking works correctly in IRIX.
29973
29974 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29975
29976         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29977
29978 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29979
29980         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29981         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29982         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29983         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29984         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29985
29986         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29987
29988 1999-04-20  Jim Meyering  <meyering@ascend.com>
29989
29990         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29991         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29992         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29993
29994 1999-04-18  Jim Meyering  <meyering@ascend.com>
29995
29996         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29997         * m4/jm-macros.m4: Use it.
29998
29999 1999-04-06  Jim Meyering  <meyering@ascend.com>
30000
30001         * m4/strftime.m4: Remove test for %f.
30002
30003 1999-03-29  Jim Meyering  <meyering@ascend.com>
30004
30005         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
30006         superset of the AC_TYPE_* checks in the textutils, fileutils,
30007         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
30008         AC_TYPE_PID_T.
30009
30010 1999-03-28  Jim Meyering  <meyering@ascend.com>
30011
30012         * m4/jm-macros.m4: Define GNU_PACKAGE here.
30013         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
30014         replaced e.g., in the *.sh files of the sh-utils.
30015
30016 1999-03-20  Jim Meyering  <meyering@ascend.com>
30017
30018         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
30019         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
30020         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
30021
30022 1999-03-19  Jim Meyering  <meyering@ascend.com>
30023
30024         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
30025
30026 1999-03-12  Jim Meyering  <meyering@ascend.com>
30027
30028         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
30029
30030 1999-03-07  Jim Meyering  <meyering@ascend.com>
30031
30032         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
30033         declared.
30034
30035 1999-02-17  Jim Meyering  <meyering@ascend.com>
30036
30037         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
30038         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
30039
30040 1999-02-07  Jim Meyering  <meyering@ascend.com>
30041
30042         * m4/group-member.m4: New file -- extracted from sh-utils'
30043         configure.in.
30044
30045         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
30046         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
30047
30048 1999-02-06  Jim Meyering  <meyering@ascend.com>
30049
30050         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
30051         * m4/fnmatch.m4: Likewise.
30052         * m4/getgroups.m4: Likewise.
30053         * m4/lstat.m4: Likewise.
30054         * m4/malloc.m4: Likewise.
30055         * m4/putenv.m4: Likewise.
30056         * m4/realloc.m4: Likewise.
30057         * m4/regex.m4: Likewise.
30058         * m4/stat.m4: Likewise.
30059         * m4/strftime.m4: Likewise.
30060         Suggestion from Alain Magloire.
30061
30062         * m4/chown.m4: Use `.$ac_objext', not `.o'.
30063         * m4/fnmatch.m4: Likewise.
30064         * m4/getgroups.m4: Likewise.
30065         * m4/getline.m4: Likewise.
30066         * m4/lstat.m4: Likewise.
30067         * m4/malloc.m4: Likewise.
30068         * m4/memcmp.m4: Likewise.
30069         * m4/putenv.m4: Likewise.
30070         * m4/realloc.m4: Likewise.
30071         * m4/regex.m4: Likewise.
30072         * m4/stat.m4: Likewise.
30073         * m4/strftime.m4: Likewise.
30074         Suggestion from Alain Magloire.
30075
30076         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
30077         an argument.
30078
30079         * m4/regex.m4: Add a run-time Test for proper operation of
30080         re_compile_pattern.
30081
30082 1999-01-31  Jim Meyering  <meyering@ascend.com>
30083
30084         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
30085
30086 1999-01-30  Jim Meyering  <meyering@ascend.com>
30087
30088         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
30089
30090         * m4/jm-mktime.m4: Make this a wrapper around the official
30091         AM_FUNC_MKTIME rather than my private copy, now that the official one
30092         is up to date.
30093         * m4/mktime.m4: Remove file.
30094
30095         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
30096         * m4/uptime.m4: Likewise.
30097         * m4/uintmax_t.m4: Likewise.
30098
30099 1999-01-28  Jim Meyering  <meyering@ascend.com>
30100
30101         * m4/jm-macros.m4: Use jm_AFS.
30102         * m4/afs.m4: New file (from fileutils' configure.in).
30103
30104         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
30105         * m4/chown.m4: Likewise.
30106         * m4/d-ino.m4: Likewise.
30107         * m4/d-type.m4: Likewise.
30108         * m4/fnmatch.m4: Likewise.
30109         * m4/getgroups.m4: Likewise.
30110         * m4/gettext.m4: Likewise.
30111         * m4/jm-mktime.m4: Likewise.
30112         * m4/jm-winsz2.m4: Likewise.
30113         * m4/lcmessage.m4: Likewise.
30114         * m4/ls-mntd-fs.m4: Likewise.
30115         * m4/malloc.m4: Likewise.
30116         * m4/memcmp.m4: Likewise.
30117         * m4/putenv.m4: Likewise.
30118         * m4/realloc.m4: Likewise.
30119         * m4/st_mtim.m4: Likewise.
30120         * m4/strftime.m4: Likewise.
30121
30122 1999-01-16  Jim Meyering  <meyering@ascend.com>
30123
30124         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
30125         (ARGMATCH_DIE_DECL): Define.
30126
30127 1999-01-12  Jim Meyering  <meyering@ascend.com>
30128
30129         * m4/Makefile.am.in: Rewrite to avoid using fmt.
30130         Reported by Lars Hecking.
30131
30132 1999-01-10  Jim Meyering  <meyering@ascend.com>
30133
30134         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
30135         gross kludge.
30136         * m4/inttypes_h.m4: Likewise.
30137         * m4/lstat.m4: Likewise.
30138         * m4/malloc.m4: Likewise.
30139         * m4/readdir.m4: Likewise.
30140         * m4/realloc.m4: Likewise.
30141         * m4/st_dm_mode.m4: Likewise.
30142         * m4/stat.m4: Likewise.
30143         * m4/utimbuf.m4: Likewise.
30144         * m4/utimes.m4: Likewise.
30145
30146         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
30147         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
30148         comments in config.h.in are meaningful.
30149
30150         * m4/jm-macros.m4: Require autoconf-2.13 here.
30151
30152         * m4/regex.m4: By default, don't use the included regex.c on systems
30153         with glibc 2.  Suggestion from Uli Drepper.
30154
30155 1999-01-02  Jim Meyering  <meyering@ascend.com>
30156
30157         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
30158
30159 1998-12-18  Jim Meyering  <meyering@ascend.com>
30160
30161         * m4/Makefile.am.in (Makefile.am): Simplify rule.
30162         Based on a suggestion from Lars Hecking.
30163
30164 1998-11-16  Paul Eggert  <eggert@twinsun.com>
30165
30166         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
30167
30168 1998-11-16  Jim Meyering  <meyering@ascend.com>
30169
30170         * m4/lfs.m4: Double-quote the `uname...` expression.
30171
30172 1998-11-14  Jim Meyering  <meyering@ascend.com>
30173
30174         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
30175         * m4/stat.m4: Likewise.
30176
30177 1998-11-03  Jim Meyering  <meyering@ascend.com>
30178
30179         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
30180         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
30181
30182 1998-10-18  Jim Meyering  <meyering@ascend.com>
30183
30184         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
30185
30186 1998-10-17  Jim Meyering  <meyering@ascend.com>
30187
30188         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
30189         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
30190         calls for those previously hard-coded headers.  Instead, take a new
30191         parameter.
30192         (jm_CHECK_DECLARATIONS): Reflect interface change.
30193         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
30194         (jm_CHECK_DECL_LOCALTIME_R): New macro.
30195
30196         * m4/mktime.m4: Test for spring-forward gap before long-running test.
30197
30198 1998-10-14  Jim Meyering  <meyering@ascend.com>
30199
30200         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
30201         instead of "TZ=America/Vancouver".  From Paul Eggert.
30202
30203 1998-10-11  Jim Meyering  <meyering@ascend.com>
30204
30205         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
30206         This adds a test for a recently added compatibility fix for mktime.c.
30207         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
30208
30209 1998-09-27  Jim Meyering  <meyering@ascend.com>
30210
30211         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
30212
30213         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
30214         ../configure.in, including a change from Gordon Matzigkeit to allow
30215         cross-compiling for the Hurd.
30216
30217         * m4/glibc.m4: New file/macro to test for the GNU C Library
30218         versions 1 and 2.  From Gordon Matzigkeit.
30219         Indent.
30220
30221 1998-09-21  Jim Meyering  <meyering@ascend.com>
30222
30223         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
30224
30225 1998-08-18  Paul Eggert  <eggert@twinsun.com>
30226
30227         Port nanosecond-resolution times to UnixWare 2.1.2 and
30228         pedantic Solaris 2.6.
30229
30230         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
30231         AC_STRUCT_ST_MTIM.
30232         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
30233         Generate name of ns member, instead of just 1 or undef.
30234         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
30235
30236 1998-08-15  Jim Meyering  <meyering@ascend.com>
30237
30238         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
30239         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
30240         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
30241         instead of jm_TYPE_SSIZE_T.
30242
30243 1998-08-12  Jim Meyering  <meyering@ascend.com>
30244
30245         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
30246
30247 1998-08-02  Jim Meyering  <meyering@ascend.com>
30248
30249         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
30250         in acconfig.h manually.
30251
30252 1998-07-31  Paul Eggert  <eggert@twinsun.com>
30253
30254         * m4/st_mtim.m4: New file.
30255
30256 1998-07-28  Jim Meyering  <meyering@ascend.com>
30257
30258         * m4/utimes.m4: Undef stat.
30259
30260 1998-07-25  Jim Meyering  <meyering@ascend.com>
30261
30262         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
30263         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
30264
30265 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
30266
30267         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
30268         uid and gid actually remain unchanged.
30269
30270 1998-07-07  Jim Meyering  <meyering@ascend.com>
30271
30272         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
30273
30274 1998-07-04  Jim Meyering  <meyering@ascend.com>
30275
30276         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
30277         to prove that this macro can be used in packages without regex.c.
30278
30279 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
30280
30281         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
30282         is to be used.
30283
30284 1998-07-03  Jim Meyering  <meyering@ascend.com>
30285
30286         * m4/gettext.m4: Add -lintl if it's found to be necessary.
30287
30288         * m4/gettext.m4: New file -- from gettext-0.10.35.
30289         * m4/lcmessage.m4: Likewise.
30290         * m4/progtest.m4: Likewise.
30291
30292         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
30293         * m4/jm-macros.m4: Require the new macro.
30294
30295 1998-06-29  Jim Meyering  <meyering@ascend.com>
30296
30297         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
30298         for the definition of NGROUPS (used in a system header included
30299         by sys/mount.h).
30300
30301 1998-06-28  Jim Meyering  <meyering@ascend.com>
30302
30303         * m4/ls-mntd-fs.m4: New file.
30304         * m4/fstypename.m4: New file.
30305
30306         * m4/jm-macros.m4: Require the new macro.
30307         * m4/jm-glibc-io.m4: New file.
30308
30309 1998-05-19  Jim Meyering  <meyering@ascend.com>
30310
30311         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
30312         * m4/lchown.m4: New file.
30313
30314         * m4/Makefile.am.in: New file.
30315         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
30316
30317 1998-05-14  Jim Meyering  <meyering@ascend.com>
30318
30319         * m4/Makefile.am (EXTRA_DIST): Add them.
30320         * m4/jm-macros.m4: New file.
30321         * m4/utimbuf.m4: New file.
30322
30323 1998-05-12  Jim Meyering  <meyering@ascend.com>
30324
30325         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
30326
30327 1998-05-11  Jim Meyering  <meyering@ascend.com>
30328
30329         * m4/isc-posix.m4: New file.
30330
30331 1998-05-10  Jim Meyering  <meyering@ascend.com>